Emerge of otrs fails with Error in chown 101 81 /var/tmp/portage/www-apps/otrs-3.2.12/work/otrs-3.2.12: Operation not permitted. Looks like that there is a missung : between UID and GID. Reproducible: Always Steps to Reproduce: 1. emerge -av otrs 2. 3. Actual Results: emerge -av otrs These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ~] www-apps/otrs-3.2.12 USE="apache2 gd mod_perl mysql pdf -fastcgi -ldap -postgres -soap" 0 kB Total: 1 package (1 new), Size of downloads: 0 kB Would you like to merge these packages? [Yes/No] yes >>> Verifying ebuild manifests >>> Emerging (1 of 1) www-apps/otrs-3.2.12 * otrs-3.2.12.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] >>> Unpacking source... >>> Unpacking otrs-3.2.12.tar.bz2 to /var/tmp/portage/www-apps/otrs-3.2.12/work >>> Source unpacked in /var/tmp/portage/www-apps/otrs-3.2.12/work >>> Preparing source in /var/tmp/portage/www-apps/otrs-3.2.12/work/otrs-3.2.12 ... bin/otrs.SetPermissions.pl - set OTRS file permissions Copyright (C) 2001-2013 OTRS AG, http://otrs.com/ Setting permissions on /var/tmp/portage/www-apps/otrs-3.2.12/work/otrs-3.2.12 Error in chown 101 81 /var/tmp/portage/www-apps/otrs-3.2.12/work/otrs-3.2.12: Operation not permitted * ERROR: www-apps/otrs-3.2.12::gentoo failed (prepare phase): * Could not set permissions * * Call stack: * ebuild.sh, line 93: Called src_prepare * environment, line 2573: Called die * The specific snippet of code: * perl "${S}"/bin/otrs.SetPermissions.pl --otrs-user=otrs --web-user=apache --otrs-group=apache --web-group=apache "${S}" || die "Could not set permissions"; * * If you need support, post the output of `emerge --info '=www-apps/otrs-3.2.12::gentoo'`, * the complete build log and the output of `emerge -pqv '=www-apps/otrs-3.2.12::gentoo'`. * The complete build log is located at '/var/tmp/portage/www-apps/otrs-3.2.12/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/www-apps/otrs-3.2.12/temp/environment'. * Working directory: '/var/tmp/portage/www-apps/otrs-3.2.12/work/otrs-3.2.12/Kernel/Config' * S: '/var/tmp/portage/www-apps/otrs-3.2.12/work/otrs-3.2.12' >>> Failed to emerge www-apps/otrs-3.2.12, Log file: >>> '/var/tmp/portage/www-apps/otrs-3.2.12/temp/build.log' * Messages for package www-apps/otrs-3.2.12: * ERROR: www-apps/otrs-3.2.12::gentoo failed (prepare phase): * Could not set permissions * * Call stack: * ebuild.sh, line 93: Called src_prepare * environment, line 2573: Called die * The specific snippet of code: * perl "${S}"/bin/otrs.SetPermissions.pl --otrs-user=otrs --web-user=apache --otrs-group=apache --web-group=apache "${S}" || die "Could not set permissions"; * * If you need support, post the output of `emerge --info '=www-apps/otrs-3.2.12::gentoo'`, * the complete build log and the output of `emerge -pqv '=www-apps/otrs-3.2.12::gentoo'`. * The complete build log is located at '/var/tmp/portage/www-apps/otrs-3.2.12/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/www-apps/otrs-3.2.12/temp/environment'. * Working directory: '/var/tmp/portage/www-apps/otrs-3.2.12/work/otrs-3.2.12/Kernel/Config' * S: '/var/tmp/portage/www-apps/otrs-3.2.12/work/otrs-3.2.12' Expected Results: otrs should build fine
Created attachment 365578 [details] build.log Build log
Isn't there someone out there who can help with this. I'm not familiar with perl. Or maybe there is another thing I can help with?
got the same problem here. i desperately need it
Is there anything I can help with here?
Same here
As a workaround you can use: FEATURES="-userpriv" emerge -av otrs
ping?
Removed in 934a47e2dfc9eb2ff6a38198622584ef458f028d, following last-rites in bug 664326, bug 692398.