Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146801 - Current samba ebuilds have problems with ebuild command
Summary: Current samba ebuilds have problems with ebuild command
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Low minor (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
: 158662 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-09-08 00:05 UTC by Richard Fish
Modified: 2006-12-20 09:55 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Fish 2006-09-08 00:05:25 UTC
With current samba ebuilds (3.0.23 or 3.0.23a), ebuild install will fail with the message:

...
>>> Checking samba-3.0.23a.tar.gz's mtime...
>>> samba-3.0.23a.tar.gz has been updated; recreating WORKDIR...
>>> /usr/portage/net-fs/samba/samba-3.0.23a.ebuild has been updated; recreating WORKDIR...
>>> Unpacking source...
...
make: *** No rule to make target `install-everything'.  Stop.

The problem is that the archive samba-3-gentoo-0.3.14.tar.bz2 contains a ./ entry dated 2005-10-06, so when this archive is extracted, it changes the work directory date to 2005-10-06.  This is earlier than the date of the distfiles, so portage thinks it needs to recreate the working directory.

There is no problem if "ebuild ... merge" or package is run, or if the package is installed with emerge, so this is a minor problem.  But it was confusing for at least one user wanting to make their own 3.0.23c ebuild in their overlay.
Comment 1 SpanKY gentoo-dev 2006-12-16 17:57:11 UTC
fixed by listing the gentoo tarball before the release tarball so it gets unpacked first
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-12-20 09:55:06 UTC
*** Bug 158662 has been marked as a duplicate of this bug. ***