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

Bug#196028: marked as done (libc6-dev: [hppa] buggy kernel includes cause build failure)



Your message dated Sat, 2 Aug 2003 16:49:47 -0600
with message-id <20030802224947.GO18508@security.hp.com>
and subject line no longer an issue
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; 3 Jun 2003 23:19:28 +0000
>From ccheney@cheney.cx Tue Jun 03 18:19:03 2003
Return-path: <ccheney@cheney.cx>
Received: from calc.cheney.cx [207.70.165.48] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19NL3W-0003D6-00; Tue, 03 Jun 2003 18:19:03 -0500
Received: from ccheney by calc.cheney.cx with local (Exim 3.36 #1 (Debian))
	id 19NL3V-0008Mr-00; Tue, 03 Jun 2003 18:19:01 -0500
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Chris Cheney <ccheney@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: libc6-dev: [hppa] buggy kernel includes cause build failure
X-Mailer: reportbug 2.10.1
Date: Tue, 03 Jun 2003 18:19:01 -0500
Message-Id: <E19NL3V-0008Mr-00@calc.cheney.cx>
Sender: Chris Cheney <ccheney@cheney.cx>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0
	tests=BAYES_10,HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_05_24
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_05_24 (1.174.2.15-2003-03-30-exp)

Package: libc6-dev
Version: 2.3.1-17
Severity: serious

On hppa there appears to be a bug in /usr/include/asm/byteorder.h
It causes kdemultimedia to fail to build with the following output. This
same code in kdemultimedia compiles on every other arch that debian
supports. I sent email to debian-hppa about this problem on May 23 with
no response.

Thanks,
Chris


creating kaudiocreator.all_cpp.cpp ...
if g++ -DHAVE_CONFIG_H -I. -I../../kaudiocreator -I..   -I/usr/include/kde -I/usr/include/qt3 -I.  -static -Wall -DDATADIR=\"/usr/share/apps/kaudiocreator\" -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST  -MT kaudiocreator.all_cpp.o -MD -MP -MF ".deps/kaudiocreator.all_cpp.Tpo" \
  -c -o kaudiocreator.all_cpp.o `test -f 'kaudiocreator.all_cpp.cpp' || echo '../../kaudiocreator/'`kaudiocreator.all_cpp.cpp; \
then mv -f ".deps/kaudiocreator.all_cpp.Tpo" ".deps/kaudiocreator.all_cpp.Po"; \
else rm -f ".deps/kaudiocreator.all_cpp.Tpo"; exit 1; \
fi
In file included from /usr/include/linux/cdrom.h:14,
                 from ../../kaudiocreator/cdconfigimp.cpp:78,
                 from kaudiocreator.all_cpp.cpp:6:
/usr/include/asm/byteorder.h:43: error: syntax error before `(' token
/usr/include/asm/byteorder.h:46: error: `x' was not declared in this scope
/usr/include/asm/byteorder.h:47: error: `t1' was not declared in this scope
/usr/include/asm/byteorder.h:47: error: `int ___arch__swab32' redeclared as 
   different kind of symbol
/usr/include/asm/byteorder.h:9: error: previous declaration of `const __u32 
   ___arch__swab32(unsigned int)'
/usr/include/asm/byteorder.h:48: error: redefinition of `int ___arch__swab32'
/usr/include/asm/byteorder.h:47: error: `int ___arch__swab32' previously 
   defined here
/usr/include/asm/byteorder.h:49: error: parse error before `return'
In file included from /usr/include/linux/byteorder/big_endian.h:11,
                 from /usr/include/asm/byteorder.h:73,
                 from /usr/include/linux/cdrom.h:14,
                 from ../../kaudiocreator/cdconfigimp.cpp:78,
                 from kaudiocreator.all_cpp.cpp:6:
/usr/include/linux/byteorder/swab.h: In function `const __u32 
   __fswab32(unsigned int)':
/usr/include/linux/byteorder/swab.h:146: error: `___arch__swab32' cannot be 
   used as a function
/usr/include/linux/byteorder/swab.h: In function `__u32 __swab32p(__u32*)':
/usr/include/linux/byteorder/swab.h:150: error: `___arch__swab32' cannot be 
   used as a function
/usr/include/linux/byteorder/swab.h: In function `void __swab32s(__u32*)':
/usr/include/linux/byteorder/swab.h:154: error: `___arch__swab32' cannot be 
   used as a function
In file included from kaudiocreator.all_cpp.cpp:6:
../../kaudiocreator/cdconfigimp.cpp: At global scope:
../../kaudiocreator/cdconfigimp.cpp:81: error: parse error before `}' token
In file included from kaudiocreator.all_cpp.cpp:9:
../../kaudiocreator/queconfigimp.cpp: In member function `void 
   QueConfigImp::addJob(Job*, QString)':
../../kaudiocreator/queconfigimp.cpp:59: warning: unused variable `
   QueListViewItem*newItem'
In file included from kaudiocreator.all_cpp.cpp:11:
../../kaudiocreator/tracksconfigimp.cpp: In member function `void 
   TracksConfigImp::newSong(int, QString, int)':
../../kaudiocreator/tracksconfigimp.cpp:390: warning: unused variable `
   QListViewItem*newItem'
make[4]: *** [kaudiocreator.all_cpp.o] Error 1
make[4]: Leaving directory `/build/buildd/kdemultimedia-3.1.2/obj-hppa-linux/kaudiocreator'

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux calc 2.4.21-pre4-ac4 #1 Sun Feb 16 00:37:14 CST 2003 i686
Locale: LANG=en_US, LC_CTYPE=en_US

Versions of packages libc6-dev depends on:
ii  libc6                         2.3.1-17   GNU C Library: Shared libraries an

-- no debconf information


---------------------------------------
Received: (at 196028-done) by bugs.debian.org; 2 Aug 2003 22:49:55 +0000
>From lamont@hp.com Sat Aug 02 17:49:53 2003
Return-path: <lamont@hp.com>
Received: from atlrel9.hp.com [156.153.255.214] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19j5CD-0002dt-00; Sat, 02 Aug 2003 17:49:53 -0500
Received: from security.hp.com (security.hp.com [15.238.4.200])
	by atlrel9.hp.com (Postfix) with ESMTP id 613B51C016A2
	for <196028-done@bugs.debian.org>; Sat,  2 Aug 2003 18:49:53 -0400 (EDT)
Received: by security.hp.com (Postfix, from userid 1000)
	id DA9D8B18D5; Sat,  2 Aug 2003 16:49:47 -0600 (MDT)
Date: Sat, 2 Aug 2003 16:49:47 -0600
To: 196028-done@bugs.debian.org
Cc: lamont@hp.com
Subject: no longer an issue
Message-ID: <20030802224947.GO18508@security.hp.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
From: lamont@hp.com (LaMont Jones)
Delivered-To: 196028-done@bugs.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0
	tests=BAYES_01,USER_AGENT_MUTT
	version=2.53-bugs.debian.org_2003_07_20
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_07_20 (1.174.2.15-2003-03-30-exp)

This is no longer an issue (as of libc6-dev 2.3.1-17.0.3)

lamont



Reply to: