Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32112 - partimage ebuild uses obsolete chown user.group syntax
Summary: partimage ebuild uses obsolete chown user.group syntax
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: John Mylchreest (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-27 10:56 UTC by Ed Catmur
Modified: 2003-10-28 10:52 UTC (History)
0 users

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 Ed Catmur 2003-10-27 10:56:16 UTC
In the sys-apps/partimage ebuild:

chown root.root /var/tmp/portage/partimage-0.6.2/image//etc/partimaged/partimagedusers ;\
fi
chown: `root.root': invalid user
make[2]: *** [install-data-local] Error 1
make[2]: Leaving directory `/var/tmp/portage/partimage-0.6.2/work/partimage-0.6.2'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/partimage-0.6.2/work/partimage-0.6.2'
make: *** [install-recursive] Error 1
 
!!! ERROR: sys-apps/partimage-0.6.2 failed.
!!! Function src_install, Line 55, Exitcode 2
!!! (no error message)

This should of course be chown root:root - see Bug 30596

I can work around this by using:
# _POSIX2_VERSION=199209 emerge partimage

I couldn't find a general chown user.group tracking bug to add this to.
Comment 1 John Mylchreest (RETIRED) gentoo-dev 2003-10-28 10:52:33 UTC
commited.
pleased give 15 minutes then retry