Bug 21181 - sux ebuild doesn't install anything ....
Bug#: 21181 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: mholzer@gentoo.org Reported By: tehirsch@web.de
Component: Unspecified
URL: 
Summary: sux ebuild doesn't install anything ....
Keywords:  
Status Whiteboard: 
Opened: 2003-05-18 07:02 0000
Description:   Opened: 2003-05-18 07:02 0000
... 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 From Tina Hirsch 2003-05-18 07:04:10 0000 -------
Created an attachment (id=12112) [details]
New ebuild that resolves the bug.

Set the variable S to WORKDIR which resolves the problem.

------- Comment #2 From Martin Holzer (RETIRED) 2003-05-18 16:28:46 0000 -------
added in cvs

thx