Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 305325 - dev-util/rapidsvn : wxGTK - pick a version
Summary: dev-util/rapidsvn : wxGTK - pick a version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-15 22:46 UTC by Ryan Hill (RETIRED)
Modified: 2010-02-16 05:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
rapidsvn-0.12.0.ebuild.diff (rapidsvn-0.12.0.ebuild.diff,970 bytes, patch)
2010-02-15 22:46 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2010-02-15 22:46:09 UTC
stuff like this:

  72     local INST_WX=$(best_version x11-libs/wxGTK)
  73     export WX_GTK_VER=$(get_version_component_range 1-2 \
  74                 ${INST_WX/x11-libs\/wxGTK})
  75
  76     need-wxwidgets ansi
  77     myconf="${myconf} --with-wx-config=${WX_CONFIG}"


is completely broken.  we make people pick a SLOT for good reasons. :P

here the reason is my adding 2.9 now breaks your package in both stable and testing.  please apply something like the attached patch to all versions >=0.9.6-r1 of rapidsvn.

(you can also drop the addpredict for /var/cache/fontconfig.  there was a global predict for that directory added to /etc/sandbox.d a few months ago due to the number of packages it broke)
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2010-02-15 22:46:44 UTC
Created attachment 219825 [details, diff]
rapidsvn-0.12.0.ebuild.diff
Comment 2 Steve Arnold archtester gentoo-dev 2010-02-16 02:16:18 UTC
I took out the legacy code and the addpredict, and moved some checks to pkg_setup.  I'm still passing the wx_config to configure; everything seems to work with the four latest ebuild versions.
Comment 3 Ryan Hill (RETIRED) gentoo-dev 2010-02-16 05:53:41 UTC
looks good, thanks :)