Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 603362 - net-p2p/freenet-0.7.5_p1475-r1 does not compile; missing file/directory
Summary: net-p2p/freenet-0.7.5_p1475-r1 does not compile; missing file/directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrice Clement
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-21 17:42 UTC by Jouni Rinne
Modified: 2016-12-29 15:11 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,1.69 KB, text/x-log)
2016-12-21 17:42 UTC, Jouni Rinne
Details
emerge --info (emerge_info,5.94 KB, text/plain)
2016-12-21 17:44 UTC, Jouni Rinne
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jouni Rinne 2016-12-21 17:42:29 UTC
Created attachment 457034 [details]
build.log

Net-p2p/freenet-0.7.5_p1475-r1 does not compile, blaming missing file/directory:

>>> Unpacking seednodes-20150812.fref.bz2 to /var/tmp/portage/net-p2p/freenet-0.7.5_p1475-r1/work
mv: cannot stat '/var/tmp/portage/net-p2p/freenet-0.7.5_p1475-r1/work/freenet-fred-*': No such file or directory
Comment 1 Jouni Rinne 2016-12-21 17:44:52 UTC
Created attachment 457036 [details]
emerge --info
Comment 2 Fabian Köster 2016-12-22 09:49:58 UTC
Same problem here.
Comment 3 M. B. 2016-12-27 01:04:47 UTC
comment out the line
mv "${WORKDIR}"/freenet-fred-* "${S}" || die

looks like they got to their senses and removed the additional dir from their tarball.
Comment 4 Patrice Clement gentoo-dev 2016-12-29 15:11:49 UTC
commit 01e9ddcaa59c86955e64954768cdb13ec504e79d (HEAD -> master, origin/master, origin/HEAD)
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: Thu Dec 29 16:09:50 2016 +0100
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Thu Dec 29 16:10:51 2016 +0100

net-p2p/freenet: don't move nonexistent jar files.

Gentoo-Bug: https://bugs.gentoo.org/603362

Package-Manager: portage-2.3.0

net-p2p/freenet/freenet-0.7.5_p1475-r2.ebuild | 162 ++++++++++++++++++++++++++
1 file changed, 162 insertions(+)
create mode 100644 net-p2p/freenet/freenet-0.7.5_p1475-r2.ebuild

Please give it a try and report back. Thanks.