Bug#463475: libfile-rsyncp-perl: diff for NMU version 0.68-1.1

2008-04-03 Thread Niko Tyni
tags 463475 + patch pending
thanks

Hi,

Perl 5.10 is scheduled for unstable in less than two weeks,
rendering this packag uninstallable because it can't be binNMUed.

Attached is the diff for my libfile-rsyncp-perl 0.68-1.1 NMU,
currently in 7-day DELAYED.

diff -u libfile-rsyncp-perl-0.68/debian/rules libfile-rsyncp-perl-0.68/debian/rules
--- libfile-rsyncp-perl-0.68/debian/rules
+++ libfile-rsyncp-perl-0.68/debian/rules
@@ -53,7 +53,7 @@
 	dh_installdirs
 	# Add here commands to install the package into debian/libfile-rsyncp.
 	$(MAKE) install PREFIX=$(CURDIR)/debian/libfile-rsyncp-perl/usr/
-	rmdir $(CURDIR)/debian/libfile-rsyncp-perl/usr/share/perl5/
+	[ ! -d $(CURDIR)/debian/libfile-rsyncp-perl/usr/share/perl5/ ] || rmdir $(CURDIR)/debian/libfile-rsyncp-perl/usr/share/perl5/
 
 # Build architecture-independent files here.
 binary-indep: build install
diff -u libfile-rsyncp-perl-0.68/debian/changelog libfile-rsyncp-perl-0.68/debian/changelog
--- libfile-rsyncp-perl-0.68/debian/changelog
+++ libfile-rsyncp-perl-0.68/debian/changelog
@@ -1,3 +1,10 @@
+libfile-rsyncp-perl (0.68-1.1) unstable; urgency=low
+
+  * Non-maintainer upload for the Perl 5.10 transition.
+  * Don't try to remove /usr/share/perl5 if it doesn't exist. (Closes: #463475)
+
+ -- Niko Tyni [EMAIL PROTECTED]  Thu, 03 Apr 2008 08:43:23 +0300
+
 libfile-rsyncp-perl (0.68-1) unstable; urgency=low
 
   * New upstream release


Bug#473787: exiftran -ai does not work (anymore?)

2008-04-03 Thread Florian Lohoff
On Thu, Apr 03, 2008 at 07:49:52AM +0200, Florian Lohoff wrote:
 I downgraded to 
 
 ii  exiftran   2.05-2 transform digital camera jpeg images
 ii  libexif12  0.6.13-5etch2  library to parse EXIF files
 ii  libjpeg62  6b-10  The Independent JPEG Group's JPEG runtime li
 
 no success - the orientation flag is still top - left but exiftran does
 not rotate the image. More interestingly i found exifautotran from the
 libjpeg-progs and it also does not rotate the image ...
 
 My best guess is now that somethings broken about the image. Probably
 i still have it on the CF Card so i'll try to grab the image again.
 
 Here is the image:
 
 http://silicon-verl.de/home/flo/tmp/test-multiple-exiftran-trys.jpg
 
 This went through exiftran -ai multiple times ...

Okay - i grabbed the image from the CF card - this vanilla image has 
set:

[EMAIL PROTECTED]:~/exiftran$ exiftran -d 2008040113421201.jpg | grep Orien
  0x0112  Orientationleft - bottom

which is wrong as the image is okay as it is ... After running through
exiftran the image is rotated and the orientation gets set to Top-Left
which seems to be correct thing (although i find the name confusing -
shouldnt it be Top-Top?).

Guess i was just producing noise produced by a strange orientation and
some confusing naming scheme ...

Sorry ...

Flo
-- 
Florian Lohoff  [EMAIL PROTECTED] +49-171-2280134
Those who would give up a little freedom to get a little 
  security shall soon have neither - Benjamin Franklin


signature.asc
Description: Digital signature


Bug#474079: /usr/bin/dpkg-shlibdeps: Wrong shlibs when linking a library without using its symbols

2008-04-03 Thread Mike Hommey
Package: dpkg-dev
Version: 1.14.16.6
Severity: important
File: /usr/bin/dpkg-shlibdeps

When a binary links against a library without using its symbols, and the
library is in a package providing .symbols file, dpkg-shlibdeps does put
a reference to the package in shlibs, but without a version number.

e.g.
$ dpkg-shlibdeps -v debian/libnss3-1d/usr/bin/test 
Scanning debian/libnss3-1d/usr/bin/test (for Depends field)
Library libxml2.so.2 found in /usr/lib/libxml2.so.2
Library libc.so.6 found in /lib/libc.so.6
Looking up shlibs dependency of libc.so.6 provided by 'libc6'
Found libc6 (= 2.7-1) in /var/lib/dpkg/info/libc6.shlibs
Using symbols file /var/lib/dpkg/info/libxml2.symbols for libxml2.so.2
dpkg-shlibdeps: warning: debian/libnss3-1d/usr/bin/test shouldn't be linked 
with libxml2.so.2 (it uses none of its symbols).

$ cat debian/substvars 
shlibs:Depends=libxml2 , libc6 (= 2.7-1)

This is what happens without symbols file:
$ dpkg-shlibdeps -v debian/libnss3-1d/usr/bin/test 
Scanning debian/libnss3-1d/usr/bin/test (for Depends field)
Library libxslt.so.1 found in /usr/lib/libxslt.so.1
Library libc.so.6 found in /lib/libc.so.6
Looking up shlibs dependency of libc.so.6 provided by 'libc6'
Found libc6 (= 2.7-1) in /var/lib/dpkg/info/libc6.shlibs
Looking up shlibs dependency of libxslt.so.1 provided by 'libxslt1.1'
Found libxslt1.1 (= 1.1.18) in /var/lib/dpkg/info/libxslt1.1.shlibs
dpkg-shlibdeps: warning: debian/libnss3-1d/usr/bin/test shouldn't be linked 
with libxslt.so.1 (it uses none of its symbols).

$ cat debian/substvars
shlibs:Depends=libc6 (= 2.7-1), libxslt1.1 (= 1.1.18)

While this is not really a problem in such a simple case, it can become
problematic when library packages contain several different libraries,
one of which was not in previous versions of the package.

This is what happens in #474007: /usr/lib/purple-2/ssl-nss.so is linked
against libnssutil3 without using any of its symbols, but libnssutil3
doesn't exist before version 3.7.0~beta2-1 of the libnss3-1d package.

So dpkg-shlibdeps calculates the version dependency without taking into
account libnssutil3 and ends up writing a dependency on older versions,
which don't contain libnssutil3.

Surely, the nss.pc file could be enhanced to do the right thing, but that
won't prevent people linking against libnssutil3 anyways. And strangely,
in this case, -Wl,--as-needed *is* being used when linking
/usr/lib/purple-2/ssl-nss.so, but sadly, it still keeps the dependency
on libnssutil3 while not using its symbols.

Anyways, I think when using no symbol, the minimum version of all symbols
from the library should be used instead of not version. Or maybe the
symbols file should be ignored and the standard shlibs used.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
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 dpkg-dev depends on:
ii  binutils2.18.1~cvs20080103-3 The GNU assembler, linker and bina
ii  bzip2   1.0.5-0.1high-quality block-sorting file co
ii  cpio2.9-12   GNU cpio -- a program to manage ar
ii  dpkg1.14.16.6package maintenance system for Deb
ii  libtimedate-perl1.1600-9 Time and date functions for Perl
ii  lzma4.43-12  Compression method of 7z format in
ii  make3.81-3.1 The GNU version of the make util
ii  patch   2.5.9-4  Apply a diff file to an original
ii  perl [perl5]5.8.8-12 Larry Wall's Practical Extraction 
ii  perl-modules5.8.8-12 Core Perl modules

Versions of packages dpkg-dev recommends:
ii  build-essential   11.3   informational list of build-essent
ii  gcc [c-compiler]  4:4.2.3-6  The GNU C compiler
ii  gcc-4.1 [c-compiler]  4.1.2-21   The GNU C compiler
ii  gcc-4.2 [c-compiler]  4.2.3-3The GNU C compiler

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264003: craft: crashes on startup (bug 109272)

2008-04-03 Thread Phillip
 

I'm having this problem. Everytime I click on play it crashes.Phill

___
No banners. No pop-ups. No kidding.
Make My Way  your home on the Web - http://www.myway.com


Bug#474080: mpfi: Please add shared library support

2008-04-03 Thread Timothy G Abbott

Package: mpfi
Version: 1.3.4~rc3-1
Severity: wishlist

Hello,

I'm working on packaging SAGE for Debian, which links against libmpfi. 
However, I'm getting linking problems on amd64 because libmpfi in debian 
is not compiled with -fPIC (as it should be).


The right solution to this is that I should link against the shared 
library version of libmpfi which would be built with -fPIC.


Making mpfi build a shared library requires some minor changes to the 
Makefile.am and configure.ac files and running autotools (patch attached). 
There's additional work that needs to be done in terms of setting up the 
right shared library versioning and making the new shared library package 
(and ideally convincing upstream to include the shared library), but I've 
attached the patch I constructed to build the shared library for my 
development use in case it saves you some time.


-Tim Abbott--- mpfi-1.3.4~rc3/configure.ac	2006-01-03 04:03:52.0 -0500
+++ mpfi-1.3.4~rc3tabbott/configure.ac	2008-04-02 23:50:22.0 -0400
@@ -12,6 +12,9 @@
 MPFI_SUBDIRS=src tests doc
 AC_SUBST(MPFI_SUBDIRS)
 
+AC_PROG_LIBTOOL
+AC_SUBST(LIBTOOL_DEPS)
+
 # ajout des options sur la ligne de commande du configure
 # Initialisation des repertoires GMP
 AC_ARG_WITH(gmp-dir,
--- mpfi-1.3.4~rc3/src/Makefile.am	2006-01-03 04:04:02.0 -0500
+++ mpfi-1.3.4~rc3tabbott/src/Makefile.am	2008-04-02 23:46:51.0 -0400
@@ -1,6 +1,6 @@
-lib_LIBRARIES = libmpfi.a 
+lib_LTLIBRARIES = libmpfi.la 
 include_HEADERS = mpfi.h mpfi_io.h
-libmpfi_a_SOURCES = mpfi.h mpfi-impl.h mpfi_io.h mpfi.c mpfi_io.c mpfi_trigo.c
+libmpfi_la_SOURCES = mpfi.h mpfi-impl.h mpfi_io.h mpfi.c mpfi_io.c mpfi_trigo.c
 #test_mpfi_LADD = @LIBS@ ../src/libmpfi.a
 
 INCLUDES =-I$(top_srcdir) @INCLUDES@
--- mpfi-1.3.4~rc3/tests/Makefile.am	2006-01-03 04:04:06.0 -0500
+++ mpfi-1.3.4~rc3tabbott/tests/Makefile.am	2008-04-03 01:53:58.0 -0400
@@ -1,8 +1,8 @@
 noinst_PROGRAMS = test_mpfi test_trigo
 test_mpfi_SOURCES = test_mpfi.c
 test_trigo_SOURCES = test_trigo.c
-test_mpfi_LDADD = ${top_srcdir}/src/libmpfi.a @LDADD@
-test_trigo_LDADD = ${top_srcdir}/src/libmpfi.a @LDADD@
+test_mpfi_LDADD = ${top_srcdir}/src/.libs/libmpfi.a @LDADD@
+test_trigo_LDADD = ${top_srcdir}/src/.libs/libmpfi.a @LDADD@
 
 # ici on utilise la variable GMP_INC_PATH declaree par le configure
 


Bug#474007: pidgin: Packaging or build problem - missing dependency on SSL library

2008-04-03 Thread Mike Hommey
On Wed, Apr 02, 2008 at 03:50:31PM -0400, Ari Pollak wrote:
 reassign 474007 libnss3-1d
 found 474007 3.12.0~beta2-1
 reassign 474007 versions in symbols file not updated for nssutil
 thanks
 
 In version 3.12.0~beta2-1 of libnss3-1d, -lnssutil was added as a
 required library in nss.pc, but the symbols file was not updated with
 the correct version. So programs that link against nss with the new
 version installed will depend on libnssutil3.so.1d, but will most likely
 depend on a version of libnss3-1d that is too old, possibly resulting in
 a missing library error.

I filed #474079 for the dpkg-shlibdeps problem we discussed yesterday
on irc. I still have to decide the best course of action while waiting
this to be fixed. (Maybe understanding what goes wrong with
-Wl,--as-needed in ssl-nss.so case could be a good thing, too)

Mike



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#474081: command-line option to specify a config file that will be used to contain the default gitosis.conf

2008-04-03 Thread Paul Wise
Package: gitosis
Version: 0.2+20080319-1
Severity: wishlist

Since I want to use URLs like git://foo.bar/git/foo.git and git-daemon
does not support having those style URLs without having a 'git'
directory in its --base-path, I need to hack init.py to be able to set
repositories = git. It would be nice if I could set an arbitrary
gitosis.conf as a template for the real one committed to the
gitosis-admin.git repository.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part


Bug#440070: Patch for the 0.3.34-0.1 NMU of whereami

2008-04-03 Thread Christian Perrier

Dear maintainer of whereami,

On 01 Apr 2008 I sent you a notice announcing my intent to upload a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on 16 Mar 2008.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/2-DAY.

The NMU patch is attached to this mail.

The NMU changelog is:


Source: whereami
Version: 0.3.34-0.1
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier [EMAIL PROTECTED]
Date: Sun, 16 Mar 2008 08:55:46 +0100
Closes: 440070 449519 449520 449520 452692 463679 471688 473471
Changes: 
 whereami (0.3.34-0.1) unstable; urgency=low
 .
   * Non-maintainer upload to fix pending l10n issues.
   * Remove unused templates file and debconf translations.
 Closes: #449520, #440070, #449519, #452692, #463679
 Closes: #449520, #471688, #473471
   * Fix detect.conf(5) man page (line 51)

-- 


diff -Nru ../whereami-0.3.34.old/debian/changelog ../whereami-0.3.34/debian/changelog
--- ../whereami-0.3.34.old/debian/changelog	2008-03-16 08:28:48.801987219 +0100
+++ ../whereami-0.3.34/debian/changelog	2008-04-02 19:26:22.537208141 +0200
@@ -1,3 +1,13 @@
+whereami (0.3.34-0.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix pending l10n issues.
+  * Remove unused templates file and debconf translations. 
+Closes: #449520, #440070, #449519, #452692, #463679
+Closes: #449520, #471688, #473471
+  * Fix detect.conf(5) man page (line 51)
+
+ -- Christian Perrier [EMAIL PROTECTED]  Sun, 16 Mar 2008 08:55:46 +0100
+
 whereami (0.3.34) unstable; urgency=low
 
   * Fix no-longer-required link in postinst.  (closes: #449059)
diff -Nru ../whereami-0.3.34.old/debian/po/POTFILES.in ../whereami-0.3.34/debian/po/POTFILES.in
--- ../whereami-0.3.34.old/debian/po/POTFILES.in	2008-03-16 08:28:48.801987219 +0100
+++ ../whereami-0.3.34/debian/po/POTFILES.in	1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] templates
diff -Nru ../whereami-0.3.34.old/debian/po/ca.po ../whereami-0.3.34/debian/po/ca.po
--- ../whereami-0.3.34.old/debian/po/ca.po	2008-03-16 08:28:48.805973041 +0100
+++ ../whereami-0.3.34/debian/po/ca.po	1970-01-01 01:00:00.0 +0100
@@ -1,44 +0,0 @@
-#
-# Catalan translation for whereami package.
-# Copyright (C) 2006 Andrew McMillan.
-# This file is distributed under the same license as the abook package.
-#
-# Jordà Polo [EMAIL PROTECTED], 2006.
-#
-msgid 
-msgstr 
-Project-Id-Version: whereami-0.3.29\n
-Report-Msgid-Bugs-To: [EMAIL PROTECTED]
-POT-Creation-Date: 2006-11-23 05:42+0100\n
-PO-Revision-Date: 2007-01-02 13:47+0100\n
-Last-Translator: Jordà Polo [EMAIL PROTECTED]\n
-Language-Team: Català [EMAIL PROTECTED]\n
-MIME-Version: 1.0\n
-Content-Type: text/plain; charset=UTF-8\n
-Content-Transfer-Encoding: 8bit\n
-
-#. Type: note
-#. Description
-#: ../templates:1001
-msgid NOTE: Whereami is installed, but not yet operable.
-msgstr AVÍS: Whereami està instal·lat, però encara no és funcional.
-
-# msgstr NOTA: S'ha instal·lat Whereami, però encara no és funcional.
-#. Type: note
-#. Description
-#: ../templates:1001
-msgid 
-Whereami will not do anything until you have configured location detection 
-in /etc/whereami/detect.conf and location adaptation in /etc/whereami/
-whereami.conf.
-msgstr 
-Whereami no farà res fins que es configuri la detecció de la ubicació a /etc/
-whereami/detect.conf i l'adaptació de la ubicació a /etc/whereami/whereami.
-conf.
-
-#. Type: note
-#. Description
-#: ../templates:1001
-msgid Reading the manpages for detect.conf and whereami.conf is recommended!
-msgstr 
-És recomanable que llegiu les pàgines de manual detect.conf i whereami.conf.
diff -Nru ../whereami-0.3.34.old/debian/po/cs.po ../whereami-0.3.34/debian/po/cs.po
--- ../whereami-0.3.34.old/debian/po/cs.po	2008-03-16 08:28:48.805973041 +0100
+++ ../whereami-0.3.34/debian/po/cs.po	1970-01-01 01:00:00.0 +0100
@@ -1,49 +0,0 @@
-#
-#Translators, if you are not familiar with the PO format, gettext
-#documentation is worth reading, especially sections dedicated to
-#this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-#Some information specific to po-debconf are available at
-#/usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-#Developers do not need to manually edit POT or PO files.
-#
-msgid 
-msgstr 
-Project-Id-Version: whereami\n
-Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2004-03-16 06:41+1300\n
-PO-Revision-Date: 2005-03-06 17:34+0100\n
-Last-Translator: Miroslav Kure [EMAIL PROTECTED]\n
-Language-Team: Czech [EMAIL PROTECTED]\n
-MIME-Version: 1.0\n
-Content-Type: text/plain; charset=ISO-8859-2\n
-Content-Transfer-Encoding: 8bit\n
-
-#. Type: note
-#. Description
-#: ../templates:3
-msgid NOTE: Whereami is installed, but not yet operable.
-msgstr 
-POZNÁMKA: whereami je nainstalován, ale 

Bug#474082: gitosis: couple of new options

2008-04-03 Thread Paul Wise
Package: gitosis
Version: 0.2+20080319-1
Severity: wishlist

I'd like to be able to use a different name for the admin repository
than gitosis-admin.git.

I'd also like to be able to specify a different username for the initial
key/user than the [EMAIL PROTECTED] embedded in the ssh key.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part


Bug#469256: kexec-tools: Please use a boolean question with debconf

2008-04-03 Thread Christian Perrier
Quoting Khalid Aziz ([EMAIL PROTECTED]):
 On Tue, 2008-03-04 at 18:26 +0100, Christian Perrier wrote:
  
  Anyway, whether or not my suggestion is followed, the debconf
  templates need a serious rewrite to fit the commonly accepted writing style.
  Also, the long description is hard-formatted because of the use of
  leading double-spaces...which is not what should be done.
  
  I can propose rewritten templates if you wish.
 
 Hello Christian,
 
 I am getting ready to update kexec-tools package. Can you send me a
 proposal for template rewrite.


Could you repost the templates file to this bug report to make this
easier ?

I also suggest to not update the templates file without calling for
translation updates/new translations. That may take some time.




signature.asc
Description: Digital signature


Bug#469803: snort: [debconf_rewrite] Debconf templates and debian/control review

2008-04-03 Thread Christian Perrier
Quoting Javier Fernández-Sanguino Peña ([EMAIL PROTECTED]):
 
 Hi Christian, I have concerns for some of the changes proposed. More
 specifically:
 
 - If you want you can specify 'any', to not trust any side of the network.
 + If you specify 'any', Snort will listen on all available networks.
 
 The problem is that the 'snort/address_range' is actually the definition of
 $HOME_NET. This is the definition of the local network, i.e. the internal
 network that might be attacked from the outside. Snort uses this information
 to filter out traffic. Traffic that is destined to other network ranges is
 filtered out and those are considered trusted addresses.
 
 This template might better be written as:
 
  _Description: Address range for the local network:
 
 And remove the above line.

Well, the entire template is pretty big, so I'd like to be sure about
what you propose. We had:

Template: snort{PACKAGE}/address_range
Type: string
Default: 192.168.0.0/16
_Description: Address range that Snort will listen on:
 Please use the CIDR form - for example, 192.168.1.0/24 for a block of
 256 addresses or 192.168.1.42/32 for just one. Multiple values should
 be comma-separated (without spaces).
 .
 If you specify 'any', Snort will listen on all available networks.
 .
 Please note that if Snort is configured to use multiple interfaces,
 it will use this value as the HOME_NET definition for all of them.

Do you propose:

Template: snort{PACKAGE}/address_range
Type: string
Default: 192.168.0.0/16
_Description: Address range for the local network:
 Please use the CIDR form - for example, 192.168.1.0/24 for a block of
 256 addresses or 192.168.1.42/32 for just one. Multiple values should
 be comma-separated (without spaces).
 .
 Please note that if Snort is configured to use multiple interfaces,
 it will use this value as the HOME_NET definition for all of them.


This omits the explanation about 'any', doesn't it?




signature.asc
Description: Digital signature


Bug#474083: gmp-ecm: Please package shared library

2008-04-03 Thread Timothy G Abbott

Package: gmp-ecm
Severity: wishlist
Version: 6.1.3-1

The current gmp-ecm package works fine for SAGE in Debian on i386, but on 
amd64 I run into the problem that the static library is not built with 
-fPIC and thus can't link into the SAGE shared libraries.


Debian policy 10.2 suggests the preferred way to fix this is to add a 
shared library to the package that builds it with -fPIC.


Unfortunately, it looks like upstream doesn't build a shared library so 
this may require a bit of work.


Thanks,

-Tim Abbott



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#474073: silky: should this package be removed?

2008-04-03 Thread Tamas SZERB
I absolutely agree.

I recently checked, and I came to the same opinion, what can I do for
it to be removed?

On Thu, Apr 3, 2008 at 6:17 AM, Barry deFreese [EMAIL PROTECTED] wrote:
 Package: silky
  Version: 0.5.4-0.1
  Severity: serious
  User: [EMAIL PROTECTED]
  Usertags: proposed-removal

  Dear Maintainer,

  While reviewing some packages, your package came up as a possible
  candidate for removal from Debian, because:

  * Out of date.
  * Buggy (1 RC).
  * Low popcon. ~30 installs.
  * RFH'd.
  * Slow/inactive upstream.

  Bring it back in if upstream gets going?

  If you think that it should be orphaned instead of being removed from
  Debian, please reply to this bug and tell so.

  If you disagree and want to continue to maintain this package, please
  just close this bug and do an upload also fixing the other issues.

  If you agree that it should be removed, send the following commands to
  [EMAIL PROTECTED] (replace nn with this bug's number):

  severity nn normal
  reassign nn ftp.debian.org
  retitle nn RM: packagename -- RoM; reasons
  thanks

  For more information, see
  http://wiki.debian.org/ftpmaster_Removals
  http://ftp-master.debian.org/removals.txt

  Thank you,

  Barry deFreese







-- 
VWOL
Tamas SZERB [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#473209: grub-probe: error: Cannot get the real path of `/dev/fd0'

2008-04-03 Thread Thomas Constans
Hello

I encountered this bug too, while upgrading my sid box:

Searching for GRUB installation directory ... found: /boot/grub
grub-probe: error: Cannot get the real path of `/dev/sdb'

As suggested, i commented out sdb device in /boot/grub/device.map and it
worked.

grub version is 0.97-35


Regards



-- 
Thomas Constans
openDoor
06 23 37 87 85
09 71 73 91 75




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#474085: [l10n] Updated Czech translation of gclcvs debconf messages

2008-04-03 Thread Miroslav Kure
Package: gclcvs
Severity: wishlist
Tags: l10n, patch

Hi,

in attachement there is updated Czech (cs.po) translation of
gclcvs debconf messages. Please include it with the package.

Thanks
-- 
Miroslav Kure
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid 
msgstr 
Project-Id-Version: gcl\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2007-01-21 08:47+0100\n
PO-Revision-Date: 2008-04-03 09:10+0200\n
Last-Translator: Miroslav Kure [EMAIL PROTECTED]\n
Language-Team: Czech [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../in.gcl.templates:1001
msgid Use the work-in-progress ANSI build by default?
msgstr Používat ANSI verzi (stále ve vývoji) jako výchozí?

#. Type: boolean
#. Description
#: ../in.gcl.templates:1001
msgid 
GCL is in the process of providing an ANSI compliant image in addition to 
its traditional CLtL1 image still in production use.  Please see the README.
Debian file for a brief description of these terms.  Setting this variable 
will determine which image you will use by default on executing '[EMAIL 
PROTECTED]@'.  
You can locally override this choice by setting the GCL_ANSI environment 
variable to any non-empty string for the ANSI build, and to the empty string 
for the CLtL1 build, e.g. GCL_ANSI=t [EMAIL PROTECTED]@.  The flavor of the 
build in 
force will be reported in the initial startup banner.
msgstr 
GCL se nachází ve fázi, kdy kromě tradičního obrazu CLtL1 (který se stále 
používá) poskytuje i obraz kompatibilní s ANSI. Pro stručný popis těchto 
termínů si prosím přečtěte soubor README.Debian. To, která verze se spustí 
po zadání '[EMAIL PROTECTED]@', je určeno proměnnou prostředí. Lokálně můžete 
mezi 
verzemi přepínat nastavením proměnné prostředí GCL_ANSI na neprázdný řetězec 
(použije ANSI verzi) nebo na prázdnou hodnotu (použije CLtL1 verzi). 
Například GCL_ANSI=t [EMAIL PROTECTED]@. Aktuálně použitá verze se zobrazí na 
úvodní 
obrazovce.

#. Type: boolean
#. Description
#: ../in.gcl.templates:2001
msgid Use the profiling build by default?
msgstr Používat implicitně profilování?

#. Type: boolean
#. Description
#: ../in.gcl.templates:2001
msgid 
GCL now has optional support for profiling via gprof.  Please see the 
documentation for si::gprof-start and si::gprof-quit for details. As this 
build is slower than builds without gprof support, it is not recommended for 
final production use. You can locally override the default choice made here 
by setting the GCL_PROF environment variable to any non-empty string for 
profiling support, and to the empty string for the more optimized builds, e.
g. GCL_PROF=t [EMAIL PROTECTED]@.  If profiling is enabled, this will be 
reported in 
the initial startup banner.
msgstr 
GCL nyní podporuje profilování přes gprof. Podrobnosti naleznete v 
dokumentaci si::gprof-start a si::gprof-quit. Tato verze je pomalejší než 
verze bez podpory gprof, tudíž ji nedoporučujeme pro koncové produkční 
nasazení. Lokálně můžete toto nastavení přepsat nastavením proměnné 
prostředí GCL_PROF na neprázdný řetězec (zapne profilování) nebo na prázdnou 
hodnotu (povolí lepší optimalizace). Například GCL_PROF=t [EMAIL PROTECTED]@. 
Pokud je 
profilování zapnuto, dozvíte se o tom z úvodní obrazovky.

#~ msgid 
#~ GCL is one of the oldest free common lisp systems still in use. Several 
#~ production systems have used it for over a decade.  The common lisp 
#~ standard in effect when GCL was first released is known as \Common Lisp, 
#~ the Language\ (CLtL1) after a book by Steele of the same name providing 
#~ this specification.  Subsequently, a much expanded standard was adopted 
#~ by the American National Standards Institute (ANSI), which is still 
#~ considered the definitive common lisp language specification to this 
#~ day.  GCL is in the process of providing an ANSI compliant image in 
#~ addition to its traditional CLtL1 image still in production use.  Setting 
#~ this variable will determine which image you will use by default on 
#~ executing 'gcl'.  You can locally override this choice by setting the 
#~ GCL_ANSI environment variable to any non-empty string for the ANSI build, 
#~ and to the empty string for the CLtL1 build, e.g. GCL_ANSI=t gcl.  You 
#~ may be interested in reviewing the ANSI test results sketching the level 
#~ of compliance achieved thus far in /usr/share/doc/gcl/test_results.gz.  
#~ The flavor of the build in force will be reported in the initial startup 
#~ banner.
#~ msgstr 

Bug#474084: postgresql-8.1-pljava-gcj: new version available

2008-04-03 Thread martin holzer
Package: postgresql-8.1-pljava-gcj
Version: 1.3.0-1+b1
Severity: normal


a newer version is available, it maybe fix bug #390661
http://pgfoundry.org/frs/download.php/1585/pljava-src-1.4.0.tar.gz

1.3.1 is completely broken, see the errormsg below

ERROR: could not load library /usr/lib/postgresql/8.1/lib/pljava.so: 
/usr/lib/postgresql/8.1/lib/pljava.so: undefined symbol: SetUserId


-- System Information:
Debian Release: 4.0
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages postgresql-8.1-pljava-gcj depends on:
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libgcj7-0  4.1.1-20  Java runtime library for use with 
ii  postgresql-8.1 8.1.11-0etch1 object-relational SQL database, ve

postgresql-8.1-pljava-gcj recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#474062: gibraltar-bootcd: should this package be removed?

2008-04-03 Thread Rene Mayrhofer
On Donnerstag, 3. April 2008, Barry deFreese wrote:
 If you disagree and want to continue to maintain this package, please
 just close this bug and do an upload also fixing the other issues.
A redesign of the whole package to make use of initramfs-tools is currently 
pending, but will take a few more weeks at least. I would like to leave the 
package as it is right now and do a single upload to get it into shape again 
with a new base system.

best regards,
Rene

-- 
-
Gibraltar firewall   http://www.gibraltar.at/


signature.asc
Description: This is a digitally signed message part.


Bug#435062: linux-image-2.6.22-1-k7: nforce2 firewire unsupported in new stack, please enable old fw stack

2008-04-03 Thread maximilian attems
[ dropping release cc ]

On Thu, Apr 03, 2008 at 07:35:38AM +0200, Frans Pop wrote:
 A post on lkml today [1] by one of the people working on it makes clear that 
 the new firewire stack will not get into shape in time for lenny.

the third fedora release happens with juju firewire stack only.
drivers/firewire sees a steady progress. 2.6.26 will have nice
logging options for the juju modules.
 
 At the same time, there is quite a big demand from users for the old stack 
 because there hardware is not supported by the new one. Some of the 
 relevant BRs are: 436267, 449272, 450836, 441206, 441179, 435224, 435062, 
 434551.

humm let's sort those bug reports:
- fixed 441179 441206
- moreinfo 435224
  (no follow up most probably fixed as really old version of the stack
  tested)
- userspace 434551 436267
- missing driver 450836
- missing hardware support 435062
- crash of old stack 449272

please next time be more carefull compiling such lists,
at scrutiny survives 4 bugs.
 
 Could the kernel team please reconsider making the enabling the old stack 
 again and use that as the default stack. The new stack could remain 
 available, but blacklisted for modprobe.

relevant bugs of the old stack are (see bugzilla.kernel.org):
6070 6393 7569 7771 7774 7794 8174 8361 8403 9616

i wouldn't consider this list minor.
considering the slowness of the firewire userspace for example kino or
raw1394 our user should have the avaibility of the old stack.
so blacklisting ieee1394 sounds like a way to move on.
 
 Cheers,
 FJP
 
 [1] http://lkml.org/lkml/2008/4/2/564

best regards
maks




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#472279: Bug#464902: Bug#472279: elog: should this package be removed?

2008-04-03 Thread HOLZER Martin

In case this package gets removed,
Where can i find the obsolete files to build the package using dpkg ?



-Ursprüngliche Nachricht-
Von: Raphael Geissert [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 3. April 2008 02:47
An: Recai Oktaş
Cc: [EMAIL PROTECTED]; Nico Golde; [EMAIL PROTECTED]
Betreff: Bug#464902: Bug#472279: elog: should this package be removed?

Hello Recai, Nico,

On Monday 31 March 2008, Recai Oktaş wrote:
 [Also CC'ing to Nico... I've just noticed the response at #464902.]

 Sorry for the late response!  I had already filed a bug report to 
 orphan
 elog: #464902.  However removing this package from the archives is 
 also fine with me, unless someone willing to maintain it comes up.

Thanks for your reply; I'll wait about a month for anyone to come up and adopt 
elog (Nico: unless the testing/ security team really doesn't want to see this 
package in the archive any longer :). If after a month nobody shows up I'll 
then request its removal.


 Best regards,

Kind regards,
--
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html



--
To unsubscribe, send mail to [EMAIL PROTECTED]

 

Wiener Linien GmbH  Co KG, A-1031 Wien, Erdbergstraße 202, Postfach 63
FN 181593z, Handelsgericht Wien, DVR: 0992739, UID-Nr. ATU 47055001, 
www.wienerlinien.at
Bankverbindung: Bank Austria Creditanstalt, BLZ 12000, Konto Nr. 696 216 209, 
Linie U3 (Station Erdberg)




Bug#473055: laptop-mode-tools: failure to re-apply spindown settings on resume from hibernate or suspend

2008-04-03 Thread Bart Samwel
On Thu, April 3, 2008 09:26, Sheridan Hutchinson wrote:
 Bart Samwel wrote:
 But it might be the case that pm-utils is secretly handling your
 suspend needs. I haven't quite figured out what the status of that
 is, and how that works. Perhaps you could try putting a script
 S99laptop-mode in /etc/pm/sleep.d with the following contents:

 Hi Bart,

 I followed your instructions to the tee and the behaviour is still the
 same with the hard disk not spinning down, but it will work fine if I
 manually invoke-rc.d laptop-mode restart

 I guess there can only be a couple of entry points for this issue, maybe
 I could test something similar for acpi-support's scripts?

The acpi-support scripts should already be there. :-/ Could you perhaps
put some debugging code into the acpi-support scripts, to check if they
are actually run?

Cheers,
Bart




Bug#473998: ITP: debian-faq -- The Debian FAQ

2008-04-03 Thread Christian Perrier
(usual dilemna: who to put in answer to an ITP...using the bug number
and -devel to avoid too many CC)

Quoting Cyril Brulebois ([EMAIL PROTECTED]):
 On 02/04/2008, Joost van Baal wrote:
   In this package you will find the Debian GNU/Linux FAQ, which gives
   frequently asked questions (with their answers!) about the Debian
   distribution Debian GNU/Linux and others) and about the Debian project.
^ mismatched parenthesis?
 
   You'll find out that some answers assume some knowledge of Unix-like
^^^ I'm not sure this is welcome...

I don't think it is. I personnally tend to discourage directly
addressing the user|admin directly, with the exception of specific
actions by him|her (You have done foo and bar will happen).

Indeed, depending on the language used, that may even prevent some
gender neutrality problems (I'm pretty sure we can find some languages
where you or the verb may be different for male|female).

In the case of packages' descriptions, I'd certainly recommend This
package provides foo. That probably affects the entire writing
style of the package descripton.





signature.asc
Description: Digital signature


Bug#473055: laptop-mode-tools: failure to re-apply spindown settings on resume from hibernate or suspend

2008-04-03 Thread Sheridan Hutchinson
Bart Samwel wrote:
 But it might be the case that pm-utils is secretly handling your
 suspend needs. I haven't quite figured out what the status of that
 is, and how that works. Perhaps you could try putting a script
 S99laptop-mode in /etc/pm/sleep.d with the following contents:

Hi Bart,

I followed your instructions to the tee and the behaviour is still the
same with the hard disk not spinning down, but it will work fine if I
manually invoke-rc.d laptop-mode restart

I guess there can only be a couple of entry points for this issue, maybe
I could test something similar for acpi-support's scripts?

-- 
Regards,
Sheridan Hutchinson
[EMAIL PROTECTED]



signature.asc
Description: OpenPGP digital signature


Bug#463850: RM: lingoteach-lesson -- abandoned upstream

2008-04-03 Thread Kęstutis Biliūnas
reassign 463850 ftp.debian.org,ingoteach-lesson
retitle 463850 RM: lingoteach-lesson  -- abandoned upstream
thanks

-- 
Kęstutis Biliūnas [EMAIL PROTECTED]
http://kebil.ghost.lt  |  GnuPG-Key ID: F6E7A452


signature.asc
Description: Ši laiško dalis yra	pasirašyta skaitmeniniu būdu


Bug#473998: ITP: debian-faq -- The Debian FAQ

2008-04-03 Thread Joost van Baal
Op Thu  3 Apr 2008 om 06:59:22 +0200 schreef Christian Perrier:
 (usual dilemna: who to put in answer to an ITP...using the bug number
 and -devel to avoid too many CC)

Yes, it's a dillemma indeed.  You've probably missed my last
update to the bug report (quoted below :)

 Quoting Cyril Brulebois ([EMAIL PROTECTED]):
  On 02/04/2008, Joost van Baal wrote:
In this package you will find the Debian GNU/Linux FAQ, which gives
frequently asked questions (with their answers!) about the Debian
distribution Debian GNU/Linux and others) and about the Debian project.
 ^ mismatched parenthesis?
  
You'll find out that some answers assume some knowledge of Unix-like
 ^^^ I'm not sure this is welcome...
 
 I don't think it is. I personnally tend to discourage directly
 addressing the user|admin directly, with the exception of specific
 actions by him|her (You have done foo and bar will happen).
 
 Indeed, depending on the language used, that may even prevent some
 gender neutrality problems (I'm pretty sure we can find some languages
 where you or the verb may be different for male|female).
 
 In the case of packages' descriptions, I'd certainly recommend This
 package provides foo. That probably affects the entire writing
 style of the package descripton.

Fixed in SVN, see
http://svn.debian.org/viewsvn/*checkout*/ddp/manuals/trunk/faq/debian/control
.

Thanks, Bye,

Joost



signature.asc
Description: Digital signature


Bug#463851: RM: lingoteach-sound -- abandoned upstream

2008-04-03 Thread Kęstutis Biliūnas

reassign 463851 ftp.debian.org,lingoteach-sound 
retitle 463851 RM: lingoteach-sound -- abandoned upstream
thanks
-- 
Kęstutis Biliūnas [EMAIL PROTECTED]
http://kebil.ghost.lt  |  GnuPG-Key ID: F6E7A452


signature.asc
Description: Ši laiško dalis yra	pasirašyta skaitmeniniu būdu


Bug#463848: RM: liblingoteach -- abandoned upstream

2008-04-03 Thread Kęstutis Biliūnas
reassign 463848 ftp.debian.org,liblingoteach
retitle 463848 RM: liblingoteach -- abandoned upstream
thanks
-- 
Kęstutis Biliūnas [EMAIL PROTECTED]
http://kebil.ghost.lt  |  GnuPG-Key ID: F6E7A452


signature.asc
Description: Ši laiško dalis yra	pasirašyta skaitmeniniu būdu


Bug#417382: Bug is not completely fixed

2008-04-03 Thread Pierre Habouzit
On Wed, Apr 02, 2008 at 11:26:30PM +, Thiemo Seufer wrote:
 found 417382 2.2-5
 thanks
 
 The appended patchlet is required to build with g++-4.3 (on top of the
 patch in 2.2-5).

  oh boy, I must have forgotten one bit at some point, thanks for the
heads up, I'll fix that soonish.
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpU2Qb6t1itC.pgp
Description: PGP signature


Bug#122874: Sparkle like the stars

2008-04-03 Thread Huai marcano

You wanted more information on this matter

Your wrist would never look the same again with great designer watches 
http://www.hoodtosett.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#141693: Found anything better than this

2008-04-03 Thread Russ bunt

My wish finally came true

I feel like a cool dude like never before with my amazing accessory. 
http://www.toupfurt.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#300837: Win all the time with this

2008-04-03 Thread Liza Decloedt
Click here for top 10 list

Breitilng and Omga watches sale prices only http://www.hanutaeia.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#379150: The final score was unbelievable

2008-04-03 Thread Tory Celmainis

Found anything better than this

Get your brand fix for cheap http://www.hepituptm.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#142944: Affordable bling right here

2008-04-03 Thread Lopez Geloni

Luxury items for the stars

All the Swiss, Italian and French top brands here http://www.zolenderi.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#275872: Sparkle like the stars

2008-04-03 Thread gaby Lal
Get only the very best money can buy

Accurate and long lasting italian pieces available http://www.hubeutia.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#21329: My wish finally came true

2008-04-03 Thread Eldar crothers
How to be a millionaire

Great branded items for you and your loved one. http://www.hepituptm.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#188235: Secrets of the rich and famous

2008-04-03 Thread Breyen gaddi

Dreams are made of these

All the Swiss, Italian and French top brands here http://www.vojioke.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#212442: Try this wonder power

2008-04-03 Thread Billy Star
Found anything better than this

You will be amazed by the amount of quality on show http://www.diblornm.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#195888: Earn your luxuries right here

2008-04-03 Thread franco Lunzer

Earn your luxuries right here

You will be amazed by the amount of quality on show http://www.fithundp.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#383347: Fantastic bling items available here

2008-04-03 Thread noris Dortch

Click here for top 10 list

You will be amazed by the amount of quality on show http://www.konotru.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#200272: I could not believe my eyes

2008-04-03 Thread Ulrich Hlasko

New pictures updated for your account

Fantastic watches at fantastic prices - all the top brands here. 
http://www.litsgoodc.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#383573: My wish finally came true

2008-04-03 Thread Khiem Heisner

New pictures updated for your account

Get your brand fix for cheap http://www.swloter.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#352967: Fantastic branded items here

2008-04-03 Thread Garrison Gimfalk
Look like a million bucks

You will be amazed by the amount of quality on show http://www.diblornm.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#302729: Check out what everyone is talking about

2008-04-03 Thread Issac scheer
Check out what everyone is talking about

Accurate and long lasting italian pieces available http://www.mainvanh.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#128129: Earn your luxuries right here

2008-04-03 Thread Petra Gyarmati

You wanted more information on this matter

Accurate and long lasting italian pieces available http://www.fithundp.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296547: Dreams are made of these

2008-04-03 Thread ukiah Sergeyeva

Found anything better than this

Ever ponder why you have to pay so much for the real thing when this cost a 
fraction of it? http://www.zhichxbett.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#308426: New pictures updated for your account

2008-04-03 Thread Jayzellynn Spittler

Dreams are made of these

I feel like a cool dude like never before with my amazing accessory. 
http://www.zhichxbett.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#474086: gcc-4.2: Constant optimization for strlen() prints bogus warnings

2008-04-03 Thread Ph. Marek
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Reportbug-Version: 3.39
X-Debbugs-Cc: [EMAIL PROTECTED]
Package: gcc-4.2
Version: 4.2.3-3
Severity: minor


I try to compile the attached C file via the command 
$ gcc -Wall -Os -S %

and get several warnings:
test.c:6: warning: initializer element is not constant
test.c:6: warning: (near initialization for ‘i’)
test.c:7: warning: initializer element is not constant
test.c:7: warning: (near initialization for ‘si’)
test.c:8: warning: initializer element is not constant
test.c:8: warning: (near initialization for ‘ci’)
test.c:11: warning: initializer element is not constant
test.c:11: warning: (near initialization for ‘s’)

Now all of the strlen() calls get (correctly!) optimized out into 
constants; but why do I get the warnings?

I know that constants used within functions could be done via atstart() 
mechanism or on first function call; but as these lengths are already 
constants in the assembler output, any strlen() overloading wouldn't 
work anyway.


So, as conclusion:
If strlen() is taken as known for constant strings (and optimized 
as such), no warning about its return value being non-constant 
should be given.


Or am I missing some part of the picture?


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (600, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_AT.utf8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gcc-4.2 depends on:
ii  binutils2.18.1~cvs20080103-3 The GNU assembler, linker and bina
ii  cpp-4.2 4.2.3-3  The GNU C preprocessor
ii  gcc-4.2-base4.2.3-3  The GNU Compiler Collection (base 
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.0-3GCC support library

Versions of packages gcc-4.2 recommends:
ii  libc6-dev 2.7-10 GNU C Library: Development Librari

-- no debconf information


test.s
Description: Binary data
#include string.h
#include stdio.h

#define STG asdf

int i=strlen(STG);
static int si=strlen(STG);
const int ci=strlen(STG);

struct { int i; } 
s={ .i=strlen(STG) };

int main(void)
{
	int l=strlen(STG);
	const int cl=strlen(STG);

	printf(local %d, const local %d; global %d, static %d, const %d, struc %d\n, 
			l, cl,
			i, si,ci,
			s.i);

	return 0;
}


Bug#156494: Try this wonder power

2008-04-03 Thread Tori medvetsky
Luxury items for every occasion

Bring out the bling cheap with these sale prices http://www.vojioke.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#269180: Win all the time with this

2008-04-03 Thread shmulik Chadderton
My wish finally came true

All the luxury you will ever want under one roof http://www.afiloesie.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#166204: Wishes do come true finally

2008-04-03 Thread nance Morley

Wear the watches stars wear

Excellent manufacturing renders them to be exactly simliar to the original 
http://www.zolenderi.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#333746: Try this wonder power

2008-04-03 Thread Nhan blackie

Unbelievable prices only for lmited period

All the Swiss, Italian and French top brands here http://www.poaloes.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#188677: Wishes do come true finally

2008-04-03 Thread Roben Kuhler

Get only the very best money can buy

Get your brand fix for cheap http://www.toupfurt.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#76322: Fantastic branded items here

2008-04-03 Thread Farrell Wrombel
Found anything better than this

Breitilng and Omga watches sale prices only http://www.diblornm.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#249937: New pictures updated for your account

2008-04-03 Thread Katarzyna Hanke

Found anything better than this

Ever ponder why you have to pay so much for the real thing when this cost a 
fraction of it? http://www.hanutaeia.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#275913: Affordable bling right here

2008-04-03 Thread Petlum Lupien

New pictures updated for your account

Accurate and long lasting italian pieces available http://www.awritethat.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#128818: Check out what everyone is talking about

2008-04-03 Thread Padraig Voros
Secrets of the rich and famous

All the Swiss, Italian and French top brands here http://www.huantuea.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#213237: Fantastic branded items here

2008-04-03 Thread nejat McAuliffe

I could not believe my eyes

The best luxury items are available for sale now at less than half the price 
http://www.mainvanh.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#269077: Win all the time with this

2008-04-03 Thread Davorin vinicios

Sparkle like the stars

I feel like a cool dude like never before with my amazing accessory. 
http://www.hubeutia.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#276124: Win all the time with this

2008-04-03 Thread Juha Facin
Secrets of the rich and famous

All the Swiss, Italian and French top brands here http://www.zhichxbett.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#135717: New pictures updated for your account

2008-04-03 Thread da nessler
How to be a millionaire

Great branded items for you and your loved one. http://www.jsueyslo.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#200273: How to be a millionaire

2008-04-03 Thread Iskender Mohr

New pictures updated for your account

The best luxury items are available for sale now at less than half the price 
http://www.plamxdusam.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#333879: Found anything better than this

2008-04-03 Thread joona plunkett

Sparkle like the stars

Great bargains for all your luxury needs http://www.hubeutia.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#87156: How to be a millionaire

2008-04-03 Thread Calle Walls

Win all the time with this

Excellent manufacturing renders them to be exactly simliar to the original 
http://www.awuandfidd.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#378996: Unbelievable prices only for lmited period

2008-04-03 Thread Jere Huerta

Found anything better than this

Breitilng and Omga watches sale prices only http://www.hanutaeia.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#63633: Luxury items at blowout prices

2008-04-03 Thread Raffi Yen

Found anything better than this

Louis vuiton guci bags high quality and low prices http://www.loeusie.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#164379: My wish finally came true

2008-04-03 Thread Gregory Hollenbeck

How to be a millionaire

You know you love it, but you always refuse to part with your money for it. And 
now you dont need to. http://www.anineninecomb.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#269383: The final score was unbelievable

2008-04-03 Thread nikke Melfi
Wishes do come true finally

Bring out the bling cheap with these sale prices http://www.swloter.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#27645: Win all the time with this

2008-04-03 Thread Peder pa
Sparkle like the stars

Cool to have these without burning a hole in my pocket. 
http://www.afiloesie.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#267485: Fantastic branded items here

2008-04-03 Thread NaiYee Harrell

Get only the very best money can buy

You will be amazed by the amount of quality on show 
http://www.anineninecomb.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#144907: Dreams are made of these

2008-04-03 Thread Bozena mengut
Secrets of the rich and famous

Excellent manufacturing renders them to be exactly simliar to the original 
http://www.bueita.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#165047: Try this wonder power

2008-04-03 Thread Chintan Labatone
Found anything better than this

Louis vuiton guci bags high quality and low prices http://www.mainvanh.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#143302: New pictures updated for your account

2008-04-03 Thread Nidal Vigilante

Get only the very best money can buy

All the luxury you will ever want under one roof http://www.awritethat.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#166180: I could not believe my eyes

2008-04-03 Thread Zackary DiNitto
Flash the bling now

Ever ponder why you have to pay so much for the real thing when this cost a 
fraction of it? http://www.huantuea.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#302136: Sparkle like the stars

2008-04-03 Thread DZIANIS ficarra
Get only the very best money can buy

Cool to have these without burning a hole in my pocket. 
http://www.anineninecomb.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#274167: Found anything better than this

2008-04-03 Thread Jez Czarniak
Dreams are made of these

High quality swiss movement available at rock bottom prices 
http://www.hanutaeia.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#126077: Top notch fashion pieces for sale here

2008-04-03 Thread Kaustubh jepson

Win all the time with this

I bought myself this and saved enough for a car and a house too. 
http://www.jsueyslo.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#208809: Dreams are made of these

2008-04-03 Thread Mendy Thevamanoharan

Earn your luxuries right here

Accurate and long lasting italian pieces available http://www.hoodtosett.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#309969: Unbelievable prices only for lmited period

2008-04-03 Thread Sanne Duerr

Sparkle like the stars

You will be amazed by the amount of quality on show http://www.awritethat.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#229357: Secrets of the rich and famous

2008-04-03 Thread sada Chow

Click here for top 10 list

You know, I love all these fabulous European luxury brands at these prices. 
http://www.konotru.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#69728: Check out what everyone is talking about

2008-04-03 Thread gggg francio

Click here for top 10 list

All the luxury you will ever want under one roof http://www.mainvanh.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#236967: I could not believe my eyes

2008-04-03 Thread yuchen febvay

Win all the time with this

All the luxury you will ever want under one roof http://www.mainvanh.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#61914: My wish finally came true

2008-04-03 Thread cherwin Grosse

My wish finally came true

Reward yourself today, pamper yourself with a bit of luxury. 
http://www.huantuea.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#108196: Sparkle like the stars

2008-04-03 Thread ridvan fazzolari
My wish finally came true

Accurate and long lasting italian pieces available http://www.loeusie.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#175907: Check out what everyone is talking about

2008-04-03 Thread fiona Khean

The final score was unbelievable

Cool to have these without burning a hole in my pocket. 
http://www.zolenderi.com/




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#342323: My wish finally came true

2008-04-03 Thread al lav

My wish finally came true

I feel like a cool dude like never before with my amazing accessory. 
http://www.awritethat.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#94197: Affordable bling right here

2008-04-03 Thread Niberto fercih

How to be a millionaire

Give your loved one a spectacular luxury item now http://www.afiloesie.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#226758: Flash the bling now

2008-04-03 Thread Elxan Schumann
The final score was unbelievable

Fantastic watches at fantastic prices - all the top brands here. 
http://www.afiloesie.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#360672: Affordable bling right here

2008-04-03 Thread coreu Ingold

Fantastic branded items here

All the Swiss, Italian and French top brands here http://www.hanutaeia.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#156460: Unbelievable prices only for lmited period

2008-04-03 Thread manh Reite

The ultimate in timepieces

All the Swiss, Italian and French top brands here http://www.hoodtosett.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#65469: Dreams are made of these

2008-04-03 Thread Kari Krupen

Dreams are made of these

Cool to have these without burning a hole in my pocket. 
http://www.awuandfidd.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#59482: Unbelievable prices only for lmited period

2008-04-03 Thread Thao Garagis

Click here for top 10 list

All the Swiss, Italian and French top brands here http://www.hanutaeia.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#302096: Dreams are made of these

2008-04-03 Thread me Bismark

Earn your luxuries right here

Cool to have these without burning a hole in my pocket. http://www.poaloes.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#276455: Try this wonder power

2008-04-03 Thread Pascal Morasz

Secrets of the rich and famous

Breitilng and Omga watches sale prices only http://www.toupfurt.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#65385: Found anything better than this

2008-04-03 Thread aravind Payseno

Dreams are made of these

All the luxury you will ever want under one roof http://www.jsueyslo.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#144758: New pictures updated for your account

2008-04-03 Thread Saya Ghani

Dreams are made of these

Because your someone special deserves only the best http://www.awuandfidd.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#293644: Found anything better than this

2008-04-03 Thread du Kasperski

Check out what everyone is talking about

I feel like a cool dude like never before with my amazing accessory. 
http://www.toupfurt.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#229128: Wishes do come true finally

2008-04-03 Thread Hyoung Varkey

Dreams are made of these

Limited time offer only on these wonderful fashion pieces 
http://www.shinzeelm.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#95879: My wish finally came true

2008-04-03 Thread Gokcehan Schacht
Try this wonder power

Give your loved one a spectacular luxury item now http://www.swloter.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#156578: Affordable bling right here

2008-04-03 Thread Dobran Makekau

Luxury items for every occasion

Accurate and long lasting italian pieces available http://www.huantuea.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#76056: Check out what everyone is talking about

2008-04-03 Thread Nives DiSalvo

Secrets of the rich and famous

Bring out the bling cheap with these sale prices http://www.pohieuag.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#101448: Found anything better than this

2008-04-03 Thread Alexej Bockelmann

Win all the time with this

Excellent manufacturing renders them to be exactly simliar to the original 
http://www.jsueyslo.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



  1   2   3   4   5   6   >