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

Bug#667263: marked as done (linamc: ftbfs with GCC-4.7)



Your message dated Sat, 12 May 2012 16:11:40 +0000
with message-id <E1STEuy-0003LI-1u@franck.debian.org>
and subject line Bug#667263: fixed in linamc 2.0rc5-2.1
has caused the Debian Bug report #667263,
regarding linamc: ftbfs with GCC-4.7
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
667263: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667263
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linamc
Version: 2.0rc5-2
Severity: important
Tags: sid wheezy
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-4.7

The package fails to build in a test rebuild on at least amd64 with
gcc-4.7/g++-4.7, but succeeds to build with gcc-4.6/g++-4.6. The
severity of this report may be raised before the wheezy release.

AxUnit.cpp:127:32: error: 'close' was not declared in this scope

The full build log can be found at:
http://people.debian.org/~lucas/logs/2012/03/29-clang-gcc47/unstable-gcc47/linamc_2.0rc5-2_unstable-gcc47.log
The last lines of the build log are at the end of this report.

Some hints on fixing these issues can be found at
http://gcc.gnu.org/gcc-4.7/porting_to.html

To build with GCC 4.7, either set CC=gcc-4.7 CXX=g++-4.7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

[...]
QSettings: error creating /sbuild-nonexistent/.qt
QSettings: error creating /sbuild-nonexistent/.qt
/usr/share/qt3/bin/uic automark.ui -o automark.h
QSettings: error creating /sbuild-nonexistent/.qt
QSettings: error creating /sbuild-nonexistent/.qt
/usr/share/qt3/bin/uic finddialog.ui -o finddialog.h
QSettings: error creating /sbuild-nonexistent/.qt
QSettings: error creating /sbuild-nonexistent/.qt
/usr/share/qt3/bin/uic configw.ui -o configw.h
QSettings: error creating /sbuild-nonexistent/.qt
QSettings: error creating /sbuild-nonexistent/.qt
g++ -c -pipe -g -Wall -W -O0 -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/share/qt3/mkspecs/default -I. -I. -I/usr/include/qt3 -o main.o main.cpp
g++ -c -pipe -g -Wall -W -O0 -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/share/qt3/mkspecs/default -I. -I. -I/usr/include/qt3 -o utils.o utils.cpp
utils.cpp: In member function 'QString TUtils::substring(char, char, QString)':
utils.cpp:222:7: warning: variable 'cnt1' set but not used [-Wunused-but-set-variable]
g++ -c -pipe -g -Wall -W -O0 -D_REENTRANT  -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I/usr/share/qt3/mkspecs/default -I. -I. -I/usr/include/qt3 -o AxUnit.o AxUnit.cpp
AxUnit.cpp: In member function 'int TAxUnit::WaitConnect(int)':
AxUnit.cpp:127:32: error: 'close' was not declared in this scope
AxUnit.cpp:95:6: warning: unused variable 'err' [-Wunused-variable]
AxUnit.cpp:96:19: warning: unused variable 'axinfo' [-Wunused-variable]
AxUnit.cpp: In member function 'bool TAxUnit::Telnet_BBS(QString)':
AxUnit.cpp:295:32: error: 'close' was not declared in this scope
AxUnit.cpp:310:42: error: 'read' was not declared in this scope
AxUnit.cpp: In member function 'void TAxUnit::DiscBBS()':
AxUnit.cpp:336:29: error: 'close' was not declared in this scope
make[2]: *** [AxUnit.o] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»/src'
make[1]: *** [sub-src] Error 2
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



--- End Message ---
--- Begin Message ---
Source: linamc
Source-Version: 2.0rc5-2.1

We believe that the bug you reported is fixed in the latest version of
linamc, which is due to be installed in the Debian FTP archive:

linamc_2.0rc5-2.1.diff.gz
  to main/l/linamc/linamc_2.0rc5-2.1.diff.gz
linamc_2.0rc5-2.1.dsc
  to main/l/linamc/linamc_2.0rc5-2.1.dsc
linamc_2.0rc5-2.1_amd64.deb
  to main/l/linamc/linamc_2.0rc5-2.1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 667263@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann <gregoa@debian.org> (supplier of updated linamc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 07 May 2012 17:21:42 +0200
Source: linamc
Binary: linamc
Architecture: source amd64
Version: 2.0rc5-2.1
Distribution: unstable
Urgency: low
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: gregor herrmann <gregoa@debian.org>
Description: 
 linamc     - Qt based AX-25 Mail Client
Closes: 667263
Changes: 
 linamc (2.0rc5-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix "ftbfs with GCC-4.7": enable commented out include in
     ./src/AxUnit.cpp. (Closes: #667263)
Checksums-Sha1: 
 a510f2d7bc1e4630cf69fa230e2be802632cd184 1815 linamc_2.0rc5-2.1.dsc
 5f247c50cbc80d6b2e66298f699fb840f22d776a 5288 linamc_2.0rc5-2.1.diff.gz
 f4b9c4ac5faafcb5ad5a3603c6b5446381b31e24 173376 linamc_2.0rc5-2.1_amd64.deb
Checksums-Sha256: 
 68f7a7a39d68035e2e5d8b806a463deda04cab57714272e739911318606990fc 1815 linamc_2.0rc5-2.1.dsc
 5fb2966be517fe51e85ed403064302a3efc49e921ba5a3a0a4274cc5cbb9d0bb 5288 linamc_2.0rc5-2.1.diff.gz
 56890be3c2bc9671837eef19ec528dad3a62e7f942c472c7d640c466a3d426d7 173376 linamc_2.0rc5-2.1_amd64.deb
Files: 
 90c566e29564a33a68c213d777ccbc4e 1815 hamradio extra linamc_2.0rc5-2.1.dsc
 e76274b7c3ba5a4718c66f548513c828 5288 hamradio extra linamc_2.0rc5-2.1.diff.gz
 b2bdf5cfeaa4568b854d9e45a4211807 173376 hamradio extra linamc_2.0rc5-2.1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJPp+jOAAoJELs6aAGGSaoGyIgP/RkarcyqEIcy9ZAIFVTwK6TD
mjA3J9HfPZte+kxV9l2d28pVlwzhZTfTDP9CZDg2cGw8xG4bHkczTmJlMWHMfV6e
7ROCwulLJq0yLBnRY3ZOnmCBEZDlo++cc4SoIUBaWuAGVSSC6XfCeFO4U/38JO1M
tbVuDhnLZwLhQFSObPiYsH0ZLk58ocPTYA6ZtT2sVogakUbm7Un/a5tjjAHhlvt/
dSFpWs+hdY7ikH8SUKsf6A20LEOas5X7S1NJfcxKghuFIHgR8sTL/CunyehTiRXN
SenHYSCVh2yZ2lsMQptqaiFFsBCblvGMrpMvuetY4Tm2Vo+yU0WgsA1Y4oS3xlKL
1iEWktVRd26AEfTyGplvMBgx46KaXHzYApImBINBqyZCQDe4zezFZO7j50ePv1Au
MhdXh5YGNmawTX9IqdK4pkNhJr0JlaOXG+rggggoGZRT9gJZqnjOGxfuS87xTISz
nexl961fsfvkHvzRHFCCa+Cwt+MLm8dOl4QWFS924HMU9IYLTBRincQQmr8My0AG
YocBzPnDaX0FaD8DapnaO039JySQPDFg08kr40AFL+TvPefDwq7ZexbT0EDHOBMB
KV3jrnJCekGCpB2MeI4QR4aWt+7kcfpli1AhtzTA6Owm5gLCR+AET2hafGoj86Hw
fmA0xF+PgOB/PhFJ1MH0
=F5yS
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: