On Mon, 2005-10-10 at 12:10 +0930, Ron wrote: > You are going to have to give me some more info on > this one if we are to get anywhere, since it builds > fine for me on i386, without intrusive hacks, as > evidenced by the last upload itself. > > Looks like something bogus in your setup from here, > but I remain open minded, if a little sceptical about > it being a problem with the package (given that the > autobuilders don't have any sort of similar trouble > on other arches either ...)
I simply did the following: apt-get source mingw32-binutils cd mingw32-binutils-2.16.91-20050827.1/ pdebuild I've attached my pbuilder config in case it is an error in that. -- bye, pabs http://wiki.debian.org/PaulWise
# this is your configuration file for pbuilder. # the file in /usr/share/pbuilder/pbuilderrc is the default template. # /etc/pbuilderrc is the one meant for editing. # # read pbuilderrc.5 document for notes on specific options. BASETGZ=/var/cache/pbuilder/base.tgz #EXTRAPACKAGES=gpg #export DEBIAN_BUILDARCH=athlon BUILDPLACE=/var/cache/pbuilder/build/ MIRRORSITE=http://ftp.iinet.net.au/debian/debian #NONUSMIRRORSITE="http://ftp.jp.debian.org/debian-non-US" #OTHERMIRROR="deb http://www.home.com/updates/ ./" #export http_proxy=http://your-proxy:8080/ USEPROC=yes USEDEVPTS=yes USEDEVFS=no BUILDRESULT=/var/cache/pbuilder/result/ # specifying the distribution forces the distribution on "pbuilder update" DISTRIBUTION=sid #specify the cache for APT APTCACHE="/var/cache/apt/archives/" #APTCACHE="/var/cache/pbuilder/aptcache/" APTCACHEHARDLINK="yes" #REMOVEPACKAGES="lilo" #HOOKDIR="/usr/lib/pbuilder/hooks" HOOKDIR="" # make debconf not interact with user export DEBIAN_FRONTEND="noninteractive" DEBEMAIL="[EMAIL PROTECTED]" #for pbuilder debuild BUILDSOURCEROOTCMD="fakeroot" PBUILDERROOTCMD="sudo" #default is to build everything. Passed on to dpkg-buildpackage #DEBBUILDOPTS="-b" DEBBUILDOPTS="" #APT configuration files directory APTCONFDIR="" # the username and ID used by pbuilder, inside chroot. Needs fakeroot, really #BUILDUSERID=1234 BUILDUSERNAME=pbuilder # BINDMOUNTS is a space separated list of things to mount # inside the chroot. BINDMOUNTS="" # Set the debootstrap variant to 'buildd' type. # DEBOOTSTRAPOPTS[0]='--variant=buildd' # or work around bug in debootstrap 3.0.0 (314858) unset DEBOOTSTRAPOPTS # FARKNESS USE_PDEBUILD_INTERNAL="" # Set the PATH I am going to use inside pbuilder: default is "/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" export PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" # SHELL variable is used inside pbuilder by commands like 'su'; and they need sane values export SHELL=/bin/bash # The name of debootstrap command. DEBOOTSTRAP="cdebootstrap"
signature.asc
Description: This is a digitally signed message part