Bug#427165: sdcc-libraries: SCON bits wrongly defined in P89c51RD2.h
Subject: sdcc-libraries: SCON bits wrongly defined in P89c51RD2.h Package: sdcc-libraries Version: 2.6.0-5 Severity: normal *** Please type your report below this line *** The bit definitions of SCON in the include file P89c51RD2.h are wrong. But these have been fixed in sdcc version 2.7. So I suggest an upgrade of the package if you have time. Thanks for the nice package Gudjon -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.21-1-amd64 (SMP w/1 CPU core) Locale: LANG=is_IS.UTF-8, LC_CTYPE=is_IS.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash sdcc-libraries depends on no packages. Versions of packages sdcc-libraries recommends: ii gputils 0.13.4-1 GNU PIC utilities -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#427198: tex-guy - FTBFS: /usr/bin/ld: cannot find -ldvilib2
Package: tex-guy Version: 1.3.2-1 Severity: serious User: [EMAIL PROTECTED] Usertags: qa-ftbfs hi, while doing an archive wide package rebuild your package failed to build from source for the following reason: > gcc -I. -Wall -o dvispecials dvispecials.o > -L/build/user/tex-guy-1.3.2/DVIlib2 -ldvilib2 > /usr/bin/ld: cannot find -ldvilib2 > collect2: ld returned 1 exit status > make[2]: *** [dvispecials] Error 1 > make[2]: Leaving directory `/build/user/tex-guy-1.3.2/dvispecials-1.1' > > === dvifontlist > make[2]: Entering directory `/build/user/tex-guy-1.3.2/dvifontlist-1.3.1' > rm -f compiled.h > ../Compiled-info.sh .. > compiled.h > gcc -I. -Wall -DPROGRAM_PATH=\"/usr/bin/dvifontlist\" \ > -I../DVIlib2 -c dvifontlist.c > ../libtool --mode=link \ >gcc -I. -Wall -o dvifontlist dvifontlist.o -L../DVIlib2 -ldvilib2 > mkdir .libs > gcc -I. -Wall -o dvifontlist dvifontlist.o > -L/build/user/tex-guy-1.3.2/DVIlib2 -ldvilib2 > /usr/bin/ld: cannot find -ldvilib2 > collect2: ld returned 1 exit status > make[2]: *** [dvifontlist] Error 1 > make[2]: Leaving directory `/build/user/tex-guy-1.3.2/dvifontlist-1.3.1' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/build/user/tex-guy-1.3.2' > make: *** [build-stamp] Error 2 The Full Build log is available and can be viewed at: http://people.debian.org/~lucas/logs/2007/06/01/ bye, - michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#427217: cvsps: rlog on old servers can't handle ".", use "" instead
Package: cvsps Version: 2.1-2 Severity: normal On some cvs servers you can't get an rlog for the repository root because some internal assertion fails on the server side when /./ is present on the path. However, if you use // it works fine. The attached patch makes cvsps use an empty path ("") instead of "." which makes it work on such servers. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: powerpc (ppc) Kernel: Linux 2.6.22-rc3-gcfb44989-dirty (PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages cvsps depends on: ii cvs 1:1.12.13-8Concurrent Versions System ii libc6 2.6~20070518-1 GNU C Library: Shared libraries ii zlib1g1:1.2.3-15 compression library - runtime cvsps recommends no packages. -- no debconf information --- cvsps-2.1.orig/cvsps.c +++ cvsps-2.1/cvsps.c @@ -1041,7 +1041,10 @@ * from the 'nominal' repository path because of symlinks in the server and * the like. See also the 'parse_file' routine */ -strip_path_len = snprintf(strip_path, PATH_MAX, "%s/%s/", p, repository_path); +if (strcmp(repository_path, ".") == 0) + strip_path_len = snprintf(strip_path, PATH_MAX, "%s//", p); +else + strip_path_len = snprintf(strip_path, PATH_MAX, "%s/%s/", p, repository_path); if (strip_path_len < 0 || strip_path_len >= PATH_MAX) { --- cvsps-2.1.orig/cvs_direct.c +++ cvsps-2.1/cvs_direct.c @@ -864,8 +864,13 @@ send_string(ctx, "Argument %s\n", date_str); } -send_string(ctx, "Argument %s\n", rep); -send_string(ctx, "rlog\n"); +if (strcmp(rep, ".") == 0) { + send_string(ctx, "Argument \n"); + send_string(ctx, "rlog\n"); +} else { + send_string(ctx, "Argument %s\n", rep); + send_string(ctx, "rlog\n"); +} /* * FIXME: is it possible to create a 'fake' FILE * whose 'refill'
libcurl3-dev depreciated (was: Bug#426393: asterisk: uninstallable due to dependancy on libcurl3)
Dear libcurl team, When you depreciate libcurl3-dev all downstream dependant packages require at least a rebuild, if not a reload to change the Build-Depends: from libcurl3-dev to libcurl4-dev. At the minimum, could you send a courtesy email to all downstream packages (Cc:) so we know we need to upload after your library transition. Best option would be for you to file a bug report against those packages which will require a reload after your library/dev transition. Otherwise the users will trickle bug reports (attached) through to individual packages... Thanks, Mark -- Forwarded Message -- Subject: Bug#426393: asterisk: uninstallable due to dependancy on libcurl3 Date: Mon, 28 May 2007 From: Richard Antony Burton <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Package: asterisk Version: 1:1.4.4~dfsg-2 Severity: grave Justification: renders package unusable Depends on libcurl3 that is no longer available, making package uninstallable. Richard. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages asterisk depends on: ii adduser 3.102 Add and remove users and groups ii asterisk 1:1.4.4~dfsg-2 config files for asterisk ii asterisk 1:1.4.4~dfsg-2 sound files for asterisk ii libasoun 1.0.13-2ALSA library ii libc62.5-9 GNU C Library: Shared libraries ii libcomer 1.39+1.40-WIP-2007.04.07+dfsg-2 common error description library ii libct3 0.63-3.2libraries for connecting to MS SQL ii libcurl3 7.15.5-1Multi-protocol file transfer libra ii libexpat 1.95.8-3.4 XML parsing C library - runtime li ii libgcc1 1:4.2-20070525-1GCC support library ii libgcryp 1.2.4-2 LGPL Crypto library - runtime libr ii libgnutl 1.6.3-1 the GNU TLS library - runtime libr ii libgpg-e 1.4-2 library for common error values an ii libgsm1 1.0.10-13 Shared libraries for GSM speech co ii libidn11 0.6.5-1 GNU libidn library, implementation ii libiksem 1.2-3 C library for the Jabber IM platfo ii libkrb53 1.6.dfsg.1-4MIT Kerberos runtime libraries ii libldap2 2.1.30-13.4 OpenLDAP libraries ii libltdl3 1.5.22-4A system independent dlopen wrappe ii libncurs 5.6-3 Shared libraries for terminal hand ii libnewt0 0.52.2-10 Not Erik's Windowing Toolkit - tex ii libogg0 1.1.3-2 Ogg Bitstream Library ii libopenh 1.18.0.dfsg-1+b1H.323 aka VoIP library ii libpopt0 1.10-3 lib for parsing cmdline parameters ii libpq5 8.2.4-1 PostgreSQL C client library ii libpri1. 1.4.0-2 Primary Rate ISDN specification li ii libpt-1. 1.10.2-2+b1 Portable Windows Library ii libradiu 0.5.5-1 Enhanced RADIUS client library ii libsasl2 2.1.22.dfsg1-10 Authentication abstraction library ii libsdl1. 1.2.11-8Simple DirectMedia Layer ii libsenso 1:2.10.3-1 library to read temperature/voltag ii libsnmp1 5.3.1-6 NET SNMP (Simple Network Managemen ii libspeex 1.1.12-3The Speex Speech Codec ii libsqlit 2.8.17-2SQLite shared library ii libssl0. 0.9.8e-5SSL shared libraries ii libstdc+ 4.2-20070525-1 The GNU Standard C++ Library v3 ii libtonez 1:1.4.2.1~dfsg-1tonezone library (runtime) ii libvorbi 1.1.2.dfsg-1.2 The Vorbis General Audio Compressi ii libvorbi 1.1.2.dfsg-1.2 The Vorbis General Audio Compressi ii libwrap0 7.6.dbs-13 Wietse Venema's TCP wrappers libra ii unixodbc 2.2.11-13 ODBC tools libraries ii zlib1g 1:1.2.3-15 compression library - runtime asterisk recommends no packages. -- no debconf information signature.asc Description: This is a digitally signed message part.
Re: libcurl3-dev depreciated (was: Bug#426393: asterisk: uninstallable due to dependancy on libcurl3)
On Sat, Jun 02, 2007 at 11:17:18AM +0100, Mark Purcell wrote: > Dear libcurl team, Hi Mark, > When you depreciate libcurl3-dev all downstream dependant packages require > at least a rebuild, if not a reload to change the Build-Depends: from > libcurl3-dev > to libcurl4-dev. RMs and I managed the transition, libcurl4-dev packages provide libcurl3-dev counterparts for this reason. I suppose they have issued the required BinNMUs. > At the minimum, could you send a courtesy email to all downstream packages > (Cc:) > so we know we need to upload after your library transition. Best option would > be > for you to file a bug report against those packages which will require a > reload > after your library/dev transition. Otherwise the users will trickle bug > reports > (attached) through to individual packages... I am not so courtesy person when this has been already discussed on -release, curl has been in experimental for quite some time and all this is happening in unstable right after a stable release, where almost every library with pending soname change is uploaded. Tell me, why should I open so many bug reports myself when there are lots of user able to do this themselves? ;) Anyway I am going to open a curl mailing list on alioth so that curl-dependant maintainers will be able to tune for such things. Regards, Domenico -[ Domenico Andreoli, aka cavok --[ http://www.dandreoli.com/gpgkey.asc ---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#427275: camstream: FTBFS: video_def.h:2:27: error: linux/linkage.h: No such file or directory
Package: camstream version: 0.26.3+dfsg-2 Severity: serious Justification: FTBFS on i386 Hi, During a rebuild of all packages in sid, your package failed to build on i386. Relevant part: make[3]: Entering directory `/build/user/camstream-0.26.3+dfsg/camstream/video' g++ -g -O2 -I/usr/share/qt3/include -g -Wall -I. -I.. -I../devices -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -D_REENTRANT=1 -DQT_THREAD_SUPPORT=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXT=1 -DHAVE_LIBICE=1 -DHAVE_LIBSM=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LINUX_VIDEODEV_H=1 -DHAVE_SELECT=1 -DINCLUDE_STDLIB_H=1 -DHAVE_INTELCPU=1-c -o CamPanel.o CamPanel.cc g++ -g -O2 -I/usr/share/qt3/include -g -Wall -I. -I.. -I../devices -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -D_REENTRANT=1 -DQT_THREAD_SUPPORT=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXT=1 -DHAVE_LIBICE=1 -DHAVE_LIBSM=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LINUX_VIDEODEV_H=1 -DHAVE_SELECT=1 -DINCLUDE_STDLIB_H=1 -DHAVE_INTELCPU=1-c -o BasicPanel.o BasicPanel.cc g++ -g -O2 -I/usr/share/qt3/include -g -Wall -I. -I.. -I../devices -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -D_REENTRANT=1 -DQT_THREAD_SUPPORT=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXT=1 -DHAVE_LIBICE=1 -DHAVE_LIBSM=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LINUX_VIDEODEV_H=1 -DHAVE_SELECT=1 -DINCLUDE_STDLIB_H=1 -DHAVE_INTELCPU=1-c -o ImagePanelRGB.o ImagePanelRGB.cc g++ -g -O2 -I/usr/share/qt3/include -g -Wall -I. -I.. -I../devices -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -D_REENTRANT=1 -DQT_THREAD_SUPPORT=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXT=1 -DHAVE_LIBICE=1 -DHAVE_LIBSM=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LINUX_VIDEODEV_H=1 -DHAVE_SELECT=1 -DINCLUDE_STDLIB_H=1 -DHAVE_INTELCPU=1-c -o ImagePanelYUV.o ImagePanelYUV.cc gcc -DHAVE_INTELCPU -g -c -o video_asm.o video_asm.S In file included from video_asm.S:4: video_def.h:2:27: error: linux/linkage.h: No such file or directory make[3]: *** [video_asm.o] Error 1 make[3]: Leaving directory `/build/user/camstream-0.26.3+dfsg/camstream/video' make[2]: *** [video] Error 2 make[2]: Leaving directory `/build/user/camstream-0.26.3+dfsg/camstream' make[1]: *** [all] Error 2 make[1]: Leaving directory `/build/user/camstream-0.26.3+dfsg' make: *** [build-stamp] Error 2 The full build log is available from http://people.debian.org/~lucas/logs/2007/06/01/ About the archive rebuild: The rebuild was done on about 50 AMD64 nodes of the Grid'5000 platform, using a clean chroot containing a sid i386 environment. Internet was not accessible from the build systems. -- | Lucas Nussbaum | [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ | | jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#361818: marked as done (FTBFS with GCC 4.2: misc C++ errors)
Your message dated Sat, 02 Jun 2007 22:02:04 + with message-id <[EMAIL PROTECTED]> and subject line Bug#388034: fixed in nget 0.27.1-7 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: nget Version: 0.27.1-3 Your package fails to build with GCC 4.2. Version 4.2 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. The bug below is in your package and not because I'm using a snapshot of the compiler so please take a look at it. You can reproduce this with the gcc-snapshot package. > Automatic build of nget_0.27.1-3 on em64t by sbuild/amd64 1.112 ... > g++ -g -O2 -Wall -MMD -MP -DHAVE_CONFIG_H -c -o prot_nntp.o prot_nntp.cc > auto_map.h:58: error: type/value mismatch at argument 3 in template parameter > list for 'template class Base> > class auto_map_base' > auto_map.h:58: error: expected a template of type 'template BT> class Base', got 'template _Alloc> class std::map' > auto_map.h:60: error: type/value mismatch at argument 3 in template parameter > list for 'template class Base> > class auto_map_base' > auto_map.h:60: error: expected a template of type 'template BT> class Base', got 'template _Alloc> class std::map' > auto_map.h:61: error: 'super' is not a class or namespace > auto_map.h:62: error: 'super' is not a class or namespace > auto_map.h: In member function 'std::pair auto_map T>::insert_value(const K&, T*)': > auto_map.h:72: error: 'super' is not a class or namespace > auto_map.h: At global scope: > auto_map.h:77: error: type/value mismatch at argument 3 in template parameter > list for 'template class Base> > class auto_map_base' > auto_map.h:77: error: expected a template of type 'template BT> class Base', got 'template _Alloc> class std::multimap' > auto_map.h:79: error: type/value mismatch at argument 3 in template parameter > list for 'template class Base> > class auto_map_base' > auto_map.h:79: error: expected a template of type 'template BT> class Base', got 'template _Alloc> class std::multimap' > auto_map.h:80: error: 'super' is not a class or namespace > auto_map.h:81: error: 'super' is not a class or namespace > auto_map.h: In member function 'int auto_multimap::insert_value(const > K&, T*)': > auto_map.h:83: error: 'super' is not a class or namespace > par2/par2fileformat.h: At global scope: > par2/par2fileformat.h:89: warning: ignoring packed attribute on unpacked > non-POD field 'FILEVERIFICATIONENTRY FILEVERIFICATIONPACKET::entries [0u]' > par2/par2fileformat.h:133: warning: ignoring packed attribute on unpacked > non-POD field 'MD5Hash MAINPACKET::fileid [0u]' > par.h: In member function 'void LocalParFiles::clear()': > par.h:129: error: 'class t_subjmatches_map' has no member named 'clear' > par.h: At global scope: > par.h:216: error: 'mapped_type' in class 'auto_map std::char_traits, std::allocator >, ParInfo>' does not name a type > par.h:217: error: 'mapped_type' in class 'auto_map std::char_traits, std::allocator >, ParInfo>' does not name a type > prot_nntp.cc: In member function 'void > c_prot_nntp::nntp_dogroupdescriptions(const char*)': > prot_nntp.cc:218: warning: deprecated conversion from string constant to > 'char*'' > make[1]: *** [prot_nntp.o] Error 1 -- Martin Michlmayr http://www.cyrius.com/ --- End Message --- --- Begin Message --- Source: nget Source-Version: 0.27.1-7 We believe that the bug you reported is fixed in the latest version of nget, which is due to be installed in the Debian FTP archive: nget_0.27.1-7.diff.gz to pool/main/n/nget/nget_0.27.1-7.diff.gz nget_0.27.1-7.dsc to pool/main/n/nget/nget_0.27.1-7.dsc nget_0.27.1-7_i386.deb to pool/main/n/nget/nget_0.27.1-7_i386.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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Arnaud Cornet <[EMAIL PROTECTED]> (supplier of updated nget 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 [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 29 May 2007 20:17:04 +0200 Source: nget Binary: nget Architecture: source i386 Version: 0.27.1-7 Distribution: unstable Urgency: low Maintainer: Arnaud Cornet <[EM
Bug#388034: marked as done (FTBFS with GCC 4.2: uses undocumented and now removed extension)
Your message dated Sat, 02 Jun 2007 22:02:04 + with message-id <[EMAIL PROTECTED]> and subject line Bug#361818: fixed in nget 0.27.1-7 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: nget Version: 0.27.1-4 Your package fails to build with GCC 4.2. Version 4.2 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. The bug below is in your package and not because I'm using a snapshot of the compiler so please take a look at it. You can reproduce this with the gcc-snapshot package (20060912-1 or higher). > Automatic build of nget_0.27.1-4 on em64t by sbuild/amd64 0.49 ... > g++ -g -O2 -Wall -MMD -MP -DHAVE_CONFIG_H -c -o prot_nntp.o prot_nntp.cc > In file included from par.h:27, > from prot_nntp.cc:43: > auto_map.h:58: error: type/value mismatch at argument 3 in template parameter > list for 'template class Base> > class auto_map_base' > auto_map.h:58: error: expected a template of type 'template BT> class Base', got 'template _Alloc> class std::map' > auto_map.h:60: error: type/value mismatch at argument 3 in template parameter > list for 'template class Base> > class auto_map_base' > auto_map.h:60: error: expected a template of type 'template BT> class Base', got 'template _Alloc> class std::map' > auto_map.h:61: error: 'super' is not a class or namespace > auto_map.h:62: error: 'super' is not a class or namespace > auto_map.h: In member function 'std::pair auto_map T>::insert_value(const K&, T*)': > auto_map.h:72: error: 'super' is not a class or namespace > auto_map.h: At global scope: > auto_map.h:77: error: type/value mismatch at argument 3 in template parameter > list for 'template class Base> > class auto_map_base' > auto_map.h:77: error: expected a template of type 'template BT> class Base', got 'template _Alloc> class std::multimap' > auto_map.h:79: error: type/value mismatch at argument 3 in template parameter > list for 'template class Base> > class auto_map_base' > auto_map.h:79: error: expected a template of type 'template BT> class Base', got 'template _Alloc> class std::multimap' > auto_map.h:80: error: 'super' is not a class or namespace > auto_map.h:81: error: 'super' is not a class or namespace > auto_map.h: In member function 'int auto_multimap::insert_value(const > K&, T*)': > auto_map.h:83: error: 'super' is not a class or namespace > In file included from prot_nntp.cc:43: > par.h: In member function 'void LocalParFiles::clear()': > par.h:129: error: 'class t_subjmatches_map' has no member named 'clear' > par.h: At global scope: > par.h:216: error: 'mapped_type' in class 'auto_map std::char_traits, std::allocator >, ParInfo>' does not name a type > par.h:217: error: 'mapped_type' in class 'auto_map std::char_traits, std::allocator >, ParInfo>' does not name a type > prot_nntp.cc: In member function 'void > c_prot_nntp::nntp_dogroupdescriptions(const char*)': > prot_nntp.cc:218: warning: deprecated conversion from string constant to > 'char*' > make[1]: *** [prot_nntp.o] Error 1 > make[1]: Leaving directory `/build/tbm/nget-0.27.1' > make: *** [build-stamp] Error 2 -- Martin Michlmayr http://www.cyrius.com/ --- End Message --- --- Begin Message --- Source: nget Source-Version: 0.27.1-7 We believe that the bug you reported is fixed in the latest version of nget, which is due to be installed in the Debian FTP archive: nget_0.27.1-7.diff.gz to pool/main/n/nget/nget_0.27.1-7.diff.gz nget_0.27.1-7.dsc to pool/main/n/nget/nget_0.27.1-7.dsc nget_0.27.1-7_i386.deb to pool/main/n/nget/nget_0.27.1-7_i386.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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Arnaud Cornet <[EMAIL PROTECTED]> (supplier of updated nget 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 [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 29 May 2007 20:17:04 +0200 Source: nget Binary: nget Architecture: source i386 Version: 0.27.1-7 Distribution: unstable Urgency: low Maintainer: Arnaud Cornet <[EMAIL PROTECTED]> Changed-By: Arnaud Cornet <[EMAIL PROTECTED]> Description: nget - auto-res
Bug#388034: marked as done (FTBFS with GCC 4.2: uses undocumented and now removed extension)
Your message dated Sat, 02 Jun 2007 22:02:04 + with message-id <[EMAIL PROTECTED]> and subject line Bug#388034: fixed in nget 0.27.1-7 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: nget Version: 0.27.1-4 Your package fails to build with GCC 4.2. Version 4.2 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. The bug below is in your package and not because I'm using a snapshot of the compiler so please take a look at it. You can reproduce this with the gcc-snapshot package (20060912-1 or higher). > Automatic build of nget_0.27.1-4 on em64t by sbuild/amd64 0.49 ... > g++ -g -O2 -Wall -MMD -MP -DHAVE_CONFIG_H -c -o prot_nntp.o prot_nntp.cc > In file included from par.h:27, > from prot_nntp.cc:43: > auto_map.h:58: error: type/value mismatch at argument 3 in template parameter > list for 'template class Base> > class auto_map_base' > auto_map.h:58: error: expected a template of type 'template BT> class Base', got 'template _Alloc> class std::map' > auto_map.h:60: error: type/value mismatch at argument 3 in template parameter > list for 'template class Base> > class auto_map_base' > auto_map.h:60: error: expected a template of type 'template BT> class Base', got 'template _Alloc> class std::map' > auto_map.h:61: error: 'super' is not a class or namespace > auto_map.h:62: error: 'super' is not a class or namespace > auto_map.h: In member function 'std::pair auto_map T>::insert_value(const K&, T*)': > auto_map.h:72: error: 'super' is not a class or namespace > auto_map.h: At global scope: > auto_map.h:77: error: type/value mismatch at argument 3 in template parameter > list for 'template class Base> > class auto_map_base' > auto_map.h:77: error: expected a template of type 'template BT> class Base', got 'template _Alloc> class std::multimap' > auto_map.h:79: error: type/value mismatch at argument 3 in template parameter > list for 'template class Base> > class auto_map_base' > auto_map.h:79: error: expected a template of type 'template BT> class Base', got 'template _Alloc> class std::multimap' > auto_map.h:80: error: 'super' is not a class or namespace > auto_map.h:81: error: 'super' is not a class or namespace > auto_map.h: In member function 'int auto_multimap::insert_value(const > K&, T*)': > auto_map.h:83: error: 'super' is not a class or namespace > In file included from prot_nntp.cc:43: > par.h: In member function 'void LocalParFiles::clear()': > par.h:129: error: 'class t_subjmatches_map' has no member named 'clear' > par.h: At global scope: > par.h:216: error: 'mapped_type' in class 'auto_map std::char_traits, std::allocator >, ParInfo>' does not name a type > par.h:217: error: 'mapped_type' in class 'auto_map std::char_traits, std::allocator >, ParInfo>' does not name a type > prot_nntp.cc: In member function 'void > c_prot_nntp::nntp_dogroupdescriptions(const char*)': > prot_nntp.cc:218: warning: deprecated conversion from string constant to > 'char*' > make[1]: *** [prot_nntp.o] Error 1 > make[1]: Leaving directory `/build/tbm/nget-0.27.1' > make: *** [build-stamp] Error 2 -- Martin Michlmayr http://www.cyrius.com/ --- End Message --- --- Begin Message --- Source: nget Source-Version: 0.27.1-7 We believe that the bug you reported is fixed in the latest version of nget, which is due to be installed in the Debian FTP archive: nget_0.27.1-7.diff.gz to pool/main/n/nget/nget_0.27.1-7.diff.gz nget_0.27.1-7.dsc to pool/main/n/nget/nget_0.27.1-7.dsc nget_0.27.1-7_i386.deb to pool/main/n/nget/nget_0.27.1-7_i386.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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Arnaud Cornet <[EMAIL PROTECTED]> (supplier of updated nget 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 [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 29 May 2007 20:17:04 +0200 Source: nget Binary: nget Architecture: source i386 Version: 0.27.1-7 Distribution: unstable Urgency: low Maintainer: Arnaud Cornet <[EMAIL PROTECTED]> Changed-By: Arnaud Cornet <[EMAIL PROTECTED]> Description: nget - auto-res
Bug#361818: marked as done (FTBFS with GCC 4.2: misc C++ errors)
Your message dated Sat, 02 Jun 2007 22:02:04 + with message-id <[EMAIL PROTECTED]> and subject line Bug#361818: fixed in nget 0.27.1-7 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: nget Version: 0.27.1-3 Your package fails to build with GCC 4.2. Version 4.2 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. The bug below is in your package and not because I'm using a snapshot of the compiler so please take a look at it. You can reproduce this with the gcc-snapshot package. > Automatic build of nget_0.27.1-3 on em64t by sbuild/amd64 1.112 ... > g++ -g -O2 -Wall -MMD -MP -DHAVE_CONFIG_H -c -o prot_nntp.o prot_nntp.cc > auto_map.h:58: error: type/value mismatch at argument 3 in template parameter > list for 'template class Base> > class auto_map_base' > auto_map.h:58: error: expected a template of type 'template BT> class Base', got 'template _Alloc> class std::map' > auto_map.h:60: error: type/value mismatch at argument 3 in template parameter > list for 'template class Base> > class auto_map_base' > auto_map.h:60: error: expected a template of type 'template BT> class Base', got 'template _Alloc> class std::map' > auto_map.h:61: error: 'super' is not a class or namespace > auto_map.h:62: error: 'super' is not a class or namespace > auto_map.h: In member function 'std::pair auto_map T>::insert_value(const K&, T*)': > auto_map.h:72: error: 'super' is not a class or namespace > auto_map.h: At global scope: > auto_map.h:77: error: type/value mismatch at argument 3 in template parameter > list for 'template class Base> > class auto_map_base' > auto_map.h:77: error: expected a template of type 'template BT> class Base', got 'template _Alloc> class std::multimap' > auto_map.h:79: error: type/value mismatch at argument 3 in template parameter > list for 'template class Base> > class auto_map_base' > auto_map.h:79: error: expected a template of type 'template BT> class Base', got 'template _Alloc> class std::multimap' > auto_map.h:80: error: 'super' is not a class or namespace > auto_map.h:81: error: 'super' is not a class or namespace > auto_map.h: In member function 'int auto_multimap::insert_value(const > K&, T*)': > auto_map.h:83: error: 'super' is not a class or namespace > par2/par2fileformat.h: At global scope: > par2/par2fileformat.h:89: warning: ignoring packed attribute on unpacked > non-POD field 'FILEVERIFICATIONENTRY FILEVERIFICATIONPACKET::entries [0u]' > par2/par2fileformat.h:133: warning: ignoring packed attribute on unpacked > non-POD field 'MD5Hash MAINPACKET::fileid [0u]' > par.h: In member function 'void LocalParFiles::clear()': > par.h:129: error: 'class t_subjmatches_map' has no member named 'clear' > par.h: At global scope: > par.h:216: error: 'mapped_type' in class 'auto_map std::char_traits, std::allocator >, ParInfo>' does not name a type > par.h:217: error: 'mapped_type' in class 'auto_map std::char_traits, std::allocator >, ParInfo>' does not name a type > prot_nntp.cc: In member function 'void > c_prot_nntp::nntp_dogroupdescriptions(const char*)': > prot_nntp.cc:218: warning: deprecated conversion from string constant to > 'char*'' > make[1]: *** [prot_nntp.o] Error 1 -- Martin Michlmayr http://www.cyrius.com/ --- End Message --- --- Begin Message --- Source: nget Source-Version: 0.27.1-7 We believe that the bug you reported is fixed in the latest version of nget, which is due to be installed in the Debian FTP archive: nget_0.27.1-7.diff.gz to pool/main/n/nget/nget_0.27.1-7.diff.gz nget_0.27.1-7.dsc to pool/main/n/nget/nget_0.27.1-7.dsc nget_0.27.1-7_i386.deb to pool/main/n/nget/nget_0.27.1-7_i386.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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Arnaud Cornet <[EMAIL PROTECTED]> (supplier of updated nget 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 [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 29 May 2007 20:17:04 +0200 Source: nget Binary: nget Architecture: source i386 Version: 0.27.1-7 Distribution: unstable Urgency: low Maintainer: Arnaud Cornet <[EM
wmacpi 2.1-9 MIGRATED to testing
FYI: The status of the wmacpi source package in Debian's testing distribution has changed. Previous version: 2.1-6 Current version: 2.1-9 -- This email is automatically generated; [EMAIL PROTECTED] is responsible. See http://people.debian.org/~henning/trille/ for more information. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#254015: marked as done (cl-regex: Documentation)
Your message dated Sat, 02 Jun 2007 23:47:02 + with message-id <[EMAIL PROTECTED]> and subject line Bug#254015: fixed in cl-regex 1-3 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: cl-regex Version: 1-1 Severity: normal It would be nice to include some cl-regex documentation - at least list of supported regexp syntax from author's homepage would be very helpful. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i586) Kernel: Linux 2.4.26 Locale: LANG=C, LC_CTYPE=cs_CZ Versions of packages cl-regex depends on: ii common-lisp-controller3.88 This is a Common Lisp source and c -- no debconf information --- End Message --- --- Begin Message --- Source: cl-regex Source-Version: 1-3 We believe that the bug you reported is fixed in the latest version of cl-regex, which is due to be installed in the Debian FTP archive: cl-regex_1-3.diff.gz to pool/main/c/cl-regex/cl-regex_1-3.diff.gz cl-regex_1-3.dsc to pool/main/c/cl-regex/cl-regex_1-3.dsc cl-regex_1-3_all.deb to pool/main/c/cl-regex/cl-regex_1-3_all.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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Matthew Danish <[EMAIL PROTECTED]> (supplier of updated cl-regex 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 [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 02 Jun 2007 19:39:54 -0400 Source: cl-regex Binary: cl-regex Architecture: source all Version: 1-3 Distribution: unstable Urgency: low Maintainer: Matthew Danish <[EMAIL PROTECTED]> Changed-By: Matthew Danish <[EMAIL PROTECTED]> Description: cl-regex - Common Lisp regular expression compiler/matcher Closes: 254015 377922 Changes: cl-regex (1-3) unstable; urgency=low . * Re-adopting. Closes: #377922 * Documentation from homepage included. Closes: #254015 * Specify debhelper compatibility level in debian/compat now. Files: 96ef19ea9437190799e63ab7210437a7 550 devel optional cl-regex_1-3.dsc 4af88f6072f5f8d21030f0787c1a0c88 5755 devel optional cl-regex_1-3.diff.gz 115eb35ea7bfac5a043639b92a8fb816 39536 devel optional cl-regex_1-3_all.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGYgACzxUyMsJLYBARAj0BAJ9BwKn6C1Ffx+Tw02F9deB4yxLlSgCgr7ZJ ZdnxQgEcErQK77ylu7PDlJM= =kjkf -END PGP SIGNATURE- --- End Message ---
Bug#293396: marked as done (cl-awk: (require :clawk) doesn't work, README.Debian says it should)
Your message dated Sun, 03 Jun 2007 01:02:02 + with message-id <[EMAIL PROTECTED]> and subject line Bug#293396: fixed in cl-awk 1-3 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: cl-awk Version: 1-1 Severity: normal README.Debian suggests using (require :clawk) to load the library. Shouldn't it be (clc:clc-require :clawk)? At least in cmucl the former complains Error in function REQUIRE: Don't know how to load CLAWK [Condition of type SIMPLE-ERROR] and the latter works. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (990, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.10 Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) Versions of packages cl-awk depends on: ii cl-regex 1-1Common Lisp regular expression com ii common-lisp-controller4.12 This is a Common Lisp source and c -- Michał Politowski Talking has been known to lead to communication if practised carelessly. signature.asc Description: Digital signature --- End Message --- --- Begin Message --- Source: cl-awk Source-Version: 1-3 We believe that the bug you reported is fixed in the latest version of cl-awk, which is due to be installed in the Debian FTP archive: cl-awk_1-3.diff.gz to pool/main/c/cl-awk/cl-awk_1-3.diff.gz cl-awk_1-3.dsc to pool/main/c/cl-awk/cl-awk_1-3.dsc cl-awk_1-3_all.deb to pool/main/c/cl-awk/cl-awk_1-3_all.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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Matthew Danish <[EMAIL PROTECTED]> (supplier of updated cl-awk 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 [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 02 Jun 2007 20:55:10 -0400 Source: cl-awk Binary: cl-awk Architecture: source all Version: 1-3 Distribution: unstable Urgency: low Maintainer: Matthew Danish <[EMAIL PROTECTED]> Changed-By: Matthew Danish <[EMAIL PROTECTED]> Description: cl-awk - Common Lisp package with the features of AWK and more Closes: 293396 377919 Changes: cl-awk (1-3) unstable; urgency=low . * Re-adopting. Closes: #377919 * Created debian/compat file. * Indicate usage of clc:clc-require. Closes: #293396 * Added documentation from the homepage. Files: f56557b87cd0ea9dc6d96b9a03f51c2b 542 devel optional cl-awk_1-3.dsc e586b8d95cd13752b3d40c5aa3267007 8065 devel optional cl-awk_1-3.diff.gz 462c2a4af99bc7cd3eb3430f8028c35d 20952 devel optional cl-awk_1-3_all.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGYhJDzxUyMsJLYBARAkaNAJ9UVX7XphTSvFpAA8+ws8ThyjLcngCffPMJ CEZ1HYFlurD2kVk87wdX6SQ= =eBBI -END PGP SIGNATURE- --- End Message ---
Bug#424654: centericq: links to libcurl4-openssl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 package centericq tags 424654 patch quit Hi, This problem is fixed changing on Build-Depends from `libcurl3-dev' to `libcurl4-gnutls-dev'. There's nothing else to do so I doesn't consider necessary to make a diff to attach to this email. Regards, Jose Luis. - -- ghostbar on Linux/Debian 'sid' i686 - #382503 Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es San Cristóbal, Venezuela. http://chaslug.org.ve Fingerprint = 3E7D 4267 AFD5 2407 2A37 20AC 38A0 AD5B CACA B118 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGYj8EOKCtW8rKsRgRAnHLAJ9OxHPqzbn+kI45EVQK4EbGo7PnWgCg0aLU P/M1H0ldgwWxphpxHa/f8EM= =VsW1 -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: centericq: links to libcurl4-openssl
Processing commands for [EMAIL PROTECTED]: > package centericq Ignoring bugs not assigned to: centericq > tags 424654 patch Bug#424654: centericq: links to libcurl4-openssl There were no tags set. Tags added: patch > quit Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]