Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59693 - subversion 1.1.0_rc1 version bump
Summary: subversion 1.1.0_rc1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-07 07:16 UTC by Holger Thon
Modified: 2004-09-13 06:22 UTC (History)
0 users

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


Attachments
subversion-1.1.0_rc1.ebuild (subversion-1.1.0_rc1.ebuild,9.59 KB, text/plain)
2004-08-07 07:19 UTC, Holger Thon
Details
subversion-1.1.0_rc2.ebuild (subversion-1.1.0_rc2.ebuild,8.88 KB, text/plain)
2004-08-21 07:34 UTC, Holger Thon
Details
subversion-1.1.0_rc2_ebuild.diff (subversion-1.1.0_rc2_ebuild.diff,340 bytes, patch)
2004-08-28 14:34 UTC, Holger Thon
Details | Diff
subversion-1.1.0-rc2-build.patch (subversion-1.1.0-rc2-build.patch,1.18 KB, patch)
2004-08-28 14:36 UTC, Holger Thon
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Thon 2004-08-07 07:16:29 UTC
added subversion 1.1.0_rc1
- _builds_ with all USE flags (language bindings compile, but untested)
- No problems noted using client and mod_dav_svn based server

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Holger Thon 2004-08-07 07:19:27 UTC
Created attachment 36955 [details]
subversion-1.1.0_rc1.ebuild

Commented out some of the old stuff, maybe swig language bindings need some
tweaking (at least did not test/compile applications using svn language
bindings).
Comment 2 Holger Thon 2004-08-21 07:34:01 UTC
Created attachment 37866 [details]
subversion-1.1.0_rc2.ebuild

subversion-1.1.0-rc2 added
Comment 3 Paul de Vrieze (RETIRED) gentoo-dev 2004-08-23 04:00:30 UTC
There is now an ebuild for rc2 in the tree. Please try it.
Comment 4 Michael Dale Long 2004-08-27 14:55:20 UTC
I've tried emerging 1.1.0_rc2, but if fails during configure about unable to find Berkeley DB 4.0.14, even though I have that specific version emerged.
Comment 5 Paul de Vrieze (RETIRED) gentoo-dev 2004-08-27 15:01:59 UTC
Does remerging apache2 help? Quite possibly your apache is compiled with a different db4 version. Recompiling apache2 should help.
Comment 6 Holger Thon 2004-08-28 14:31:12 UTC
The client/server of this ebuild work fine!

I fixed some errors, which have also been in my ebuild:
- libsvnjavahl-1.so had unresolved symbols because it did not get
  linked against libstdc++
- svn-config contains unsubstituted SVN_DB_* variables
  (they are emptied now if unset, seems they are introduced for doing bdb 
   detection in later releases, e.g. when not building against apr)

Testing the java native bindings:
I just found this strange svnup-0.8.0.jar using JNI bindings; strange because it has a hardcoded classpath pointing to svnjavahl.jar in its manifest and ignores user classpath settings. So this test succeeded:
cp /usr/lib/svn-javahl/svn-javahl.jar svnjavahl.jar; java -jar svnup-0.8.0.jar

2 patches follow (1rst against ebuild, 2nd to be placed in ${PORTDIR}/dev-util/subversion/files)
Comment 7 Holger Thon 2004-08-28 14:34:27 UTC
Created attachment 38400 [details, diff]
subversion-1.1.0_rc2_ebuild.diff

subversion-1.1.0_rc2_ebuild.diff: Patch against the current subversion ebuild
in cvs (portage tree).
Comment 8 Holger Thon 2004-08-28 14:36:04 UTC
Created attachment 38401 [details, diff]
subversion-1.1.0-rc2-build.patch

subversion-1.1.0-rc2-build.patch:
Patch for forgotton variable substitution in configure.in and linking
libsvnjavahl-1.so to libstdc++.
Comment 9 Paul de Vrieze (RETIRED) gentoo-dev 2004-08-30 03:32:53 UTC
Thanks, the patch makes sense indeed. Will you also post it upstream?
Comment 10 Holger Thon 2004-08-30 05:18:45 UTC
I'm afraid i cannot upstream it because i'm not a gentoo developer...

Or should i post the full ebuild instead of a patch?
Comment 11 Paul de Vrieze (RETIRED) gentoo-dev 2004-08-30 05:25:25 UTC
No, the ebuild is not interesting for upstream, but the patch is. It is not a gentoo specific problem. It are just two errors that upstream got into the code.
Comment 12 Holger Thon 2004-09-12 11:31:39 UTC
thanks, didn't know about that upstream issues until now.

i filed a different link patch to subversion; i suppose it will be included
in the 1.1.0-rc3 release scheduled for the next days
Comment 13 Paul de Vrieze (RETIRED) gentoo-dev 2004-09-13 06:22:51 UTC
Closing, This version is in the tree allready for some time