Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 796647 - net-ftp/gproftpd installation failed because a directory is missing
Summary: net-ftp/gproftpd installation failed because a directory is missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2021-06-18 20:39 UTC by dieter ferdinand
Modified: 2022-12-20 16:31 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,354.25 KB, text/x-log)
2021-06-18 20:45 UTC, dieter ferdinand
Details
emerge --info (gpro.txt,7.13 KB, text/plain)
2021-06-20 15:41 UTC, dieter ferdinand
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dieter ferdinand 2021-06-18 20:39:55 UTC
cp should copy a file in a nonexistend directory

Reproducible: Always

Steps to Reproduce:
emerge gproftpd
Actual Results:  
mkdir -p -- /temp/portage/portage/net-ftp/gproftpd-8.3.2-r2/image/etc/pam.d
if test -d /etc/security/console.apps; then \
   cp etc/security/console.apps/gproftpd /temp/portage/portage/net-ftp/gproftpd-8.3.2-r2/image/etc/security/console.apps/; \
fi;
cp: cannot create regular file '/temp/portage/portage/net-ftp/gproftpd-8.3.2-r2/image/etc/security/console.apps/': No such file or directory
make[2]: *** [Makefile:828: install-data-local] Error 1
make[2]: Leaving directory '/temp/portage/portage/net-ftp/gproftpd-8.3.2-r2/work/gproftpd-8.3.2'
make[1]: *** [Makefile:706: install-am] Error 2
make[1]: Leaving directory '/temp/portage/portage/net-ftp/gproftpd-8.3.2-r2/work/gproftpd-8.3.2'
make: *** [Makefile:396: install-recursive] Error 1
 * ERROR: net-ftp/gproftpd-8.3.2-r2::gentoo failed (install phase):
 *   emake failed
Comment 1 dieter ferdinand 2021-06-18 20:45:25 UTC
Created attachment 716763 [details]
build.log
Comment 2 Mike Gilbert gentoo-dev 2021-06-20 14:56:59 UTC
Please provide emerge --info.
Comment 3 dieter ferdinand 2021-06-20 15:41:51 UTC
Created attachment 717189 [details]
emerge --info
Comment 4 Ionen Wolkens gentoo-dev 2021-06-23 17:02:47 UTC
I can't reproduce this, I suspect it's a race condition.

Try MAKEOPTS=-j1 ?
Comment 5 Larry the Git Cow gentoo-dev 2022-12-20 16:31:41 UTC
The bug has been closed via the following commit(s):

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

commit e127c6f10d177b16ef4a005e5d0fa4d61883de5d
Author:     Jakov Smolić <jsmolic@gentoo.org>
AuthorDate: 2022-12-20 16:20:01 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2022-12-20 16:30:21 +0000

    net-ftp/gproftpd: treeclean
    
    Closes: https://bugs.gentoo.org/796647
    Closes: https://bugs.gentoo.org/550524
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 net-ftp/gproftpd/Manifest                          |  1 -
 .../gproftpd/files/gproftpd-8.3.2-desktop.patch    | 12 -----
 .../gproftpd/files/gproftpd-8.3.2-fno-common.patch | 25 ----------
 .../gproftpd/files/gproftpd-8.3.2-install.patch    | 39 ---------------
 net-ftp/gproftpd/gproftpd-8.3.2-r3.ebuild          | 56 ----------------------
 net-ftp/gproftpd/metadata.xml                      |  5 --
 profiles/package.mask                              |  1 -
 7 files changed, 139 deletions(-)