[Sablevm-developer] Bug#230158: libsablevm-native1 depends on X
Brought to you by:
egagnon
From: Grzegorz B. P. <ga...@de...> - 2004-01-29 14:12:12
|
W liście z śro, 28-01-2004, godz. 18:01, aj pisze: > I want to do free java development without installing libart and libgtk > or anything x-windows related. I understand. > Could we move these dependancies to reccomends? I am afraid it's not possible for practical reasons. 99.9% users won't mind AND they will be seriously confused if we did that. However there's rather trivial solution to your problem, see below. $ apt-get source libsablevm-classlib1-java cd into source directory $ mcedit ./debian/rules add --disable-gtk-peer to ./configure parameters $ dpkg-buildpackage -rfakeroot -d (-d is needed to ignore build-deps on gtk/art) then you simply install .debs packages created in upper directory BIG NOTE: Please, pretty please - use newer packages than the ones available in testing. I'd love to recommend just pulling from unstable, but unfortunatelly new sablevm packages which included important updates just got stuck in NEW because of inclusion of jikes-sablevm wrapper. It's not in my power to move them on to unstable though it should happen really soon now. So it'd be best if you temporarily used packages from: http://gadek.debian.net/sablevm-unofficial wget the two source files from there, then continue as I described above (the above instructions won't actually work w/ 1.0.9 :-( ) http://gadek.debian.net/sablevm-unofficial/sablevm_1.0.9+svn20040120-2.tar.gz http://gadek.debian.net/sablevm-unofficial/sablevm-classlib_1.0.9+svn20040120-1.tar.gz In case you decided to install binary debs - here's full set at once: http://gadek.debian.net/sablevm-unofficial/sablevm-alldebs.tgz Feel free to contact me or SableVM mailing lists if you need assistance. You might also find our webpages useful (see my signature) Hope this helps Grzegorz B. Prokopski -- Grzegorz B. Prokopski <ga...@de...> Debian GNU/Linux http://www.debian.org SableVM - LGPLed JVM http://www.sablevm.org Why SableVM ?!? http://devel.sablevm.org/wiki/WhySableVM |