* [gentoo-user] dev-java/java-sdk-docs-1.7.0.6[05]
@ 2014-07-19 1:26 meino.cramer
2014-07-19 5:14 ` Stroller
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: meino.cramer @ 2014-07-19 1:26 UTC (permalink / raw
To: Gentoo
Hi,
dev-java/java-sdk-docs-1.7.0.60 cannot be emerged.
!!! dev-java/java-sdk-docs-1.7.0.60 has fetch restriction turned on.
!!! This probably means that this ebuild's files must be downloaded
!!! manually. See the comments in the ebuild for more information.
* Fetch failed for 'dev-java/java-sdk-docs-1.7.0.60', Log file:
* '/var/tmp/portage/dev-java/java-sdk-docs-1.7.0.60/temp/build.log'
* Package: dev-java/java-sdk-docs-1.7.0.60
* Repository: gentoo
* Maintainer: java@gentoo.org
* USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
* FEATURES: preserve-libs sandbox splitdebug userpriv usersandbox
* Please download jdk-7u60-apidocs.zip from
* http://www.oracle.com/technetwork/java/javase/documentation/java-se-7-doc-download-435117.html
* (agree to the license) and place it in /usr/portage/distfiles
* If you find the file on the download page replaced with a higher
* version, please report to the bug 67266 (link below).
* If emerge fails because of a checksum error it is possible that
* the upstream release changed without renaming. Try downloading the file
* again (or a newer revision if available). Otherwise report this to
* http://bugs.gentoo.org/67266 and we will make a new revision.
I downloaded that file manually. It turns out, that Orcale offers
version dev-java/java-sdk-docs-1.7.0.65 in the meanwhile.
An according bug was filed.
When will the ebuild it be updated?
Best regards,
mcc
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] dev-java/java-sdk-docs-1.7.0.6[05]
2014-07-19 1:26 [gentoo-user] dev-java/java-sdk-docs-1.7.0.6[05] meino.cramer
@ 2014-07-19 5:14 ` Stroller
2014-07-19 5:31 ` meino.cramer
2014-07-19 16:02 ` [gentoo-user] dev-java/java-sdk-docs-1.7.0.6[05] James
2014-07-19 16:28 ` James
2 siblings, 1 reply; 6+ messages in thread
From: Stroller @ 2014-07-19 5:14 UTC (permalink / raw
To: gentoo-user
On Sat, 19 July 2014, at 2:26 am, meino.cramer@gmx.de wrote:
> ...
> dev-java/java-sdk-docs-1.7.0.60 cannot be emerged.
>
> !!! dev-java/java-sdk-docs-1.7.0.60 has fetch restriction turned on.
> ...
>
> I downloaded that file manually. It turns out, that Orcale offers
> version dev-java/java-sdk-docs-1.7.0.65 in the meanwhile.
>
> An according bug was filed.
>
> When will the ebuild it be updated?
Doesn't matter, bump /usr/portage/dev-java/java-sdk-docs/java-sdk-docs-1.7.0.60.ebuild to java-sdk-docs-1.7.0.65 in your local overlay.
This probably means something like
# mkdir -p /usr/local/portage/dev-java/java-sdk-docs/
# cp /usr/portage/dev-java/java-sdk-docs/java-sdk-docs-1.7.0.60.ebuild /usr/local/portage/dev-java/java-sdk-docs/java-sdk-docs-1.7.0.65.ebuild
# ebuild /usr/local/portage/dev-java/java-sdk-docs/java-sdk-docs-1.7.0.65.ebuild manifest
# emerge -1 =java-sdk-docs/java-sdk-docs-1.7.0.65
You can't rely on when the devs might update the tree - there's no way to know when they'll do so/
Hopefully the devs will bump mainline quickly, as the fetch restriction will surely break this package for everyone, but there's no point in waiting on them.
Stroller.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] dev-java/java-sdk-docs-1.7.0.6[05]
2014-07-19 5:14 ` Stroller
@ 2014-07-19 5:31 ` meino.cramer
0 siblings, 0 replies; 6+ messages in thread
From: meino.cramer @ 2014-07-19 5:31 UTC (permalink / raw
To: gentoo-user
Stroller <stroller@stellar.eclipse.co.uk> [14-07-19 07:16]:
>
> On Sat, 19 July 2014, at 2:26 am, meino.cramer@gmx.de wrote:
> > ...
> > dev-java/java-sdk-docs-1.7.0.60 cannot be emerged.
> >
> > !!! dev-java/java-sdk-docs-1.7.0.60 has fetch restriction turned on.
> > ...
> >
> > I downloaded that file manually. It turns out, that Orcale offers
> > version dev-java/java-sdk-docs-1.7.0.65 in the meanwhile.
> >
> > An according bug was filed.
> >
> > When will the ebuild it be updated?
>
>
> Doesn't matter, bump /usr/portage/dev-java/java-sdk-docs/java-sdk-docs-1.7.0.60.ebuild to java-sdk-docs-1.7.0.65 in your local overlay.
>
> This probably means something like
>
> # mkdir -p /usr/local/portage/dev-java/java-sdk-docs/
> # cp /usr/portage/dev-java/java-sdk-docs/java-sdk-docs-1.7.0.60.ebuild /usr/local/portage/dev-java/java-sdk-docs/java-sdk-docs-1.7.0.65.ebuild
> # ebuild /usr/local/portage/dev-java/java-sdk-docs/java-sdk-docs-1.7.0.65.ebuild manifest
> # emerge -1 =java-sdk-docs/java-sdk-docs-1.7.0.65
>
> You can't rely on when the devs might update the tree - there's no way to know when they'll do so/
>
> Hopefully the devs will bump mainline quickly, as the fetch restriction will surely break this package for everyone, but there's no point in waiting on them.
>
> Stroller.
>
>
Thanks a lot, Stroller!
Have a nice weekend!
Best regards,
mcc
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] Re: dev-java/java-sdk-docs-1.7.0.6[05]
2014-07-19 1:26 [gentoo-user] dev-java/java-sdk-docs-1.7.0.6[05] meino.cramer
2014-07-19 5:14 ` Stroller
@ 2014-07-19 16:02 ` James
2014-07-19 16:28 ` James
2 siblings, 0 replies; 6+ messages in thread
From: James @ 2014-07-19 16:02 UTC (permalink / raw
To: gentoo-user
<meino.cramer <at> gmx.de> writes:
> dev-java/java-sdk-docs-1.7.0.60 cannot be emerged.
file a bug (request a version bump): bugs.gentoo.org
> mcc
hth,
James
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] Re: dev-java/java-sdk-docs-1.7.0.6[05]
2014-07-19 1:26 [gentoo-user] dev-java/java-sdk-docs-1.7.0.6[05] meino.cramer
2014-07-19 5:14 ` Stroller
2014-07-19 16:02 ` [gentoo-user] dev-java/java-sdk-docs-1.7.0.6[05] James
@ 2014-07-19 16:28 ` James
2014-07-19 23:29 ` meino.cramer
2 siblings, 1 reply; 6+ messages in thread
From: James @ 2014-07-19 16:28 UTC (permalink / raw
To: gentoo-user
<meino.cramer <at> gmx.de> writes:
>
> Hi,
>
> dev-java/java-sdk-docs-1.7.0.60 cannot be emerged.
>
> !!! dev-java/java-sdk-docs-1.7.0.60 has fetch restriction turned on.
> !!! This probably means that this ebuild's files must be downloaded
> !!! manually. See the comments in the ebuild for more information.
>
> * Fetch failed for 'dev-java/java-sdk-docs-1.7.0.60', Log file:
> * '/var/tmp/portage/dev-java/java-sdk-docs-1.7.0.60/temp/build.log'
> * Package: dev-java/java-sdk-docs-1.7.0.60
It's a license issue. I use to have the exact java specific
syntax for the make.conf file entry to get around this blocking.
Try adding this to your make.conf and see what that does. It's
only a fetch restricted (license issue).
ACCEPT_LICENSE="*"
hth,
James
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Re: dev-java/java-sdk-docs-1.7.0.6[05]
2014-07-19 16:28 ` James
@ 2014-07-19 23:29 ` meino.cramer
0 siblings, 0 replies; 6+ messages in thread
From: meino.cramer @ 2014-07-19 23:29 UTC (permalink / raw
To: gentoo-user
James <wireless@tampabay.rr.com> [14-07-19 18:32]:
> <meino.cramer <at> gmx.de> writes:
>
> >
> > Hi,
> >
> > dev-java/java-sdk-docs-1.7.0.60 cannot be emerged.
> >
> > !!! dev-java/java-sdk-docs-1.7.0.60 has fetch restriction turned on.
> > !!! This probably means that this ebuild's files must be downloaded
> > !!! manually. See the comments in the ebuild for more information.
> >
> > * Fetch failed for 'dev-java/java-sdk-docs-1.7.0.60', Log file:
> > * '/var/tmp/portage/dev-java/java-sdk-docs-1.7.0.60/temp/build.log'
> > * Package: dev-java/java-sdk-docs-1.7.0.60
>
> It's a license issue. I use to have the exact java specific
> syntax for the make.conf file entry to get around this blocking.
>
> Try adding this to your make.conf and see what that does. It's
> only a fetch restricted (license issue).
>
> ACCEPT_LICENSE="*"
>
> hth,
> James
>
Na, it is no license issue. It is a "read my mail completly"-issue.
And if it would be a license issue the setting of
ACCEPT_LICENSE="*"
will not fix it.
To cite myself:
> > I downloaded that file manually. It turns out, that Orcale offers
> > version dev-java/java-sdk-docs-1.7.0.65 in the meanwhile.
> >
> > An according bug was filed.
> >
> > When will the ebuild it be updated?
>
So, I downloaeded that file and the version mismatch. The version
ebuild wants is not offered by oracle.
The bug is already filed.
Stroller already posts a hint for a workaround.
But the real solution is a fix by the devels in the ebuild
itsself.
Best regards,
mcc
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-07-19 23:29 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-19 1:26 [gentoo-user] dev-java/java-sdk-docs-1.7.0.6[05] meino.cramer
2014-07-19 5:14 ` Stroller
2014-07-19 5:31 ` meino.cramer
2014-07-19 16:02 ` [gentoo-user] dev-java/java-sdk-docs-1.7.0.6[05] James
2014-07-19 16:28 ` James
2014-07-19 23:29 ` meino.cramer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox