Hi, I'm having some trouble building an app against samba in a 15.04 armhf chroot on an amd64 Wily laptop. The build is not able to find libsmbclient headers even after installing the necessary parts. I may be doing something stupid here, but would appreciate a sanity check :)
Steps to reproduce:- # Create the chroot sudo click chroot -a armhf -f ubuntu-sdk-15.04 create # Get deps click chroot -a armhf -f ubuntu-sdk-15.04 maint apt-get install libsmbclient-dev:armhf # Result: http://paste.ubuntu.com/11669082/ # Fix strangeness with python dependancy apt-get install -f # Result: http://paste.ubuntu.com/11669078/ # Get source to build bzr branch lp:ubuntu-filemanager-app # Build it Using this script http://paste.ubuntu.com/11667958/ to build armhf/amd64/i386 fat package. Fails at first hurdle, the armhf build:- http://paste.ubuntu.com/11669092/ I have also tried installing various other samba packages including libsmbclient but I get the same issue every time. Suggestions welcome. -- Alan Pope Community Manager Canonical - Product Strategy +44 (0) 7973 620 164 [email protected] http://ubuntu.com/ -- Ubuntu-devel-discuss mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
