Summary: | media-video/jubler fails to build without network access | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Java team <java> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Build log |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 227851 [details]
Build log
Strange. Doesn't happen here but I do get other warnings:
>>> Installing (15 of 15) media-video/jubler-4.1.1
/var/tmp/portage/media-video/jubler-4.1.1/temp/environment: line 4424: gnome2_pkg_preinst: command not found
* Possibly unneeded dependencies found
* zemberek
[java] com.panayotis.jupidator.UpdaterException: java.net.ConnectException Connection timed out [java] at com.panayotis.jupidator.data.Version.loadVersion(Version.java:57) [java] at com.panayotis.jupidator.Updater.<init>(Updater.java:38) [java] at com.panayotis.jupidator.helpers.ChangeLogCreator.main(ChangeLogCreator.java:28) Diego: I presume you have network access disabled? (In reply to comment #2) > Strange. Doesn't happen here but I do get other warnings: > > >>> Installing (15 of 15) media-video/jubler-4.1.1 > /var/tmp/portage/media-video/jubler-4.1.1/temp/environment: line 4424: > gnome2_pkg_preinst: command not found Although I can't reproduce this (without your bump) I completely removed it and reverted to gnome2-utils eclass usage (that's adequate) > * Possibly unneeded dependencies found > * zemberek This is a false positive, zemberek is used via reflection. Removed call to changelog task, this will make it use the bundled one (no problem) Thanks, Serkan |