Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 522386 - net-proxy/dante-1.4.1 - /usr/bin/install: cannot stat ‘/usr/portage/net-proxy/dante/files/sock?.conf’: No such file or directory
Summary: net-proxy/dante-1.4.1 - /usr/bin/install: cannot stat ‘/usr/portage/net-proxy...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo Network Proxy Developers (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-08 15:22 UTC by Zhu Sha Zang
Modified: 2014-09-09 04:55 UTC (History)
1 user (show)

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


Attachments
dante.tar.bz2 (dante.tar.bz2,46.29 KB, application/x-bzip)
2014-09-08 15:22 UTC, Zhu Sha Zang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zhu Sha Zang 2014-09-08 15:22:07 UTC
Dante-1.4.1 wont finish compilantion with weird alert:

make[1]: Leaving directory '/var/tmp/portage/net-proxy/dante-1.4.1/work/dante-1.4.1'
/usr/bin/install: cannot stat ‘/usr/portage/net-proxy/dante/files/sock?.conf’: No such file or directory
!!! doins: /usr/portage/net-proxy/dante/files/sock?.conf does not exist
 * ERROR: net-proxy/dante-1.4.1::gentoo failed (install phase):
 *   doins failed
 * 
 * If you need support, post the output of `emerge --info '=net-proxy/dante-1.4.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-proxy/dante-1.4.1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/net-proxy/dante-1.4.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-proxy/dante-1.4.1/temp/environment'.
 * Working directory: '/var/tmp/portage/net-proxy/dante-1.4.1/work/dante-1.4.1'
 * S: '/var/tmp/portage/net-proxy/dante-1.4.1/work/dante-1.4.1'
 * QA Notice: file does not exist:
 * 
 *      doins: /usr/portage/net-proxy/dante/files/sock?.conf does not exist


Reproducible: Always

Steps to Reproduce:
1. emerge -u dante
Comment 1 Zhu Sha Zang 2014-09-08 15:22:42 UTC
Created attachment 384394 [details]
dante.tar.bz2
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-09-08 18:10:11 UTC
Comment on attachment 384394 [details]
dante.tar.bz2

Please attach separate files next time.
Comment 3 Erik Zeek 2014-09-09 03:16:41 UTC
The last CVS commit removed the files socks.conf and sockd.conf from the files directory.  The commit comment is simply, "old."  Restoring those files from the attic should fix this.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2014-09-09 04:55:57 UTC
my bad. socks.conf and sockd.conf to files/ restored.