Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 661358 - www-servers/apache-2.4.34[suexec]: chmod: cannot access '/gentoo/tmp/portage/www-servers/apache-2.4.34/image//usr/sbin/suexec': No such file or directory
Summary: www-servers/apache-2.4.34[suexec]: chmod: cannot access '/gentoo/tmp/portage/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-17 01:54 UTC by Erik Zeek
Modified: 2018-07-20 15:19 UTC (History)
1 user (show)

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


Attachments
Build log (www-servers:apache-2.4.34:20180717-014730.log.gz,30.78 KB, application/gzip)
2018-07-17 01:54 UTC, Erik Zeek
Details
emerge --info '=www-servers/apache-2.4.34::gentoo' (emerge-info.txt,15.69 KB, text/plain)
2018-07-17 01:55 UTC, Erik Zeek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Zeek 2018-07-17 01:54:46 UTC
Created attachment 539770 [details]
Build log

Installing man pages and online manual
chmod: cannot access '/gentoo/tmp/portage/www-servers/apache-2.4.34/image//usr/sbin/suexec': No such file or directory
make[1]: *** [Makefile:286: install-suexec-setuid] Error 1
make[1]: Leaving directory '/gentoo/tmp/portage/www-servers/apache-2.4.34/work/httpd-2.4.34'
make: *** [/gentoo/tmp/portage/www-servers/apache-2.4.34/work/httpd-2.4.34/build/rules.mk:75: install-recursive] Error 1
Comment 1 Erik Zeek 2018-07-17 01:55:38 UTC
Created attachment 539772 [details]
emerge --info '=www-servers/apache-2.4.34::gentoo'
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2018-07-17 06:05:08 UTC
This seems to be a parallel make issue. Setting MAKEOPTS="-j1" seems to work around this issue.
Comment 3 Larry the Git Cow gentoo-dev 2018-07-17 07:10:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d8c60e97d7fcbd225b060c244a4709cd2f73ab

commit 04d8c60e97d7fcbd225b060c244a4709cd2f73ab
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2018-07-17 07:08:50 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2018-07-17 07:10:03 +0000

    www-servers/apache: Revbump to add new suexec related USE flags.
    
    Also fixed a parallel install issue with suexec binary.
    
    Closes: https://bugs.gentoo.org/661358
    Package-Manager: Portage-2.3.43, Repoman-2.3.10

 .../{apache-2.4.34.ebuild => apache-2.4.34-r1.ebuild} | 12 ++++++++++--
 .../files/apache-2.4.34-suexec_parallel_install.patch | 19 +++++++++++++++++++
 www-servers/apache/metadata.xml                       |  2 ++
 3 files changed, 31 insertions(+), 2 deletions(-)