[Bug 1124728] [NEW] openbsd-inetd does not crossbuild

2013-02-13 Thread Wookey
Public bug reported: This package has no crossbuild support. It is very simple so adding it is straightforward. Patch attached. ** Affects: openbsd-inetd (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: arm64 cross patch ** Patch added:

[Bug 873001] [NEW] ntp fails to cross-build

2011-10-12 Thread Wookey
Public bug reported: ntp fails to cross-build: Uses correct compiler but chooses wrong-arch header path arm-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib/isc/include -I../lib/isc/nothreads/include -I../lib/isc/unix/include -D_GNU_SOURCE -I/usr/include -g

[Bug 873001] Re: ntp fails to cross-build

2011-10-12 Thread Wookey
** Attachment added: Build log https://bugs.launchpad.net/bugs/873001/+attachment/2538850/+files/ntpdate-20111005-1719.log -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ntp in Ubuntu. https://bugs.launchpad.net/bugs/873001

[Bug 873001] Re: ntp fails to cross-build

2011-10-12 Thread Wookey
This build is fixed by removing some default config from the dpkg-cross autoconf cache: --- /etc/dpkg-cross/cross-config.cache~ 2011-08-23 10:37:59.0 + +++ /etc/dpkg-cross/cross-config.cache 2011-10-12 18:05:08.0 + @@ -137,8 +137,8 @@ # ntp if [ $PACKAGE = ntp -o

[Bug 861595] [NEW] Apt source gets the source for the newest/highest priority binary avaialble, not the newest/highest priority source available

2011-09-28 Thread Wookey
, and that appears to be enough to let apt find it. Here's the result of various commands below which I believe illustrates the problem. (natty)wookey@e102475-lin:/tmp$ apt-cache policy Package files: 100 /var/lib/dpkg/status release a=now 600 http://ppa.launchpad.net/linaro-foundations/cross

[Bug 861595] Re: Apt source gets the source for the newest/highest priority binary avaialble, not the newest/highest priority source available

2011-09-28 Thread Wookey
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/861595 Title: Apt source gets the source for the newest/highest priority binary avaialble, not the newest/highest priority source available To manage

[Bug 874505] Re: Native Multistrap oneiric chroots have an error configuring base-files

2012-02-24 Thread Wookey
This is actually a problem in base-files, now reprpoduced in precise and wheezy ** Package changed: multistrap (Ubuntu) = base-files (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/874505

[Bug 874505] Re: Native Multistrap oneiric chroots have an error configuring base-files

2012-02-24 Thread Wookey
base-files postinst expects /var/run to be empty and fails if it isn't. Presumably something about debootstrap makes sure base-files gets configured before any other package has managed to populate /var/run Multistrap makes no such guarantee. hector's patch fixes this case and should make things

[Bug 873001] [NEW] ntp fails to cross-build

2011-10-12 Thread Wookey
Public bug reported: ntp fails to cross-build: Uses correct compiler but chooses wrong-arch header path arm-linux-gnueabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib/isc/include -I../lib/isc/nothreads/include -I../lib/isc/unix/include -D_GNU_SOURCE -I/usr/include -g

[Bug 873001] Re: ntp fails to cross-build

2011-10-12 Thread Wookey
** Attachment added: Build log https://bugs.launchpad.net/bugs/873001/+attachment/2538850/+files/ntpdate-20111005-1719.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873001 Title: ntp fails

[Bug 873007] Re: python fails to cross-build

2011-10-12 Thread Wookey
** Attachment added: Build log https://bugs.launchpad.net/bugs/873007/+attachment/2538860/+files/python2.7-minimal-20111004-1804.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873007 Title:

[Bug 873007] [NEW] python fails to cross-build

2011-10-12 Thread Wookey
Public bug reported: Python fails to cross-build, with: make[3]: Entering directory `/home/wookey/testing/build/build/xdeb/python2.7/build-static' gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fprofile-generate -I. -IInclude -I../Include

[Bug 873001] Re: ntp fails to cross-build

2011-10-12 Thread Wookey
This build is fixed by removing some default config from the dpkg-cross autoconf cache: --- /etc/dpkg-cross/cross-config.cache~ 2011-08-23 10:37:59.0 + +++ /etc/dpkg-cross/cross-config.cache 2011-10-12 18:05:08.0 + @@ -137,8 +137,8 @@ # ntp if [ $PACKAGE = ntp -o

[Bug 873013] [NEW] perl fails to cross-build

2011-10-12 Thread Wookey
doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o xsutils.o globals.o perlio.o perlapi.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o \ miniperlmain.o opmini.o perlmini.o util.o: In function `Perl_safesysmalloc': /home/wookey/testing/build/build/xdeb/perl/util.c:78: undefined

[Bug 873013] Re: perl fails to cross-build

2011-10-12 Thread Wookey
** Attachment added: Build log https://bugs.launchpad.net/bugs/873013/+attachment/2538872/+files/perl-base-20111004-1804.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873013 Title: perl

[Bug 873015] [NEW] pam fails to cross-build

2011-10-12 Thread Wookey
,defs -Wl,--as-needed -Wl,-O1 -o pam_conv1 pam_conv_l.o pam_conv_y.o pam_conv_l.o: In function `yylex': /home/wookey/testing/build/build/xdeb/pam/conf/pam_conv1/pam_conv_l.c:871: undefined reference to `yywrap' This is a problem with flex processing. Background: The build command is: xdeb --only

[Bug 873015] Re: pam fails to cross-build

2011-10-12 Thread Wookey
** Attachment added: Build log https://bugs.launchpad.net/bugs/873015/+attachment/2538877/+files/libpam0g-20111004-1804.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873015 Title: pam fails

[Bug 870044] Re: Bash fails to cross-build

2011-10-12 Thread Wookey
This appears to be fixed by setting bash_cv_job_control_missing=present in /etc/dpkg-cross/cross-config.cache This needs a dpkg-cross update. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/870044

[Bug 873020] [NEW] libplymouth fails to cross-build

2011-10-12 Thread Wookey
Public bug reported: libplymouth fails to cross buidl due to xdeb dependency-installation problems: sudo apt-get -y --allow-unauthenticated -o Dir::State::Lists=/home/wookey/testing/build/build/xdeb/lists.apt -o Dir::Cache::pkgcache=/home/wookey/testing/build/build/xdeb/pkgcache.bin -o Dir

[Bug 873020] Re: libplymouth fails to cross-build

2011-10-12 Thread Wookey
** Attachment added: Build log https://bugs.launchpad.net/bugs/873020/+attachment/2538903/+files/libplymouth2-20111004-1804.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873020 Title:

[Bug 873021] [NEW] rsyslog fails to cross-build

2011-10-12 Thread Wookey
Public bug reported: rsyslog fails to cross-build due to xdeb depenedency-installation issue in --only-explicit mode: Considering source package rsyslog sudo apt-get -y --allow-unauthenticated -o Dir::State::Lists=/home/wookey/testing/build/build/xdeb/lists.apt -o Dir::Cache::pkgcache=/home

[Bug 873021] Re: rsyslog fails to cross-build

2011-10-12 Thread Wookey
** Attachment added: Build log https://bugs.launchpad.net/bugs/873021/+attachment/2538904/+files/rsyslog-20111004-1804.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873021 Title: rsyslog

[Bug 873022] [NEW] sudo fails to cross-build

2011-10-12 Thread Wookey
Public bug reported: sudo fails to cross-build due to an xdeb dependency-installation problem: Considering source package sudo sudo apt-get -y --allow-unauthenticated -o Dir::State::Lists=/home/wookey/testing/build/build/xdeb/lists.apt -o Dir::Cache::pkgcache=/home/wookey/testing/build/build

[Bug 873022] Re: sudo fails to cross-build

2011-10-12 Thread Wookey
-unauthenticated -o Dir::State::Lists=/home/wookey/testing/build/build/xdeb/lists.apt -o Dir::Cache::pkgcache=/home/wookey/testing/build/build/xdeb/pkgcache.bin -o Dir::Cache::srcpkgcache=/home/wookey/testing/build/build/xdeb/srcpkgcache.bin -o Dir::Etc::sourcelist=/home/wookey/testing/build/build/xdeb

[Bug 873025] [NEW] shadow fails to cross-build

2011-10-12 Thread Wookey
-2ubuntu8_all.deb'. sudo apt-get -y --allow-unauthenticated -o Dir::State::Lists=/home/wookey/testing/build/build/xdeb/lists.apt -o Dir::Cache::pkgcache=/home/wookey/testing/build/build/xdeb/pkgcache.bin -o Dir::Cache::srcpkgcache=/home/wookey/testing/build/build/xdeb/srcpkgcache.bin -o Dir::Etc

[Bug 873025] Re: shadow fails to cross-build

2011-10-12 Thread Wookey
** Attachment added: Build log https://bugs.launchpad.net/bugs/873025/+attachment/2538906/+files/login-20111004-1804.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873025 Title: shadow fails

[Bug 873022] Re: sudo fails to cross-build

2011-10-13 Thread Wookey
** Package changed: sudo (Ubuntu) = xdeb (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873022 Title: sudo fails to cross-build To manage notifications about this bug go to:

[Bug 873020] Re: libplymouth fails to cross-build

2011-10-13 Thread Wookey
** Package changed: plymouth (Ubuntu) = xdeb (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873020 Title: libplymouth fails to cross-build To manage notifications about this bug go to:

[Bug 873021] Re: rsyslog fails to cross-build

2011-10-13 Thread Wookey
** Package changed: rsyslog (Ubuntu) = xdeb (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873021 Title: rsyslog fails to cross-build To manage notifications about this bug go to:

[Bug 872418] Re: isc-dhcp fails to cross-build

2011-10-13 Thread Wookey
** Package changed: isc-dhcp (Ubuntu) = xdeb (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872418 Title: isc-dhcp fails to cross-build To manage notifications about this bug go to:

[Bug 873555] [NEW] libtext-iconv-perl fails to cross-build

2011-10-13 Thread Wookey
Public bug reported: libtext-iconv-perl can't be cross-built until perl is cross-built so that the correct cross-config files are available. It fails with: dpkg-buildpackage: host architecture armel fakeroot debian/rules clean Config.pm Config_heavy.pl for cross building not found in

[Bug 873555] Re: libtext-iconv-perl fails to cross-build

2011-10-13 Thread Wookey
** Attachment added: Build log https://bugs.launchpad.net/bugs/873555/+attachment/2540667/+files/libtext-iconv-perl-20111013-1800.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873555 Title:

[Bug 873555] Re: libtext-iconv-perl fails to cross-build

2011-10-13 Thread Wookey
This bug should be fixed when https://bugs.launchpad.net/ubuntu/+source/perl/+bug/873013 is fixed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873555 Title: libtext-iconv-perl fails to cross-build

[Bug 873573] Re: libtext-charwidth-perl fails to cross build

2011-10-13 Thread Wookey
** Attachment added: Build log https://bugs.launchpad.net/bugs/873573/+attachment/2540787/+files/libtext-charwidth-perl-20111013-1800.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873573

[Bug 873013] Re: perl fails to cross-build

2011-10-13 Thread Wookey
pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o xsutils.o globals.o perlio.o perlapi.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o \ +  miniperlmain.o opmini.o perlmini.o util.o: In function `Perl_safesysmalloc': /home/wookey

[Bug 873573] [NEW] libtext-charwidth-perl fails to cross build

2011-10-13 Thread Wookey
Public bug reported: libtext-charwidth-perl fails to cross-build because perl is not built with the correct cross-config info. The patched-for-cross version in https://launchpad.net/~linaro- foundations/+archive/cross-alip fails with: fakeroot debian/rules clean Config.pm Config_heavy.pl for

[Bug 873577] [NEW] liblocale-gettext-perl fails to cross-build

2011-10-13 Thread Wookey
Public bug reported: liblocale-gettext-perl does not cross build because perl does not contain the necessary cross-config files Fixing https://bugs.launchpad.net/ubuntu/+source/perl/+bug/873013 should fix this bug It (the patched-for cross-build version

[Bug 873577] Re: liblocale-gettext-perl

2011-10-13 Thread Wookey
** Attachment added: Build log https://bugs.launchpad.net/bugs/873577/+attachment/2540790/+files/liblocale-gettext-perl-20111013-1800.log ** Summary changed: - liblocale-gettext-perl + liblocale-gettext-perl fails to cross-build -- You received this bug notification because you are a

[Bug 873586] [NEW] apt fails to cross-build

2011-10-13 Thread Wookey
Public bug reported: apt fails to cross build due to xdeb being unable to install cross-build depencies. Considering source package apt sudo apt-get -y --allow-unauthenticated -o Dir::State::Lists=/home/wookey/testing/build/build/xdeb/lists.apt -o Dir::Cache::pkgcache=/home/wookey/testing

[Bug 873586] Re: apt fails to cross-build

2011-10-13 Thread Wookey
** Attachment added: Build log https://bugs.launchpad.net/bugs/873586/+attachment/2540835/+files/apt-20111004-1804.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873586 Title: apt fails to

[Bug 873584] Re: udev fails to cross-build with xdeb

2011-10-13 Thread Wookey
-unauthenticated -o Dir::State::Lists=/home/wookey/testing/build/build/xdeb/lists.apt -o Dir::Cache::pkgcache=/home/wookey/testing/build/build/xdeb/pkgcache.bin -o Dir::Cache::srcpkgcache=/home/wookey/testing/build/build/xdeb/srcpkgcache.bin -o Dir::Etc::sourcelist=/home/wookey/testing/build/build

[Bug 873584] [NEW] udev fails to cross-build with xdeb

2011-10-13 Thread Wookey
Public bug reported: udev fails to cross-build due to xdeb failing to install cross- dependencies: Considering source package udev sudo apt-get -y --allow-unauthenticated -o Dir::State::Lists=/home/wookey/testing/build/build/xdeb/lists.apt -o Dir::Cache::pkgcache=/home/wookey/testing/build

[Bug 873573] Re: libtext-charwidth-perl fails to cross build

2011-10-13 Thread Wookey
This bug should be fixed if https://bugs.launchpad.net/ubuntu/+source/perl/+bug/873013 is fixed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873573 Title: libtext-charwidth-perl fails to cross

[Bug 771569] Re: Provide link for cross-compiling with pkg-config

2011-10-14 Thread Wookey
** Also affects: linaro-ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771569 Title: Provide link for cross-compiling with pkg-config To manage

[Bug 771569] Re: Provide link for cross-compiling with pkg-config

2011-10-14 Thread Wookey
** Changed in: linaro-ubuntu Milestone: None = 11.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771569 Title: Provide link for cross-compiling with pkg-config To manage notifications about

[Bug 873013] Re: perl fails to cross-build

2011-10-14 Thread Wookey
doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o xsutils.o globals.o perlio.o perlapi.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o \  miniperlmain.o opmini.o perlmini.o util.o: In function `Perl_safesysmalloc': /home/wookey/testing/build/build/xdeb/perl/util.c:78

[Bug 873013] Re: perl fails to cross-build

2011-10-14 Thread Wookey
With a large cross building patch applied it gets much further, and instead dies trying to link wrong-arch libbz2: arm-linux-gnueabi-gcc -shared -O2 -g -fstack-protector Bzip2.o -o /home/wookey/testing/build/build/xdeb/perl-5.10.1/lib/arm-linux-gnueabi/auto/Compress/Raw/Bzip2/Bzip2.so

[Bug 874505] [NEW] Native Multistrap oneiric chroots have an error configuring base-files

2011-10-14 Thread Wookey
(Ubuntu) Importance: Undecided Assignee: Wookey (wookey) Status: Confirmed ** Package changed: ubuntu = multistrap (Ubuntu) ** Changed in: multistrap (Ubuntu) Assignee: (unassigned) = Wookey (wookey) ** Changed in: multistrap (Ubuntu) Status: New = Confirmed -- You

[Bug 865444] Re: xdeb failing to install dependencies when doing --onyl-explicit builds

2011-10-04 Thread Wookey
oops. These tests were running with the wrong version of xdeb. So ignore this completely. I think I'll get it to announce its version along with teh config at the top of builds to avoid this sort of confusion. ** Changed in: xdeb (Ubuntu) Status: New = Invalid -- You received this bug

[Bug 869966] [NEW] gcc-4.5 fails to cross-build

2011-10-07 Thread Wookey
Public bug reported: Crossbuilding gcc-4.5-base using xdeb in a natty chroot fails. The build command is: xdeb --only-explicit -a armel --prefer-apt --apt-source --debug --force-rebuild gcc-4.5 using xdeb 0.6.5~crosstoolsppa from

[Bug 869966] Re: gcc-4.5 fails to cross-build

2011-10-07 Thread Wookey
** Attachment added: Build log https://bugs.launchpad.net/ubuntu/+source/gcc-4.5/+bug/869966/+attachment/2522710/+files/gcc-4.5-base-20111004-1804.log ** Tags added: cross -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 869966] Re: gcc-4.5 fails to cross-build

2011-10-07 Thread Wookey
To easily reproduce the build environment in which this bug was discovered follow the HOWTO here: https://wiki.linaro.org/Platform/DevPlatform/CrossCompile/CrossBuildNano Setting 'buildlist' to just be the one line: gcc-4.5-base would mean it only builds this package and not lots of others too.

[Bug 870044] Re: Bash fails to cross-build

2011-10-07 Thread Wookey
** Attachment added: Build log https://bugs.launchpad.net/bugs/870044/+attachment/2523179/+files/bash-20111007-1156.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/870044 Title: Bash fails to

[Bug 870044] [NEW] Bash fails to cross-build

2011-10-07 Thread Wookey
Public bug reported: bash fails to cross-build. The build command is: xdeb --only-explicit -a armel --prefer-apt --apt-source --debug --force-rebuild bash The actual build command xdeb issues is: debuild --no-lintian -eUSER -eCONFIG_SITE=/etc/dpkg-cross/cross-config.armel

[Bug 869966] Re: gcc-4.5 fails to cross-build

2011-10-07 Thread Wookey
This seems designed to catch wrong size definitions with negative value: /* Verify the guess. */ extern char test_real_width [sizeof(REAL_VALUE_TYPE) = REAL_WIDTH*sizeof(HOST_WIDE_INT) ? 1 : -1]; everything seems derived from HOST_BITS_PER_LONG and HOST_BITS_PER_WIDE_INT -- You received this

[Bug 870197] [NEW] iproute fails to cross-build

2011-10-07 Thread Wookey
Public bug reported: Fails with: arm-linux-gnueabi-gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\/usr/lib/arm$ emp_ematch.l:2:30: fatal error: emp_ematch.yacc.h: No such file or directory The build command is: xdeb --only-explicit -a armel

[Bug 870197] Re: iproute fails to cross-build

2011-10-07 Thread Wookey
Note that this iproute issue is as seen in the version of iproute uploaded here: https://launchpad.net/~linaro-foundations/+archive/cross- alip The plain cross-build in natty has no cross-support so just builds with gcc instead of arch-gcc -- You received this bug notification because you are a

[Bug 870197] Re: iproute fails to cross-build

2011-10-07 Thread Wookey
** Attachment added: Build log https://bugs.launchpad.net/bugs/870197/+attachment/2524033/+files/iproute-20111007-1610.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/870197 Title: iproute

[Bug 865444] Re: xdeb failing to install dependencies when doing --onyl-explicit builds

2011-10-03 Thread Wookey
** Attachment added: Build log for libdrm2 https://bugs.launchpad.net/bugs/865444/+attachment/2501634/+files/libdrm2-20110928-2056.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/865444 Title:

[Bug 865444] [NEW] xdeb failing to install dependencies when doing --onyl-explicit builds

2011-10-03 Thread Wookey
Public bug reported: Despite the recent resolver improvements in xdeb 0.6.5, xdeb still misses out some required dependencies, usually resulting in a failure to install all the -armel-cross packages (due to missing -armel-cross packages when somethign that is being installed depends on), or

[Bug 865444] Re: xdeb failing to install dependencies when doing --onyl-explicit builds

2011-10-03 Thread Wookey
Log of libplymouth build, illustarating same issue: in this case libthai0-armel-cross is an install-dep of libpango-armel-cross, but it is neither installed, nor excluded from libpango's cross-dep list. ** Attachment added: Log of libplymouth build

[Bug 872370] [NEW] iputils fails to cross-build

2011-10-11 Thread Wookey
Public bug reported: The build command is: xdeb --only-explicit -a armel --prefer-apt --apt-source --debug --force-rebuild iputils The actual build command xdeb issues is: debuild --no-lintian -eUSER -eCONFIG_SITE=/etc/dpkg-cross/cross-config.armel -eDEB_BUILD_OPTIONS=nocheck

[Bug 872370] Re: iputils fails to cross-build

2011-10-11 Thread Wookey
** Attachment added: Build log https://bugs.launchpad.net/bugs/872370/+attachment/2536668/+files/iputils-ping-20111004-1804.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872370 Title:

[Bug 872370] Re: iputils fails to cross-build

2011-10-11 Thread Wookey
This failure can be fixed with the attached patch to make sure the host arch compiler is used and the system library search path, not the 'Make' search path is used. ** Patch added: Cross-fix patch

[Bug 872370] Re: iputils fails to cross-build

2011-10-11 Thread Wookey
A patched version is uploaded here: https://launchpad.net/~linaro-foundations/+archive/cross-alip -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872370 Title: iputils fails to cross-build To manage

[Bug 872422] [NEW] kbd fails to cross-build

2011-10-11 Thread Wookey
Public bug reported: kdb fails to cross-build. The build command is: xdeb --only-explicit -a armel --prefer-apt --apt-source --debug --force-rebuild kbd The actual build command xdeb issues is: debuild --no-lintian -eUSER -eCONFIG_SITE=/etc/dpkg-cross/cross-config.armel

[Bug 872422] Re: kbd fails to cross-build

2011-10-11 Thread Wookey
** Attachment added: Build log https://bugs.launchpad.net/bugs/872422/+attachment/2536777/+files/kbd-20111004-1804.log ** Tags added: cross natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 872418] Re: isc-dhcp fails to cross-build

2011-10-11 Thread Wookey
** Attachment added: Build log https://bugs.launchpad.net/bugs/872418/+attachment/2536775/+files/isc-dhcp-client-20111004-1804.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872418 Title:

[Bug 872426] Re: klibc fails to cross-build

2011-10-11 Thread Wookey
** Attachment added: Build log https://bugs.launchpad.net/bugs/872426/+attachment/2536791/+files/klibc-utils-20111004-1804.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872426 Title: klibc

[Bug 872426] [NEW] klibc fails to cross-build

2011-10-11 Thread Wookey
/wookey/testing/build/build/xdeb/klibc/usr/include/arch/x86_64 -Iusr/include/arch/x86_64 -I/home/wookey/testing/build/build/xdeb/klibc/usr/include/bits64 -Iusr/include/bits64 -I/home/wookey/testing/build/build/xdeb/klibc/usr/klibc/../include -Iusr/klibc/../include -I/home/wookey/testing/build

[Bug 872435] Re: libcap2 fails to cross-build

2011-10-11 Thread Wookey
** Attachment added: build log https://bugs.launchpad.net/bugs/872435/+attachment/2536804/+files/libcap2-20111004-1804.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872435 Title: libcap2

[Bug 872435] [NEW] libcap2 fails to cross-build

2011-10-11 Thread Wookey
-Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -g -L/home/wookey/testing/build/build/xdeb/libcap2/libcap/../libcap -lattr -Wl,-soname,libcap.so.2 -o libcap.so.2.20 cap_alloc.o cap_proc.o cap_extint.o

[Bug 872418] [NEW] isc-dhcp fails to cross-build

2011-10-11 Thread Wookey
environment in which this bug was discovered follow the HOWTO here: https://wiki.linaro.org/Platform/DevPlatform/CrossCompile/CrossBuildNano xdeb fails to install all the cross-dependencies: sudo apt-get -y --allow-unauthenticated -o Dir::State::Lists=/home/wookey/testing/build/build/xdeb/lists.apt

[Bug 948045] [NEW] apt-get build-dep -a doesn't see that newer multi-arch ready package satisfies

2012-03-06 Thread Wookey
-cache policy asciidoc asciidoc: Installed: 8.6.6-1 Candidate: 8.6.6-2~ma1 Version table: 8.6.6-2~ma1 0 500 copy:/home/wookey/chroots/testrepo/ precise-local/main amd64 Packages *** 8.6.6-1 0 500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages 100

[Bug 948045] Re: apt-get build-dep -a doesn't see that newer multi-arch ready package satisfies

2012-03-06 Thread Wookey
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/948045 Title: apt-get build-dep -a doesn't see that newer multi-arch ready package satisfies To manage notifications about this bug go to:

[Bug 950008] [NEW] FTBFS: add multiarch meta-data to asciidoc

2012-03-08 Thread Wookey
Public bug reported: any package build-depending on asciidoc (e.g. libxi) cannot be cross-built because apt-get build-dep -aarch cannot satisfy its build-dependencies until asciidoc has Multi-Arch: foreign added to its control file. There are 82

[Bug 950008] Re: FTBFS: add multiarch meta-data to asciidoc

2012-03-08 Thread Wookey
** Patch added: asciidoc-8.6.6-multiarch.patch https://bugs.launchpad.net/ubuntu/+source/asciidoc/+bug/950008/+attachment/2834828/+files/asciidoc-8.6.6-multiarch.patch ** Changed in: asciidoc (Ubuntu) Status: New = Confirmed ** Tags added: multiarch -- You received this bug

[Bug 950031] [NEW] does not allow whitespace on end of foreign-architecture config lines

2012-03-08 Thread Wookey
Public bug reported: dpkg version 1.16.1.2 If your dpkg config contain a line like: foreign-architecture i386 i.e with a space on the end of the line dpkg issues a warning: dpkg: warning: ignoring option --foreign-architecture=i386 : character ` ' not allowed it is reading the architecture as

[Bug 950072] [NEW] FTBFS: add multiarch meta-data to gnome-pkg-tools

2012-03-08 Thread Wookey
added to its control file, to indicate that the package of any available arch will satisfy the dependency. There are 143 packages with this property in main, and 289 in main+universe. affects ubuntu/gnome-pkg-tools Wookey -- Principal hats: Linaro, Emdebian, Wookware, Balloonboard, ARM http

[Bug 950110] [NEW] FTBFS: add multiarch meta-data to docbook

2012-03-08 Thread Wookey
the dependency. There are 124 packages which build-depend on docbook in main and 572 in universe. None of them will be multiarch cross-buildable without this fix. affects ubuntu/docbook Wookey -- Principal hats: Linaro, Emdebian, Wookware, Balloonboard, ARM http://wookware.org/ ** Affects

[Bug 950114] [NEW] FTBFS: add multiarch meta-data to docbook-to-man

2012-03-08 Thread Wookey
arch will satisfy the dependency. There are 30 packages which build-depend on docbook-to-man in main and 238 in universe. None of them will be multiarch cross-buildable without this fix. affects ubuntu/docbook-to-man Wookey -- Principal hats: Linaro, Emdebian, Wookware, Balloonboard, ARM http

[Bug 950114] Re: FTBFS: add multiarch meta-data to docbook-to-man

2012-03-08 Thread Wookey
** Tags added: multiarch ** Patch added: docbook-to-man-2.0.0-multiarch.patch https://bugs.launchpad.net/ubuntu/+source/docbook-to-man/+bug/950114/+attachment/2835713/+files/docbook-to-man-2.0.0-multiarch.patch -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 950110] Re: FTBFS: add multiarch meta-data to docbook

2012-03-08 Thread Wookey
** Tags added: multiarch ** Patch added: docbook-4.5-multiarch.patch https://bugs.launchpad.net/ubuntu/+source/docbook/+bug/950110/+attachment/2835712/+files/docbook-4.5-multiarch.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 950031] [NEW] does not allow whitespace on end of foreign-architecture config lines

2012-03-08 Thread Wookey
+++ Raphaël Hertzog [2012-03-08 19:28 -]: Hi, On Thu, 08 Mar 2012, Wookey wrote: If your dpkg config contain a line like: foreign-architecture i386 i.e with a space on the end of the line dpkg issues a warning: dpkg: warning: ignoring option --foreign-architecture=i386

[Bug 950886] [NEW] FTBFS: add multiarch meta-data to docbook-utils

2012-03-09 Thread Wookey
arch will satisfy the dependency. There are 21 packages which build-depend on docbook-utils in main and another 63 in universe. None of them will be multiarch cross-buildable without this fix. affects ubuntu/docbook-utils Wookey -- Principal hats: Linaro, Emdebian, Wookware, Balloonboard, ARM

[Bug 950886] Re: FTBFS: add multiarch meta-data to docbook-utils

2012-03-09 Thread Wookey
** Tags added: multiarch ** Patch added: docbook-utils-0.6.14-multiarch.patch https://bugs.launchpad.net/ubuntu/+source/docbook-utils/+bug/950886/+attachment/2840587/+files/docbook-utils-0.6.14-multiarch.patch -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 950967] [NEW] glib2.0:armel uninstallable on other architectures

2012-03-09 Thread Wookey
Public bug reported: glib-2.0 declares itself Multi-Arch: same, i.e co-installable. But in fact this does not work because it cannot be installed on anything other than the native architecture. Amongst other things this means that no package build-depending on glib2.0 can be built (becuase the

[Bug 950967] Re: glib2.0:armel uninstallable on non-native architectures

2012-03-09 Thread Wookey
** Summary changed: - glib2.0:armel uninstallable on other architectures + glib2.0:armel uninstallable on non-native architectures -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/950967 Title:

Re: [Bug 950967] Re: glib2.0:armel uninstallable if the code on systems that don't support executing armel code

2012-03-09 Thread Wookey
support :-) It's important that simple M-A:same library packages should install without qemu support unless it is absolutely unavoidable. Wookey -- Principal hats: Linaro, Emdebian, Wookware, Balloonboard, ARM http://wookware.org/ -- You received this bug notification because you are a member

[Bug 962997] Re: FTCBFS: Cross build calls wrong-arch strip

2012-03-27 Thread Wookey
I don't actually understand why this works. I fixed it slightly differently by explicitly setting $STRIP. If just setting $CROSS is enough to fix this, how many other things can be fixed by setting $CROSS? What exactly is the scope of this - does it only work in binutils or does it have wider

[Bug 962997] Re: FTCBFS: Cross build calls wrong-arch strip

2012-03-27 Thread Wookey
OK, this doesn't work how I thought it did. Neither $CROSS nor $STRIP are special and don't relate to the STRIP=foo set in Makefile. autoconf got that right all by itself (presumably from --host). The issue is that debian/rules wants to be able to say 'use the STRIP defined in Makefile'. Is there

[Bug 962997] Re: FTCBFS: Cross build calls wrong-arch strip

2012-03-27 Thread Wookey
** Bug watch added: Debian Bug tracker #665988 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665988 ** Also affects: debianutils (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665988 Importance: Unknown Status: Unknown -- You received this bug notification

[Bug 950110] Re: FTBFS: add multiarch meta-data to docbook

2012-03-27 Thread Wookey
** Bug watch added: Debian Bug tracker #665989 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665989 ** Also affects: docbook (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665989 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 950114] Re: FTBFS: add multiarch meta-data to docbook-to-man

2012-03-27 Thread Wookey
** Bug watch added: Debian Bug tracker #665990 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665990 ** Also affects: docbook-to-man (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665990 Importance: Unknown Status: Unknown -- You received this bug notification

[Bug 967183] [NEW] debiandoc-sgml needs multiarch metadata to ensure dependency satisfaction

2012-03-28 Thread Wookey
Public bug reported: As part of making ubuntu 'bootstrappable' we are making sure that at least the core system is cross-buildable. For build-dependencies to work properly under multiarch this package needs to be marked Multi-Arch: foreign so that it can satisfy a build-depenedency for any

[Bug 967183] Re: debiandoc-sgml needs multiarch metadata to ensure dependency satisfaction

2012-03-28 Thread Wookey
Note that this is already fixed in Debian debiandoc-sgml 1.2.26 uploaded today. So a sync of that may be better than applying this patch as there is no ubuntu diff. That package does contain another bugfixes though so this patch is a more minimal change. That fix is:

[Bug 967227] [NEW] (FTCBFS) ifupdown uses wrong compiler when cross-building

2012-03-28 Thread Wookey
Public bug reported: As part of making Ubuntu 'bootstrappable' we are making sure that at least the core system is cross-buildable. ifupdown does not set the compiler correctly when cross-building. This simple patch fixes that. Multiarch crossbuilding of this package also depends on Multi-Arch

[Bug 967227] Re: (FTCBFS) ifupdown uses wrong compiler when cross-building

2012-03-28 Thread Wookey
** Patch added: ifupdown-0.7~beta2ubuntu6-cross.patch https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/967227/+attachment/2955515/+files/ifupdown-0.7%7Ebeta2ubuntu6-cross.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 967301] [NEW] gawk needs multiarch metadata to ensure dependency satisfaction

2012-03-28 Thread Wookey
Public bug reported: As part of making Ubuntu 'bootstrappable' we are making sure that at least the core system is cross-buildable. For build-dependencies to work properly under multiarch this package needs to be marked Multi-Arch: foreign so that it can satisfy a build-dependency for any

[Bug 967301] Re: gawk needs multiarch metadata to ensure dependency satisfaction

2012-03-28 Thread Wookey
** Patch added: gawk-3.1.8+dfsg-0.1-multiarch.patch https://bugs.launchpad.net/ubuntu/+source/gawk/+bug/967301/+attachment/2955932/+files/gawk-3.1.8%2Bdfsg-0.1-multiarch.patch ** Bug watch added: Debian Bug tracker #666094 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666094 ** Also

  1   2   3   4   5   >