Your message dated Wed, 6 Sep 2006 11:26:12 -0600
with message-id <[EMAIL PROTECTED]>
and subject line Bug#386291: mimms: build error: 'arguments' was not declared
in this scope
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)
--- Begin Message ---
Package: mimms
Version: 2.0.0-1
Severity: serious
Justification: no longer builds from source
Error messages as follow,
$ MAKE="make CC=gcc-4.0 CXX=g++-4.0" fakeroot dpkg-buildpackage -b -i
dpkg-buildpackage: source package is mimms
dpkg-buildpackage: source version is 2.0.0-1
dpkg-buildpackage: source maintainer is Wesley J. Landaker <[EMAIL PROTECTED]>
dpkg-buildpackage: host architecture is i386
debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
make CC=gcc-4.0 CXX=g++-4.0 clean
make[1]: Entering directory `/home/sysadmin/src/mimms/mimms-2.0.0'
rm -f Makefile.qmake *.o mimms *~
make[1]: Leaving directory `/home/sysadmin/src/mimms/mimms-2.0.0'
dh_clean
debian/rules build
dh_testdir
make CC=gcc-4.0 CXX=g++-4.0
make[1]: Entering directory `/home/sysadmin/src/mimms/mimms-2.0.0'
qmake-qt4 -o Makefile.qmake
make CC=gcc-4.0 CXX=g++-4.0 -f Makefile.qmake
make[2]: Entering directory `/home/sysadmin/src/mimms/mimms-2.0.0'
g++-4.0 -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB
-DQT_SHARED -I/usr/share/qt4/mkspecs/default -I.
-I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -Ilibmms-workaround
-I/usr/include/libmms -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I. -I. -o mimms.o mimms.cpp
mimms.cpp: In member function 'void MiMMSApplication::__parseArgs()':
mimms.cpp:87: error: 'arguments' was not declared in this scope
make[2]: *** [mimms.o] Error 1
make[2]: Leaving directory `/home/sysadmin/src/mimms/mimms-2.0.0'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/home/sysadmin/src/mimms/mimms-2.0.0'
make: *** [build-stamp] Error 2
Note: The same error also apply when $MAKE environment is unset.
-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Kernel: Linux 2.6.10-5-386
Locale: LANG=C, LC_CTYPE=thai
Versions of packages mimms depends on:
ii
libc6
2.3.5-1ubuntu12 GNU C Library: Shared libraries an
ii
libgcc1
1:4.0.1-4ubuntu9 GCC support library
ii
libpopt0
1.7-4
lib for parsing cmdline parameters
ii
libstdc++5
1:3.3.4-9ubuntu5 The GNU Standard C++ Library v3
ii
libuuid1
1.35-6ubuntu1 Universally unique id library
-- no debconf information
--- End Message ---
--- Begin Message ---
> Versions of packages mimms depends on:
> ii libc6 2.3.5-1ubuntu12 GNU C Library: Shared
> libraries an ii libgcc1 1:4.0.1-4ubuntu9 GCC support
> library
> ii libpopt0 1.7-4 lib for parsing cmdline
> parameters ii libstdc++5 1:3.3.4-9ubuntu5 The GNU Standard
> C++ Library v3 ii libuuid1 1.35-6ubuntu1 Universally
> unique id library
While I normally would appreciate this bug report, this bug is about an Ubuntu
system and does *not* effect the Debian package at all in either sarge, etch,
or sid.
Please report Ubuntu-specific problems to the Ubuntu BTS unless it has been
verified to also be a bug in the Debian version.
(As for the cause of your error, it looks like you don't have a new enough
version of Qt4: arguments() is member function of QCoreApplication.)
Thanks.
--- End Message ---