Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 305325

Summary: dev-util/rapidsvn : wxGTK - pick a version
Product: Gentoo Linux Reporter: Ryan Hill (RETIRED) <rhill>
Component: New packagesAssignee: Steve Arnold <nerdboy>
Status: RESOLVED FIXED    
Severity: normal CC: wxwidgets
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: rapidsvn-0.12.0.ebuild.diff

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 :)