Makepkgs dies thusly ...
checking build system type... ia64-suse-linux-gnu
checking host system type... ia64-suse-linux-gnu
checking target system type... Invalid configuration `noarch-suse-linux':
machine `noarch-suse' not recognized
configure: error: /bin/sh ./config.sub noarch-suse-linux failed
error: Bad exit status from /var/tmp/rpm-tmp.24587 (%build)
And the cause would appear to be the rpm-driven build that runs configure
this way (from Log/pcp) (see the --target setting)
+ ./configure --host=ia64-suse-linux-gnu --build=ia64-suse-linux-gnu
--target=noarch-suse-linux --program-prefix= --prefix=/usr
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc
--datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib
--libexecdir=/usr/lib --localstatedir=/var --sharedstatedir=/usr/com
--mandir=/usr/share/man --infodir=/usr/share/info --with-rcdir=/etc/init.d
Now this use to work in the not too distant past ... so anyone willing to
offer some advice as to what changed for the rpm-driven builds that would
have introduced this regression for ia64 and suse?
Even better would be guidance on how to fix it.
Ta.
|