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

Bug 90895

Summary: rapidsvn-0.8.0 is out
Product: Gentoo Linux Reporter: Will Wilson <wilson.william>
Component: Current packagesAssignee: Paul de Vrieze (RETIRED) <pauldv>
Status: RESOLVED FIXED    
Severity: enhancement CC: akarypid, gentoo, samuel.robyr
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://rapidsvn.tigris.org/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: 0.8.0 ebuild
patches doc/Makefile.am if USE=-doc

Description Will Wilson 2005-04-29 13:11:28 UTC
A new version of rapidsvn (subversion frontend) is out. In particular, this version fixes the nightmarish unicode bug which plagued us before.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Mark Lee 2005-05-01 04:00:31 UTC
Created attachment 57712 [details]
0.8.0 ebuild

I had to make changes from the 0.7.1 ebuild - for some reason when doing
USE=-doc, the makefile wants to build the man page anyway (which fails), so I
removed that line from the Makefile. At least the previous poster is correct,
no evil wxwidgets workarounds needed.  Patch forthcoming.
Comment 2 Mark Lee 2005-05-01 04:01:23 UTC
Created attachment 57713 [details, diff]
patches doc/Makefile.am if USE=-doc
Comment 3 Simon Roby 2005-05-30 14:18:01 UTC
Still doesn't compile for me. I get undefined references to
_gtk_accel_group_detach, _gtk_accel_group_attach and
_gtk_rc_context_get_default_font_name.

Are there any particular USE flags I must use on wxGTK to make this work??
Comment 4 Mark Lee 2005-05-30 15:15:12 UTC
(In reply to comment #3)
> Still doesn't compile for me. I get undefined references to
> _gtk_accel_group_detach, _gtk_accel_group_attach and
> _gtk_rc_context_get_default_font_name.
> 
> Are there any particular USE flags I must use on wxGTK to make this work??

from looking at the google results for those symbols, it seems that many people
have problems with them. http://www.usenetlinux.com/t-414208.html says try
re-`emerge wxGTK`.
Comment 5 Steve Arnold archtester gentoo-dev 2005-05-30 23:29:37 UTC
Now in CVS.