Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141988 - dev-util/subversion-1.3.2-r3 with USE="java" builds svn-javahl.jar with 1.5 bytecode
Summary: dev-util/subversion-1.3.2-r3 with USE="java" builds svn-javahl.jar with 1.5 b...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-28 03:47 UTC by Vlastimil Babka (Caster) (RETIRED)
Modified: 2006-09-13 11:22 UTC (History)
1 user (show)

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


Attachments
patch to fix the ebuild (subversion-1.3.2-r3.ebuild.patch,531 bytes, patch)
2006-07-28 03:47 UTC, Vlastimil Babka (Caster) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-07-28 03:47:12 UTC
as a result, java-1.5-fixer wants to rebuild it again and again...

I traced it down to a small typo that causes -source 1.4 -target 1.4 not to be passed to javac
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-07-28 03:47:56 UTC
Created attachment 92903 [details, diff]
patch to fix the ebuild

Here's the very simple patch :)
Comment 2 Paul de Vrieze (RETIRED) gentoo-dev 2006-07-28 05:35:48 UTC
Thanks for the fix. I've just fixed it in CVS.
Comment 3 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-07-28 07:18:03 UTC
Cool. Revbump would be better though, so people get the fix without manually running fixer after encountering some weird problem.
Comment 4 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-09-13 11:22:00 UTC
Guess completely new version works too :)