/srv/irclogs.ubuntu.com/2008/11/14/#ubuntu-java.txt

mohbanaok what's the root dir of the openjdk00:08
mohbana     Set the environment variable ALT_BOOTDIR to the location of this JDK 6.00:09
mohbanapersia: ?00:11
persiaHow did you generate that message?01:26
mohbanasorry?01:30
mohbanahere is my log01:30
mohbanapersia: http://pastebin.com/m1a956a2301:30
mohbanamake fails01:30
mohbanai'm using the official repo01:30
mohbanaseems to always fail on hotsport01:31
mohbanahotspot01:31
mohbanadespite the sanity checks passing; http://pastebin.com/m789d202701:31
persiaRight.  Don't use make.  use `debuild -b`01:32
mohbanapersia: why?01:32
mohbanaif you don't mind me asking01:32
mohbanawhat's the diff01:32
persiaBecause that uses the instructions in debian/rules to build the package as described by the package maintainers.01:33
mohbanai'm not packing01:33
mohbanaprivate use01:33
persiadebian/rules includes all the stuff to make it work.  Otherwise you're just hitting your head against the wall while repeating someone else's effort.01:33
persiaRight.  Still, use debuild -b.  If you need to adjust something, do it in debian/rules.01:33
persiaOtherwise, read through debian/rules, and do that stuff in that order, as otherwise it probably won't build properly.01:34
mohbanathis is strange. now, i'm wondering why it's not even mentioned on the README01:34
mohbana'Because that uses the instructions in debian/rules to build the package as described by the package maintainers.' -> you do understand i'm using the sun hg repo right?01:35
mohbana$ debuild -b01:35
mohbanadebuild: fatal error at line 630:01:35
mohbanacannot find readable debian/changelog anywhere!01:35
mohbanaAre you in the source code tree?01:35
persiaAh, if you're using the sun hg repo, then I'll recommend downloading the Ubuntu package, and reading debian/rules to see how it's built, and following that.01:36
mohbanahere's the fix/guide; http://www.google.com/url?sa=t&source=web&ct=res&cd=11&url=http%3A%2F%2Fwww.jboss.org%2Fcommunity%2Fdocs%2FDOC-12912%3Bjsessionid%3DBB9036E8BDDA9D1CFF133CD12CB63888&ei=kdccSezaL4PUwwG41IWpBw&usg=AFQjCNEUK6JU54Shl3ysccbYepXTvIUaLw&sig2=2119blHMePHjR-HlI_QeBQ01:45
mohbanait's compiling now :)01:45
mohbanaoh my god01:47
mohbanafailed again01:48
mohbana<<<Finished Recursively making jvm all @ Fri Nov 14 01:47:42 GMT 2008.01:49
mohbana>>>Recursively making redist all @ Fri Nov 14 01:47:42 GMT 2008 ...01:49
mohbanamake[4]: Entering directory `/home/mbana/openjdk/jdk7/jdk/make/java/redist'01:49
mohbanaBinaryPlugs import started: Fri Nov 14 01:47:43 GMT 200801:49
mohbanaBINARY_PLUGS_PATH=/home/mbana/openjdk/jdk7/jdk-7-ea-plug-b39-linux-x64-06_nov_200801:49
mohbanamake[4]: *** No rule to make target `/home/mbana/openjdk/jdk7/jdk-7-ea-plug-b39-linux-x64-06_nov_2008/jre/lib/amd64/libjsoundhs.so', needed by `/home/mbana/openjdk/jdk7/build/linux-amd64/lib/amd64/libjsoundhs.so'.  Stop.01:49
mohbanamake[4]: Leaving directory `/home/mbana/openjdk/jdk7/jdk/make/java/redist'01:49
mohbanamake[3]: *** [all] Error 101:49
mohbanamake[3]: Leaving directory `/home/mbana/openjdk/jdk7/jdk/make/java'01:49
mohbanamake[2]: *** [all] Error 101:49
mohbanamake[2]: Leaving directory `/home/mbana/openjdk/jdk7/jdk/make'01:49
mohbanamake[1]: *** [jdk-build] Error 201:49
mohbanamake[1]: Leaving directory `/home/mbana/openjdk/jdk7'01:49
mohbanamake: *** [build_product_image] Error 201:49
persiaDid you follow the steps from the Ubuntu debian/rules?01:53
mohbanapersia: no, i have no idea what that is. i just switched to uunbut from fedora01:54
persiamohbana, apt-get source openjdk will grab the Ubuntu source package.01:55
persiaIt will unpack it into a directory, and in that directory will be a debian/rules file.01:55
persiaThat file will describe the steps required to build openjdk on Ubuntu.01:55
mohbanaif i must say, this so painfully long. on fedora it's so damn easy01:56
persiaSorry.  apt-get source openjdk-601:56
mohbanaok downloading01:56
persiaapt-get build-dep openjdk-6 will install all the software you need to build it.01:56
mohbanapersia: once again it fails02:13
persiamohbana, Following the instructions in debian/rules?02:14
persiaHrm.  Something must have changed upstream.  Why do you need trunk again?02:14
mohbanano i'm not following the rules02:14
mohbanawhy are they making things more complicated than they should be02:14
mohbanaessentially same log as the above02:17
persiaWell, I don't know what to tell you.  debian/rules was constructed collaboratively to work around all the issues with the build.  It contains complete instructions.02:19
persiaYou don't have to follow it, but it's the only source of instructions for building openjdk we have.02:20
mohbanapersia: do i need the sun jdk02:22
persiaI don't think so.02:24
persiaI'd recommend just downloading and installing the prebuilt openjdk binaries.  Much easier.02:24
persia`apt-get install openjdk-6-jdk` should get you most of what you need.02:25
Peddydoes Java or OpenJDK support audio through Pulseaudio?06:46
persiaYes, but it requires pulseaudio 0.9.13, which is only in Jaunty, and Jaunty is very much unstable right now, and not recommended for use.06:49
PeddyHi again, and thanks for the info, persia. Is 0.9.13 compilable on Intrepid? :)06:51
persiaHaven't tried it myself.  You could try a backport.06:52
persia!backports06:52
ubottuIf new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging06:52
persiaThat link provides lots of process docs and what not, but it ought also have a fairly simple procedure to generate a test package.06:53
PeddyThanks, I'll do that.06:53
Peddy/me's dns died :/07:05
* Peddy hi07:05
Peddyoh k07:05
PeddyHey everyone. How do I open a .jnlp file with the 'java' command from the commandline?07:38
Peddyoh wow, javaws.07:41
Peddypersia, when you said that the latest Pulse supports Java playback, did you mean out-of-box or do I need to install some packages? I found a backport that works OK.07:55
=== doko_ is now known as doko
mohbanahas anyone managed to compile from the official repo?17:04
Stef1Hi, where can i find a java room?18:53
Stef1not a java packaging for ubuntu room18:53
Stef1I tried #java but it asks for a password. Where can i register?18:55
=== ludovicc is now known as ludo
=== ludo is now known as ludovicc
Stef1How can I join the #java channel plz?19:00

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!