libtext-iconv-perl fails to cross-build
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
perl (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
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 /usr/arm-
make: *** [clean] Error 1
Note that this refers to the patched package found in https:/
which contains cross-support and a check for corresponding perl support
Background:
The build command is:
xdeb --only-explicit -a armel --prefer-apt --apt-source --debug --force-rebuild libtext-iconv-perl
The actual build command xdeb issues is:
debuild --no-lintian -eUSER -eCONFIG_
To easily reproduce the build environment in which this bug was discovered follow the HOWTO here:
https:/
This bug should be fixed when https:/ /bugs.launchpad .net/ubuntu/ +source/ perl/+bug/ 873013 is fixed