You are not logged in.
Pages: 1
If Java is open source now, why do the PKGBUILD's for JRE and JDK still use the prebuilt binaries?
Last edited by Falcata (2008-07-19 00:32:03)
Offline
Java isn't completely open source, as in OpenJDK still has some binary blobs for sections of the code that Sun is negotiating to release. However, these can be filled in by the IcedTea project which has recently achieved a complete pass for functionality.
One consideration is that a lot of people are required to use Sun's version for development as that is what their work supports. So the binary versions will need to be kept around.
So, the question becomes, will IcedTea/OpenJDK make it in the repos? It has been discussed and it likely will at some stage. It is just not a high priority give the binary versions work and will be kept around.
Offline
Okay, thanks.
EDIT: Looks like it's on AUR, so I'll try building it with yaourt.
Last edited by Falcata (2008-07-19 11:35:59)
Offline
Well, it seems that giflib was removed from AUR for some reason, and JDK and JRE won't build without it. Since it can still be built using yaourt, would it be safe to do so?
Offline
giflib moved its way into extra in the last day. Give you mirror time to sync.
Offline
giflib hasnt replaced libungif though. i mean rebuild all packages that depended on libungif with giflib
There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums. That is why we avoid it. -- ewaller (arch linux forum moderator)
Offline
Thanks. I've got it installed now, so I'm going to try and build the openjdk and icedtea6 packages.
Offline
Offline
Mplayer depends on libungif as does Windowmaker. I just found this out on an upgrade where libungif was orphaned so I removed it. Lo, Mplayer wouldn't start. When I tried to boot in this morning Windowmaker wouldn't start either. Compiling libungif solved my problems but I'm sure that a few folks will start trickling in with this very problem soon.
Offline
Mplayer depends on libungif as does Windowmaker. I just found this out on an upgrade where libungif was orphaned so I removed it. Lo, Mplayer wouldn't start. When I tried to boot in this morning Windowmaker wouldn't start either. Compiling libungif solved my problems but I'm sure that a few folks will start trickling in with this very problem soon.
Actually, you should replace libungif by giflib. I believe that should be done automatically by pacman but currently isn't. I've submitted a bug report: http://bugs.archlinux.org/task/10961
Offline
Pages: 1