Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 436748 - www-apps/trac-1.0 - src_install(): cp: cannot stat ‘cgi-bin/trac.cgi’: No such file or directory
Summary: www-apps/trac-1.0 - src_install(): cp: cannot stat ‘cgi-bin/trac.cgi’: No suc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Dirkjan Ochtman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-01 03:23 UTC by Erik Zeek
Modified: 2012-10-03 08:07 UTC (History)
3 users (show)

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


Attachments
www-apps:trac-1.0:20121001-031823.log.gz (www-apps:trac-1.0:20121001-031823.log.gz,24.46 KB, application/x-gzip)
2012-10-01 03:23 UTC, Erik Zeek
Details
emerge --info (emerge-info.txt,12.47 KB, text/plain)
2012-10-01 03:24 UTC, Erik Zeek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Zeek 2012-10-01 03:23:03 UTC
Created attachment 325434 [details]
www-apps:trac-1.0:20121001-031823.log.gz

www-apps/trac-1.0 fails emerging when trying to copy cgi-bin/trac.cgi.

running install_egg_info
running egg_info
writing requirements to Trac.egg-info/requires.txt
writing Trac.egg-info/PKG-INFO
writing top-level names to Trac.egg-info/top_level.txt
writing dependency_links to Trac.egg-info/dependency_links.txt
writing entry points to Trac.egg-info/entry_points.txt
reading manifest file 'Trac.egg-info/SOURCES.txt'
writing manifest file 'Trac.egg-info/SOURCES.txt'
Copying Trac.egg-info to /gentoo/tmp/portage/www-apps/trac-1.0/temp/images/2.7/usr/lib64/python2.7/site-packages/Trac-1.0-py2.7.egg-info
running install_scripts
Installing trac-admin script to /gentoo/tmp/portage/www-apps/trac-1.0/temp/images/2.7/usr/bin
Installing tracd script to /gentoo/tmp/portage/www-apps/trac-1.0/temp/images/2.7/usr/bin
 * Generating '/usr/bin/trac-admin' wrapper script
 * Generating '/usr/bin/tracd' wrapper script
cp: cannot stat ‘cgi-bin/trac.cgi’: No such file or directory
 * ERROR: www-apps/trac-1.0 failed (install phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  89:  Called src_install
 *   environment, line 4299:  Called die
 * The specific snippet of code:
 *           cp cgi-bin/trac.cgi "${ED}${MY_CGIBINDIR}" || die;
 * 
 * If you need support, post the output of `emerge --info '=www-apps/trac-1.0'`,
 * the complete build log and the output of `emerge -pqv '=www-apps/trac-1.0'`.
 * The complete build log is located at '/var/log/portage/www-apps:trac-1.0:20121001-031823.log.gz'.
 * For convenience, a symlink to the build log is located at '/gentoo/tmp/portage/www-apps/trac-1.0/temp/build.log.gz'.
 * The ebuild environment file is located at '/gentoo/tmp/portage/www-apps/trac-1.0/temp/environment'.
 * Working directory: '/gentoo/tmp/portage/www-apps/trac-1.0/work/Trac-1.0'
 * S: '/gentoo/tmp/portage/www-apps/trac-1.0/work/Trac-1.0'
Comment 1 Erik Zeek 2012-10-01 03:24:16 UTC
Created attachment 325436 [details]
emerge --info
Comment 2 Dirkjan Ochtman (RETIRED) gentoo-dev 2012-10-03 08:07:38 UTC
Yeah, looks like the CGI scripts were moved. I've committed a fix to the tree.