[Bug 299670] New: bits/sigcontext. h from glibc-devel includes non-existant asm/sigcontext.h
https://bugzilla.novell.com/show_bug.cgi?id=299670 Summary: bits/sigcontext.h from glibc-devel includes non-existant asm/sigcontext.h Product: openSUSE 10.3 Version: Beta 1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: jigish.gohil@gmail.com QAContact: qa@suse.de Found By: --- linux-kernel-headers-2.6.22-5 installs /usr/include/asm-<arch>/*. linux-kernel-header package need to do the following in %post according to the arch it gets installed on, for example on i686. ln -s /usr/include/asm-i386 /usr/include/asm Or line 28 of /usr/include/bits/sigcontext.h from glibc-devel need to be fixed: # include <asm-i386/sigcontext.h> Any package that includes /usr/include/bits/sigcontext.h will fail to build. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c1 Ted Bullock <tbullock@canada.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tbullock@canada.com --- Comment #1 from Ted Bullock <tbullock@canada.com> 2007-08-12 12:32:15 MST --- Note that this problem also blocks "make menuconfig" from executing -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c2 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pbaudis@novell.com AssignedTo|kernel- |olh@novell.com |maintainers@forge.provo.nove| |ll.com | Severity|Normal |Major --- Comment #2 from Andreas Jaeger <aj@novell.com> 2007-08-12 12:34:55 MST --- On irc somebody mentioned: ln -s /usr/include/asm-i386 /usr/include/asm fixes the problem -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c3 --- Comment #3 from Bernhard Walle <bwalle@novell.com> 2007-08-12 12:36:51 MST --- Created an attachment (id=156965) --> (https://bugzilla.novell.com/attachment.cgi?id=156965) Fix Shouldn't that patch fix the problem? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c4 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |jigish.gohil@gmail.com --- Comment #4 from Olaf Hering <olh@novell.com> 2007-08-12 14:23:23 MST --- I guess the prereq was missing. What is the output of uname -m on the failing system? What is the output of this command? rpm -q --qf %{INSTALLTIME}-%{NAME}\\\n coreutils linux-kernel-headers|sort -n also check for related %post errors in the y2logs from your installation. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c5 Ted Bullock <tbullock@canada.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |casualprogrammer@yahoo.com --- Comment #5 from Ted Bullock <tbullock@canada.com> 2007-08-12 16:16:42 MST --- *** Bug 298252 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=298252 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c6 Casual J. Programmer <casualprogrammer@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|jigish.gohil@gmail.com | --- Comment #6 from Casual J. Programmer <casualprogrammer@yahoo.com> 2007-08-12 22:59:17 MST --- Since Bug 298252 has been marked as duplicate, it should be noted, that the quality of that Bug changed after a "clean" install from beta1 DVD, as running oldconfig and menuconfig is now possible, yet xconfig fails with: make xconfig HOSTCXX scripts/kconfig/qconf.o scripts/kconfig/qconf.cc:10:19: error: qvbox.h: No such file or directory scripts/kconfig/qconf.cc:20:21: error: qheader.h: No such file or directory scripts/kconfig/qconf.cc:22:25: error: qdragobject.h: No such file or directory In file included from scripts/kconfig/qconf.cc:28: while find / -name qvbox.h /usr/include/xulrunner-1.8.1.4/system_wrappers/qvbox.h /usr/lib/qt3/include/qvbox.h uname -m i686 rpm -q --qf %{INSTALLTIME}-%{NAME}\\\n coreutils linux-kernel-headers|sort -n 1186732409-coreutils 1186810951-linux-kernel-headers https://bugzilla.novell.com/show_bug.cgi?id=298252 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c7 --- Comment #7 from Jigish Gohil <jigish.gohil@gmail.com> 2007-08-13 00:26:02 MST --- cyberorg@prime:~> rpm -q --qf %{INSTALLTIME}-%{NAME}\\\n coreutils linux-kernel-headers|sort -n 1186750821-coreutils 1186751428-linux-kernel-headers cyberorg@prime:~> uname -m i686 cyberorg@prime:~> uname -i i386 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c8 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |jigish.gohil@gmail.com --- Comment #8 from Olaf Hering <olh@novell.com> 2007-08-13 05:28:35 MST --- I dont see it with a fresh beta1 installation. how did you guys get into this state? what was on the system before? what did you do? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c9 --- Comment #9 from Jigish Gohil <jigish.gohil@gmail.com> 2007-08-13 05:34:55 MST --- I did an update from Alpha7 to Beta1. That could be the reason. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c10 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aj@novell.com Status|NEEDINFO |NEW Info Provider|jigish.gohil@gmail.com | --- Comment #10 from Andreas Jaeger <aj@novell.com> 2007-08-13 09:51:24 MST --- Same here - update from Alpha5+ to Beta1. There's no /usr/include/asm -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
ls -l /usr/include/asm ls: cannot access /usr/include/asm: No such file or directory rpm -q linux-kernel-headers
https://bugzilla.novell.com/show_bug.cgi?id=299670#c11 --- Comment #11 from Andreas Jaeger <aj@novell.com> 2007-08-13 09:51:48 MST --- linux-kernel-headers-2.6.22-5 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c12 --- Comment #12 from Andreas Jaeger <aj@novell.com> 2007-08-13 10:06:34 MST --- y2logRPM shows: 2007-08-13 06:16:27 linux-kernel-headers-2.6.22-5.noarch.rpm installed ok Additional rpm output: `usr/include/asm' -> `asm-bi-x86_64' this is an i386 system (uname -m reports i686) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c13 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |crivera@novell.com --- Comment #13 from Andreas Jaeger <aj@novell.com> 2007-08-13 10:39:59 MST --- *** Bug 299875 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=299875 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c14 Andreas Schwab <schwab@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |schwab@novell.com Summary|bits/sigcontext.h from |Update of linux-kernel-headers fails |glibc-devel includes non- | |existant asm/sigcontext.h | --- Comment #14 from Andreas Schwab <schwab@novell.com> 2007-08-13 11:51:00 MST --- Also almost all of the headers are missing. missing /usr/include/asm-powerpc/a.out.h missing /usr/include/asm-powerpc/asm-compat.h missing /usr/include/asm-powerpc/auxvec.h missing /usr/include/asm-powerpc/bootx.h missing /usr/include/asm-powerpc/byteorder.h missing /usr/include/asm-powerpc/cputable.h missing /usr/include/asm-powerpc/elf.h missing /usr/include/asm-powerpc/errno.h missing /usr/include/asm-powerpc/fcntl.h missing /usr/include/asm-powerpc/ioctl.h missing /usr/include/asm-powerpc/ioctls.h missing /usr/include/asm-powerpc/ipc.h missing /usr/include/asm-powerpc/ipcbuf.h missing /usr/include/asm-powerpc/linkage.h missing /usr/include/asm-powerpc/mman.h missing /usr/include/asm-powerpc/msgbuf.h missing /usr/include/asm-powerpc/nvram.h missing /usr/include/asm-powerpc/page.h missing /usr/include/asm-powerpc/param.h missing /usr/include/asm-powerpc/poll.h missing /usr/include/asm-powerpc/posix_types.h missing /usr/include/asm-powerpc/ptrace.h missing /usr/include/asm-powerpc/resource.h missing /usr/include/asm-powerpc/seccomp.h missing /usr/include/asm-powerpc/sembuf.h missing /usr/include/asm-powerpc/setup.h missing /usr/include/asm-powerpc/shmbuf.h missing /usr/include/asm-powerpc/shmparam.h missing /usr/include/asm-powerpc/sigcontext.h missing /usr/include/asm-powerpc/siginfo.h missing /usr/include/asm-powerpc/signal.h missing /usr/include/asm-powerpc/socket.h missing /usr/include/asm-powerpc/sockios.h missing /usr/include/asm-powerpc/stat.h missing /usr/include/asm-powerpc/statfs.h missing /usr/include/asm-powerpc/termbits.h missing /usr/include/asm-powerpc/termios.h missing /usr/include/asm-powerpc/types.h missing /usr/include/asm-powerpc/ucontext.h missing /usr/include/asm-powerpc/unistd.h missing /usr/include/asm-powerpc/user.h -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670 Andreas Schwab <schwab@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Kernel |Development -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c15 --- Comment #15 from Andreas Schwab <schwab@novell.com> 2007-08-13 11:52:54 MST --- It is generally impossible to replace a directory with a symlink and have update working. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c16 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #16 from Olaf Hering <olh@novell.com> 2007-08-13 12:42:16 MST --- So I have to make the impossible possible. Cant be that hard. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c17 --- Comment #17 from Andreas Jaeger <aj@novell.com> 2007-08-13 12:46:41 MST --- (In reply to comment #16 from Olaf Hering)
So I have to make the impossible possible. Cant be that hard.
That's the right attitude ;-) Since the symlink is added in the post script - and not part of the package itself, I have hope that it can be done. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c18 --- Comment #18 from Andreas Schwab <schwab@novell.com> 2007-08-13 13:19:28 MST --- The symlink is created before the old package is removed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c19 --- Comment #19 from Andreas Schwab <schwab@novell.com> 2007-08-13 13:27:10 MST --- For some added fun try updating from sles10. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c20 --- Comment #20 from Olaf Hering <olh@novell.com> 2007-08-13 14:46:52 MST --- This works in my testing. # replace the directory /usr/include/asm with a symlink # glibc-devel contained /usr/include/asm up to 10.1/SLES10 # The directory moved from glibc-devel to linux-kernel-headers in 10.2 (2.6.18.2) # The directory turned into a symlink in 10.3 (2.6.22) # rpm will remove obsolete files after the post install scripts # a trigger will run after the /usr/include/asm was removed %postun echo "postun %{name}-%{version}-%{release} $0 $*" if test "$1" = 0 then rm -f usr/include/asm fi exit 0 %post echo "post %{name}-%{version}-%{release} $0 $*" asm_link= case "$(uname -m)" in alpha*) asm_link=alpha ;; ppc*) asm_link=powerpc ;; s390*) asm_link=s390 ;; ia64) asm_link=ia64 ;; *arm*) asm_link=arm ;; parisc) asm_link=parisc ;; *mips*) asm_link=mips ;; *sparc*) asm_link=bi-sparc64 ;; *) asm_link=bi-x86_64 ;; esac if test -L usr/include/asm then : symlink is ok, update it below in case of an arch change elif test -d usr/include/asm then echo "/usr/include/asm is a directory, waiting for triggerpostun to symlink to asm-$asm_link" exit 0 fi ln -sfvn asm-$asm_link usr/include/asm exit 0 %triggerpostun -- linux-kernel-headers < 2.6.22 , glibc-devel < 2.5 echo "triggerpostun %{name}-%{version}-%{release} $# $0 $*" asm_link= case "$(uname -m)" in alpha*) asm_link=alpha ;; ppc*) asm_link=powerpc ;; s390*) asm_link=s390 ;; ia64) asm_link=ia64 ;; *arm*) asm_link=arm ;; parisc) asm_link=parisc ;; *mips*) asm_link=mips ;; *sparc*) asm_link=bi-sparc64 ;; *) asm_link=bi-x86_64 ;; esac ln -sfvn asm-$asm_link usr/include/asm exit 0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c21 --- Comment #21 from Jigish Gohil <jigish.gohil@gmail.com> 2007-08-13 23:59:03 MST --- uname -m is i686, this probably needs to be uname -i to work correctly of x86. The folder to link "asm-i386" is missing from the above. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c22 --- Comment #22 from Andreas Jaeger <aj@novell.com> 2007-08-14 01:23:19 MST --- The default is bi-x86_64 and that should handle asm-i386 just fine. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c23 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nine@detonation.org --- Comment #23 from Andreas Jaeger <aj@novell.com> 2007-08-14 01:25:07 MST --- *** Bug 300018 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=300018 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c24 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #24 from Olaf Hering <olh@novell.com> 2007-08-20 03:10:09 MST --- lets assume it works with beta2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670#c25 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |olegb@it-forces.com --- Comment #25 from Andreas Jaeger <aj@novell.com> 2007-08-26 07:39:05 MST --- *** Bug 301328 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=301328 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670 User casualprogrammer@yahoo.com added comment https://bugzilla.novell.com/show_bug.cgi?id=299670#c26 Casual J. Programmer <casualprogrammer@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Found By|--- |Beta-Customer Component|Development |Development OS/Version|Other |openSUSE 11.0 Product|openSUSE 10.3 |openSUSE 11.0 Platform|Other |x86 Resolution|FIXED | Target Milestone|--- |Alpha 0 Version|Beta 1 |unspecified --- Comment #26 from Casual J. Programmer <casualprogrammer@yahoo.com> 2007-12-16 01:48:15 MST --- This seems to back with OS: openSUSE 11.0 (i586) Alpha0 VERSION = 11.0 Kernel: 2.6.24-rc5-2-default make xconfig HOSTCXX scripts/kconfig/qconf.o scripts/kconfig/qconf.cc:10:19: error: qvbox.h: No such file or directory scripts/kconfig/qconf.cc:20:21: error: qheader.h: No such file or directory scripts/kconfig/qconf.cc:22:25: error: qdragobject.h: No such file or directory In file included from scripts/kconfig/qconf.cc:28: scripts/kconfig/qconf.h:37: error: ISO C++ forbids declaration of ‘QValueList’ with no type scripts/kconfig/qconf.h:37: error: expected ‘;’ before ‘<’ token scripts/kconfig/qconf.h:38: error: expected ‘,’ or ‘...’ before ‘<’ token scripts/kconfig/qconf.h:38: error: ISO C++ forbids declaration of ‘QValueList’ with no type scripts/kconfig/qconf.h:130: error: ‘QColorGroup’ does not name a type scripts/kconfig/qconf.h:131: error: ‘QColorGroup’ does not name a type scripts/kconfig/qconf.h:132: error: ISO C++ forbids declaration of ‘QPopupMenu’ with no type scripts/kconfig/qconf.h:132: error: expected ‘;’ before ‘*’ token scripts/kconfig/qconf.h: In member function ‘ConfigItem* ConfigList::firstChild() const’: scripts/kconfig/qconf.h:96: error: ‘firstChild’ is not a member of ‘QListView’ scripts/kconfig/qconf.h: In member function ‘void ConfigList::addColumn(colIdx, const QString&)’: scripts/kconfig/qconf.h:104: error: ‘addColumn’ is not a member of ‘QListView’ scripts/kconfig/qconf.h: In member function ‘void ConfigList::removeColumn(colIdx)’: scripts/kconfig/qconf.h:111: error: ‘removeColumn’ is not a member of ‘QListView’ scripts/kconfig/qconf.h: At global scope: scripts/kconfig/qconf.h:139: error: expected class-name before ‘{’ token scripts/kconfig/qconf.h:192: error: expected ‘,’ or ‘...’ before ‘&’ token scripts/kconfig/qconf.h:192: error: ISO C++ forbids declaration of ‘QColorGroup’ with no type scripts/kconfig/qconf.h: In constructor ‘ConfigItem::ConfigItem(QListView*, ConfigItem*, menu*, bool)’: scripts/kconfig/qconf.h:143: error: type ‘QListViewItem’ is not a direct base of ‘ConfigItem’ scripts/kconfig/qconf.h: In constructor ‘ConfigItem::ConfigItem(ConfigItem*, ConfigItem*, menu*, bool)’: scripts/kconfig/qconf.h:148: error: type ‘QListViewItem’ is not a direct base of ‘ConfigItem’ scripts/kconfig/qconf.h: In constructor ‘ConfigItem::ConfigItem(QListView*, ConfigItem*, bool)’: scripts/kconfig/qconf.h:153: error: type ‘QListViewItem’ is not a direct base of ‘ConfigItem’ scripts/kconfig/qconf.h: In member function ‘ConfigList* ConfigItem::listView() const’: scripts/kconfig/qconf.h:166: error: incomplete type ‘QListViewItem’ used in nested name specifier scripts/kconfig/qconf.h: In member function ‘ConfigItem* ConfigItem::firstChild() const’: scripts/kconfig/qconf.h:170: error: incomplete type ‘QListViewItem’ used in nested name specifier scripts/kconfig/qconf.h: In member function ‘ConfigItem* ConfigItem::nextSibling() const’: scripts/kconfig/qconf.h:174: error: incomplete type ‘QListViewItem’ used in nested name specifier scripts/kconfig/qconf.h: In member function ‘void ConfigItem::setText(colIdx, const QString&)’: scripts/kconfig/qconf.h:178: error: incomplete type ‘QListViewItem’ used in nested name specifier scripts/kconfig/qconf.h: In member function ‘QString ConfigItem::text(colIdx) const’: scripts/kconfig/qconf.h:182: error: incomplete type ‘QListViewItem’ used in nested name specifier scripts/kconfig/qconf.h: In member function ‘void ConfigItem::setPixmap(colIdx, const QPixmap&)’: scripts/kconfig/qconf.h:186: error: incomplete type ‘QListViewItem’ used in nested name specifier scripts/kconfig/qconf.h: In member function ‘const QPixmap* ConfigItem::pixmap(colIdx) const’: scripts/kconfig/qconf.h:190: error: incomplete type ‘QListViewItem’ used in nested name specifier scripts/kconfig/qconf.h: At global scope: scripts/kconfig/qconf.h:216: error: expected class-name before ‘{’ token scripts/kconfig/qconf.h:270: error: ISO C++ forbids declaration of ‘QPopupMenu’ with no type scripts/kconfig/qconf.h:270: error: expected ‘;’ before ‘*’ token In file included from scripts/kconfig/qconf.cc:30: scripts/kconfig/qconf.moc:198: error: incomplete type ‘QVBox’ used in nested name specifier scripts/kconfig/qconf.moc: In member function ‘virtual void* ConfigView::qt_metacast(const char*)’: scripts/kconfig/qconf.moc:212: error: incomplete type ‘QVBox’ used in nested name specifier scripts/kconfig/qconf.moc: In member function ‘virtual int ConfigView::qt_metacall(QMetaObject::Call, int, void**)’: scripts/kconfig/qconf.moc:217: error: incomplete type ‘QVBox’ used in nested name specifier scripts/kconfig/qconf.moc: In member function ‘void ConfigView::showAllChanged(bool)’: scripts/kconfig/qconf.moc:240: error: no matching function for call to ‘QMetaObject::activate(ConfigView* const, const QMetaObject*, int, void* [2])’ /usr/include/QtCore/qobjectdefs.h:307: note: candidates are: static void QMetaObject::activate(QObject*, int, void**) /usr/include/QtCore/qobjectdefs.h:308: note: static void QMetaObject::activate(QObject*, int, int, void**) /usr/include/QtCore/qobjectdefs.h:309: note: static void QMetaObject::activate(QObject*, const QMetaObject*, int, void**) /usr/include/QtCore/qobjectdefs.h:310: note: static void QMetaObject::activate(QObject*, const QMetaObject*, int, int, void**) scripts/kconfig/qconf.moc: In member function ‘void ConfigView::showNameChanged(bool)’: scripts/kconfig/qconf.moc:247: error: no matching function for call to ‘QMetaObject::activate(ConfigView* const, const QMetaObject*, int, void* [2])’ /usr/include/QtCore/qobjectdefs.h:307: note: candidates are: static void QMetaObject::activate(QObject*, int, void**) /usr/include/QtCore/qobjectdefs.h:308: note: static void QMetaObject::activate(QObject*, int, int, void**) /usr/include/QtCore/qobjectdefs.h:309: note: static void QMetaObject::activate(QObject*, const QMetaObject*, int, void**) /usr/include/QtCore/qobjectdefs.h:310: note: static void QMetaObject::activate(QObject*, const QMetaObject*, int, int, void**) scripts/kconfig/qconf.moc: In member function ‘void ConfigView::showRangeChanged(bool)’: scripts/kconfig/qconf.moc:254: error: no matching function for call to ‘QMetaObject::activate(ConfigView* const, const QMetaObject*, int, void* [2])’ /usr/include/QtCore/qobjectdefs.h:307: note: candidates are: static void QMetaObject::activate(QObject*, int, void**) /usr/include/QtCore/qobjectdefs.h:308: note: static void QMetaObject::activate(QObject*, int, int, void**) /usr/include/QtCore/qobjectdefs.h:309: note: static void QMetaObject::activate(QObject*, const QMetaObject*, int, void**) /usr/include/QtCore/qobjectdefs.h:310: note: static void QMetaObject::activate(QObject*, const QMetaObject*, int, int, void**) scripts/kconfig/qconf.moc: In member function ‘void ConfigView::showDataChanged(bool)’: scripts/kconfig/qconf.moc:261: error: no matching function for call to ‘QMetaObject::activate(ConfigView* const, const QMetaObject*, int, void* [2])’ /usr/include/QtCore/qobjectdefs.h:307: note: candidates are: static void QMetaObject::activate(QObject*, int, void**) /usr/include/QtCore/qobjectdefs.h:308: note: static void QMetaObject::activate(QObject*, int, int, void**) /usr/include/QtCore/qobjectdefs.h:309: note: static void QMetaObject::activate(QObject*, const QMetaObject*, int, void**) /usr/include/QtCore/qobjectdefs.h:310: note: static void QMetaObject::activate(QObject*, const QMetaObject*, int, int, void**) scripts/kconfig/qconf.moc: In member function ‘virtual int ConfigInfoView::qt_metacall(QMetaObject::Call, int, void**)’: scripts/kconfig/qconf.moc:319: error: expected type-specifier before ‘menu’ scripts/kconfig/qconf.moc:319: error: expected `>' before ‘menu’ scripts/kconfig/qconf.moc:319: error: expected `(' before ‘menu’ scripts/kconfig/qconf.moc:319: error: expected primary-expression before ‘)’ token scripts/kconfig/qconf.moc:320: error: expected type-specifier before ‘menu’ scripts/kconfig/qconf.moc:320: error: expected `>' before ‘menu’ scripts/kconfig/qconf.moc:320: error: expected `(' before ‘menu’ scripts/kconfig/qconf.moc:320: error: expected primary-expression before ‘)’ token scripts/kconfig/qconf.moc: At global scope: scripts/kconfig/qconf.moc:338: error: variable or field ‘menuSelected’ declared void scripts/kconfig/qconf.moc:338: error: expected primary-expression before ‘*’ token scripts/kconfig/qconf.moc:338: error: ‘_t1’ was not declared in this scope make[1]: *** [scripts/kconfig/qconf.o] Error 1 make: *** [xconfig] Error 2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670 User casualprogrammer@yahoo.com added comment https://bugzilla.novell.com/show_bug.cgi?id=299670#c27 --- Comment #27 from Casual J. Programmer <casualprogrammer@yahoo.com> 2007-12-16 03:50:01 MST --- ls -l /usr/include/asm lrwxrwxrwx 1 root root 13 2007-12-15 14:27 /usr/include/asm -> asm-bi-x86_64 uname -m i686 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670 User olh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=299670#c28 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #28 from Olaf Hering <olh@novell.com> 2008-01-03 06:07:05 MST --- qvbox.h and other files come from qt*-devel or whatever. please install the relevant packages and open a new bug if make *config still fails -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670 User casualprogrammer@yahoo.com added comment https://bugzilla.novell.com/show_bug.cgi?id=299670#c29 Casual J. Programmer <casualprogrammer@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #29 from Casual J. Programmer <casualprogrammer@yahoo.com> 2008-01-03 08:38:27 MST --- As far as I am concerned the proper packages are in place ( and were when I reported the bug ) rpm -qa | grep qt qt3-devel-tools-3.3.8-104 qt3-devel-doc-3.3.8-104 libqt4-x11-4.3.3-9 libqt4-devel-doc-4.3.3-9 qt3-3.3.8-104 libqt4-devel-4.3.3-9 libqt4-devel-doc-data-4.3.3-9 libqt4-qt3support-4.3.3-9 python-qt-3.17.4-5 libqt4-sql-sqlite-4.3.3-4 yast2-qt-2.16.12-6 qt3-devel-3.3.8-104 libqt4-dbus-1-4.3.3-9 yast2-control-center-qt-2.16.0-9 libqt4-sql-4.3.3-9 libqt4-4.3.3-9 python-qt4-4.3.3-6 dbus-1-qt3-0.62-134 qt3-man-3.3.8-104 Please advise if I am overlooking something here. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670 User casualprogrammer@yahoo.com added comment https://bugzilla.novell.com/show_bug.cgi?id=299670#c30 --- Comment #30 from Casual J. Programmer <casualprogrammer@yahoo.com> 2008-01-03 09:08:12 MST --- Although #9 is generally correct, I omitted retesting the case. In fact it works now with the listed components. Seems to have fixed itself somehow. Probably this may be closed for good. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=299670 User olh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=299670#c31 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #31 from Olaf Hering <olh@novell.com> 2008-01-04 01:27:56 MST --- closing -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com