eddy89 Apprentice
Joined: 01 Feb 2006 Posts: 180 Location: /world/Italy/Torino
|
Posted: Thu Jul 02, 2009 8:11 pm Post subject: Some package ignore SYSROOT environment |
|
|
I'm cross compiling for an ARM machine.
It's the second time I have this problem: the first was with nfs-utils which ignores all configurations and try to use "gcc" instead of CHOST.
net-ftp/vsftpd instead try to pass to lib path the absolute path /lib/libpam.so.0 that obviously fail because the lib is from different architecture.
This is the line in file /var/tmp/portage/net-ftp/vsftpd-2.1.0-r1/work/vsftpd-2.1.0/./vsf_findlibs.sh
Code: | locate_library /lib/libpam.so.0 && echo "/lib/libpam.so.0";
|
What I have to do? Should I open a bug for each of these problems? Or there is a work-around for this?
EDIT:
emerging ftpbase created user ftp and group ftp in HOST machine and not in the TARGET one -.-' what about this? |
|