Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21181 - sux ebuild doesn't install anything ....
Summary: sux ebuild doesn't install anything ....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-18 07:02 UTC by gentoo
Modified: 2003-05-18 16:28 UTC (History)
0 users

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


Attachments
New ebuild that resolves the bug. (sux-1.0-r1.ebuild,655 bytes, text/plain)
2003-05-18 07:04 UTC, gentoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gentoo 2003-05-18 07:02:09 UTC
... because the variable S isn't set up correctly.

Reproducible: Always
Steps to Reproduce:
1. emerge sux


Actual Results:  
<snip>
>>> Install sux-1.0 into /var/tmp/portage/sux-1.0/image/ category x11-misc
install: cannot stat `sux': No such file or directory
>>> Completed installing into /var/tmp/portage/sux-1.0/image/

>>> Merging x11-misc/sux-1.0 to /
--- /usr/
--- /usr/X11R6/
--- /usr/X11R6/bin/

>>> Regenerating /etc/ld.so.cache...
>>> x11-misc/sux-1.0 merged.

-------------------------------
It doesn't find sux script in ${S} but nevertheless says everything is fine.


Expected Results:  
Install script sux to /usr/X11R6/bin/sux
Comment 1 gentoo 2003-05-18 07:04:10 UTC
Created attachment 12112 [details]
New ebuild that resolves the bug.

Set the variable S to WORKDIR which resolves the problem.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-05-18 16:28:46 UTC
added in cvs

thx