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@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.

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to