Processed: tagging 537102, tagging 537242, tagging 537244, tagging 537631, tagging 537651
Processing commands for cont...@bugs.debian.org: > # not affecting/relevant for lenny > # https://flattr.com/thing/47066/Debian-BTS-cleaning-up > tags 537102 + squeeze sid Bug #537102 {Done: Daniel Leidert (dale) } [openbabel] openbabel: tr1/memory detection broken: ./configure: line : tr1/memory: No such file or directory Added tag(s) sid and squeeze. > tags 537242 + squeeze sid Bug #537242 {Done: Federico Gimenez Nieto } [php-xml-serializer] php-xml-serializer should depend on php-xml-util | php-pear (>= 5.2.10.dfsg.1-2) Added tag(s) sid and squeeze. > tags 537244 + squeeze sid Bug #537244 {Done: Norbert Preining } [jppy] jppy: does not start but quits with a segmentation fault Added tag(s) sid and squeeze. > # nothing we fix/change in stable > tags 537631 + squeeze sid Bug #537631 {Done: Simon McVittie } [spider] spider: non-working maintainer: address Added tag(s) sid and squeeze. > tags 537651 + lenny-ignore Bug #537651 {Done: Christine Caulfield } [mopd] Requires user to store stuff in /tftpboot which violates FHS Added tag(s) lenny-ignore. > End of message, stopping processing here. Please contact me if you need assistance. -- 537651: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537651 537244: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537244 537631: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537631 537242: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537242 537102: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537102 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.128214410716693.transcr...@bugs.debian.org
Bug#593486: yagiuda: FTBFS on mips{, el}: non-dynamic relocations refer to dynamic symbol optopt@@GLIBC_2.0
Source: yagiuda Version: 1.19-5 Severity: serious Justification: FTBFS yagiuda fails to build from source on mips[0] and mipsel[1] (likely because of bug #519006): | mips-linux-gnu-gcc -Wall -g -O2 -o yagi yagi.o fill_v_vector.o get_number_of_elements.o getfiles.o nrutil.o string.o read_yagi_data.o self.o mutual.o fill_z_matrix.o cis_hack.o com_hack.o lud_hack.o lub_hack.o write_header_to_disk.o write_coordinates.o print_z_matrix.o version.o getopt.o usage_yagi.o mpr_hack.o self2.o cin.o ci.o display_antenna_currents.o -lm | /usr/bin/ld: non-dynamic relocations refer to dynamic symbol optopt@@GLIBC_2.0 | /usr/bin/ld: failed to set dynamic section sizes: Bad value | collect2: ld returned 1 exit status [0] https://buildd.debian.org/fetch.cgi?pkg=yagiuda&arch=mips&ver=1.19-6.2&stamp=1277096397 [1] https://buildd.debian.org/fetch.cgi?pkg=yagiuda&arch=mipsel&ver=1.19-6.2&stamp=1277099656 -- Jakub Wilk signature.asc Description: Digital signature
log-analysis REMOVED from testing
FYI: The status of the log-analysis source package in Debian's testing distribution has changed. Previous version: 0.45-1 Current version: (not in testing) Hint: Package not in unstable The script that generates this mail tries to extract removal reasons from comments in the britney hint files. Those comments were not originally meant to be machine readable, so if the reason for removing your package seems to be nonsense, it is probably the reporting script that got confused. Please check the actual hints file before you complain about meaningless removals. -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See http://release.debian.org/testing-watch/ for more information. -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1ollfv-0004og...@franck.debian.org
ava REMOVED from testing
FYI: The status of the ava source package in Debian's testing distribution has changed. Previous version: 0.3b.19990815-5 Current version: (not in testing) Hint: Package not in unstable The script that generates this mail tries to extract removal reasons from comments in the britney hint files. Those comments were not originally meant to be machine readable, so if the reason for removing your package seems to be nonsense, it is probably the reporting script that got confused. Please check the actual hints file before you complain about meaningless removals. -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See http://release.debian.org/testing-watch/ for more information. -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1ollfu-0004nw...@franck.debian.org
Bug#593486: yagiuda: FTBFS on mips{, el}: non-dynamic relocations refer to dynamic symbol optopt@@GLIBC_2.0
tags 593486 + patch thanks * Jakub Wilk , 2010-08-18, 17:29: yagiuda fails to build from source on mips[0] and mipsel[1] (likely because of bug #519006): | mips-linux-gnu-gcc -Wall -g -O2 -o yagi yagi.o fill_v_vector.o get_number_of_elements.o getfiles.o nrutil.o string.o read_yagi_data.o self.o mutual.o fill_z_matrix.o cis_hack.o com_hack.o lud_hack.o lub_hack.o write_header_to_disk.o write_coordinates.o print_z_matrix.o version.o getopt.o usage_yagi.o mpr_hack.o self2.o cin.o ci.o display_antenna_currents.o -lm | /usr/bin/ld: non-dynamic relocations refer to dynamic symbol optopt@@GLIBC_2.0 | /usr/bin/ld: failed to set dynamic section sizes: Bad value | collect2: ld returned 1 exit status The attached patch fixes this bug. -- Jakub Wilk --- yagiuda-1.19.orig/src/getopt.c +++ yagiuda-1.19/src/getopt.c @@ -35,7 +35,7 @@ int opterr = 1; int optind = 1; -int optopt; +static int optopt; char*optarg; void ERR(char *s, char c, char **argv) signature.asc Description: Digital signature
Processed: Re: Bug#593486: yagiuda: FTBFS on mips{, el}: non-dynamic relocations refer to dynamic symbol optopt@@GLIBC_2.0
Processing commands for cont...@bugs.debian.org: > tags 593486 + patch Bug #593486 [src:yagiuda] yagiuda: FTBFS on mips{, el}: non-dynamic relocations refer to dynamic symbol optopt@@GLIBC_2.0 Added tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 593486: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593486 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.128215314927773.transcr...@bugs.debian.org
Bug#567963: marked as done (yagiuda: -t and -T can't be specified together as indicated in doc)
Your message dated Wed, 18 Aug 2010 17:57:19 +0200 with message-id <20100818155719.ga3...@jwilk.net> and subject line Re: Bug#567963: yagiuda: -t and -T can't be specified together as indicated in doc has caused the Debian Bug report #567963, regarding yagiuda: -t and -T can't be specified together as indicated in doc 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 ow...@bugs.debian.org immediately.) -- 567963: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567963 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: yagiuda Version: 1.19-6 Severity: grave Justification: renders package unusable tags patch optimise -t and -T options can't be specified together as established in the manual page. Problem seems to be a setting in optimize.c prior to checking command line options. Since this package is currently orphaned, I'll will upload to mentors.debian.net a new package closing this bug. There is no upstream new version of this software. Thanks. Here's a patch that seems to work: diff -r yagiuda-1.19/src/optimise.c yagiuda-1.19_fer/src/optimise.c 45,46d44 < flag.eflg=31;/* set elements to move */ < flag.oflg=32805; /* Set things to optimise for */ 50a49,51 > /* set these _after_ check_flags, FMM 20100131 */ > flag.eflg=31;/* set elements to move */ > flag.oflg=32805; /* Set things to optimise for */ -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-2-amd64 (SMP w/1 CPU core) Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages yagiuda depends on: ii libc6 2.10.2-5 Embedded GNU C Library: Shared lib yagiuda recommends no packages. yagiuda suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- Version: 1.19-6.2 optimise -t and -T options can't be specified together as established in the manual page. This bug was fixed in yagiuda 1.19-6.2. -- Jakub Wilk signature.asc Description: Digital signature --- End Message ---
Bug#593528: gnupg-pkcs11-scd: new upstream version available
Package: gnupg-pkcs11-scd Version: 0.06-7 Severity: wishlist Hi. A newer upstream version is avialable (0.7.0). Cheers, Chris. -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100818234136.4711.96078.report...@heisenberg.scientia.net
Bug#593529: gnupg-pkcs11-scd: why depending on gnupg|gpgsm?
Package: gnupg-pkcs11-scd Version: 0.06-7 Severity: normal Hi. Perhaps I overseem something, but why is there a dependency on gnupg|gpgsm? Upstream readme doesn't mention this: https://gnupg-pkcs11.svn.sourceforge.net/svnroot/gnupg-pkcs11/gnupg-pkcs11-scd/trunk/INSTALL If at all, on should suggest/recommend: gpg-agent or gnupg|gnupg2|gpgsm I'd say suggesting gpg-agent is the right choice. And better would be, if gpg-agent suggests this package. Cheers, Chris. -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100818234550.4839.83687.report...@heisenberg.scientia.net
Bug#559073: marked as done (Regression on single quote escaping since #504328)
Your message dated Thu, 19 Aug 2010 01:56:11 + with message-id and subject line Bug#559073: fixed in smarty 2.6.20-1.3 has caused the Debian Bug report #559073, regarding Regression on single quote escaping since #504328 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 ow...@bugs.debian.org immediately.) -- 559073: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559073 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: smarty Version: 2.6.20-1.2 Severity: important Since 504328 has been solved, some smarty templates fail to compile. Most notably, this happens when there is a single quote in a {tr }. Known affected packages: - gallery and gallery2 - kolab-webadmin I have marked this bug as important, but a fix in lenny would be great. Regards Mathieu References: - http://lists.alioth.debian.org/pipermail/pkg-kolab-devel/2009-November/002612.html - http://bugs.debian.org/504328#48 -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (900, 'testing'), (300, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash --- End Message --- --- Begin Message --- Source: smarty Source-Version: 2.6.20-1.3 We believe that the bug you reported is fixed in the latest version of smarty, which is due to be installed in the Debian FTP archive: smarty_2.6.20-1.3.diff.gz to main/s/smarty/smarty_2.6.20-1.3.diff.gz smarty_2.6.20-1.3.dsc to main/s/smarty/smarty_2.6.20-1.3.dsc smarty_2.6.20-1.3_all.deb to main/s/smarty/smarty_2.6.20-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 559...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Thijs Kinkhorst (supplier of updated smarty 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 ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 12 Aug 2010 23:14:37 +0200 Source: smarty Binary: smarty Architecture: source all Version: 2.6.20-1.3 Distribution: stable-security Urgency: high Maintainer: Dimitri Fontaine Changed-By: Thijs Kinkhorst Description: smarty - Template engine for PHP Closes: 559073 Changes: smarty (2.6.20-1.3) stable-security; urgency=high . * Non-maintainer upload by the security team. * Correct patch for CVE-2008-4810 to fix a regression when using single quotes (closes: #559073). Checksums-Sha1: f391d86f44f54e92cd3b356f1fb0fb637ee7eda1 1410 smarty_2.6.20-1.3.dsc 554c9adb7313af3cb1db7c2dab46efa6877cc489 4861 smarty_2.6.20-1.3.diff.gz d605394e8fe1f32c3a1ad8861867a359b7b3ad91 204244 smarty_2.6.20-1.3_all.deb Checksums-Sha256: 0cbb05ec557c996a1e1f35f0335399d88a5f020e6f2b285f4c3857bd646e83c9 1410 smarty_2.6.20-1.3.dsc d2ee2b919bf4a3abfc2ae194f801e18e863cbc248b994aac0307bd2c459710ef 4861 smarty_2.6.20-1.3.diff.gz 6c0cdc97f8be320416db61af3ab558cd9a68920b021d088136f63f338057a24c 204244 smarty_2.6.20-1.3_all.deb Files: bdcbd684b08f012832e99a68b33b2bc7 1410 web optional smarty_2.6.20-1.3.dsc fa15219470bdf157e4ccf0d20e6df918 4861 web optional smarty_2.6.20-1.3.diff.gz aef92eaf06b3bc912717fc0fcf27de53 204244 web optional smarty_2.6.20-1.3_all.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) iQEcBAEBAgAGBQJMavFxAAoJEOxfUAG2iX57MiUIAMnsQaFREOd9Q9ZZDOM0VVZy filE8S3tSEY2W7EVzouawdE0l7ZfKbTMyw156M956s52UlOgQVix3hVGJeGUqPDI p2FRzjykA+awM+9z/Xvgka3lNro5qLf3fhYRruV2dHUtcahCBNrLAHq97kQuMWdw b6QE3d6AUbRMTrR+6kkUTvPABuHPPQnbC8aa5vjm+HQ9Q9jp7LyOvdaEsEAKI10p n17eAqS05fvjpFAIDTbGvP7lCuzAl1bTbuOj9fCclfkpFORUjD1a2g2GOMK4wHYf wL87YGp8DNK8/UDGZY+C/wApFScJ5Po3xFPRA0F30L/cCFeNJE5IaRHYDVQbY7s= =SN71 -END PGP SIGNATURE- --- End Message ---