Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 315205

Summary: x11-terms/rxvt-2.7.10-r4 missing executable
Product: Gentoo Linux Reporter: Martin Pelikan <martin.pelikan>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED WORKSFORME    
Severity: normal CC: patrick
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: partial fix
patch to rxvt makefile

Description Martin Pelikan 2010-04-14 07:49:12 UTC
Hi,
I emerged rxvt as I always do, and there is no /usr/bin/rxvt anywhere! 
# equery f rxvt
 * Searching for rxvt ...
 * Contents of x11-terms/rxvt-2.7.10-r4:
/usr
/usr/bin
/usr/bin/rclock
/usr/share
/usr/share/doc
/usr/share/doc/rxvt-2.7.10-r4
/usr/share/doc/rxvt-2.7.10-r4/BUGS.bz2
/usr/share/doc/rxvt-2.7.10-r4/FAQ.bz2
/usr/share/doc/rxvt-2.7.10-r4/README.greek.bz2
/usr/share/doc/rxvt-2.7.10-r4/README.menu.bz2
/usr/share/doc/rxvt-2.7.10-r4/README.xvt.bz2
/usr/share/doc/rxvt-2.7.10-r4/changes.txt.bz2
/usr/share/doc/rxvt-2.7.10-r4/html
/usr/share/doc/rxvt-2.7.10-r4/html/rxvt.html
/usr/share/doc/rxvt-2.7.10-r4/html/rxvtRef-frame.html
/usr/share/doc/rxvt-2.7.10-r4/html/rxvtRef-toc.html
/usr/share/doc/rxvt-2.7.10-r4/html/rxvtRef.html
/usr/share/doc/rxvt-2.7.10-r4/rxvtRef.txt.bz2
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/rclock.1.bz2
/usr/share/man/man1/rxvt.1.bz2

Reproducible: Always

Steps to Reproduce:
1.emerge rxvt -av
2.yes
3.
Actual Results:  
installs the package, but without the main executable

Expected Results:  
my terminal!

ACCEPT_KEYWORDS=~x86 by default, portage 2.1.8.3, gcc 4.3.4, -march=pentium-m -fomit-frame-pointer
Comment 1 Ladislav Laska 2010-04-14 11:28:00 UTC
Created attachment 227773 [details]
partial fix

This ebuild uses patch (attached in next post) to fail compilation if make failed.
Comment 2 Ladislav Laska 2010-04-14 11:28:25 UTC
Created attachment 227775 [details, diff]
patch to rxvt makefile
Comment 3 Patrick Lauer gentoo-dev 2010-06-10 14:37:44 UTC
I cannot reproduce that error. Can you please paste emerge --info output ?
Comment 4 Martin Pelikan 2010-06-10 18:39:10 UTC
I fiddled around the ebuild and these patches, got it working, deleted everything and resync'd the portage. Now it seems to run fine. Odd.
Sorry for the noise.