Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 430840 - www-misc/fcgiwrap-1.0.3-r1 sets incorrect $S - The source directory '.../work/gnosek-fcgiwrap-' doesn't exist
Summary: www-misc/fcgiwrap-1.0.3-r1 sets incorrect $S - The source directory '.../wor...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Peter Volkov (RETIRED)
URL:
Whiteboard:
Keywords: STABLE
Depends on:
Blocks:
 
Reported: 2012-08-10 23:00 UTC by Torbjörn Lönnemark
Modified: 2012-12-31 08:05 UTC (History)
7 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Torbjörn Lönnemark 2012-08-10 23:00:51 UTC
www-misc/fcgiwrap-1.0.3-r1 fails to merge because $WORKDIR is not set correctly in the ebuild.

Reproducible: Always

Steps to Reproduce:
1. emerge www-misc/fcgiwrap

Actual Results:  
 * ERROR: www-misc/fcgiwrap-1.0.3-r1 failed (prepare phase):
 *   The source directory '/var/tmp/portage/www-misc/fcgiwrap-1.0.3-r1/work/gnosek-fcgiwrap-' doesn't exist


Expected Results:  
The ebuild should install properly.

Uncommenting line 22 in the ebuild (#MY_REV="58ec209") fixes the issue.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-08-11 16:44:14 UTC
It shouldn't set WORKDIR, but it should set S, which it does, incorrectly.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2012-10-26 05:10:31 UTC
Guys it's more than two months. If you can't work this out, I'll be masking the package and the dependencies, seriously.
Comment 3 Jason Zaman gentoo-dev 2012-11-26 06:32:29 UTC
This is still broken. As said in the first post, the relevant lines starting from line 22 are:

	#MY_REV="58ec209"
	#SRC_URI="http://download.github.com/gnosek-${P}-4-g${MY_REV}.tar.gz"
	SRC_URI="mirror://gentoo/${P}.tar.gz"
	S="${WORKDIR}/gnosek-${PN}-${MY_REV}"

MY_REV just needs to be uncommented and it works perfectly.
Comment 4 Manuel Rüger (RETIRED) gentoo-dev 2012-12-25 13:22:56 UTC
CC'ing darkside as he was the last commiter and commented out MY_REV.

http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild?r1=1.3&r2=1.4
Comment 5 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2012-12-31 08:05:19 UTC
  31 Dec 2012; Jeremy Olexa <darkside@gentoo.org> fcgiwrap-1.0.3-r1.ebuild,
  fcgiwrap-9999.ebuild:
  fix bug 430840