USRMOVE -> get rid of /bin/ in PATH

Sérgio Basto sergio at serjux.com
Wed Sep 12 17:35:08 UTC 2012


On Qua, 2012-09-12 at 16:38 +0200, Reindl Harald wrote: 
> would it be possible to get /bin rid of EVERY
> hardcoded path in the distribution?
> 
> i have no single idea from where rpmbuild takes "Requires: /bin/perl"
> nor why "ssh user at host /script.sh" has still /bin/ before /usr/bin
> while there is no single config-file containing a PATH-change which
> would reflect this
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=856584

BTW : 
yum install /usr/lib/libc.so.6
No package /usr/lib/libc.so.6 available.
but 
yum install /lib/libc.so.6
works
and  
yum install /lib/libc.so
No package /lib/libc.so available.
but 
yum install usr/lib/libc.so
works 


I have a question a little out of topic, sorry , why 
BuildRequires:  glibc.i686 glibc-devel.i686 libstdc++.i686

gives me error in a mock build of x86_64 , what could I do to get this
requirements ? 


Thanks, 
-- 
Sérgio M. B.



More information about the devel mailing list