[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#214693: marked as done (libdebian-installer: FTBFS: structure has no member named `package')



Your message dated Wed, 8 Oct 2003 06:57:25 -0700
with message-id <20031008135725.GA420@ip68-107-137-100.tc.ph.cox.net>
and subject line Bug#214693: libdebian-installer: FTBFS: structure has no member named `package'
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 8 Oct 2003 04:07:49 +0000
>From toff1@cox.net Tue Oct 07 23:07:45 2003
Return-path: <toff1@cox.net>
Received: from fed1mtao05.cox.net [68.6.19.126] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A75by-0005YN-00; Tue, 07 Oct 2003 23:07:42 -0500
Received: from iMacBlue ([68.107.134.103]) by fed1mtao05.cox.net
          (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP
          id <20031008040739.PSNA10143.fed1mtao05.cox.net@iMacBlue>
          for <submit@bugs.debian.org>; Wed, 8 Oct 2003 00:07:39 -0400
Received: by iMacBlue (sSMTP sendmail emulation); Tue, 7 Oct 2003 21:08:22 +4100
From: "Chris Tillman" <toff1@cox.net>
Date: Tue, 7 Oct 2003 21:08:22 -0700
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: libdebian-installer: FTBFS: structure has no member named `package'
Message-ID: <[🔎] 20031008040822.GA5089@ip68-107-137-100.tc.ph.cox.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
User-Agent: Mutt/1.3.28i
X-Reportbug-Version: 2.33
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0
	tests=BAYES_20,HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_10_05
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_05 (1.174.2.15-2003-03-30-exp)

Package: libdebian-installer
Version: 0.17
Severity: serious
Justification: no longer builds from source

My powerpc build gave several warnings and then an error. I had run=20
autoreconf --install just before building.

Script started on Tue Oct  7 20:59:55 2003
toff@ip68-107-137-100:~/debian-installer/dest/libdebian-installer/libdebian=
-installer-0.17$ dpkg-buildpackage =08=08=08=08=08=08=08=08=08=08=08=08=08=
=08=08=08=08=08=1B[1@s=1B[1@ud=1B[1@d=08=1B[1@o=1B[1@=20
dpkg-buildpackage: source package is libdebian-installer
dpkg-buildpackage: source version is 0.17
dpkg-buildpackage: source maintainer is Bastian Blank <waldi@debian.org>
dpkg-buildpackage: host architecture is powerpc
 debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp=20
rm -rf build
cp -f /usr/share/misc/config.sub config.sub
cp -f /usr/share/misc/config.guess config.guess
dh_clean
 dpkg-source -b libdebian-installer-0.17
dpkg-source: building libdebian-installer in libdebian-installer_0.17.tar.gz
dpkg-source: building libdebian-installer in libdebian-installer_0.17.dsc
 debian/rules build
dh_testdir
mkdir build
cd build && \
=2E./configure \
	--host=3Dpowerpc-linux \
	--build=3Dpowerpc-linux \
	--prefix=3D/usr \
	--mandir=3D\${prefix}/share/man \
	--infodir=3D\${prefix}/share/info

[...]

Making all in system
make[4]: Entering directory `/home/toff/debian-installer/dest/libdebian-ins=
taller/libdebian-installer-0.17/build/src/system'
/bin/sh ../../libtool --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -I../../../s=
rc/system -I../.. -I../../../include    -Wall -g -Os -fomit-frame-pointer -=
c ../../../src/system/devfs.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../../../src/system -I../.. -I../../../include -W=
all -g -Os -fomit-frame-pointer -Wp,-MD,.deps/devfs.pp -c ../../../src/syst=
em/devfs.c  -fPIC -DPIC -o .libs/devfs.lo
gcc -DHAVE_CONFIG_H -I. -I../../../src/system -I../.. -I../../../include -W=
all -g -Os -fomit-frame-pointer -Wp,-MD,.deps/devfs.pp -c ../../../src/syst=
em/devfs.c -o devfs.o >/dev/null 2>&1
mv -f .libs/devfs.lo devfs.lo
/bin/sh ../../libtool --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -I../../../s=
rc/system -I../.. -I../../../include    -Wall -g -Os -fomit-frame-pointer -=
c ../../../src/system/dpkg.c
rm -f .libs/dpkg.lo
gcc -DHAVE_CONFIG_H -I. -I../../../src/system -I../.. -I../../../include -W=
all -g -Os -fomit-frame-pointer -Wp,-MD,.deps/dpkg.pp -c ../../../src/syste=
m/dpkg.c  -fPIC -DPIC -o .libs/dpkg.lo
In file included from ../../../include/debian-installer/hash.h:27,
                 from ../../../include/debian-installer/packages.h:26,
                 from ../../../include/debian-installer/system/dpkg.h:26,
                 from ../../../src/system/dpkg.c:25:
=2E./../../include/debian-installer/mem.h:36: warning: `malloc' attribute d=
irective ignored
=2E./../../include/debian-installer/mem.h:37: warning: `malloc' attribute d=
irective ignored
=2E./../../include/debian-installer/mem.h:38: warning: `malloc' attribute d=
irective ignored
=2E./../../include/debian-installer/mem.h:73: warning: `nonnull' attribute =
directive ignored
In file included from ../../../include/debian-installer/parser.h:27,
                 from ../../../include/debian-installer/packages.h:27,
                 from ../../../include/debian-installer/system/dpkg.h:26,
                 from ../../../src/system/dpkg.c:25:
=2E./../../include/debian-installer/slist.h:45: warning: `deprecated' attri=
bute directive ignored
=2E./../../include/debian-installer/slist.h:46: warning: unnamed struct/uni=
on that defines no instances
=2E./../../include/debian-installer/slist.h:50: warning: `deprecated' attri=
bute directive ignored
=2E./../../include/debian-installer/slist.h:51: warning: unnamed struct/uni=
on that defines no instances
=2E./../../include/debian-installer/slist.h:65: warning: `nonnull' attribut=
e directive ignored
=2E./../../include/debian-installer/slist.h:66: warning: `nonnull' attribut=
e directive ignored
=2E./../../include/debian-installer/slist.h:67: warning: `nonnull' attribut=
e directive ignored
=2E./../../include/debian-installer/slist.h:68: warning: `nonnull' attribut=
e directive ignored
In file included from ../../../include/debian-installer/packages.h:65,
                 from ../../../include/debian-installer/system/dpkg.h:26,
                 from ../../../src/system/dpkg.c:25:
=2E./../../include/debian-installer/package.h:103: warning: unnamed struct/=
union that defines no instances
In file included from ../../../src/system/dpkg.c:28:
=2E./../../include/debian-installer/exec.h:124: warning: `deprecated' attri=
bute directive ignored
=2E./../../src/system/dpkg.c: In function `di_system_dpkg_package_control_f=
ile_exec':
=2E./../../src/system/dpkg.c:80: structure has no member named `package'
make[4]: *** [dpkg.lo] Error 1
make[4]: Leaving directory `/home/toff/debian-installer/dest/libdebian-inst=
aller/libdebian-installer-0.17/build/src/system'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/toff/debian-installer/dest/libdebian-inst=
aller/libdebian-installer-0.17/build/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/toff/debian-installer/dest/libdebian-inst=
aller/libdebian-installer-0.17/build'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/home/toff/debian-installer/dest/libdebian-inst=
aller/libdebian-installer-0.17/build'
make: *** [build-stamp] Error 2
toff@ip68-107-137-100:~/debian-installer/dest/libdebian-installer/libdebian=
-installer-0.17$ exit
Script done on Tue Oct  7 21:00:45 2003


-- System Information:
Debian Release: 3.0
Architecture: powerpc
Kernel: Linux ip68-107-137-100.tc.ph.cox.net 2.4.22-powerpc #1 Sat Oct 4 08=
:20:43 CEST 2003 ppc
Locale: LANG=3DC, LC_CTYPE=3DC


--=20
Debian GNU/Linux Operating System
  By the People, For the People
Chris Tillman (a people instance)
   toff one at cox dot net


---------------------------------------
Received: (at 214693-done) by bugs.debian.org; 8 Oct 2003 15:48:49 +0000
>From toff1@cox.net Wed Oct 08 10:48:48 2003
Return-path: <toff1@cox.net>
Received: from fed1mtao05.cox.net [68.6.19.126] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A7Eo0-0001TJ-00; Wed, 08 Oct 2003 08:56:44 -0500
Received: from iMacBlue ([68.107.134.103]) by fed1mtao05.cox.net
          (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP
          id <20031008135640.UQLG10143.fed1mtao05.cox.net@iMacBlue>;
          Wed, 8 Oct 2003 09:56:40 -0400
Received: by iMacBlue (sSMTP sendmail emulation); Wed, 8 Oct 2003 06:57:25 -0700
From: "Chris Tillman" <toff1@cox.net>
Date: Wed, 8 Oct 2003 06:57:25 -0700
To: Matt Kraai <kraai@alumni.cmu.edu>, 214693-done@bugs.debian.org
Cc: Chris Tillman <toff1@cox.net>
Subject: Re: Bug#214693: libdebian-installer: FTBFS: structure has no member named `package'
Message-ID: <20031008135725.GA420@ip68-107-137-100.tc.ph.cox.net>
References: <[🔎] 20031008040822.GA5089@ip68-107-137-100.tc.ph.cox.net> <[🔎] 20031008084543.GC963@ftbfs.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
In-Reply-To: <[🔎] 20031008084543.GC963@ftbfs.org>
User-Agent: Mutt/1.3.28i
Delivered-To: 214693-done@bugs.debian.org
X-Spam-Status: No, hits=-5.7 required=4.0
	tests=EMAIL_ATTRIBUTION,QUOTED_EMAIL_TEXT
	version=2.53-bugs.debian.org_2003_10_05
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_05 (1.174.2.15-2003-03-30-exp)

On Wed, Oct 08, 2003 at 01:45:43AM -0700, Matt Kraai wrote:
> tag 214693 woody
> thanks
> 
> On Tue, Oct 07, 2003 at 09:08:22PM -0700, Chris Tillman wrote:
> > gcc -DHAVE_CONFIG_H -I. -I../../../src/system -I../.. -I../../../include -Wall -g -Os -fomit-frame-pointer -Wp,-MD,.deps/dpkg.pp -c ../../../src/system/dpkg.c  -fPIC -DPIC -o .libs/dpkg.lo
> [snip]
> > ../../../src/system/dpkg.c:80: structure has no member named `package'
> 
> libdebian-installer uses anonymous union structure members, a
> language extension not provided by the GCC in woody.  Should we
> support building on woody?

I had installed gcc-3.3 but had not changed the gcc symlink.
Thanks.

-- 
Debian GNU/Linux Operating System
  By the People, For the People
Chris Tillman (a people instance)
   toff one at cox dot net



Reply to: