Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85587 - SableVM 1.11 released
Summary: SableVM 1.11 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-16 21:09 UTC by David Bélanger
Modified: 2005-03-24 16:53 UTC (History)
0 users

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


Attachments
suggested ebuild (sablevm-1.11.1.ebuild,1.82 KB, text/plain)
2005-03-23 10:01 UTC, David Bélanger
Details
sablevm configure.ac patch (sablevm-svn-bug-patch.diff,1.40 KB, patch)
2005-03-23 10:02 UTC, David Bélanger
Details | Diff
sablevm-classpath configure.ac patch (sablevm-classpath-svn-bug-patch.diff,1.46 KB, patch)
2005-03-23 10:03 UTC, David Bélanger
Details | Diff
sablevm autogen (autogen-sablevm.sh,635 bytes, text/plain)
2005-03-23 10:04 UTC, David Bélanger
Details
sablevm-classpath autogen (autogen-sablevm-classpath.sh,3.31 KB, text/plain)
2005-03-23 10:05 UTC, David Bélanger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Bélanger 2005-03-16 21:09:41 UTC
Simply copying the 1.1.10 ebuild to 1.11 works.
Tested on ppc, should work on others.

Note: Version numbering scheme changed from x.y.z to x.y upstream, 1.11 is the next version after 1.1.10 :)
Comment 1 David Bélanger 2005-03-17 18:39:21 UTC
Note: There has just been a minor bug fix release: 1.11.1
I will test it later.
Comment 2 David Bélanger 2005-03-20 13:21:53 UTC
Just to confirm that 1.11.1 works fine on ~ppc, should fine on others too.

cp sablevm-{1.1.10,1.11.1}.ebuild
Comment 3 Jan Brinkmann (RETIRED) gentoo-dev 2005-03-21 10:17:28 UTC
i get two access violations:

first one during configure:
------------------------------------

./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib --with-jikes --enable-gtk-peer
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
ACCESS DENIED  mkdir:     /root/.subversion
svn: '.' is not a working copy
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-pc-linux-gnu


second one during install:
------------------------------------
make[3]: Entering directory `/var/tmp/portage/sablevm-1.11.1/work/sablevm-1.11.1/src'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/sablevm-1.11.1/work/sablevm-1.11.1/src'
make[2]: Leaving directory `/var/tmp/portage/sablevm-1.11.1/work/sablevm-1.11.1/src'
make[2]: Entering directory `/var/tmp/portage/sablevm-1.11.1/work/sablevm-1.11.1'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/var/tmp/portage/sablevm-1.11.1/work/sablevm-1.11.1'
make[1]: Leaving directory `/var/tmp/portage/sablevm-1.11.1/work/sablevm-1.11.1'
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-dev-java_-_sablevm-1.11.1-12464.log"

mkdir:     /root/.subversion
mkdir:     /root/.subversion
--------------------------------------------------------------------------------
Comment 4 David Bélanger 2005-03-21 10:53:47 UTC
ok.

I did not get it in the first place since /root/.subversion existed on my system.

I will discuss with other SableVM devs.  Seems that svn is executed in a "safety check" and it probably should not be there in final releases...
Comment 5 David Bélanger 2005-03-23 09:59:51 UTC
This ebuild and associated files for FILESDIR patches configure.ac to fix the violation and regenerated configure and associated files.  See attachment.
Comment 6 David Bélanger 2005-03-23 10:01:37 UTC
Created attachment 54260 [details]
suggested ebuild
Comment 7 David Bélanger 2005-03-23 10:02:59 UTC
Created attachment 54261 [details, diff]
sablevm configure.ac patch
Comment 8 David Bélanger 2005-03-23 10:03:51 UTC
Created attachment 54262 [details, diff]
sablevm-classpath configure.ac patch
Comment 9 David Bélanger 2005-03-23 10:04:27 UTC
Created attachment 54263 [details]
sablevm autogen
Comment 10 David Bélanger 2005-03-23 10:05:12 UTC
Created attachment 54264 [details]
sablevm-classpath autogen
Comment 11 Jan Brinkmann (RETIRED) gentoo-dev 2005-03-24 11:41:33 UTC
to avoid heavy patching, we should maybe wait for a new imho. by doing this we can keep the amount of files in the tree as small as possible. have you send your patches upstream, or does the project now about this issue?
Comment 12 David Bélanger 2005-03-24 14:40:38 UTC
Releases used to be far apart so I was not sure but the two core devs that make the releases have just done a 1.11.3 release with my sandbox bug fix as well as several other fixes.

To summarize, simply copying the 1.1.10 release to 1.11.3 should work.  I tested it on ~ppc but should work fine on other archs.
Comment 13 Jan Brinkmann (RETIRED) gentoo-dev 2005-03-24 16:53:47 UTC
ok, thanks again for your effort. version bumped, in cvs.