Bug#489066: glibc: dlclose() from threaded program on GNU/kFreeBSD segfaults

2008-07-03 Thread Petr Salinger

Package: glibc
Severity: wishlist
Version: 2.7-12
User: [EMAIL PROTECTED]
Usertags: kfreebsd


Hi,

the code bellow crashes on GNU/kFreeBSD.

It crashes from both initial thread and created thread,
but a thread have to be created (thread manager have to be started),
it does not crash without RTLD_GLOBAL, loaded lib
(i.e. /lib/libutil.so.1) is not important.

It might be GNU/kFreeBSD specific or linuxthreads specific.
Please, could you test whether it crashes also on hppa ?

Thanks in advance

Petr



/* gcc a.c -ldl -pthread -O2 */

#include dlfcn.h
#include pthread.h
#include stdio.h

void *p;

int dl(void)
{
p = dlopen(/lib/libutil.so.1, RTLD_NOW | RTLD_GLOBAL);
printf(dlopen: %p\n,p);
dlclose(p);
printf(dlclose: %p\n,p);
};

int sl(void)
{
sleep(5);
}

int main()
{
pthread_t r;
#if 0
pthread_create(r, NULL,dl,NULL);
sleep(1);
#else
pthread_create(r, NULL,sl,NULL);
sleep(1);
dl();
#endif
}




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



Bug#376321: expire of ldap based accounts

2008-07-03 Thread Richard A Nelson

tags 376321 + wontfix
thanks,

Yeah, this'd be nice - along with a working chfn/chsh/etc.

I've not found evidence of either libnss or libpam support that this
could be built on...  and if there was to be such support, it would take
co-ordinated effort of lib(nss|pam)-ldap and the passwd/chfn/chsh/etc
commands.

--
Rick Nelson
cas Mercury: gpm isn't a very good web browser.  fix it.



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



Bug#489059: ITP: mnemosyne-blog -- Maildir-to-blog compiler with XML templating and Python extensions

2008-07-03 Thread Robert Collins
On Thu, 2008-07-03 at 00:35 -0400, Decklin Foster wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Decklin Foster [EMAIL PROTECTED]
 
 * Package name: mnemosyne-blog
   Version : 0.9
   Upstream Author : Decklin Foster [EMAIL PROTECTED]
 * URL : http://www.red-bean.com/~decklin/mnemosyne/
 * License : ISC
   Programming Lang: Python
   Description : Maildir-to-blog compiler with XML templating and Python 
 extensions
 
   Mnemosyne is a simple blogging system which generates static files.
   Instead of using a database or filesystem hierarchy, you store your
   entries in a Maildir. Writing a blog entry is thus as easy as sending
   an email, and rebuilding the blog can be automated with mail filters,
   cron, etc.
   .
   XHTML and XML are generated with Kid templates; a bare-bones web view
   and an Atom feed are included as examples. Mnemosyne is extensible in
   Python to add features such as input preprocessing (reStructuredText
   is used by default), metadata (tags are standard) and filtering
   entries for custom feeds.

mnemosyne is also the name of a different package in Debian.

I think it would be better to have the description text disambiguate
somehow, or folk may read one, install the other, and thus be confused.

-Rob

-- 
GPG key available at: http://www.robertcollins.net/keys.txt.


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


Bug#489067: sc: Sc does not handle æ, ø and å

2008-07-03 Thread Salve Håkedal
Package: sc
Version: 7.16-2
Severity: important
Tags: l10n

Entering characters æ, ø and å is ok, but editing makes a mess in the
cell.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages sc depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libncurses5   5.6+20080308-1 Shared libraries for terminal hand

sc recommends no packages.

-- no debconf information



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



Bug#489068: dpkg --configure -a doesn't handle status triggers-awaited without corresponding triggers-pending

2008-07-03 Thread Raphael Hertzog
Package: dpkg
Version: 1.14.18
Severity: important

It's the second time that someone is reporting me such problems, so they
are worth investigating IMO.

After some operation, they end up with a system where the status file has
a package with a status install ok triggers-awaited:
(sid)[EMAIL PROTECTED]:~$ dpkg -s debianutils
Package: debianutils
Essential: yes
Status: install ok triggers-awaited
Priority: required
Section: utils
Installed-Size: 276
Maintainer: Clint Adams [EMAIL PROTECTED]
Architecture: mips
Version: 2.30
Pre-Depends: libc6 (= 2.7-1)
Description: Miscellaneous utilities specific to Debian
 This package provides a number of small utilities which are used
 primarily by the installation scripts of Debian packages, although
 you may use them directly.
 .
 The specific utilities included are: installkernel mkboot run-parts
 savelog sensible-browser sensible-editor sensible-pager tempfile
 which.
Triggers-Awaited: man-db

But the corresponding package has no triggers-pending:
(sid)[EMAIL PROTECTED]:~$ dpkg -s man-db 
Package: man-db
Status: install ok installed
Priority: important
Section: doc
Installed-Size: 2816
Maintainer: Colin Watson [EMAIL PROTECTED]
Architecture: mips
Version: 2.5.2-1
Replaces: man, manpages-de ( 0.5-4), nlsutils
Provides: man, man-browser
Depends: groff-base (= 1.17.2-2), bsdmainutils, debconf (= 1.2.0) | 
debconf-2.0, dpkg (= 1.9.0), libc6 (= 2.7-1), libgdbm3, zlib1g (= 1:1.1.4)
Suggests: groff, less, www-browser
Conflicts: man, suidmanager ( 0.50)
Conffiles:
 /etc/cron.weekly/man-db abb6867338adafff84d4474adf36bbc1
 /etc/manpath.config 220ffd7853c7c0c7fb71e6c25d15ab97
 /etc/cron.daily/man-db f0ee460b382f31d76813da3c68d5b7e5
Description: on-line manual pager
 This package provides the man command, the primary way of examining the
 on-line help files (manual pages). Other utilities provided include the
 whatis and apropos commands for searching the manual page database, the
 manpath utility for determining the manual page search path, and the
 maintenance utilities mandb, catman and zsoelim. man-db uses the groff
 suite of programs to format and display the manual pages.

dpkg --configure debianutils will fail but not dpkg --configure -a (it
simply skips the package presumably because it's not in a state where it can be
configured).

Here's the log given to me by weasel:
[sid] casals:/# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  cpp cpp-3.4 cpp-4.3 devscripts file g++ g++-4.3 gcc gcc-3.4 gcc-3.4-base
  gcc-4.3 gcc-4.3-base libcurl3 libgcc1 libgcj-bc libgcj-common libgcj9-jar
  libgd2-noxpm libgd2-noxpm-dev libgfortran3 libgomp1 libkpathsea4 libmagic1
  libncurses5 libncurses5-dev libncursesw5 libncursesw5-dev libpango1.0-common
  libpoppler3 libstdc++6 libstdc++6-4.3-dev linux-headers-2.6.25-2-4kc-malta
  linux-headers-2.6.25-2-5kc-malta linux-headers-2.6.25-2-all
  linux-headers-2.6.25-2-all-mips linux-headers-2.6.25-2-common
  linux-headers-2.6.25-2-r4k-ip22 linux-headers-2.6.25-2-r5k-ip32
  linux-headers-2.6.25-2-sb1-bcm91250a linux-headers-2.6.25-2-sb1a-bcm91480b
  linux-libc-dev manpages ncurses-base ncurses-bin ncurses-term python-support
  texlive-base-bin texlive-doc-base wget
49 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0B/39.4MB of archives.
After this operation, 20.5kB disk space will be freed.
Do you want to continue [Y/n]?
Extracting templates from packages: 100%
dpkg: error processing debianutils (--configure):
 package debianutils is not ready for configuration
 cannot configure (current status `triggers-awaited')
Errors were encountered while processing:
 debianutils
E: Sub-process /usr/bin/dpkg returned an error code (1)
[sid] casals:/# dpkg --configure -a
[sid] casals:/# apt-get upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be upgraded:
  cpp cpp-3.4 cpp-4.3 devscripts file g++ g++-4.3 gcc gcc-3.4 gcc-3.4-base
  gcc-4.3 gcc-4.3-base libcurl3 libgcc1 libgcj-bc libgcj-common libgcj9-jar
  libgd2-noxpm libgd2-noxpm-dev libgfortran3 libgomp1 libkpathsea4 libmagic1
  libncurses5 libncurses5-dev libncursesw5 libncursesw5-dev libpango1.0-common
  libpoppler3 libstdc++6 libstdc++6-4.3-dev linux-headers-2.6.25-2-4kc-malta
  linux-headers-2.6.25-2-5kc-malta linux-headers-2.6.25-2-all
  linux-headers-2.6.25-2-all-mips linux-headers-2.6.25-2-common
  linux-headers-2.6.25-2-r4k-ip22 linux-headers-2.6.25-2-r5k-ip32
  linux-headers-2.6.25-2-sb1-bcm91250a linux-headers-2.6.25-2-sb1a-bcm91480b
  linux-libc-dev manpages ncurses-base ncurses-bin ncurses-term python-support
  texlive-base-bin texlive-doc-base wget
49 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0B/39.4MB of archives.
After this operation, 20.5kB disk space will be freed.
Do you want to 

Bug#482375: triggered by /etc/network/if-up.d/sendmail

2008-07-03 Thread Richard A Nelson

On Wed, 2 Jul 2008, Thomas Liske wrote:


Update_host() uses the find_host() to do the reverse lookup.
If $(host IP) returns ;; connection timed out; no servers could be
reached this value is taken as you hostname and your sendmail is broken
if you have dialup.m4 included to your sendmail.mc.


Indeed, you're spot on.

This was exactly the fix added to 8.14.1-11, and later work was done
to further clean up the dynamic handling...  It is still limited by the
information it can gather from if-up|down/dhcp/ppp/etc.


This fix will give some additional delay if the nameserver(s) in
/etc/resolv.conf are not reachable (i.e. localhost = bind is being
started some times later during bootup).


Also quite true :(

Here, thar be dragons

What started as a kluge for me and a few others to manage `proper servers`
whilst stuck behind DHCP/PPP links has wrought a plethora of problems (and
quite a few more rants) the years...  (probably second to sendmailconfig
- which I inherited and am still loathe to touch; the rest of the blood
be upon my hands);  sendmail.conf is right up there as well - but at
least it is getting better (comments) with age, unfortunately is so far
afield from the other distributions.

It's kinda hard to believe that my 1st upload of this package was
over 10 years ago... 8.8.8-10 on  Sun,  8 Mar 1998 12:00:00 -0500
and I picked it up to force myself to re-acquaint myself with unix
and the still fairly new (to me) open-source movement :)

It has been a mostly fun ride, and one that I'd do again - even knowing
the issues... and I'm still not sorry for adding so many ad-hoc pieces
as people requested them ;)

Anyway, as this issue is solved in testing/unstable (hopefully soon to
be stable - lenny), I'm going to close this - with regrets that I don't
yet have a stable chroot to maintain backports on :(
--
Rick Nelson
Knghtbrd it's 6am.  I have been up 24 hours
Knghtbrd Wake me up and risk life and limb.
* Knghtbrd ; sleep
Tv Okay everyone, we wait 10 minutes and then start flooding Knghtbrd
 with ^G's. Someone, hack root and cat /dev/urandom /dev/dsp.



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



Bug#481809: setting package to fdupes, tagging 481809

2008-07-03 Thread Sandro Tosi
# Automatically generated email from bts, devscripts version 2.10.33
# via tagpending 
#
# fdupes (1.50-PR2-2) UNRELEASED; urgency=low
#
#  * debian/patches/30_bts481809_manpage_summarize.dpatch
#- added --summarize to manpage; Closes: #481809
#

package fdupes
tags 481809 + pending




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



Bug#466132: selfhtml: New upstream release

2008-07-03 Thread Daniel Baumann
Hi,

what is the status of this?

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#488967: openafs-kpasswd: kas doesn't honor the -name argument

2008-07-03 Thread Steffen Grunewald
On Wed, Jul 02, 2008 at 11:45:56AM -0700, Russ Allbery wrote:
 Steffen Grunewald [EMAIL PROTECTED] writes:
 
  Package: openafs-kpasswd
  Version: 1.4.2-6etch1
  Severity: normal
 
  On my laptop, and the institute's network, I use different accounts.
  To establish an OpenAFS token, I use the -pri $instituteaccount option
  to klog, which works fine. 
  But I cannot use kas examine -name $instituteaccount on my laptop:
  I get asked for Password for $localaccount:.
  Is there no way to use different identities?
 
 kas examine -name $instituteaccount -admin $instituteaccount

Actually that does the trick. 
I'm still wondering why such complicated semantics are necessary, but
perhaps I haven't got the knack. 

So this isn't a bug, just a puzzling feature.

Please close

Sorry 

Cheers,
 Steffen



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



Bug#475135: aoetools: New upstream release

2008-07-03 Thread Daniel Baumann
Hi,

what is the status on this?

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#488977: [Adduser-devel] Bug#488977: adduser: manual page out of date wrt --shell|-s flag

2008-07-03 Thread Joerg Hoh
Hi Aleksi

On Wed, Jul 02, 2008 at 04:54:03PM +0300, Aleksi Suhonen wrote:
 The synopsis section in the adduser manual page says that --shell
 can be abbreviated to -s, but testing it with:
 
 debian% adduser -s /bin/zsh test
 
 reports -s as ambiguous (shell, system).

Thanks for spotting. I committed the fix in SVN.

Joerg

-- 
What did you do to the cat? It looks half-dead. -Schroedinger's wife


signature.asc
Description: Digital signature


Bug#475115: cloop: Integration into linux-modules-extra-2.6

2008-07-03 Thread Daniel Baumann
Hi,

would be nice if you could comment on this.

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#489068: Acknowledgement (dpkg --configure -a doesn't handle status triggers-awaited without corresponding triggers-pending)

2008-07-03 Thread Raphael Hertzog
merge 487637 489068 
thanks

I remembered I helped someone on IRC about a similar problem but I forgot
that I asked him to report it... so I filed a duplicate myself. Merging
them now.

I expect Peter to provide us the corresponding dpkg.log and to say us if
he had similar problems (disk full) in a previous dpkg invocation.

Cheers,
-- 
Raphaël Hertzog

Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/



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



Bug#420148: ltp: New upstream version available

2008-07-03 Thread Daniel Baumann
Hi,

any news on this?

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#461258: fretsonfire declares relation to ttf-bitstream-vera

2008-07-03 Thread Daniel Baumann
Hi,

what is the status on this? As it's marked pending, could you please
upload in order to fix this bug?

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#489069: [l10n:ro] xorg-server: Romanian translation of the po-debconf template

2008-07-03 Thread Eddy Petrișor

Package: xorg-server
Severity: wishlist
Tags: l10n patch

Hello,

Attached there is a Romanian translation of the po-debconf templates for this 
package.
Please add it to the package.

Thanks.

--
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein



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



Bug#485629: freemind: New upstream release

2008-07-03 Thread Daniel Baumann
Hi,

thanks for the information. However, do you have a rough ETA for 0.9.0
to appear? Will it make it into lenny?

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#489070: [l10n:ro] gnome-menus: Romanian translation of the po-debconf template

2008-07-03 Thread Eddy Petrișor

Package: gnome-menus
Severity: wishlist
Tags: l10n patch

Hello,

Attached there is a Romanian translation of the po-debconf templates for this 
package.
Please add it to the package.

Thanks.

--
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein
# translation of ro.po to Romanian
# Menu section translation
# Copyright (C) 2003
# This file is distributed under the same license as the menu package.
#
# Bill Allombert [EMAIL PROTECTED], 2003.
# Sorin Batariuc [EMAIL PROTECTED], 2005.
# Eddy Petrișor [EMAIL PROTECTED], 2008.
msgid 
msgstr 
Project-Id-Version: ro\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2008-04-08 13:00+0200\n
PO-Revision-Date: 2008-06-30 23:23+0300\n
Last-Translator: Eddy Petrișor [EMAIL PROTECTED]\n
Language-Team: Romanian [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n
Plural-Forms:  nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100  0  n%100  20)) ? 1 : 2;\n

#: ../../debian/desktop-files/ActionGames.directory.in.h:1
msgid Action
msgstr Acțiune

#: ../../debian/desktop-files/ActionGames.directory.in.h:2
msgid Action games
msgstr Jocuri de acțiune

#: ../../debian/desktop-files/AdventureGames.directory.in.h:1
msgid Adventure
msgstr Aventură

#: ../../debian/desktop-files/AdventureGames.directory.in.h:2
msgid Adventure style games
msgstr Jocuri de aventură

#: ../../debian/desktop-files/ArcadeGames.directory.in.h:1
msgid Arcade
msgstr Acțiune

#: ../../debian/desktop-files/ArcadeGames.directory.in.h:2
msgid Arcade style games
msgstr Jocuri de tip arcadă

#: ../../debian/desktop-files/BlocksGames.directory.in.h:1
msgid Falling blocks
msgstr Blocuri căzătoare

#: ../../debian/desktop-files/BlocksGames.directory.in.h:2
msgid Falling blocks games
msgstr Jocuri cu blocuri căzătoare

#: ../../debian/desktop-files/BoardGames.directory.in.h:1
msgid Board
msgstr Table

#: ../../debian/desktop-files/BoardGames.directory.in.h:2
msgid Board games
msgstr Jocuri pe tablă

#: ../../debian/desktop-files/CardGames.directory.in.h:1
msgid Card games
msgstr Jocuri de cărți

#: ../../debian/desktop-files/CardGames.directory.in.h:2
msgid Cards
msgstr Cărți

#: ../../debian/desktop-files/Debian.directory.in.h:1
msgid Debian
msgstr Debian

#: ../../debian/desktop-files/Debian.directory.in.h:2
msgid The Debian menu
msgstr Meniul Debian

#: ../../debian/desktop-files/KidsGames.directory.in.h:1
msgid Games for kids
msgstr Jocuri pentru copii

#: ../../debian/desktop-files/KidsGames.directory.in.h:2
msgid Kids
msgstr Copii

#: ../../debian/desktop-files/LogicGames.directory.in.h:1
msgid Logic
msgstr Logică

#: ../../debian/desktop-files/LogicGames.directory.in.h:2
msgid Logic and puzzle games
msgstr Jocuri de logică și puzzle

#: ../../debian/desktop-files/RolePlayingGames.directory.in.h:1
msgid Role playing
msgstr Asumarea unui rol

#: ../../debian/desktop-files/RolePlayingGames.directory.in.h:2
msgid Role playing games
msgstr Jocuri în care se asumă un rol

#: ../../debian/desktop-files/SimulationGames.directory.in.h:1
msgid Simulation
msgstr Simulatoare

#: ../../debian/desktop-files/SimulationGames.directory.in.h:2
msgid Simulation games
msgstr Jocuri de tip simulator

#: ../../debian/desktop-files/SportsGames.directory.in.h:1
msgid Sports
msgstr Sport

#: ../../debian/desktop-files/SportsGames.directory.in.h:2
msgid Sports games
msgstr Jocuri sportive

#: ../../debian/desktop-files/StrategyGames.directory.in.h:1
msgid Strategy
msgstr Strategie

#: ../../debian/desktop-files/StrategyGames.directory.in.h:2
msgid Strategy games
msgstr Jocuri de strategie

#~ msgid Editors
#~ msgstr Editoare

#~ msgid Education
#~ msgstr Educație

#~ msgid Emulators
#~ msgstr Emulatoare

#~ msgid Graphics
#~ msgstr Grafică

#, fuzzy
#~ msgid Network
#~ msgstr Rețele

#, fuzzy
#~ msgid Communication
#~ msgstr Educație

#~ msgid Programming
#~ msgstr Programare

#~ msgid Science
#~ msgstr Știință

#, fuzzy
#~ msgid Data Analysis
#~ msgstr Baze de date

#, fuzzy
#~ msgid Geoscience
#~ msgstr Știință

#~ msgid Shells
#~ msgstr Console

#~ msgid Sound
#~ msgstr Sunet

#~ msgid System
#~ msgstr Sistem

#, fuzzy
#~ msgid Terminal Emulators
#~ msgstr Emulatoare

#~ msgid Text
#~ msgstr Text

#~ msgid Viewers
#~ msgstr Vizualizatoare

#~ msgid Games
#~ msgstr Jocuri

#, fuzzy
#~ msgid Blocks
#~ msgstr Blocare ecran

#~ msgid Puzzles
#~ msgstr Perspicacitate

#~ msgid Tools
#~ msgstr Unelte

#~ msgid Toys
#~ msgstr Jucării

#~ msgid Help
#~ msgstr Ajutor

#~ msgid Screen
#~ msgstr Imagine ecran

#, fuzzy
#~ msgid Saving
#~ msgstr Protecție ecran

#, fuzzy
#~ msgid Locking
#~ msgstr Blocare ecran

#, fuzzy
#~ msgid Window Managers
#~ msgstr Administratori de ferestre

#, fuzzy
#~ msgid FVWM Modules
#~ msgstr Module

#, fuzzy
#~ msgid Window Maker
#~ msgstr Administratori de ferestre

#~ msgid Appearance
#~ msgstr Aspect

#~ msgid WorkSpace
#~ 

Bug#488343: linux-headers-2.6.24-1-686: useless dependency on gcc-4.1

2008-07-03 Thread Ian Zimmerman

Daniel because you need to use the same compiler version that was used
Daniel to build the kernel in order to build modules against the
Daniel headers.

I didn't know that.  Since when is this the case?  Is this enforced by
the upstream kernel, or is it an artifact of the Debian infrastructure?

If I do build modules from source (in my case, alsa, which was
recommended to me by the Debian alsa maintainers) this seems to give me
the choice between:

1/ build the entire kernel from source as well,

or 

2/ keep an open-ended set of GCC versions around just in case a packaged
kernel comes around that was compiled with it and I have to recompile
the modules with the same version.

Am I missing something?

i



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



Bug#441204: konqueror: How to read Debian pages in Polish language?

2008-07-03 Thread Wojciech Zareba

Sven Joachim pisze:

On 2007-09-07 16:40 +0200, Wojciech Zareba wrote:


Package: konqueror
Version: 4:3.5.7-2+b1
Severity: normal
Tags: l10n

I've done as described on the page http://www.debian.org/intro/cn#konqueror:
If you want to have multiple languages set or need a workaround for the mentioned bug, you currently have to edit your 
~/.kde/share/config/kio_httprc file to include a line like the following: 
 Languages=pl;q=1.0, en;q=0.5

but it doesn't work :-( There is still english text.


It works for me.  Maybe you need to restart konqueror and/or clear the
web cache to let this setting take effect.

Sven



Yes, it works after restarting KDE, nothing else doesn't work.

Regards
Wojciech Zareba




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



Bug#489009: logcheck-database: smbd_audit ignore rule ignores everything

2008-07-03 Thread Gerfried Fuchs
* Piotr Kaczuba [EMAIL PROTECTED] [2008-07-02 20:54:29 CEST]:
 The rule in /etc/logcheck/ignore.d.server/smbd_audit ignores everything.
 The reason seems to be missing grouping with regard to the pipe (|)
 operator. At the end of the rule you have |.+$, which effectively
 applies to everything.

 You are right, that | was forgotten got get escaped - thanks for your
report.

 So long,
Rhonda



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



Bug#480292: CVE-2008-2079: mysql allows local users to bypass certain privilege checks

2008-07-03 Thread Devin Carraway
reopen 480292
quit

I don't believe that the patch applied to address this bug was sufficient.  In
preparing the stable update I initially applied it, before finding two things:

First, fn_format() only calls readlink() once on the entire path, not on any
component thereof; hence it will only actually detect when the last component
of a path was a symlink.  Exploiting this merely requires adding another path
component below the symlink path -- for example:

$ ls -l /tmp/foo
lrwxrwxrwx 1 aqua 1000 14 Jul  3 05:36 /tmp/foo - /var/lib/mysql

mysql use test1 ;
Database changed

mysql create table t (a int) data directory '/tmp/foo' ;
ERROR 1210 (HY000): Incorrect arguments to DATA DIRECORY

mysql create table t (a int) data directory '/tmp/foo/mysql' ;
Query OK, 0 rows affected (0.02 sec)

$ ls -l /var/lib/mysql/mysql/t.MYD 
-rw-rw 1 mysql mysql 0 Jul  3 07:27 /var/lib/mysql/mysql/t.MYD

Second, even if fn_format() did fully resolve symlinks in the path, its output
is actually ignored; this is an except from 92_SECURITY_CVE-2008-2079.dpatch
in mysql-dfsg-5.0 5.0.51a-9:

+static bool test_if_data_home_dir(const char *dir)
+{
[...]
+  (void) fn_format(path, dir, , ,
+   (MY_RETURN_REAL_PATH|MY_RESOLVE_SYMLINKS));
+  dir_len= unpack_dirname(conv_path, dir);
[...]
+else if (!memcmp(conv_path, mysql_unpacked_real_data_home, 
home_dir_len))
+  DBUG_RETURN(1);

fn_format reads the potentially hostile 'dir' and writes the marginally
readlink()'ed result to 'path'.  But unpack_dirname is passed 'dir' again, not
'path', so it's the origianl string which is used in the subsequent
comparison.

In terms of exploitability, this allows any user with permissions to create
tables in a db the ability to read from, write to and delete tables from any
other database within the same mysql instance.


-- 
Devin  \ aqua(at)devin.com, IRC:Requiem; http://www.devin.com
Carraway \ 1024D/E9ABFCD2: 13E7 199E DD1E 65F0 8905 2E43 5395 CA0D E9AB FCD2


signature.asc
Description: Digital signature


Bug#489071: jabber: init.d script fails to stop jabberd, and fails to detect it's failure

2008-07-03 Thread Paolo
Package: jabber
Version: 1.4.3-3.3
Severity: normal

hi,

this problem does not look specific to jabber, rather, looks like a bug in
the init.d/ scripts prototype, or in start-stop-daemon itself, since I've
got same troubles with other pkgs.
Nevertheless, I'm reporting it against the jabber pkg since it looks also
that the server fails to (really) shutdown:

# /etc/init.d/jabber restart
...
20080703T06:39:41: [notice] (-internal): shutting down server
20080703T06:39:45: [notice] (-internal): initializing server
20080703T06:39:45: [alert] (-internal): io_select unable to listen on 5222 
[(null)]: jabberd already running or invalid interface?
20080703T06:39:45: [alert] (-internal): io_select unable to listen on 5269 
[(null)]: jabberd already running or invalid interface?
...

and turns out that jabberd is still there; even after issuing a 'stop' alone:

# /etc/init.d/jabber stop
...
20080703T06:40:18: [notice] (-internal): shutting down server
...

# pidof jabberd
19175 19173

and

# ls /var/run/jabber/
(nothing)

so the init.d script completely fails to stop and detect the status of the 
daemon, yet it removes the pid file.

Like for other cases, here's the 'fix' I've applied to the init.d script
#--
--- /etc/init.d/jabber.orig 2008-07-03 09:11:56.0 +0200
+++ /etc/init.d/jabber  2008-07-03 09:19:47.0 +0200
@@ -66,6 +66,15 @@
   echo -n Stopping $DESC: 
   start-stop-daemon -o --stop --quiet --pidfile $PID\
  --retry 5 --exec $DAEMON || ( echo -n Failed  exit 1 )
+  if pidof $DAEMON  /dev/null 21; then
+   echo -n nope, still running - sending SIGTERM ... 
+   killall $DAEMON || true; sleep 3
+   if pidof $DAEMON  /dev/null 21; then
+ echo -n nope again - trying SIGKILL ... 
+ killall -9 $DAEMON || true; sleep 2
+ pidof $DAEMON  /dev/null 21  exit 1 || true
+   fi 
+  fi
   echo $NAME.
   if [ -d /etc/jabber/jabber.d ]; then
  run-parts --arg=$1 /etc/jabber/jabber.d
#--

which WFM - ie it really shuts down the server, at least as long as jabberd 
is not locked solid in 'D' state.


-- 
paolo



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



Bug#488931: RFA: mp3splt -- Splits MP3 and Ogg Vorbis files without reencoding

2008-07-03 Thread Alexandru Munteanu
Hello Francois,

 I request an adopter for the mp3splt package.

As I already maintain some mp3* package, I'm willing to maint this one
too (maybe we can comaint, if you want, or I'll fully take it by
myself, as you prefer)

 The package is in a good shape and will have a new upstream release soon
 that
 should fix most of the forwarded bugs.

Great! Maybe, since upstream seems to release himself a deb package,
we can try to convince him to join our effort and maintain the package
with us: did you even walk this way? any success? Let me know.

Hello,

I am the current maintainer of the mp3splt project. I will be glad to
maintain the package with you; however, I haven't read the Debian Policy
Manual.

The next stable release is composed of :
  - libmp3splt : a library created from mp3splt v2.1c
 which contains 2 plugins for splitting files :
  - one for mp3
  - one for ogg vorbis
  - mp3splt : the client that uses libmp3splt
  (- mp3splt-gtk : a GUI to libmp3splt)

I was wondering if we should create the following packages :
  - libmp3splt
  - libmp3splt mp3 plugin
  - libmp3splt ogg plugin
  - mp3splt
or leave 'libmp3splt  mp3 plugin  ogg plugin' in one package.

Just for info, I still need to fix some bugs and do some testing up to the
next release.

Cheers,
Sandro

-- 
Alex




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



Bug#489069: BTS#489069] po-debconf://xorg-server

2008-07-03 Thread Eddy Petrișor

Eddy Petrișor wrote:

Package: xorg-server
Severity: wishlist
Tags: l10n patch

Hello,

Attached there is a Romanian translation of the po-debconf templates for 
this package.

Please add it to the package.


Forgot to attach the file.


Thanks.




--
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein
# translation of xorg-server to Romanian
# Copyright (C) 2007
# This file is distributed under the same license as the xorg-server package.
#
# Igor Stirbu [EMAIL PROTECTED], 2007.
msgid 
msgstr 
Project-Id-Version: ro\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-09-18 07:46+0200\n
PO-Revision-Date: 2007-09-20 19:00+0300\n
Last-Translator: Igor Stirbu [EMAIL PROTECTED]\n
Language-Team: Romanian [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n

#. Type: string
#. Description
#: ../xprint-common.templates:2001
msgid Default printer resolution:
msgstr Rezoluția implicită a imprimantei:

#. Type: string
#. Description
#: ../xprint-common.templates:2001
msgid 
By default, Xprint assumes a printer resolution of 600 dpi. This should be 
well suited for the majority of printers.
msgstr Rezoluția implicită folosită de Xprint este de 600 dpi (dots per inch – puncte per țol). Această valoare ar trebui să fie potrivită pentru majoritatea imprimantelor.

#. Type: string
#. Description
#: ../xprint-common.templates:2001
msgid 
On certain 1200 dpi printers, however, the image might appear squashed in 
the corner of the page, or it might be blown up too large on 300 dpi 
printers. If you are experiencing such printing problems, you may want to 
set the default printer resolution to a more appropriate value. See /usr/
share/doc/xprint-common/README.printing-problems.gz for more details.
msgstr Totuși, pe anumite imprimante cu rezoluția de 1200 dpi, ar putea să tipărească 
imaginea înghesuită în colțul paginii, sau, în cazul celor cu rezoluția de 300 dpi, ar putea să fie 
întinsă peste dimensiunile normale. Dacă întâmpinați asemenea probleme, 
puteți încerca să schimbați valoarea implicită a rezoluției imprimantei. A se vedea 
/usr/share/doc/xprint-common/README.printing-problems.gz 
pentru mai multe detalii.



Bug#489045: [Pkg-cups-devel] Bug#489045: cups: infinite loop, 100%CPU use, while trying to print with HPJetDirect

2008-07-03 Thread Martin Pitt
severity 489045 normal
tag 489045 moreinfo
thanks

Patricio Rojo [2008-07-02 20:03 -0400]:
Nothing happens when trying to print, even the test-page, to a HP 
 4200 network printer through HPDirect.  If I run 'top', I see a process 
 called 'socket' owned by user 'lp' that is using 100% of computer use.

Since this does not happen for everyone, just on this particular
model, I'm downgrading the severity.

Can you please attach your /var/log/cups/error_log right after this
happens? Also, by using top, can you find out the process ID of that
runaway socket process, and do


  strace -f -o /tmp/strace.out -p PID

  (set PID to the process ID of the socket process)

for some seconds? Please attach /tmp/strace.out here, too.

Thanks,

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)



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



Bug#489036: abook: [INTL:pt] Updated Portuguese translation for debconf messages

2008-07-03 Thread Gerfried Fuchs
* Traduz - Portuguese Translation Team [EMAIL PROTECTED] [2008-07-03 00:49:16 
CEST]:
 Updated Portuguese translation for abook's debconf messages.

 Erm, it's not updated, it's a new translation. Can you confirm that the
confusion is on your part and that I'm not missing something somewhere?

 Ah, wait - I see one already included in the experimental version. Is
this update meant to replace that translation? As you haven't mentioned
any version header I'm not too sure about that and rather ask along
instead of doing something wrong...

 So long,
Rhonda



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



Bug#489070: [l10n:ro] gnome-menus: Romanian translation of the po-debconf template

2008-07-03 Thread Festila Catalin
2008/7/3 Eddy Petrișor [EMAIL PROTECTED]:

 Package: gnome-menus
 Severity: wishlist
 Tags: l10n patch

 Hello,

 Attached there is a Romanian translation of the po-debconf templates for
 this package.
 Please add it to the package.

 Thanks.

 --
 Regards,
 EddyP
 =
 Imagination is more important than knowledge A.Einstein

# translation of ro.po to Romanian
# Menu section translation
# Copyright (C) 2003
# This file is distributed under the same license as the menu package.
#
# Bill Allombert [EMAIL PROTECTED], 2003.
# Sorin Batariuc [EMAIL PROTECTED], 2005.
# Eddy Petrișor [EMAIL PROTECTED], 2008.
msgid 
msgstr 
Project-Id-Version: ro\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2008-04-08 13:00+0200\n
PO-Revision-Date: 2008-07-03 10:46+0200\n
Last-Translator: Cătălin Feştilă [EMAIL PROTECTED]\n
Language-Team: Romanian [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n
Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100  0  n%100  20)) ? 1 : 2;\n

#: ../../debian/desktop-files/ActionGames.directory.in.h:1
msgid Action
msgstr Acțiune

#: ../../debian/desktop-files/ActionGames.directory.in.h:2
msgid Action games
msgstr Jocuri de acțiune

#: ../../debian/desktop-files/AdventureGames.directory.in.h:1
msgid Adventure
msgstr Aventură

#: ../../debian/desktop-files/AdventureGames.directory.in.h:2
msgid Adventure style games
msgstr Jocuri de aventură

#: ../../debian/desktop-files/ArcadeGames.directory.in.h:1
msgid Arcade
msgstr Arcade

#: ../../debian/desktop-files/ArcadeGames.directory.in.h:2
msgid Arcade style games
msgstr Jocuri de tip arcade

#: ../../debian/desktop-files/BlocksGames.directory.in.h:1
msgid Falling blocks
msgstr Blocuri căzătoare

#: ../../debian/desktop-files/BlocksGames.directory.in.h:2
msgid Falling blocks games
msgstr Jocuri cu blocuri căzătoare

#: ../../debian/desktop-files/BoardGames.directory.in.h:1
msgid Board
msgstr Table

#: ../../debian/desktop-files/BoardGames.directory.in.h:2
msgid Board games
msgstr Jocuri pe tablă

#: ../../debian/desktop-files/CardGames.directory.in.h:1
msgid Card games
msgstr Jocuri de cărți

#: ../../debian/desktop-files/CardGames.directory.in.h:2
msgid Cards
msgstr Cărți

#: ../../debian/desktop-files/Debian.directory.in.h:1
msgid Debian
msgstr Debian

#: ../../debian/desktop-files/Debian.directory.in.h:2
msgid The Debian menu
msgstr Meniul Debian

#: ../../debian/desktop-files/KidsGames.directory.in.h:1
msgid Games for kids
msgstr Jocuri pentru copii

#: ../../debian/desktop-files/KidsGames.directory.in.h:2
msgid Kids
msgstr Copii

#: ../../debian/desktop-files/LogicGames.directory.in.h:1
msgid Logic
msgstr Logică

#: ../../debian/desktop-files/LogicGames.directory.in.h:2
msgid Logic and puzzle games
msgstr Jocuri de logică și puzzle

#: ../../debian/desktop-files/RolePlayingGames.directory.in.h:1
msgid Role playing
msgstr Role playing

#: ../../debian/desktop-files/RolePlayingGames.directory.in.h:2
msgid Role playing games
msgstr Jocuri role playing

#: ../../debian/desktop-files/SimulationGames.directory.in.h:1
msgid Simulation
msgstr Simulare

#: ../../debian/desktop-files/SimulationGames.directory.in.h:2
msgid Simulation games
msgstr Jocuri simulator

#: ../../debian/desktop-files/SportsGames.directory.in.h:1
msgid Sports
msgstr Sporturi

#: ../../debian/desktop-files/SportsGames.directory.in.h:2
msgid Sports games
msgstr Jocuri sportive

#: ../../debian/desktop-files/StrategyGames.directory.in.h:1
msgid Strategy
msgstr Strategie

#: ../../debian/desktop-files/StrategyGames.directory.in.h:2
msgid Strategy games
msgstr Jocuri de strategie

#~ msgid Editors
#~ msgstr Editoare
#~ msgid Education
#~ msgstr Educație
#~ msgid Emulators
#~ msgstr Emulatoare
#~ msgid Graphics
#~ msgstr Grafică

#, fuzzy
#~ msgid Network
#~ msgstr Rețele

#, fuzzy
#~ msgid Communication
#~ msgstr Educație
#~ msgid Programming
#~ msgstr Programare
#~ msgid Science
#~ msgstr Știință

#, fuzzy
#~ msgid Data Analysis
#~ msgstr Baze de date

#, fuzzy
#~ msgid Geoscience
#~ msgstr Știință
#~ msgid Shells
#~ msgstr Console
#~ msgid Sound
#~ msgstr Sunet
#~ msgid System
#~ msgstr Sistem

#, fuzzy
#~ msgid Terminal Emulators
#~ msgstr Emulatoare
#~ msgid Text
#~ msgstr Text
#~ msgid Viewers
#~ msgstr Vizualizatoare
#~ msgid Games
#~ msgstr Jocuri

#, fuzzy
#~ msgid Blocks
#~ msgstr Blocare ecran
#~ msgid Puzzles
#~ msgstr Perspicacitate
#~ msgid Tools
#~ msgstr Unelte
#~ msgid Toys
#~ msgstr Jucării
#~ msgid Help
#~ msgstr Ajutor
#~ msgid Screen
#~ msgstr Imagine ecran

#, fuzzy
#~ msgid Saving
#~ msgstr Protecție ecran

#, fuzzy
#~ msgid Locking
#~ msgstr Blocare ecran

#, fuzzy
#~ msgid Window Managers
#~ msgstr Administratori de ferestre

#, fuzzy
#~ msgid FVWM Modules
#~ msgstr Module

#, fuzzy
#~ msgid Window Maker
#~ msgstr Administratori de ferestre
#~ msgid Appearance
#~ msgstr Aspect
#~ msgid 

Bug#485629: freemind: New upstream release

2008-07-03 Thread Eric Lavarde - Debian
Hallo,

Daniel Baumann said:
 Hi,

 thanks for the information. However, do you have a rough ETA for 0.9.0
Not at all, it's all on the shoulders of the main developer and he refuses
the idea of a plan because it's his free time (a position one can disagree
with, but must respect).

 to appear? Will it make it into lenny?
I'm pretty sure NOT.

Sorry, Eric


 Regards,
 Daniel

-- 
Eric de France, d'Allemagne et de Navarre



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



Bug#477018: (no subject)

2008-07-03 Thread Patryk Cisek
Dependency upon python-dev ( 2.5) seems to be completely needless. I didn't 
googled out any reason for having this dependency. Without it package 
compiles and runs normally. Also there's no info in changelog, nor in BTS 
about the need of this dependency. It should be removed.

-- 
Patryk Cisek
diff --git a/debian/control b/debian/control
index 3f19892..95573ae 100644
--- debian/control
+++ debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Chris Lawrence [EMAIL PROTECTED]
 Standards-Version: 3.7.2
 Build-Depends: debhelper (= 5.0.37.2)
-Build-Depends-Indep: python-dev (= 2.3), python-dev ( 2.5), python-bibtex (= 1.2.2-3), python-gnome2, python-glade2, gettext, python-support (= 0.3)
+Build-Depends-Indep: python-dev (= 2.3), python-bibtex (= 1.2.2-3), python-gnome2, python-glade2, gettext, python-support (= 0.3)
 XS-Python-Version: current
 
 Package: pybliographer


Bug#489072: Partition table damaged

2008-07-03 Thread Robert de Bath

Package: debian-installer
Version: 20070308etch2

I did a Debian install on a machine that already had XP installed, grub
gave Error 18, I replaced this with an LBA MBR and Lilo in the partition
boot sector and got L 99 after adding ignore-table. I removed and
reinstalled the debian partitions and the install succeeded on the second
try. I was unable to repeat the failure, however, I suspect part of the
cause was the very ugly partition table (which did repeat):

Script started on Thu 03 Jul 2008 00:21:29 BST
debian:~# sfdisk -l /dev/hda

Disk /dev/hda: 77520 cylinders, 16 heads, 63 sectors/track
Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.
Units = cylinders of 516096 bytes, blocks of 1024 bytes, counting from 0

   Device Boot Start End   #cyls#blocks   Id  System
/dev/hda1  0+  15884   15885-   8006008+   7  HPFS/NTFS
end: (c,h,s) expected (1023,15,63) found (1023,239,63)
/dev/hda2   *  15889+  74890-  59001-  29736315   83  Linux
start: (c,h,s) expected (1023,15,63) found (997,0,1)
end: (c,h,s) expected (1023,15,63) found (1023,254,63)
/dev/hda3  74890+  775192630-   1325362+   5  Extended
start: (c,h,s) expected (1023,15,63) found (1023,254,63)
end: (c,h,s) expected (1023,15,63) found (1023,254,63)
/dev/hda4  0   -   0  00  Empty
/dev/hda5  74890+  775192630-   1325331   82  Linux swap / Solaris
start: (c,h,s) expected (1023,15,63) found (1023,254,63)
end: (c,h,s) expected (1023,15,63) found (1023,254,63)
debian:~# sfdisk -d /dev/hda
Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.
# partition table of /dev/hda
unit: sectors

/dev/hda1 : start=   63, size= 16012017, Id= 7
/dev/hda2 : start= 16016805, size= 59472630, Id=83, bootable
/dev/hda3 : start= 75489435, size=  2650725, Id= 5
/dev/hda4 : start=0, size=0, Id= 0
/dev/hda5 : start= 75489498, size=  2650662, Id=82
debian:~# 
Script done on Thu 03 Jul 2008 00:23:55 BST


There are three CHS values here:
   BIOS invention:   1024:240:63
   Kernel invention: 1024:16:63
   Fdisk invention:  1024:255:63

I would expect only the CHS invented by the BIOS is of any interest to
anyone. The fact that the fdisk tool you used has seen fit to invent a
layout is definitly a bug, however, is probably triggered by the kernel's
randomness. Note, before debian-installer messed with it the partition
table was identified correctly as being created under a BIOS 1024:240:63
layout by both fdisk and sfdisk. (I used fdisk to resize the windows
partition)

On install I chose Guided install on empty disk space (slightly 
paraphrased) and everything in one partition. The only other

non-henpeck option was use of UK English (it detected a laptop
install)


--
Rob.  (Robert de Bath robert$ @ debath.co.uk)
 http://www.debath.co.uk/




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



Bug#488442: maemo-select-menu-location: command not found

2008-07-03 Thread Laurent Bigonville
reopen 488442
notfixed 488442 2008-05-R1-2
thanks

Reopening

I still get an error from the postinst script

Setting up kismet (2008-05-R1-2) ...
/var/lib/dpkg/info/kismet.postinst: 33: maemo-select-menu-location: not
found dpkg: error processing kismet (--configure):
 subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
 kismet
E: Sub-process /usr/bin/dpkg returned an error code (1)

see https://bugs.launchpad.net/bugs/245011



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



Bug#489046: findutils: find -execdir + doesn't work anymore

2008-07-03 Thread James Youngman
On Thu, Jul 3, 2008 at 1:41 AM, Adam Borowski [EMAIL PROTECTED] wrote:
 Package: findutils
 Version: 4.4.0-2
 Severity: important

 The current version of find in unstable will invoke the command
 specified in -execdir + once for every file found -- as if it was
 -execdir \;.

 Should be:
 find -execdir echo '{}' +
 ./abc ./def ./ghi

 Is:
 find -execdir echo '{}' +
 ./abc
 ./def
 ./ghi

 The manpage documents the previous behaviour, and I found no mention
 of this change being intentional.

See http://savannah.gnu.org/bugs/?19593It's a consequence of the
fact that -execdir needs to run any pending command before leaving a
directory, but there's no way to tell when fts() is leaving a
directory.

 It does break quite a few
 scripts,

I'm very surprised by this.   The + forms of -exec* do not guarantee
to use any particular number of command-line arguments per exec, and
AFAIK haven't ever guaranteed that.   What scripts are broken by this
restriction that didn't already have a bug?

 and for those which work, they suddenly work insanely slow.

That's a serious problem, and that's why (upstream) bug #19593 exists.
  If you would like to work on the problem, that would be great.

Thanks,
James.



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



Bug#489075: belpic uses non-standard JVM as default

2008-07-03 Thread Riku Voipio
Package: belpic
Version: 2.6.0-4
Severity: important
Tags: patch

I'm not a belpic user, so I don't know if this actually works. However,
a cursory review of the code shows that belpic is just intersted in
having a working jvm. Kaffe isn't available on armel (hence my interest;),
although upstream cvs has now code for it. Anyways, you should use
default-jdk-builddep to pick the preferred jvm. default-jdk-builddep
will allow using different jvm on different archs.

diff -urN old/belpic-2.6.0/debian/control belpic-2.6.0/debian/control
--- old/belpic-2.6.0/debian/control 2008-07-03 06:25:34.0 +
+++ belpic-2.6.0/debian/control 2008-07-02 20:32:02.0 +
@@ -1,7 +1,7 @@
 Source: belpic
 Priority: extra
 Maintainer: Wouter Verhelst [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5.0), libopenct1-dev, libpcsclite-dev, openssl, 
libssl-dev, libwxgtk2.6-dev, scons, libqt3-mt-dev, flex, kaffe, kaffe-dev
+Build-Depends: debhelper (= 5.0), libopenct1-dev, libpcsclite-dev, openssl, 
libssl-dev, libwxgtk2.6-dev, scons, libqt3-mt-dev, flex, default-jdk-builddep
 Standards-Version: 3.7.2

 Package: libbeidlibopensc2
diff -urN old/belpic-2.6.0/debian/rules belpic-2.6.0/debian/rules
--- old/belpic-2.6.0/debian/rules   2008-07-03 06:25:34.0 +
+++ belpic-2.6.0/debian/rules   2008-07-02 20:32:28.0 +
@@ -7,7 +7,7 @@
CFLAGS+=-O2
 endif

-export JAVA_HOME=/usr/lib/kaffe
+export JAVA_HOME=/usr/lib/jvm/default-java
 export CFLAGS

 stampdir:

-- 
rm -rf only sounds scary if you don't have backups


signature.asc
Description: Digital signature


Bug#489003: severity of 489003 is serious

2008-07-03 Thread Adeodato Simó
# Automatically generated email from bts, devscripts version 2.10.33
# uninstallability is serious
severity 489003 serious




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



Bug#489074: pidgin: new upstream version 2.4.3 makes ICQ connect again

2008-07-03 Thread Gerfried Fuchs
Package: pidgin
Version: 2.4.2-2
Severity: important

Hi!

 ICQ changed its minimum protocol version again and doesn't let current
pidgin connect anymore - please upgrade to 2.4.3 as soon as you find the
time for it. If you wouldn't mind I could prepare an NMU for it, too ...

 So long,
Rhonda



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



Bug#489073: update-rc.d: warning: /etc/init.d/imapproxy missing LSB style header

2008-07-03 Thread Ralf Hildebrandt
Package: imapproxy
Version: 1.2.6-4
Severity: normal


An update reports:

update-rc.d: warning: /etc/init.d/imapproxy missing LSB style header

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25.6 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages imapproxy depends on:
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libncurses5   5.6+20080308-1 Shared libraries for terminal hand
ii  libssl0.9.8   0.9.8g-10.1SSL shared libraries
ii  libwrap0  7.6.q-15   Wietse Venema's TCP wrappers libra
ii  lsb-base  3.2-12 Linux Standard Base 3.2 init scrip

imapproxy recommends no packages.

-- debconf information:
  imapproxy/imap-server: localhost



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



Bug#485629: freemind: New upstream release

2008-07-03 Thread Daniel Baumann
Eric Lavarde - Debian wrote:
 Not at all, it's all on the shoulders of the main developer and he refuses
 the idea of a plan because it's his free time (a position one can disagree
 with, but must respect).

what a bummer.

 to appear? Will it make it into lenny?
 I'm pretty sure NOT.
 
 Sorry, Eric

ok. thanks again for sharing the information. will stop pestering you now :)

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#487638: seems fixed in upstream

2008-07-03 Thread Nicolau Werneck

Hello. Shouldn't this bug severity be grave? I installed from apt, but
could not compile a single program because of this, and I could not
find out what packages to install in order to work.

It seems it will be needed to update the file
opencv-1.0.0/otherlibs/highgui/cvcap_ffmpeg.cpp

According to 
http://thread.gmane.org/gmane.comp.lib.opencv/18634

the new program should be
http://n.saunier.free.fr/saunier/code/cvcap_ffmpeg.cpp

See you,
  ++nicolau


signature.asc
Description: Digital signature


Bug#489082: libapache2-mod-auth-openid: FTBFS: MoidConsumerBDB.cpp:120: undefined reference to `operator delete(void*)'

2008-07-03 Thread Lucas Nussbaum
Package: libapache2-mod-auth-openid
Version: 0.2-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 /usr/include/c++/4.3/bits/basic_string.h:236: undefined reference to 
 `std::basic_stringchar, std::char_traitschar, std::allocatorchar 
 ::_Rep::_M_destroy(std::allocatorchar const)'
 ./.libs/libmodauthopenid.a(MoidConsumerBDB.o):/usr/include/c++/4.3/bits/basic_string.h:236:
  more undefined references to `std::basic_stringchar, 
 std::char_traitschar, std::allocatorchar 
 ::_Rep::_M_destroy(std::allocatorchar const)' follow
 ./.libs/libmodauthopenid.a(MoidConsumerBDB.o): In function 
 `modauthopenid::MoidConsumerBDB::retrieve_assoc(std::basic_stringchar, 
 std::char_traitschar, std::allocatorchar  const, 
 std::basic_stringchar, std::char_traitschar, std::allocatorchar  
 const)':
 /build/user-libapache2-mod-auth-openid_0.2-2-amd64-etuf8b/libapache2-mod-auth-openid-0.2-2/storage/MoidConsumerBDB.cpp:101:
  undefined reference to `std::basic_stringchar, std::char_traitschar, 
 std::allocatorchar ::~basic_string()'
 /build/user-libapache2-mod-auth-openid_0.2-2-amd64-etuf8b/libapache2-mod-auth-openid-0.2-2/storage/MoidConsumerBDB.cpp:110:
  undefined reference to `std::basic_stringchar, std::char_traitschar, 
 std::allocatorchar ::~basic_string()'
 /build/user-libapache2-mod-auth-openid_0.2-2-amd64-etuf8b/libapache2-mod-auth-openid-0.2-2/storage/MoidConsumerBDB.cpp:110:
  undefined reference to `std::basic_stringchar, std::char_traitschar, 
 std::allocatorchar ::~basic_string()'
 /build/user-libapache2-mod-auth-openid_0.2-2-amd64-etuf8b/libapache2-mod-auth-openid-0.2-2/storage/MoidConsumerBDB.cpp:110:
  undefined reference to `std::basic_stringchar, std::char_traitschar, 
 std::allocatorchar ::~basic_string()'
 /build/user-libapache2-mod-auth-openid_0.2-2-amd64-etuf8b/libapache2-mod-auth-openid-0.2-2/storage/MoidConsumerBDB.cpp:110:
  undefined reference to `std::basic_stringchar, std::char_traitschar, 
 std::allocatorchar ::~basic_string()'
 ./.libs/libmodauthopenid.a(MoidConsumerBDB.o):/build/user-libapache2-mod-auth-openid_0.2-2-amd64-etuf8b/libapache2-mod-auth-openid-0.2-2/storage/MoidConsumerBDB.cpp:120:
  more undefined references to `std::basic_stringchar, 
 std::char_traitschar, std::allocatorchar ::~basic_string()' follow
 ./.libs/libmodauthopenid.a(MoidConsumerBDB.o): In function 
 `modauthopenid::MoidConsumerBDB::retrieve_assoc(std::basic_stringchar, 
 std::char_traitschar, std::allocatorchar  const, 
 std::basic_stringchar, std::char_traitschar, std::allocatorchar  
 const)':
 /build/user-libapache2-mod-auth-openid_0.2-2-amd64-etuf8b/libapache2-mod-auth-openid-0.2-2/storage/MoidConsumerBDB.cpp:120:
  undefined reference to `operator delete(void*)'
 /build/user-libapache2-mod-auth-openid_0.2-2-amd64-etuf8b/libapache2-mod-auth-openid-0.2-2/storage/MoidConsumerBDB.cpp:120:
  undefined reference to `std::basic_stringchar, std::char_traitschar, 
 std::allocatorchar ::~basic_string()'
 /build/user-libapache2-mod-auth-openid_0.2-2-amd64-etuf8b/libapache2-mod-auth-openid-0.2-2/storage/MoidConsumerBDB.cpp:120:
  undefined reference to `std::basic_stringchar, std::char_traitschar, 
 std::allocatorchar ::~basic_string()'
 /build/user-libapache2-mod-auth-openid_0.2-2-amd64-etuf8b/libapache2-mod-auth-openid-0.2-2/storage/MoidConsumerBDB.cpp:120:
  undefined reference to `std::basic_stringchar, std::char_traitschar, 
 std::allocatorchar ::~basic_string()'
 ./.libs/libmodauthopenid.a(MoidConsumerBDB.o): In function 
 `__gnu_cxx::new_allocatorunsigned char::deallocate(unsigned char*, unsigned 
 int)':
 /usr/include/c++/4.3/ext/new_allocator.h:98: undefined reference to `operator 
 delete(void*)'
 ./.libs/libmodauthopenid.a(MoidConsumerBDB.o): In function 
 `modauthopenid::MoidConsumerBDB::retrieve_assoc(std::basic_stringchar, 
 std::char_traitschar, std::allocatorchar  const, 
 std::basic_stringchar, std::char_traitschar, std::allocatorchar  
 const)':
 /build/user-libapache2-mod-auth-openid_0.2-2-amd64-etuf8b/libapache2-mod-auth-openid-0.2-2/storage/MoidConsumerBDB.cpp:98:
  undefined reference to `std::basic_stringchar, std::char_traitschar, 
 std::allocatorchar ::~basic_string()'
 /build/user-libapache2-mod-auth-openid_0.2-2-amd64-etuf8b/libapache2-mod-auth-openid-0.2-2/storage/MoidConsumerBDB.cpp:118:
  undefined reference to `std::basic_stringchar, std::char_traitschar, 
 std::allocatorchar ::~basic_string()'
 ./.libs/libmodauthopenid.a(MoidConsumerBDB.o): In function `association':
 /usr/include/opkele/association.h:56: undefined reference to 
 `std::basic_stringchar, std::char_traitschar, std::allocatorchar 
 ::~basic_string()'
 ./.libs/libmodauthopenid.a(MoidConsumerBDB.o): In function `operator+char, 
 std::char_traitschar, std::allocatorchar ':
 /usr/include/c++/4.3/bits/basic_string.h:2125: undefined reference to 
 `std::basic_stringchar, 

Bug#489079: gtklookat: FTBFS: Nonexistent build-dependency: libopenvrml5-dev

2008-07-03 Thread Lucas Nussbaum
Package: gtklookat
Version: 0.13.0-6
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.0), quilt, libopenvrml5-dev (= 0.15.10-6), 
 libgtk2.0-dev, libgtkgl2.0-dev, libglu1-mesa-dev | libglu1-xorg-dev
 Checking for already installed source dependencies...
 W: Unable to locate package libopenvrml5-dev
 debhelper: missing
 Using default version 7.0.13
 quilt: missing
 libopenvrml5-dev: missing
 Default version of libopenvrml5-dev not sufficient, no suitable version 
 found. Skipping for now, maybe there are alternatives.
 libgtk2.0-dev: missing
 libgtkgl2.0-dev: missing
 libglu1-mesa-dev: missing
 libglu1-xorg-dev: missing
 Checking for source dependency conflicts...
 Reading package lists...
 Building dependency tree...
 Reading state information...
 E: Couldn't find package libopenvrml5-dev

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/07/02

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#489081: lua-curl: FTBFS: lua-curl.c:1322: undefined reference to `luaL_newmetatable'

2008-07-03 Thread Lucas Nussbaum
Package: lua-curl
Version: 0.2.1-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 DC-Build-Header: lua-curl 0.2.1-3 / Thu Jul 03 00:26:08 +0200 2008
 Automatic build of lua-curl_0.2.1-3 on bordereau-41.bordeaux.grid5000.fr by 
 sbuild/amd64 0.57.3
 Build started at 20080703-0026
 **
 Checking available source versions...
 Fetching source files...
 Reading package lists...
 Building dependency tree...
 Reading state information...
 Need to get 19.0kB of source archives.
 Get:1 http://localhost sid/main lua-curl 0.2.1-3 (dsc) [861B]
 Get:2 http://localhost sid/main lua-curl 0.2.1-3 (tar) [14.8kB]
 Get:3 http://localhost sid/main lua-curl 0.2.1-3 (diff) [3332B]
 Fetched 19.0kB in 0s (69.7kB/s)
 Download complete and in download only mode
 ** Using build dependencies supplied by package:
 Build-Depends: cdbs (= 0.4.23-1.1), debhelper (= 5), dpatch, 
 libcurl4-gnutls-dev (= 7.15.0-2), lua5.1-policy-dev (= 8)
 Checking for already installed source dependencies...
 cdbs: missing
 Using default version 0.4.52
 debhelper: missing
 Using default version 7.0.13
 dpatch: missing
 libcurl4-gnutls-dev: missing
 Using default version 7.18.2-4
 lua5.1-policy-dev: missing
 Using default version 20
 Checking for source dependency conflicts...
 Reading package lists...
 Building dependency tree...
 Reading state information...
 The following packages were automatically installed and are no longer 
 required:
   libgpmg1 libopencdk10
 Use 'apt-get autoremove' to remove them.
 The following extra packages will be installed:
   autotools-dev ca-certificates comerr-dev file gettext gettext-base
   groff-base html2text intltool-debian libcurl3-gnutls libgcrypt11-dev
   libglib2.0-0 libgnutls-dev libgpg-error-dev libidn11 libidn11-dev libkadm55
   libkeyutils1 libkrb5-dev libkrb53 libldap2-dev liblua5.1-0 liblua5.1-0-dev
   libmagic1 libncurses5-dev libpcre3 libreadline5-dev libssl0.9.8
   libtasn1-3-dev libtool lua5.1 man-db openssl pkg-config po-debconf
   zlib1g-dev
 Suggested packages:
   devscripts doc-base dh-make curl cvs gettext-doc groff libcurl3-dbg
   libgcrypt11-doc gnutls-doc gnutls-bin guile-gnutls krb5-doc krb5-user
   autoconf automaken gcj libtool-doc www-browser
 Recommended packages:
   patchutils libglib2.0-data libltdl3-dev subversion libmail-sendmail-perl
   libcompress-zlib-perl libmail-box-perl
 The following NEW packages will be installed:
   autotools-dev ca-certificates cdbs comerr-dev debhelper dpatch file gettext
   gettext-base groff-base html2text intltool-debian libcurl3-gnutls
   libcurl4-gnutls-dev libgcrypt11-dev libglib2.0-0 libgnutls-dev
   libgpg-error-dev libidn11 libidn11-dev libkadm55 libkeyutils1 libkrb5-dev
   libkrb53 libldap2-dev liblua5.1-0 liblua5.1-0-dev libmagic1 libncurses5-dev
   libpcre3 libreadline5-dev libssl0.9.8 libtasn1-3-dev libtool lua5.1
   lua5.1-policy-dev man-db openssl pkg-config po-debconf zlib1g-dev
 0 upgraded, 41 newly installed, 0 to remove and 0 not upgraded.
 Need to get 19.3MB of archives.
 After this operation, 52.7MB of additional disk space will be used.
 WARNING: The following packages cannot be authenticated!
   groff-base libssl0.9.8 man-db libmagic1 file gettext-base libidn11
   libkeyutils1 libkrb53 libpcre3 autotools-dev openssl ca-certificates
   html2text gettext intltool-debian po-debconf debhelper cdbs dpatch
   libcurl3-gnutls libgpg-error-dev libgcrypt11-dev zlib1g-dev libtasn1-3-dev
   libgnutls-dev libglib2.0-0 pkg-config libidn11-dev libkadm55 comerr-dev
   libkrb5-dev libldap2-dev libcurl4-gnutls-dev liblua5.1-0 libncurses5-dev
   libreadline5-dev liblua5.1-0-dev libtool lua5.1 lua5.1-policy-dev
 Authentication warning overridden.
 Get:1 http://localhost sid/main groff-base 1.18.1.1-20 [846kB]
 Get:2 http://localhost sid/main libssl0.9.8 0.9.8g-10.1 [2901kB]
 Get:3 http://localhost sid/main man-db 2.5.2-1 [1035kB]
 Get:4 http://localhost sid/main libmagic1 4.24-4 [358kB]
 Get:5 http://localhost sid/main file 4.24-4 [42.7kB]
 Get:6 http://localhost sid/main gettext-base 0.17-3 [117kB]
 Get:7 http://localhost sid/main libidn11 1.8+20080606-1 [141kB]
 Get:8 http://localhost sid/main libkeyutils1 1.2-7 [5230B]
 Get:9 http://localhost sid/main libkrb53 1.6.dfsg.4~beta1-3 [480kB]
 Get:10 http://localhost sid/main libpcre3 7.6-2 [208kB]
 Get:11 http://localhost sid/main autotools-dev 20080123.1 [63.0kB]
 Get:12 http://localhost sid/main openssl 0.9.8g-10.1 [1010kB]
 Get:13 http://localhost sid/main ca-certificates 20080617 [151kB]
 Get:14 http://localhost sid/main html2text 1.3.2a-3 [98.9kB]
 Get:15 http://localhost sid/main gettext 0.17-3 [2672kB]
 Get:16 http://localhost sid/main intltool-debian 0.35.0+20060710.1 [30.8kB]
 Get:17 http://localhost sid/main po-debconf 1.0.15 [237kB]
 Get:18 http://localhost sid

Bug#489091: collectd: FTBFS: apache.c:359: undefined reference to `plugin_register_config'

2008-07-03 Thread Lucas Nussbaum
Package: collectd
Version: 4.4.1-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 i486-linux-gnu-gcc -shared  .libs/apache_la-apache.o  
 /usr/lib/libcurl-gnutls.so  -Wl,-z -Wl,defs -Wl,-soname -Wl,apache.so -o 
 .libs/apache.so
 .libs/apache_la-apache.o: In function `module_register':
 /build/user-collectd_4.4.1-1-amd64-ENv2rc/collectd-4.4.1-1/src/apache.c:359: 
 undefined reference to `plugin_register_config'
 /build/user-collectd_4.4.1-1-amd64-ENv2rc/collectd-4.4.1-1/src/apache.c:361: 
 undefined reference to `plugin_register_init'
 /build/user-collectd_4.4.1-1-amd64-ENv2rc/collectd-4.4.1-1/src/apache.c:362: 
 undefined reference to `plugin_register_read'
 .libs/apache_la-apache.o: In function `submit_counter':
 /build/user-collectd_4.4.1-1-amd64-ENv2rc/collectd-4.4.1-1/src/apache.c:195: 
 undefined reference to `interval_g'
 /build/user-collectd_4.4.1-1-amd64-ENv2rc/collectd-4.4.1-1/src/apache.c:202: 
 undefined reference to `hostname_g'
 /build/user-collectd_4.4.1-1-amd64-ENv2rc/collectd-4.4.1-1/src/apache.c:213: 
 undefined reference to `plugin_dispatch_values'
 .libs/apache_la-apache.o: In function `submit_gauge':
 /build/user-collectd_4.4.1-1-amd64-ENv2rc/collectd-4.4.1-1/src/apache.c:220: 
 undefined reference to `interval_g'
 /build/user-collectd_4.4.1-1-amd64-ENv2rc/collectd-4.4.1-1/src/apache.c:227: 
 undefined reference to `hostname_g'
 /build/user-collectd_4.4.1-1-amd64-ENv2rc/collectd-4.4.1-1/src/apache.c:238: 
 undefined reference to `plugin_dispatch_values'
 .libs/apache_la-apache.o: In function `apache_read':
 /build/user-collectd_4.4.1-1-amd64-ENv2rc/collectd-4.4.1-1/src/apache.c:330: 
 undefined reference to `strsplit'
 /build/user-collectd_4.4.1-1-amd64-ENv2rc/collectd-4.4.1-1/src/apache.c:312: 
 undefined reference to `plugin_log'
 .libs/apache_la-apache.o: In function `init':
 /build/user-collectd_4.4.1-1-amd64-ENv2rc/collectd-4.4.1-1/src/apache.c:153: 
 undefined reference to `plugin_log'
 /build/user-collectd_4.4.1-1-amd64-ENv2rc/collectd-4.4.1-1/src/apache.c:137: 
 undefined reference to `plugin_log'
 /build/user-collectd_4.4.1-1-amd64-ENv2rc/collectd-4.4.1-1/src/apache.c:125: 
 undefined reference to `plugin_log'
 .libs/apache_la-apache.o: In function `apache_curl_callback':
 /build/user-collectd_4.4.1-1-amd64-ENv2rc/collectd-4.4.1-1/src/apache.c:73: 
 undefined reference to `plugin_log'
 collect2: ld returned 1 exit status

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/07/02

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#489089: pycurl: FTBFS: pycurl.c:2566: undefined reference to `PyErr_SetString'

2008-07-03 Thread Lucas Nussbaum
Package: pycurl
Version: 7.18.2-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 gcc -pthread -shared -g -O2 build/temp.linux-i686-2.4/src/pycurl.o -lcurl 
 -lidn -lldap -lrt -lgssapi_krb5 -lgssapi_krb5 -lz -lgnutls -o 
 build/lib.linux-i686-2.4/pycurl.so -Wl,-z,defs /usr/lib/libcurl.a -Wl,-z,defs
 build/temp.linux-i686-2.4/src/pycurl.o: In function `check_multi_add_remove':
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:2566: 
 undefined reference to `PyErr_SetString'
 build/temp.linux-i686-2.4/src/pycurl.o: In function `pycurl_ssl_mutex_create':
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:441: 
 undefined reference to `PyThread_allocate_lock'
 build/temp.linux-i686-2.4/src/pycurl.o: In function 
 `pycurl_ssl_mutex_destroy':
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:450: 
 undefined reference to `PyThread_free_lock'
 build/temp.linux-i686-2.4/src/pycurl.o: In function `do_share_new':
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:570: 
 undefined reference to `_PyObject_GC_New'
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:572: 
 undefined reference to `PyObject_GC_Track'
 build/temp.linux-i686-2.4/src/pycurl.o: In function `share_lock_new':
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:507: 
 undefined reference to `PyMem_Malloc'
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:511: 
 undefined reference to `PyThread_allocate_lock'
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:519: 
 undefined reference to `PyThread_free_lock'
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:522: 
 undefined reference to `PyMem_Free'
 build/temp.linux-i686-2.4/src/pycurl.o: In function `do_share_new':
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:587: 
 undefined reference to `PyErr_SetString'
 build/temp.linux-i686-2.4/src/pycurl.o: In function `do_multi_new':
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:2147: 
 undefined reference to `_PyObject_GC_New'
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:2149: 
 undefined reference to `PyObject_GC_Track'
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:2165: 
 undefined reference to `PyErr_SetString'
 build/temp.linux-i686-2.4/src/pycurl.o: In function `util_curl_new':
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:712: 
 undefined reference to `_PyObject_GC_New'
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:715: 
 undefined reference to `PyObject_GC_Track'
 build/temp.linux-i686-2.4/src/pycurl.o: In function `do_curl_new':
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:814: 
 undefined reference to `PyErr_SetString'
 build/temp.linux-i686-2.4/src/pycurl.o: In function `vi_str':
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:3121: 
 undefined reference to `PyString_FromString'
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:3116: 
 undefined reference to `_Py_NoneStruct'
 build/temp.linux-i686-2.4/src/pycurl.o: In function `do_version_info':
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:3135: 
 undefined reference to `PyArg_ParseTuple'
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:3149: 
 undefined reference to `PyTuple_New'
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:3158: 
 undefined reference to `PyTuple_New'
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:3164: 
 undefined reference to `PyInt_FromLong'
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:3166: 
 undefined reference to `PyInt_FromLong'
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:3168: 
 undefined reference to `PyInt_FromLong'
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:3170: 
 undefined reference to `PyInt_FromLong'
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:3174: 
 undefined reference to `PyInt_FromLong'
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:3140: 
 undefined reference to `PyErr_SetString'
 build/temp.linux-i686-2.4/src/pycurl.o: In function `do_global_cleanup':
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:3108: 
 undefined reference to `_Py_NoneStruct'
 build/temp.linux-i686-2.4/src/pycurl.o: In function `do_global_init':
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:3077: 
 undefined reference to `PyArg_ParseTuple'
 /build/user-pycurl_7.18.2-1-amd64-tH0b35/pycurl-7.18.2-1/src/pycurl.c:3095: 
 undefined reference to `_Py_NoneStruct'

Bug#489077: wxwidgets2.8: FTBFS: ../../../../contrib/src/mmedia/../../include/wx/mmedia/vidbase.h:19: 23: error: calling fdopen: Bad file descriptor

2008-07-03 Thread Lucas Nussbaum
Package: wxwidgets2.8
Version: 2.8.7.1-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 g++ -shared -fPIC -o 
 /build/user-wxwidgets2.8_2.8.7.1-1-amd64-ov_5iY/wxwidgets2.8-2.8.7.1-1/objs_gtk_sh/lib/libwx_gtk2u_2.8.7.1_gizmos_xrc-2.8.so.0.4.0
   gizmos_xrcdll_xh_statpict.o 
 -L/build/user-wxwidgets2.8_2.8.7.1-1-amd64-ov_5iY/wxwidgets2.8-2.8.7.1-1/objs_gtk_sh/lib
  -pthread 
 -L/build/user-wxwidgets2.8_2.8.7.1-1-amd64-ov_5iY/wxwidgets2.8-2.8.7.1-1/objs_gtk_sh/lib
-Wl,-soname,libwx_gtk2u_2.8.7.1_gizmos_xrc-2.8.so.0   -lz -ldl -lm 
 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm 
 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 
 -lXinerama -lSM -lpng -lz -ljpeg -ltiff   -lwxregexu_2.8.7.1-2.8  -pthread  
 -Wl,--version-script,/build/user-wxwidgets2.8_2.8.7.1-1-amd64-ov_5iY/wxwidgets2.8-2.8.7.1-1/objs_gtk_sh/version-script
  -lz -ldl -lm  -lwx_gtk2u_2.8.7.1_gizmos-2.8 -lwx_gtk2u_2.8.7.1_xrc-2.8  
 -lwx_baseu_2.8.7.1_xml-2.8 -lexpat -lwx_gtk2u_2.8.7.1_core-2.8  
 -lwx_baseu_2.8.7.1-2.8
 (cd 
 /build/user-wxwidgets2.8_2.8.7.1-1-amd64-ov_5iY/wxwidgets2.8-2.8.7.1-1/objs_gtk_sh/lib/;
  rm -f libwx_gtk2u_2.8.7.1_gizmos_xrc-2.8.so 
 libwx_gtk2u_2.8.7.1_gizmos_xrc-2.8.so.0; ln -s 
 libwx_gtk2u_2.8.7.1_gizmos_xrc-2.8.so.0.4.0 
 libwx_gtk2u_2.8.7.1_gizmos_xrc-2.8.so.0; ln -s 
 libwx_gtk2u_2.8.7.1_gizmos_xrc-2.8.so.0 libwx_gtk2u_2.8.7.1_gizmos_xrc-2.8.so)
 make[2]: Leaving directory 
 `/build/user-wxwidgets2.8_2.8.7.1-1-amd64-ov_5iY/wxwidgets2.8-2.8.7.1-1/objs_gtk_sh/contrib/src/gizmos'
 make[2]: Entering directory 
 `/build/user-wxwidgets2.8_2.8.7.1-1-amd64-ov_5iY/wxwidgets2.8-2.8.7.1-1/objs_gtk_sh/contrib/src/mmedia'
 /build/user-wxwidgets2.8_2.8.7.1-1-amd64-ov_5iY/wxwidgets2.8-2.8.7.1-1/objs_gtk_sh/bk-make-pch
  .pch/wxprec_mmediadll/wx/wxprec.h.gch wx/wxprec.h g++ 
 -I.pch/wxprec_mmediadll -D__WXGTK__ 
 -I../../../../contrib/src/mmedia/../../include -DWXUSINGDLL 
 -DWXMAKINGDLL_MMEDIA -fPIC -DPIC -DWX_PRECOMP -D_FILE_OFFSET_BITS=64 
 -D_LARGE_FILES 
 -I/build/user-wxwidgets2.8_2.8.7.1-1-amd64-ov_5iY/wxwidgets2.8-2.8.7.1-1/objs_gtk_sh/lib/wx/include/gtk2-unicode-release-2.8-2.8.7.1
  -I../../../../include -pthread -I/usr/include/gtk-2.0 
 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 
 -pthread -DORBIT2=1 -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/gconf/2 
 -I/usr/include/orbit-2.0 -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -O2 
 -fno-strict-aliasing -I/usr/include/libgnomeprintui-2.2 
 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomecanvas-2.0 
 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 
 -I/usr/include/gtk-2.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 
 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 
 -I/usr/include/pixman-1 -g -O2
 /build/user-wxwidgets2.8_2.8.7.1-1-amd64-ov_5iY/wxwidgets2.8-2.8.7.1-1/objs_gtk_sh/bk-deps
  g++ -c -o mmediadll_cdunix.o -I.pch/wxprec_mmediadll -D__WXGTK__ 
 -I../../../../contrib/src/mmedia/../../include -DWXUSINGDLL 
 -DWXMAKINGDLL_MMEDIA -fPIC -DPIC -DWX_PRECOMP -D_FILE_OFFSET_BITS=64 
 -D_LARGE_FILES 
 -I/build/user-wxwidgets2.8_2.8.7.1-1-amd64-ov_5iY/wxwidgets2.8-2.8.7.1-1/objs_gtk_sh/lib/wx/include/gtk2-unicode-release-2.8-2.8.7.1
  -I../../../../include -pthread -I/usr/include/gtk-2.0 
 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 
 -pthread -DORBIT2=1 -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/gconf/2 
 -I/usr/include/orbit-2.0 -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -O2 
 -fno-strict-aliasing -I/usr/include/libgnomeprintui-2.2 
 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomecanvas-2.0 
 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 
 -I/usr/include/gtk-2.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 
 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 
 -I/usr/include/pixman-1 -g -O2 ../../../../contrib/src/mmedia/cdunix.cpp
 /build/user-wxwidgets2.8_2.8.7.1-1-amd64-ov_5iY/wxwidgets2.8-2.8.7.1-1/objs_gtk_sh/bk-deps
  g++ -c -o mmediadll_sndesd.o -I.pch/wxprec_mmediadll -D__WXGTK__ 
 -I../../../../contrib/src/mmedia/../../include -DWXUSINGDLL 
 

Bug#489086: asterisk: FTBFS: func_curl.c:186: undefined reference to `ast_custom_function_unregister'

2008-07-03 Thread Lucas Nussbaum
Package: asterisk
Version: 1:1.4.20~dfsg-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 i486-linux-gnu-gcc  -o func_curl.so -pthread  -shared -Xlinker -x func_curl.o 
  -lcurl -Wl,-z,defs
 func_curl.o: In function `unload_module':
 /build/user-asterisk_1.4.20~dfsg-1-amd64-2LM2eq/asterisk-1.4.20~dfsg-1/funcs/func_curl.c:186:
  undefined reference to `ast_custom_function_unregister'
 /build/user-asterisk_1.4.20~dfsg-1-amd64-2LM2eq/asterisk-1.4.20~dfsg-1/funcs/func_curl.c:188:
  undefined reference to `__ast_module_user_hangup_all'
 func_curl.o: In function `load_module':
 /build/user-asterisk_1.4.20~dfsg-1-amd64-2LM2eq/asterisk-1.4.20~dfsg-1/funcs/func_curl.c:204:
  undefined reference to `ast_custom_function_register'
 /build/user-asterisk_1.4.20~dfsg-1-amd64-2LM2eq/asterisk-1.4.20~dfsg-1/funcs/func_curl.c:200:
  undefined reference to `ast_log'
 func_curl.o: In function `acf_curl_exec':
 /build/user-asterisk_1.4.20~dfsg-1-amd64-2LM2eq/asterisk-1.4.20~dfsg-1/funcs/func_curl.c:144:
  undefined reference to `__ast_module_user_add'
 /build/user-asterisk_1.4.20~dfsg-1-amd64-2LM2eq/asterisk-1.4.20~dfsg-1/funcs/func_curl.c:146:
  undefined reference to `ast_app_separate_args'
 /build/user-asterisk_1.4.20~dfsg-1-amd64-2LM2eq/asterisk-1.4.20~dfsg-1/funcs/func_curl.c:149:
  undefined reference to `ast_autoservice_start'
 /build/user-asterisk_1.4.20~dfsg-1-amd64-2LM2eq/asterisk-1.4.20~dfsg-1/funcs/func_curl.c:165:
  undefined reference to `ast_autoservice_stop'
 /build/user-asterisk_1.4.20~dfsg-1-amd64-2LM2eq/asterisk-1.4.20~dfsg-1/funcs/func_curl.c:167:
  undefined reference to `__ast_module_user_remove'
 /build/user-asterisk_1.4.20~dfsg-1-amd64-2LM2eq/asterisk-1.4.20~dfsg-1/funcs/func_curl.c:140:
  undefined reference to `ast_log'
 func_curl.o: In function `_ast_calloc':
 /build/user-asterisk_1.4.20~dfsg-1-amd64-2LM2eq/asterisk-1.4.20~dfsg-1/include/asterisk/utils.h:359:
  undefined reference to `ast_log'
 func_curl.o: In function `acf_curl_exec':
 /build/user-asterisk_1.4.20~dfsg-1-amd64-2LM2eq/asterisk-1.4.20~dfsg-1/funcs/func_curl.c:161:
  undefined reference to `ast_log'
 func_curl.o: In function `_ast_malloc':
 /build/user-asterisk_1.4.20~dfsg-1-amd64-2LM2eq/asterisk-1.4.20~dfsg-1/include/asterisk/utils.h:336:
  undefined reference to `ast_log'
 func_curl.o: In function `__unreg_module':
 /build/user-asterisk_1.4.20~dfsg-1-amd64-2LM2eq/asterisk-1.4.20~dfsg-1/funcs/func_curl.c:209:
  undefined reference to `ast_module_unregister'
 func_curl.o: In function `__reg_module':
 /build/user-asterisk_1.4.20~dfsg-1-amd64-2LM2eq/asterisk-1.4.20~dfsg-1/funcs/func_curl.c:209:
  undefined reference to `ast_module_register'
 func_curl.o: In function `__unregister_file_version':
 /build/user-asterisk_1.4.20~dfsg-1-amd64-2LM2eq/asterisk-1.4.20~dfsg-1/funcs/func_curl.c:37:
  undefined reference to `ast_unregister_file_version'
 func_curl.o: In function `__register_file_version':
 /build/user-asterisk_1.4.20~dfsg-1-amd64-2LM2eq/asterisk-1.4.20~dfsg-1/funcs/func_curl.c:37:
  undefined reference to `ast_register_file_version'
 collect2: ld returned 1 exit status

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/07/02

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#489087: fatresize: FTBFS: Nonexistent build-dependency: libparted1.7-dev

2008-07-03 Thread Lucas Nussbaum
Package: fatresize
Version: 1.0.2-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 5), autotools-dev, uuid-dev, libparted1.7-dev, 
 docbook-to-man, docbook-utils
 Checking for already installed source dependencies...
 W: Unable to locate package libparted1.7-dev
 debhelper: missing
 Using default version 7.0.13
 autotools-dev: missing
 uuid-dev: missing
 libparted1.7-dev: missing
 docbook-to-man: missing
 docbook-utils: missing
 Checking for source dependency conflicts...
 Reading package lists...
 Building dependency tree...
 Reading state information...
 E: Couldn't find package libparted1.7-dev

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/07/02

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#489083: inkscape: FTBFS: extension/internal/pdfinput/pdf-parser.cpp:2248: error: no matching function for call to 'GfxFont::getNextChar(char*, int, CharCode*, Unicode [8], int, int*, double*, do

2008-07-03 Thread Lucas Nussbaum
Package: inkscape
Version: 0.46-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
   i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..   -I/usr/include/freetype2  
 -pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 
 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 
 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
  -DRELAYTOOL_CRYPTO='static const int libcrypto_is_present = 1; static int 
 __attribute__((unused)) libcrypto_symbol_is_present(char *m) { return 1; }' 
 -DRELAYTOOL_SSL='static const int libssl_is_present = 1; static int 
 __attribute__((unused)) libssl_symbol_is_present(char *m) { return 1; }'   
 -DHAVE_SSL -I/usr/include/libwpg-0.1 -I/usr/include/libwpd-0.8   
 -I/usr/include/freetype2   -I/usr/include/poppler   
 -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/gtk-2.0 
 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/freetype2 
 -I/usr/include/libpng12 -I/usr/include/pixman-1   -DPOTRACE=\potrace\ 
 -pthread -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include 
 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include 
 -I/usr/include/pangomm-1.4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
 -I/usr/include/cairomm-1.0 -I/usr/include/sigc++-2.0 
 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo 
 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 
 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include 
 -I/usr/include/atkmm-1.6 -I/usr/include/atk-1.0 -I/usr/include/libxml2 
 -I/usr/include/gtkspell-2.0   -I../cxxtest-Wall -g -O2   -MT 
 extension/internal/pdfinput/pdf-parser.o -MD -MP -MF $depbase.Tpo -c -o 
 extension/internal/pdfinput/pdf-parser.o 
 extension/internal/pdfinput/pdf-parser.cpp \
   mv -f $depbase.Tpo $depbase.Po
 In file included from /usr/include/poppler/Gfx.h:18,
  from extension/internal/pdfinput/pdf-parser.cpp:32:
 /usr/include/poppler/Object.h: In member function 'int 
 Object::arrayGetLength()':
 /usr/include/poppler/Object.h:244: warning: deprecated conversion from string 
 constant to 'char*'
 /usr/include/poppler/Object.h: In member function 'void 
 Object::arrayAdd(Object*)':
 /usr/include/poppler/Object.h:247: warning: deprecated conversion from string 
 constant to 'char*'
 /usr/include/poppler/Object.h: In member function 'Object* 
 Object::arrayGet(int, Object*)':
 /usr/include/poppler/Object.h:250: warning: deprecated conversion from string 
 constant to 'char*'
 /usr/include/poppler/Object.h: In member function 'Object* 
 Object::arrayGetNF(int, Object*)':
 /usr/include/poppler/Object.h:253: warning: deprecated conversion from string 
 constant to 'char*'
 In file included from /usr/include/poppler/Gfx.h:18,
  from extension/internal/pdfinput/pdf-parser.cpp:32:
 /usr/include/poppler/Object.h: In member function 'int 
 Object::dictGetLength()':
 /usr/include/poppler/Object.h:262: warning: deprecated conversion from string 
 constant to 'char*'
 /usr/include/poppler/Object.h: In member function 'void 
 Object::dictAdd(char*, Object*)':
 /usr/include/poppler/Object.h:265: warning: deprecated conversion from string 
 constant to 'char*'
 /usr/include/poppler/Object.h: In member function 'void 
 Object::dictSet(char*, Object*)':
 /usr/include/poppler/Object.h:268: warning: deprecated conversion from string 
 constant to 'char*'
 /usr/include/poppler/Object.h: In member function 'GBool 
 Object::dictIs(char*)':
 /usr/include/poppler/Object.h:271: warning: deprecated conversion from string 
 constant to 'char*'
 /usr/include/poppler/Object.h: In member function 'Object* 
 Object::dictLookup(char*, Object*)':
 /usr/include/poppler/Object.h:277: warning: deprecated conversion from string 
 constant to 'char*'
 /usr/include/poppler/Object.h: In member function 'Object* 
 Object::dictLookupNF(char*, Object*)':
 /usr/include/poppler/Object.h:280: warning: deprecated conversion from string 
 constant to 'char*'
 /usr/include/poppler/Object.h: In member function 'char* 
 Object::dictGetKey(int)':
 /usr/include/poppler/Object.h:283: warning: deprecated conversion from string 
 constant to 'char*'
 /usr/include/poppler/Object.h: In member function 'Object* 
 Object::dictGetVal(int, Object*)':
 /usr/include/poppler/Object.h:286: warning: deprecated conversion from string 
 constant to 'char*'
 /usr/include/poppler/Object.h: In member function 'Object* 
 Object::dictGetValNF(int, Object*)':
 /usr/include/poppler/Object.h:289: warning: deprecated conversion from string 
 constant to 'char*'
 In file included from /usr/include/poppler/Gfx.h:18,
  from extension/internal/pdfinput/pdf-parser.cpp:32:
 

Bug#489093: icedove: FTBFS: nsFontMetricsPS.cpp:728: undefined reference to `FcPatternGetString'

2008-07-03 Thread Lucas Nussbaum
Package: icedove
Version: 2.0.0.14-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 g++  -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith 
 -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy 
 -Wno-non-virtual-dtor -Wno-long-long -pedantic -fshort-wchar -pthread -pipe  
 -DNDEBUG -DTRIMMED -pipe -w -O2 -fno-strict-aliasing -g 
 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 
 -I/usr/include/pixman-1   -fPIC -shared -Wl,-z,defs -Wl,-h,libgfxps.so -o 
 libgfxps.so  nsDeviceContextPS.o nsFontMetricsPS.o nsEPSObjectPS.o 
 nsRenderingContextPS.o nsPostScriptObj.o nsAFMObject.o nsGfxFactoryPS.o 
 nsTempfilePS.o nsPrintJobPS.o nsPrintJobFactoryPS.o nsType1.o   
 -L../../../dist/bin -L../../../dist/lib -lgfxshared_s -lgfxpsshar -lmozutil_s 
 -lgkgfx -L../../../dist/bin -lxpcom -lxpcom_core  -L../../../dist/bin 
 -L/usr/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl 
 ../../../dist/lib/libunicharutil_s.a  -lXft   -lfreetype -lz  
 -Wl,--version-script 
 -Wl,../../../build/unix/gnu-ld-scripts/components-version-script 
 -Wl,-Bsymbolic -ldl -lm
 nsFontMetricsPS.o: In function `nsXftEntry':
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:728:
  undefined reference to `FcPatternGetString'
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:732:
  undefined reference to `FcPatternGetString'
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:736:
  undefined reference to `FcPatternGetString'
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:740:
  undefined reference to `FcPatternGetInteger'
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:728:
  undefined reference to `FcPatternGetString'
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:732:
  undefined reference to `FcPatternGetString'
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:736:
  undefined reference to `FcPatternGetString'
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:740:
  undefined reference to `FcPatternGetInteger'
 nsFontMetricsPS.o: In function `nsFontPSXft::FindFont(unsigned short, nsFont 
 const, nsFontMetricsPS*)':
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:839:
  undefined reference to `FcCharSetHasChar'
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:909:
  undefined reference to `FcPatternCreate'
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:948:
  undefined reference to `FcPatternAddInteger'
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:951:
  undefined reference to `FcPatternAddInteger'
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:954:
  undefined reference to `FcConfigSubstitute'
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:955:
  undefined reference to `FcDefaultSubstitute'
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:958:
  undefined reference to `FcFontSort'
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:972:
  undefined reference to `FcPatternGetBool'
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:976:
  undefined reference to `FcPatternGetString'
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:980:
  undefined reference to `FcPatternGetString'
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:984:
  undefined reference to `FcPatternGetCharSet'
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:988:
  undefined reference to `FcCharSetCopy'
 /build/user-icedove_2.0.0.14-1-amd64-aj47Ep/icedove-2.0.0.14-1/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:1004:
  undefined 

Bug#489085: advi: FTBFS: ld: cannot find -lXpm

2008-07-03 Thread Lucas Nussbaum
Package: advi
Version: 1.6.0-13
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 gcc -MM -I/usr/lib/ocaml/3.10.2 -DHAVE_XINERAMA -I/usr/X11R6/include -O 
 -fno-defer-pop -Wall -Wno-unused events.c grwm.c grY11.c \
   | sed -e 's|/usr/lib/ocaml/3.10.2/[^ ]*||'  .depend
 chmod a+w .depend
 make[1]: Leaving directory 
 `/build/user-advi_1.6.0-13-amd64-n8Zfm3/advi-1.6.0-13'
 Building the native code version with the native compilers
 /usr/bin/make HAVE_OPT=.opt bin
 make[1]: Entering directory 
 `/build/user-advi_1.6.0-13-amd64-n8Zfm3/advi-1.6.0-13'
 ocamlc -warn-error A -g -ccopt -DHAVE_XINERAMA -I/usr/X11R6/include -O 
 -fno-defer-pop -Wall -Wno-unused -c events.c
 ocamlc -warn-error A -g -ccopt -DHAVE_XINERAMA -I/usr/X11R6/include -O 
 -fno-defer-pop -Wall -Wno-unused -c grwm.c
 ocamlc -warn-error A -g -ccopt -DHAVE_XINERAMA -I/usr/X11R6/include -O 
 -fno-defer-pop -Wall -Wno-unused -c grY11.c
 grY11.c: In function 'caml_gr_origin':
 grY11.c:208: warning: pointer targets in passing argument 6 of 'XGetGeometry' 
 differ in signedness
 grY11.c:208: warning: pointer targets in passing argument 7 of 'XGetGeometry' 
 differ in signedness
 grY11.c:208: warning: pointer targets in passing argument 8 of 'XGetGeometry' 
 differ in signedness
 grY11.c:208: warning: pointer targets in passing argument 9 of 'XGetGeometry' 
 differ in signedness
 grY11.c:210: warning: pointer targets in passing argument 6 of 'XQueryTree' 
 differ in signedness
 grY11.c: In function 'caml_gr_set_named_atom_property':
 grY11.c:308: warning: pointer targets in passing argument 7 of 
 'XChangeProperty' differ in signedness
 grY11.c: In function 'get_position_against_root':
 grY11.c:345: warning: pointer targets in passing argument 6 of 'XQueryTree' 
 differ in signedness
 ocamlopt.opt -warn-error A -inline 1 -I /usr/lib/ocaml/3.10.2/camlimages 
 -c config.ml
 ocamlc -warn-error A -g -I /usr/lib/ocaml/3.10.2/camlimages -c misc.mli
 ocamlopt.opt -warn-error A -inline 1 -I /usr/lib/ocaml/3.10.2/camlimages 
 -c misc.ml
 ocamlc -warn-error A -g -I /usr/lib/ocaml/3.10.2/camlimages -c timeout.mli
 ocamlopt.opt -warn-error A -inline 1 -I /usr/lib/ocaml/3.10.2/camlimages 
 -c timeout.ml
 ocamlc -warn-error A -g -I /usr/lib/ocaml/3.10.2/camlimages -c ageometry.mli
 ocamlopt.opt -warn-error A -inline 1 -I /usr/lib/ocaml/3.10.2/camlimages 
 -c ageometry.ml
 ocamlc -warn-error A -g -I /usr/lib/ocaml/3.10.2/camlimages -c options.mli
 ocamlopt.opt -warn-error A -inline 1 -I /usr/lib/ocaml/3.10.2/camlimages 
 -c options.ml
 ocamlc -warn-error A -g -I /usr/lib/ocaml/3.10.2/camlimages -c rc.mli
 ocamlopt.opt -warn-error A -inline 1 -I /usr/lib/ocaml/3.10.2/camlimages 
 -c rc.ml
 ocamlc -warn-error A -g -I /usr/lib/ocaml/3.10.2/camlimages -c userfile.mli
 ocamlopt.opt -warn-error A -inline 1 -I /usr/lib/ocaml/3.10.2/camlimages 
 -c userfile.ml
 ocamlc -warn-error A -g -I /usr/lib/ocaml/3.10.2/camlimages -c graphicsY11.mli
 ocamlopt.opt -warn-error A -inline 1 -I /usr/lib/ocaml/3.10.2/camlimages 
 -c graphicsY11.ml
 ocamlc -warn-error A -g -I /usr/lib/ocaml/3.10.2/camlimages -c 
 global_options.mli
 ocamlopt.opt -warn-error A -inline 1 -I /usr/lib/ocaml/3.10.2/camlimages 
 -c global_options.ml
 ocamlc -warn-error A -g -I /usr/lib/ocaml/3.10.2/camlimages -c busy.mli
 ocamlopt.opt -warn-error A -inline 1 -I /usr/lib/ocaml/3.10.2/camlimages 
 -c busy.ml
 ocamlc -warn-error A -g -I /usr/lib/ocaml/3.10.2/camlimages -c gradient.mli
 ocamlopt.opt -warn-error A -inline 1 -I /usr/lib/ocaml/3.10.2/camlimages 
 -c gradient.ml
 ocamlc -warn-error A -g -I /usr/lib/ocaml/3.10.2/camlimages -c gterm.mli
 ocamlopt.opt -warn-error A -inline 1 -I /usr/lib/ocaml/3.10.2/camlimages 
 -c gterm.ml
 ocamlc -warn-error A -g -I /usr/lib/ocaml/3.10.2/camlimages -c launch.mli
 ocamlopt.opt -warn-error A -inline 1 -I /usr/lib/ocaml/3.10.2/camlimages 
 -c launch.ml
 ocamlc -warn-error A -g -I /usr/lib/ocaml/3.10.2/camlimages -c dvicolor.mli
 ocamlopt.opt -warn-error A -inline 1 -I /usr/lib/ocaml/3.10.2/camlimages 
 -c dvicolor.ml
 ocamlc -warn-error A -g -I /usr/lib/ocaml/3.10.2/camlimages -c shot.mli
 ocamlopt.opt -warn-error A -inline 1 -I /usr/lib/ocaml/3.10.2/camlimages 
 -c shot.ml
 ocamlc -warn-error A -g -I /usr/lib/ocaml/3.10.2/camlimages -c 
 laser_pointer.mli
 ocamlopt.opt -warn-error A -inline 1 -I /usr/lib/ocaml/3.10.2/camlimages 
 -c laser_pointer.ml
 ocamlc -warn-error A -g -I /usr/lib/ocaml/3.10.2/camlimages -c dvicommands.mli
 ocamlc -warn-error A -g -I /usr/lib/ocaml/3.10.2/camlimages -c symbol.mli
 ocamlopt.opt -warn-error A -inline 1 -I /usr/lib/ocaml/3.10.2/camlimages 
 -c symbol.ml
 ocamlc -warn-error A -g -I /usr/lib/ocaml/3.10.2/camlimages -c input.mli
 ocamlopt.opt -warn-error A -inline 1 -I /usr/lib/ocaml/3.10.2/camlimages 
 

Bug#489078: lua-svn: FTBFS: ld: cannot find -lsasl2

2008-07-03 Thread Lucas Nussbaum
Package: lua-svn
Version: 0.3.0-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
   /lib/ld-linux.so.2 (0x5000)
   libsvn_wc-1.so.1 = /usr/lib/libsvn_wc-1.so.1 (0x55771000)
   libsvn_ra-1.so.1 = /usr/lib/libsvn_ra-1.so.1 (0x557ae000)
   libsvn_delta-1.so.1 = /usr/lib/libsvn_delta-1.so.1 (0x557b6000)
   libsvn_diff-1.so.1 = /usr/lib/libsvn_diff-1.so.1 (0x557c)
   libsvn_subr-1.so.1 = /usr/lib/libsvn_subr-1.so.1 (0x557ca000)
   libpthread.so.0 = /lib/libpthread.so.0 (0x55803000)
   libuuid.so.1 = /lib/libuuid.so.1 (0x5581c000)
   librt.so.1 = /lib/librt.so.1 (0x5582)
   libcrypt.so.1 = /lib/libcrypt.so.1 (0x55829000)
   libaprutil-1.so.0 = /usr/lib/libaprutil-1.so.0 (0x5585b000)
   libsvn_ra_local-1.so.1 = /usr/lib/libsvn_ra_local-1.so.1 (0x55879000)
   libsvn_repos-1.so.1 = /usr/lib/libsvn_repos-1.so.1 (0x55881000)
   libsvn_fs-1.so.1 = /usr/lib/libsvn_fs-1.so.1 (0x558a6000)
   libsvn_ra_svn-1.so.1 = /usr/lib/libsvn_ra_svn-1.so.1 (0x558ac000)
   libsvn_ra_neon-1.so.1 = /usr/lib/libsvn_ra_neon-1.so.1 (0x558c)
   libsvn_ra_serf-1.so.1 = /usr/lib/libsvn_ra_serf-1.so.1 (0x558df000)
   libz.so.1 = /usr/lib/libz.so.1 (0x5590)
   libldap_r-2.4.so.2 = /usr/lib/libldap_r-2.4.so.2 (0x55915000)
   liblber-2.4.so.2 = /usr/lib/liblber-2.4.so.2 (0x55958000)
   libdb-4.6.so = /usr/lib/libdb-4.6.so (0x55965000)
   libpq.so.5 = /usr/lib/libpq.so.5 (0x55a98000)
   libmysqlclient_r.so.15 = /usr/lib/libmysqlclient_r.so.15 (0x55ab8000)
   libsqlite3.so.0 = /usr/lib/libsqlite3.so.0 (0x55ca3000)
   libexpat.so.1 = /usr/lib/libexpat.so.1 (0x55d12000)
   libsvn_fs_fs-1.so.1 = /usr/lib/libsvn_fs_fs-1.so.1 (0x55d38000)
   libsvn_fs_base-1.so.1 = /usr/lib/libsvn_fs_base-1.so.1 (0x55d57000)
   libsvn_fs_util-1.so.1 = /usr/lib/libsvn_fs_util-1.so.1 (0x55d81000)
   libsasl2.so.2 = /usr/lib/libsasl2.so.2 (0x55d83000)
   libneon-gnutls.so.27 = /usr/lib/libneon-gnutls.so.27 (0x55d9a000)
   libserf-0.so.0 = /usr/lib/libserf-0.so.0 (0x55dba000)
   libresolv.so.2 = /lib/libresolv.so.2 (0x55dc7000)
   libgnutls.so.26 = /usr/lib/libgnutls.so.26 (0x55ddb000)
   libssl.so.0.9.8 = /usr/lib/i686/cmov/libssl.so.0.9.8 (0x55e78000)
   libcrypto.so.0.9.8 = /usr/lib/i686/cmov/libcrypto.so.0.9.8 (0x55ebd000)
   libkrb5.so.3 = /usr/lib/libkrb5.so.3 (0x56007000)
   libcom_err.so.2 = /lib/libcom_err.so.2 (0x5609b000)
   libgssapi_krb5.so.2 = /usr/lib/libgssapi_krb5.so.2 (0x5609f000)
   libnsl.so.1 = /lib/libnsl.so.1 (0x560c9000)
   libk5crypto.so.3 = /usr/lib/libk5crypto.so.3 (0x560e)
   libxml2.so.2 = /usr/lib/libxml2.so.2 (0x56104000)
   libtasn1.so.3 = /usr/lib/libtasn1.so.3 (0x56223000)
   libgpg-error.so.0 = /usr/lib/libgpg-error.so.0 (0x56234000)
   libgcrypt.so.11 = /usr/lib/libgcrypt.so.11 (0x56238000)
   libkrb5support.so.0 = /usr/lib/libkrb5support.so.0 (0x562a)
   libkeyutils.so.1 = /lib/libkeyutils.so.1 (0x562a8000)
 HOME=/build/user-lua-svn_0.3.0-2-amd64-wb0UYj/lua-svn-0.3.0-2/debian \
libtool --silent --tag=CC --mode=execute -dlopen liblua5.1-svn.la 
 ./app /usr/bin/shake test.lua
 -  test.lua OK!
 _
 
 Tests: 5
 Failures: 0
 Errors: 0
 
 *
 pre-static-link-hook
 rm -f dynamic-stamp.svn
 libtool --silent --tag=CC --mode=link cc -Wall -O2 -g -Wall -O2 
 -I/usr//include/lua5.1   -I /usr/include/subversion-1 -DLINUX=2 -D_REENTRANT 
 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include/apr-1.0\
   /usr//lib/liblua5.1.la -static -o app app.c liblua5.1-svn.la
 /usr/bin/ld: cannot find -lsasl2
 collect2: ld returned 1 exit status

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/07/02

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#489076: spl: FTBFS: mod_curl.c:(.text+0x72): undefined reference to `spl_eval'

2008-07-03 Thread Lucas Nussbaum
Package: spl
Version: 1.0~pre4-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 gcc -L/build/user-spl_1.0~pre4-1-amd64-DRtT6a/spl-1.0~pre4-1 -L/usr/lib/mysql 
 -L/usr/local/lib -rdynamic -pthread -L/usr/lib -shared spl_modules/mod_curl.o 
 -lcurl -Wl,-z,defs -o spl_modules/mod_curl.so
 spl_modules/mod_curl.o: In function `SPL_ABI_3353249708_spl_mod_curl_init':
 mod_curl.c:(.text+0x72): undefined reference to `spl_eval'
 mod_curl.c:(.text+0x8b): undefined reference to `spl_clib_reg'
 spl_modules/mod_curl.o: In function `my_curl_opt':
 mod_curl.c:(.text+0x105): undefined reference to `spl_lookup'
 mod_curl.c:(.text+0x123): undefined reference to `spl_get_int'
 mod_curl.c:(.text+0x12e): undefined reference to `spl_get_string'
 spl_modules/mod_curl.o: In function `handler_curl':
 mod_curl.c:(.text+0x171): undefined reference to `spl_clib_get_string'
 mod_curl.c:(.text+0x1e8): undefined reference to `spl_clib_get_hargs'
 mod_curl.c:(.text+0x7d8): undefined reference to `spl_put'
 mod_curl.c:(.text+0x7f3): undefined reference to `spl_get'
 mod_curl.c:(.text+0x7fc): undefined reference to `spl_set_int'
 mod_curl.c:(.text+0x81e): undefined reference to `spl_string_printf'
 mod_curl.c:(.text+0x82a): undefined reference to `spl_get'
 mod_curl.c:(.text+0x833): undefined reference to `spl_set_spl_string'
 mod_curl.c:(.text+0x858): undefined reference to `spl_clib_exception'
 mod_curl.c:(.text+0x86f): undefined reference to `spl_get'
 mod_curl.c:(.text+0x883): undefined reference to `spl_get'
 mod_curl.c:(.text+0x88c): undefined reference to `spl_set_spl_string'
 mod_curl.c:(.text+0x8a5): undefined reference to `spl_create'
 mod_curl.c:(.text+0x8b3): undefined reference to `spl_get'
 mod_curl.c:(.text+0x8bc): undefined reference to `spl_set_spl_string'
 mod_curl.c:(.text+0x8d5): undefined reference to `spl_create'
 mod_curl.c:(.text+0x8f1): undefined reference to `spl_string_put'
 mod_curl.c:(.text+0x8fb): undefined reference to `spl_string_put'
 spl_modules/mod_curl.o: In function `my_curl_append_to_spl_string':
 mod_curl.c:(.text+0x95f): undefined reference to `spl_string_new'
 mod_curl.c:(.text+0x96e): undefined reference to `spl_string_put'
 collect2: ld returned 1 exit status

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/07/02

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#489080: pysvn: FTBFS: ld: cannot find -lneon

2008-07-03 Thread Lucas Nussbaum
Package: pysvn
Version: 1.5.3-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 g++ -shared  -o pysvn/_pysvn_2_4.so pysvn.o pysvn_callbacks.o pysvn_client.o 
 pysvn_enum_string.o pysvn_transaction.o pysvn_revision.o pysvn_docs.o 
 pysvn_path.o pysvn_arg_processing.o pysvn_converters.o pysvn_svnenv.o 
 pysvn_profile.o cxxsupport.o cxx_extensions.o cxxextensions.o 
 IndirectPythonInterface.o -L/usr/lib -Wl,--rpath -Wl,/usr/lib -lsvn_client-1 
 -lsvn_diff-1 -lsvn_repos-1 `apr-config --link-ld --libs`  -lcom_err -lresolv 
 -lexpat -lneon
 /usr/bin/ld: cannot find -lneon
 collect2: ld returned 1 exit status

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/07/02

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#489092: iceowl: FTBFS: nsFontMetricsPS.cpp:728: undefined reference to `FcPatternGetString'

2008-07-03 Thread Lucas Nussbaum
Package: iceowl
Version: 0.8-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 g++  -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith 
 -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy 
 -Wno-non-virtual-dtor -Wno-long-long -pedantic -g -fshort-wchar -pthread 
 -pipe  -DNDEBUG -DTRIMMED -O -I/usr/include/gtk-2.0 
 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1   
 -fPIC -shared -Wl,-z,defs -Wl,-h,libgfxps.so -o libgfxps.so  
 nsDeviceContextPS.o nsFontMetricsPS.o nsEPSObjectPS.o nsRenderingContextPS.o 
 nsPostScriptObj.o nsAFMObject.o nsGfxFactoryPS.o nsTempfilePS.o 
 nsPrintJobPS.o nsPrintJobFactoryPS.o nsType1.o   -L../../../dist/bin 
 -L../../../dist/lib -lgfxshared_s -lgfxpsshar -lmozutil_s -lgkgfx 
 -L../../../dist/bin -lxpcom -lxpcom_core  -L../../../dist/bin -L/usr/lib 
 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../../dist/lib/libunicharutil_s.a  
 -lXft   -lfreetype -lz  -Wl,--version-script 
 -Wl,../../../build/unix/gnu-ld-scripts/components-version-script 
 -Wl,-Bsymbolic -ldl -lm
 nsFontMetricsPS.o: In function `nsXftEntry':
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:728:
  undefined reference to `FcPatternGetString'
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:732:
  undefined reference to `FcPatternGetString'
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:736:
  undefined reference to `FcPatternGetString'
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:740:
  undefined reference to `FcPatternGetInteger'
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:728:
  undefined reference to `FcPatternGetString'
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:732:
  undefined reference to `FcPatternGetString'
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:736:
  undefined reference to `FcPatternGetString'
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:740:
  undefined reference to `FcPatternGetInteger'
 nsFontMetricsPS.o: In function `nsFontPSXft::FindFont(unsigned short, nsFont 
 const, nsFontMetricsPS*)':
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:839:
  undefined reference to `FcCharSetHasChar'
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:909:
  undefined reference to `FcPatternCreate'
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:948:
  undefined reference to `FcPatternAddInteger'
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:951:
  undefined reference to `FcPatternAddInteger'
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:954:
  undefined reference to `FcConfigSubstitute'
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:955:
  undefined reference to `FcDefaultSubstitute'
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:958:
  undefined reference to `FcFontSort'
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:972:
  undefined reference to `FcPatternGetBool'
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:976:
  undefined reference to `FcPatternGetString'
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:980:
  undefined reference to `FcPatternGetString'
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:984:
  undefined reference to `FcPatternGetCharSet'
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:988:
  undefined reference to `FcCharSetCopy'
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:1004:
  undefined reference to `FcFontSetDestroy'
 /build/user-iceowl_0.8-3-amd64-s4sxLr/iceowl-0.8-3/build-tree/mozilla/gfx/src/ps/nsFontMetricsPS.cpp:1006:
  undefined reference to `FcPatternDestroy'
 nsFontMetricsPS.o: In function `~nsFontMetricsPS':
 

Bug#488984: integrate with udev to provide /dev/disk/by-*/* links

2008-07-03 Thread Bastian Blank
severity 488984 wishlist
thanks

On Wed, Jul 02, 2008 at 05:10:20PM +0200, martin f krafft wrote:
 Please see #484228. This is not a udev problem, it's mdadm and lvm2
 failing to provide the links.

And lvm2 did never say it provides them. And no I don't intend to do
that for lenny. At least not until someone provides a patch.

Bastian

-- 
Extreme feminine beauty is always disturbing.
-- Spock, The Cloud Minders, stardate 5818.4



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



Bug#489088: ruby-gstreamer0.10: FTBFS: rbgobject.h:256:23: error: rbgcompat.h: No such file or directory

2008-07-03 Thread Lucas Nussbaum
Package: ruby-gstreamer0.10
Version: 0.2.0-4
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 cc -I. 
 -I/build/user-ruby-gstreamer0.10_0.2.0-4-amd64-_PcZtL/ruby-gstreamer0.10-0.2.0-4/glib/src
  
 -I/build/user-ruby-gstreamer0.10_0.2.0-4-amd64-_PcZtL/ruby-gstreamer0.10-0.2.0-4/glib/src
  -I. -I/usr/lib/ruby/1.8/i486-linux -I. -DHAVE_RB_DEFINE_ALLOC_FUNC 
 -DHAVE_RB_BLOCK_PROC -DHAVE_OBJECT_ALLOCATE -DHAVE_NODE_ATTRASGN 
 -DRUBY_GST_COMPILATION  -D_FILE_OFFSET_BITS=64  
 -I/usr/local/lib/site_ruby/1.8/i486-linux  -fPIC -fno-strict-aliasing -g -g 
 -O2  -fPIC  -Wall -pthread -I/usr/include/gstreamer-0.10 
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   
 -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -DHAVE_GST_OVERLAY  -c 
 rbgstpluginfeature.c
 In file included from rbgst.h:31,
  from rbgstpluginfeature.c:22:
 /usr/lib/ruby/1.8/i486-linux/rbgobject.h:256:23: error: rbgcompat.h: No such 
 file or directory
 make[2]: *** [rbgstpluginfeature.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/07/02

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#489094: weplab: FTBFS: ./config.status: line 11: ry: command not found

2008-07-03 Thread Lucas Nussbaum
Package: weplab
Version: 0.1.5-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
  /usr/bin/fakeroot debian/rules clean
 dh_testdir
 dh_testroot
 rm -f build-stamp \
 config.sub \
 config.guess
 [ ! -f Makefile ] || /usr/bin/make distclean
 dh_clean 
  dpkg-source -b weplab-0.1.5-2
 dpkg-source: warning: source directory 'weplab-0.1.5-2' is not 
 sourcepackage-upstreamversion 'weplab-0.1.5'
 dpkg-source: warning: .orig directory name weplab-0.1.5-2.orig is not 
 package-upstreamversion (wanted weplab-0.1.5.orig)
 dpkg-source: info: using source format `1.0'
 dpkg-source: info: building weplab using existing weplab_0.1.5.orig.tar.gz
 dpkg-source: info: building weplab in weplab_0.1.5-2.diff.gz
 dpkg-source: warning: ignoring deletion of file config.guess
 dpkg-source: warning: ignoring deletion of file config.sub
 dpkg-source: info: building weplab in weplab_0.1.5-2.dsc
  debian/rules build
 dh_testdir
 cp -f /usr/share/misc/config.sub config.sub
 cp -f /usr/share/misc/config.guess config.guess
 ./configure --host=i486-linux-gnu \
   --build=i486-linux-gnu \
   --prefix=/usr \
   --mandir=\${prefix}/share/man \
   CFLAGS=-Wall -g -O2 \
   LDFLAGS=-Wl,-z,defs
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 checking whether make sets $(MAKE)... yes
 checking for working aclocal-1.4... missing
 checking for working autoconf... missing
 checking for working automake-1.4... missing
 checking for working autoheader... missing
 checking for working makeinfo... missing
 checking for i486-linux-gnu-gcc... i486-linux-gnu-gcc
 checking for C compiler default output file name... a.out
 checking whether the C compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables... 
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether i486-linux-gnu-gcc accepts -g... yes
 checking for i486-linux-gnu-gcc option to accept ANSI C... none needed
 checking for a BSD-compatible install... /usr/bin/install -c
 checking how to run the C preprocessor... i486-linux-gnu-gcc -E
 checking for egrep... grep -E
 checking for ANSI C header files... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for unistd.h... yes
 checking pcap.h usability... yes
 checking pcap.h presence... yes
 checking for pcap.h... yes
 checking for stdlib.h... (cached) yes
 checking for string.h... (cached) yes
 checking for unistd.h... (cached) yes
 checking signal.h usability... yes
 checking signal.h presence... yes
 checking for signal.h... yes
 checking time.h usability... yes
 checking time.h presence... yes
 checking for time.h... yes
 checking netinet/in.h usability... yes
 checking netinet/in.h presence... yes
 checking for netinet/in.h... yes
 checking for sys/types.h... (cached) yes
 checking sys/wait.h usability... yes
 checking sys/wait.h presence... yes
 checking for sys/wait.h... yes
 checking for ANSI C header files... (cached) yes
 checking build system type... i486-pc-linux-gnu
 checking host system type... i486-pc-linux-gnu
 checking for pcap_open_live in -lpcap... yes
 warning: compiler is not known: not optimizing!
 using i486-linux-gnu-gcc -Wall -g -O2
 configure: creating ./config.status
 ./config.status: line 11: ry: command not found
 ./config.status: line 12: alias: -g: invalid option
 alias: usage: alias [-p] [name[=value] ... ]
 ./config.status: line 13: syntax error near unexpected token `elif'
 ./config.status: line 13: `elif test -n ${BASH_VERSION+set}  (set -o 
 posix) /dev/null 21; then'
 make: *** [config.status] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/07/02

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#489097: kipi-plugins: FTBFS: libtool: link: `/usr/lib/libkmime.la' is not a valid libtool archive

2008-07-03 Thread Lucas Nussbaum
Package: kipi-plugins
Version: 0.1.5-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 make[4]: Entering directory 
 `/build/user-kipi-plugins_0.1.5-1-amd64-Hp7bWZ/kipi-plugins-0.1.5-1/obj-i486-linux-gnu/kipi-plugins/calendar'
 rm -rf caleventsbase.h;
 /usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload 
 /build/user-kipi-plugins_0.1.5-1-amd64-Hp7bWZ/kipi-plugins-0.1.5-1/./kipi-plugins/calendar/caleventsbase.ui
  | /usr/bin/perl -pi -e s,public QWizard,public KWizard,g; s,#include 
 qwizard.h,#include kwizard.h,g  caleventsbase.h ;
 /usr/share/qt3/bin/moc 
 /build/user-kipi-plugins_0.1.5-1-amd64-Hp7bWZ/kipi-plugins-0.1.5-1/./kipi-plugins/calendar/plugin_calendar.h
  -o plugin_calendar.moc
 /bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H 
 -I. -I../.. 
 -I/build/user-kipi-plugins_0.1.5-1-amd64-Hp7bWZ/kipi-plugins-0.1.5-1/./kipi-plugins/calendar
  
 -I/build/user-kipi-plugins_0.1.5-1-amd64-Hp7bWZ/kipi-plugins-0.1.5-1/./kipi-plugins/common/include
  -I/usr/include/kde   -I/usr/include/kde -I/usr/share/qt3/include -I.   
 -DQT_THREAD_SUPPORT  -D_REENTRANT   -Wno-long-long -Wundef -ansi 
 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W 
 -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -O2 -g -Wall -O2 -Wformat-security 
 -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions 
 -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
 -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o plugin_calendar.lo 
 /build/user-kipi-plugins_0.1.5-1-amd64-Hp7bWZ/kipi-plugins-0.1.5-1/./kipi-plugins/calendar/plugin_calendar.cpp
 In file included from /usr/include/kde/kaboutdata.h:24,
  from 
 /build/user-kipi-plugins_0.1.5-1-amd64-Hp7bWZ/kipi-plugins-0.1.5-1/./kipi-plugins/common/include/kpaboutdata.h:26,
  from 
 /build/user-kipi-plugins_0.1.5-1-amd64-Hp7bWZ/kipi-plugins-0.1.5-1/./kipi-plugins/calendar/calwizard.h:40,
  from 
 /build/user-kipi-plugins_0.1.5-1-amd64-Hp7bWZ/kipi-plugins-0.1.5-1/./kipi-plugins/calendar/plugin_calendar.cpp:41:
 /usr/share/qt3/include/qimage.h: In member function 'bool 
 QImageTextKeyLang::operator(const QImageTextKeyLang) const':
 /usr/share/qt3/include/qimage.h:61: warning: suggest parentheses around  
 within ||
 /usr/share/qt3/bin/moc 
 /build/user-kipi-plugins_0.1.5-1-amd64-Hp7bWZ/kipi-plugins-0.1.5-1/./kipi-plugins/calendar/calwizard.h
  -o calwizard.moc
 /bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H 
 -I. -I../.. 
 -I/build/user-kipi-plugins_0.1.5-1-amd64-Hp7bWZ/kipi-plugins-0.1.5-1/./kipi-plugins/calendar
  
 -I/build/user-kipi-plugins_0.1.5-1-amd64-Hp7bWZ/kipi-plugins-0.1.5-1/./kipi-plugins/common/include
  -I/usr/include/kde   -I/usr/include/kde -I/usr/share/qt3/include -I.   
 -DQT_THREAD_SUPPORT  -D_REENTRANT   -Wno-long-long -Wundef -ansi 
 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W 
 -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -O2 -g -Wall -O2 -Wformat-security 
 -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions 
 -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
 -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o calwizard.lo 
 /build/user-kipi-plugins_0.1.5-1-amd64-Hp7bWZ/kipi-plugins-0.1.5-1/./kipi-plugins/calendar/calwizard.cpp
 In file included from /usr/include/kde/kaboutdata.h:24,
  from 
 /build/user-kipi-plugins_0.1.5-1-amd64-Hp7bWZ/kipi-plugins-0.1.5-1/./kipi-plugins/common/include/kpaboutdata.h:26,
  from 
 /build/user-kipi-plugins_0.1.5-1-amd64-Hp7bWZ/kipi-plugins-0.1.5-1/./kipi-plugins/calendar/calwizard.cpp:58:
 /usr/share/qt3/include/qimage.h: In member function 'bool 
 QImageTextKeyLang::operator(const QImageTextKeyLang) const':
 /usr/share/qt3/include/qimage.h:61: warning: suggest parentheses around  
 within ||
 /usr/share/qt3/bin/moc 
 /build/user-kipi-plugins_0.1.5-1-amd64-Hp7bWZ/kipi-plugins-0.1.5-1/./kipi-plugins/calendar/caltemplate.h
  -o caltemplate.moc
 /bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H 
 -I. -I../.. 
 -I/build/user-kipi-plugins_0.1.5-1-amd64-Hp7bWZ/kipi-plugins-0.1.5-1/./kipi-plugins/calendar
  
 -I/build/user-kipi-plugins_0.1.5-1-amd64-Hp7bWZ/kipi-plugins-0.1.5-1/./kipi-plugins/common/include
  -I/usr/include/kde   -I/usr/include/kde -I/usr/share/qt3/include -I.   
 -DQT_THREAD_SUPPORT  -D_REENTRANT   -Wno-long-long -Wundef -ansi 
 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W 
 -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -O2 -g -Wall -O2 -Wformat-security 
 -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions 
 -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
 -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o caltemplate.lo 
 

Bug#489095: tellico: FTBFS: libtool: link: cannot find the library `/usr/lib/libkmime.la' or unhandled argument `/usr/lib/libkmime.la'

2008-07-03 Thread Lucas Nussbaum
Package: tellico
Version: 1.3.2.1-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 make[4]: Entering directory 
 `/build/user-tellico_1.3.2.1-1-amd64-Dlpixi/tellico-1.3.2.1-1/src'
 /usr/share/qt3/bin/moc ./entry.h -o entry.moc
 /usr/share/qt3/bin/moc ./configdialog.h -o configdialog.moc
 /usr/share/qt3/bin/moc ./entryiconview.h -o entryiconview.moc
 /usr/share/qt3/bin/moc ./document.h -o document.moc
 /usr/share/qt3/bin/moc ./exportdialog.h -o exportdialog.moc
 /usr/share/qt3/bin/moc ./collection.h -o collection.moc
 /usr/share/qt3/bin/moc ./filterview.h -o filterview.moc
 /usr/share/qt3/bin/moc ./fieldcompletion.h -o fieldcompletion.moc
 /usr/share/qt3/bin/moc ./entrymerger.h -o entrymerger.moc
 /usr/share/qt3/bin/moc ./controller.h -o controller.moc
 /usr/share/qt3/bin/moc ./groupview.h -o groupview.moc
 /usr/share/qt3/bin/moc ./loandialog.h -o loandialog.moc
 /usr/share/qt3/bin/moc ./borrowerdialog.h -o borrowerdialog.moc
 /usr/share/qt3/bin/moc ./detailedlistview.h -o detailedlistview.moc
 /usr/share/qt3/bin/moc ./upcvalidator.h -o upcvalidator.moc
 /usr/share/qt3/bin/moc ./progressmanager.h -o progressmanager.moc
 /usr/share/qt3/bin/moc ./reportdialog.h -o reportdialog.moc
 /usr/share/qt3/bin/moc ./importdialog.h -o importdialog.moc
 /usr/share/qt3/bin/moc ./fetchdialog.h -o fetchdialog.moc
 /usr/share/qt3/bin/moc ./collectionfieldsdialog.h -o 
 collectionfieldsdialog.moc
 /usr/share/qt3/bin/moc ./loanview.h -o loanview.moc
 /usr/share/qt3/bin/moc ./entryeditdialog.h -o entryeditdialog.moc
 /usr/share/qt3/bin/moc ./mainwindow.h -o mainwindow.moc
 /usr/share/qt3/bin/moc ./entryview.h -o entryview.moc
 /usr/share/qt3/bin/moc ./viewstack.h -o viewstack.moc
 /usr/share/qt3/bin/moc ./statusbar.h -o statusbar.moc
 /usr/share/qt3/bin/moc ./filterdialog.h -o filterdialog.moc
 /usr/share/qt3/bin/moc ./fetcherconfigdialog.h -o fetcherconfigdialog.moc
 /usr/share/qt3/bin/moc ./entryupdater.h -o entryupdater.moc
 creating tellico.all_cpp.cpp ...
 i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include/kde 
 -I/usr/share/qt3/include -I.  -I/usr/include/libxml2 -I/usr/include/libxml2 
 -I/usr/include/exempi-2.0   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long 
 -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion 
 -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -Wall 
 -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor 
 -fno-exceptions -fno-check-new -fno-common -I../src/core  -MT 
 tellico.all_cpp.o -MD -MP -MF .deps/tellico.all_cpp.Tpo -c -o 
 tellico.all_cpp.o tellico.all_cpp.cpp
 In file included from /usr/include/kde/kdebug.h:25,
  from ptrvector.h:17,
  from datavectors.h:17,
  from tellico_kernel.h:17,
  from tellico_utils.cpp:15,
  from tellico.all_cpp.cpp:2:
 /usr/share/qt3/include/qstring.h: In member function 'char QChar::latin1() 
 const':
 /usr/share/qt3/include/qstring.h:197: warning: conversion to 'char' from 
 'int' may alter its value
 /usr/share/qt3/include/qstring.h: In member function 'void 
 QChar::setCell(uchar)':
 /usr/share/qt3/include/qstring.h:222: warning: conversion to 'ushort' from 
 'int' may alter its value
 /usr/share/qt3/include/qstring.h: In member function 'void 
 QChar::setRow(uchar)':
 /usr/share/qt3/include/qstring.h:223: warning: conversion to 'ushort' from 
 'int' may alter its value
 /usr/share/qt3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
 /usr/share/qt3/include/qstring.h:267: warning: conversion to 'ushort' from 
 'int' may alter its value
 /usr/share/qt3/include/qstring.h: In constructor 
 'QStringData::QStringData(QChar*, uint, uint)':
 /usr/share/qt3/include/qstring.h:365: warning: conversion to 'unsigned 
 int:30' from 'uint' may alter its value
 /usr/share/qt3/include/qstring.h:365: warning: conversion to 'unsigned 
 int:30' from 'uint' may alter its value
 In file included from /usr/share/qt3/include/qobject.h:48,
  from /usr/include/kde/kcommand.h:26,
  from tellico_kernel.h:20,
  from tellico_utils.cpp:15,
  from tellico.all_cpp.cpp:2:
 /usr/share/qt3/include/qevent.h: In member function 'void 
 QDropEvent::setAction(QDropEvent::Action)':
 /usr/share/qt3/include/qevent.h:523: warning: conversion to 'unsigned char' 
 from 'uint' may alter its value
 In file included from /usr/share/qt3/include/qwidget.h:52,
  from /usr/share/qt3/include/qdesktopwidget.h:43,
  from /usr/share/qt3/include/qapplication.h:45,
  from /usr/include/kde/kapplication.h:38,
  from tellico_utils.cpp:19,
  from tellico.all_cpp.cpp:2:
 /usr/share/qt3/include/qsizepolicy.h: In member function 'void 
 

Bug#489098: rss-glx: FTBFS: libtool: link: cannot find the library `/usr/lib/libopenal.la' or unhandled argument `/usr/lib/libopenal.la'

2008-07-03 Thread Lucas Nussbaum
Package: rss-glx
Version: 0.8.1-10
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 i486-linux-gnu-gcc -Wall -g -O2 -Wl,--as-needed -o stringify stringify.o  
 -lbz2 -lGLU -lGL -lX11 -lm  
 ./stringify helios_textures/spheremap  spheremap.cpp
 if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include 
 -I../../src -I../include-Wall -g -O2 -MT spheremap.o -MD -MP -MF 
 .deps/spheremap.Tpo -c -o spheremap.o spheremap.cpp; \
   then mv -f .deps/spheremap.Tpo .deps/spheremap.Po; else rm -f 
 .deps/spheremap.Tpo; exit 1; fi
 /bin/sh ../../libtool --tag=CXX --mode=link i486-linux-gnu-g++  -Wall -g -O2  
 -Wl,--as-needed -o helios  driver.o helios.o spheremap.o rgbhsl.o -lbz2 
 -L../Implicit -lImplicit -L../rsMath -lrsMath -lGLU -lGL   -lX11  -lm 
 i486-linux-gnu-g++ -Wall -g -O2 -Wl,--as-needed -o helios driver.o helios.o 
 spheremap.o rgbhsl.o  -lbz2 
 -L/build/user-rss-glx_0.8.1-10-amd64-IvjP7D/rss-glx-0.8.1-10/reallyslick/Implicit
  
 /build/user-rss-glx_0.8.1-10-amd64-IvjP7D/rss-glx-0.8.1-10/reallyslick/Implicit/.libs/libImplicit.a
  
 -L/build/user-rss-glx_0.8.1-10-amd64-IvjP7D/rss-glx-0.8.1-10/reallyslick/rsMath
  
 /build/user-rss-glx_0.8.1-10-amd64-IvjP7D/rss-glx-0.8.1-10/reallyslick/rsMath/.libs/librsMath.a
  -lGLU -lGL -lX11 -lm  
 if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include 
 -I../../src -I../include-Wall -g -O2 -MT hyperspace.o -MD -MP -MF 
 .deps/hyperspace.Tpo -c -o hyperspace.o hyperspace.cpp; \
   then mv -f .deps/hyperspace.Tpo .deps/hyperspace.Po; else rm -f 
 .deps/hyperspace.Tpo; exit 1; fi
 hyperspace.cpp: In function 'bool initExtensions()':
 hyperspace.cpp:425: warning: deprecated conversion from string constant to 
 'char*'
 hyperspace.cpp:425: warning: deprecated conversion from string constant to 
 'char*'
 hyperspace.cpp:425: warning: deprecated conversion from string constant to 
 'char*'
 hyperspace.cpp:425: warning: deprecated conversion from string constant to 
 'char*'
 hyperspace.cpp: In function 'void hack_handle_opts(int, char**)':
 hyperspace.cpp:631: warning: deprecated conversion from string constant to 
 'char*'
 hyperspace.cpp:634: warning: deprecated conversion from string constant to 
 'char*'
 hyperspace.cpp:637: warning: deprecated conversion from string constant to 
 'char*'
 hyperspace.cpp:640: warning: deprecated conversion from string constant to 
 'char*'
 hyperspace.cpp:643: warning: deprecated conversion from string constant to 
 'char*'
 hyperspace.cpp:646: warning: deprecated conversion from string constant to 
 'char*'
 if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include 
 -I../../src -I../include-Wall -g -O2 -MT causticTextures.o -MD -MP -MF 
 .deps/causticTextures.Tpo -c -o causticTextures.o causticTextures.cpp; \
   then mv -f .deps/causticTextures.Tpo .deps/causticTextures.Po; else 
 rm -f .deps/causticTextures.Tpo; exit 1; fi
 if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include 
 -I../../src -I../include-Wall -g -O2 -MT flare.o -MD -MP -MF 
 .deps/flare.Tpo -c -o flare.o flare.cpp; \
   then mv -f .deps/flare.Tpo .deps/flare.Po; else rm -f 
 .deps/flare.Tpo; exit 1; fi
 if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include 
 -I../../src -I../include-Wall -g -O2 -MT goo.o -MD -MP -MF 
 .deps/goo.Tpo -c -o goo.o goo.cpp; \
   then mv -f .deps/goo.Tpo .deps/goo.Po; else rm -f .deps/goo.Tpo; 
 exit 1; fi
 ./stringify hyperspace_textures/nebulamap  nebulamap.cpp
 if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include 
 -I../../src -I../include-Wall -g -O2 -MT nebulamap.o -MD -MP -MF 
 .deps/nebulamap.Tpo -c -o nebulamap.o nebulamap.cpp; \
   then mv -f .deps/nebulamap.Tpo .deps/nebulamap.Po; else rm -f 
 .deps/nebulamap.Tpo; exit 1; fi
 if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include 
 -I../../src -I../include-Wall -g -O2 -MT splinePath.o -MD -MP -MF 
 .deps/splinePath.Tpo -c -o splinePath.o splinePath.cpp; \
   then mv -f .deps/splinePath.Tpo .deps/splinePath.Po; else rm -f 
 .deps/splinePath.Tpo; exit 1; fi
 if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include 
 -I../../src -I../include-Wall -g -O2 -MT starBurst.o -MD -MP -MF 
 .deps/starBurst.Tpo -c -o starBurst.o starBurst.cpp; \
   then mv -f .deps/starBurst.Tpo .deps/starBurst.Po; else rm -f 
 .deps/starBurst.Tpo; exit 1; fi
 if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include 
 -I../../src -I../include-Wall -g -O2 -MT stretchedParticle.o -MD -MP -MF 
 .deps/stretchedParticle.Tpo -c -o stretchedParticle.o 
 stretchedParticle.cpp; \
   then mv -f .deps/stretchedParticle.Tpo .deps/stretchedParticle.Po; 
 else rm -f .deps/stretchedParticle.Tpo; exit 1; fi
 if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. 

Bug#489099: taskjuggler: FTBFS: libtool: link: `/usr/lib/libkmime.la' is not a valid libtool archive

2008-07-03 Thread Lucas Nussbaum
Package: taskjuggler
Version: 2.4.1-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 /bin/sh ../libtool --tag=CXX   --mode=link g++  -Wno-long-long -Wundef -ansi 
 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts 
 -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -g -O2 -g 
 -Wall -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions 
 -fno-check-new -fno-common  -L/usr/share/qt3/lib -L/usr/lib -Wl,--as-needed 
 -Wl,--enable-new-dtags  -L/usr/share/qt3/lib -version-info 3:3:0 
 -no-undefined -Wl,--no-undefined -Wl,--as-needed -o libtaskjuggler.la -rpath 
 /usr/lib Utility.lo RealFormat.lo Tokenizer.lo ExpressionFunctionTable.lo 
 ExpressionParser.lo ParserTreeContext.lo ParserNode.lo ParserElement.lo 
 TjMessageHandler.lo Operation.lo ExpressionTree.lo ExpressionTreeFunction.lo 
 ShiftSelectionList.lo ShiftSelection.lo BookingList.lo TransactionList.lo 
 TaskDependency.lo TaskScenario.lo VacationList.lo CoreAttributes.lo 
 CoreAttributesList.lo ScenarioList.lo Scenario.lo TaskList.lo ResourceList.lo 
 AccountList.lo ShiftList.lo Task.lo Resource.lo Account.lo Shift.lo 
 Allocation.lo Journal.lo MacroTable.lo FileInfo.lo FileToken.lo 
 ProjectFile.lo XMLFile.lo ReportElementBase.lo ReportElement.lo 
 ElementHolder.lo Report.lo ReportXML.lo QtReportElement.lo QtReport.lo 
 QtTaskReport.lo QtTaskReportElement.lo QtResourceReport.lo 
 QtResourceReportElement.lo HTMLPrimitives.lo TableColumnFormat.lo 
 TableColumnInfo.lo HTMLReport.lo HTMLReportElement.lo HTMLSingleReport.lo 
 HTMLTaskReport.lo HTMLTaskReportElement.lo HTMLResourceReport.lo 
 HTMLResourceReportElement.lo HTMLWeeklyCalendar.lo 
 HTMLWeeklyCalendarElement.lo HTMLMonthlyCalendar.lo 
 HTMLMonthlyCalendarElement.lo HTMLAccountReport.lo 
 HTMLAccountReportElement.lo HTMLStatusReport.lo CSVPrimitives.lo CSVReport.lo 
 CSVReportElement.lo CSVTaskReport.lo CSVTaskReportElement.lo 
 CSVResourceReport.lo CSVResourceReportElement.lo CSVAccountReport.lo 
 CSVAccountReportElement.lo ExportReport.lo XMLReport.lo Project.lo 
 ICalReport.lo Project.moc.lo  -lqt-mt  -lz -lpng -lz -lm -lXext -lX11  -lSM 
 -lICE -lpthread  -lkcal  
 g++ -shared -nostdlib 
 /usr/lib/gcc/i486-linux-gnu/4.3.1/../../../../lib/crti.o 
 /usr/lib/gcc/i486-linux-gnu/4.3.1/crtbeginS.o  .libs/Utility.o 
 .libs/RealFormat.o .libs/Tokenizer.o .libs/ExpressionFunctionTable.o 
 .libs/ExpressionParser.o .libs/ParserTreeContext.o .libs/ParserNode.o 
 .libs/ParserElement.o .libs/TjMessageHandler.o .libs/Operation.o 
 .libs/ExpressionTree.o .libs/ExpressionTreeFunction.o 
 .libs/ShiftSelectionList.o .libs/ShiftSelection.o .libs/BookingList.o 
 .libs/TransactionList.o .libs/TaskDependency.o .libs/TaskScenario.o 
 .libs/VacationList.o .libs/CoreAttributes.o .libs/CoreAttributesList.o 
 .libs/ScenarioList.o .libs/Scenario.o .libs/TaskList.o .libs/ResourceList.o 
 .libs/AccountList.o .libs/ShiftList.o .libs/Task.o .libs/Resource.o 
 .libs/Account.o .libs/Shift.o .libs/Allocation.o .libs/Journal.o 
 .libs/MacroTable.o .libs/FileInfo.o .libs/FileToken.o .libs/ProjectFile.o 
 .libs/XMLFile.o .libs/ReportElementBase.o .libs/ReportElement.o 
 .libs/ElementHolder.o .libs/Report.o .libs/ReportXML.o 
 .libs/QtReportElement.o .libs/QtReport.o .libs/QtTaskReport.o 
 .libs/QtTaskReportElement.o .libs/QtResourceReport.o 
 .libs/QtResourceReportElement.o .libs/HTMLPrimitives.o 
 .libs/TableColumnFormat.o .libs/TableColumnInfo.o .libs/HTMLReport.o 
 .libs/HTMLReportElement.o .libs/HTMLSingleReport.o .libs/HTMLTaskReport.o 
 .libs/HTMLTaskReportElement.o .libs/HTMLResourceReport.o 
 .libs/HTMLResourceReportElement.o .libs/HTMLWeeklyCalendar.o 
 .libs/HTMLWeeklyCalendarElement.o .libs/HTMLMonthlyCalendar.o 
 .libs/HTMLMonthlyCalendarElement.o .libs/HTMLAccountReport.o 
 .libs/HTMLAccountReportElement.o .libs/HTMLStatusReport.o 
 .libs/CSVPrimitives.o .libs/CSVReport.o .libs/CSVReportElement.o 
 .libs/CSVTaskReport.o .libs/CSVTaskReportElement.o .libs/CSVResourceReport.o 
 .libs/CSVResourceReportElement.o .libs/CSVAccountReport.o 
 .libs/CSVAccountReportElement.o .libs/ExportReport.o .libs/XMLReport.o 
 .libs/Project.o .libs/ICalReport.o .libs/Project.moc.o  -L/usr/share/qt3/lib 
 -L/usr/lib /usr/lib/libqt-mt.so -lpng -lz -lXext -lX11 -lSM -lICE -lpthread 
 /usr/lib/libkcal.so -L/usr/lib/gcc/i486-linux-gnu/4.3.1 
 -L/usr/lib/gcc/i486-linux-gnu/4.3.1/../../../../lib -L/lib/../lib 
 -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.1/../../.. -lstdc++ -lm 
 -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.1/crtendS.o 
 /usr/lib/gcc/i486-linux-gnu/4.3.1/../../../../lib/crtn.o  -Wl,--as-needed 
 -Wl,--enable-new-dtags -Wl,--no-undefined -Wl,--as-needed -Wl,-soname 
 -Wl,libtaskjuggler.so.3 -o .libs/libtaskjuggler.so.3.0.3
 (cd .libs  rm -f libtaskjuggler.so.3  ln -s libtaskjuggler.so.3.0.3 
 

Bug#489096: osgal: FTBFS: libtool: link: cannot find the library `/usr/lib/libopenal.la' or unhandled argument `/usr/lib/libopenal.la'

2008-07-03 Thread Lucas Nussbaum
Package: osgal
Version: 0.6.1-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
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-osgal_0.6.1-2-amd64-jFqw8O/osgal-0.6.1-2/src/osgAL'
 /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\osgAL\ 
 -DPACKAGE_TARNAME=\osgal\ -DPACKAGE_VERSION=\0.6.1\ 
 -DPACKAGE_STRING=\osgAL\ 0.6.1\ -DPACKAGE_BUGREPORT=\\ 
 -DPACKAGE=\osgal\ -DVERSION=\0.6.1\ -D_GNU_SOURCE=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_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I.  
 -I../../include -g -O2 -g -Wall -O2 -c -o 
 libosgAL_la-OccludeCallback.lo `test -f 'OccludeCallback.cpp' || echo 
 './'`OccludeCallback.cpp
 mkdir .libs
  g++ -DPACKAGE_NAME=\osgAL\ -DPACKAGE_TARNAME=\osgal\ 
 -DPACKAGE_VERSION=\0.6.1\ -DPACKAGE_STRING=\osgAL 0.6.1\ 
 -DPACKAGE_BUGREPORT=\\ -DPACKAGE=\osgal\ -DVERSION=\0.6.1\ 
 -D_GNU_SOURCE=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_DLFCN_H=1 
 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -O2 -g -Wall -O2 -c 
 OccludeCallback.cpp  -fPIC -DPIC -o .libs/libosgAL_la-OccludeCallback.o
 In file included from ../../include/openalpp/SoundData:26,
  from ../../include/openalpp/Stream:25,
  from ../../include/openalpp/Source:25,
  from ../../include/osgAL/SoundState:38,
  from ../../include/osgAL/SoundNode:25,
  from OccludeCallback.cpp:24:
 ../../include/openalpp/AudioBase:54: warning: 'typedef' was ignored in this 
 declaration
 In file included from ../../include/openalpp/Source:27,
  from ../../include/osgAL/SoundState:38,
  from ../../include/osgAL/SoundNode:25,
  from OccludeCallback.cpp:24:
 ../../include/openalpp/SourceBase:35: warning: 'typedef' was ignored in this 
 declaration
  g++ -DPACKAGE_NAME=\osgAL\ -DPACKAGE_TARNAME=\osgal\ 
 -DPACKAGE_VERSION=\0.6.1\ -DPACKAGE_STRING=\osgAL 0.6.1\ 
 -DPACKAGE_BUGREPORT=\\ -DPACKAGE=\osgal\ -DVERSION=\0.6.1\ 
 -D_GNU_SOURCE=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_DLFCN_H=1 
 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -O2 -g -Wall -O2 -c 
 OccludeCallback.cpp -o libosgAL_la-OccludeCallback.o /dev/null 21
 /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\osgAL\ 
 -DPACKAGE_TARNAME=\osgal\ -DPACKAGE_VERSION=\0.6.1\ 
 -DPACKAGE_STRING=\osgAL\ 0.6.1\ -DPACKAGE_BUGREPORT=\\ 
 -DPACKAGE=\osgal\ -DVERSION=\0.6.1\ -D_GNU_SOURCE=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_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I.  
 -I../../include -g -O2 -g -Wall -O2 -c -o libosgAL_la-SoundManager.lo 
 `test -f 'SoundManager.cpp' || echo './'`SoundManager.cpp
  g++ -DPACKAGE_NAME=\osgAL\ -DPACKAGE_TARNAME=\osgal\ 
 -DPACKAGE_VERSION=\0.6.1\ -DPACKAGE_STRING=\osgAL 0.6.1\ 
 -DPACKAGE_BUGREPORT=\\ -DPACKAGE=\osgal\ -DVERSION=\0.6.1\ 
 -D_GNU_SOURCE=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_DLFCN_H=1 
 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -O2 -g -Wall -O2 -c 
 SoundManager.cpp  -fPIC -DPIC -o .libs/libosgAL_la-SoundManager.o
 In file included from ../../include/openalpp/SoundData:26,
  from ../../include/openalpp/Stream:25,
  from ../../include/openalpp/Source:25,
  from ../../include/osgAL/SoundState:38,
  from ../../include/osgAL/SoundManager:38,
  from SoundManager.cpp:23:
 ../../include/openalpp/AudioBase:54: warning: 'typedef' was ignored in this 
 declaration
 In file included from ../../include/openalpp/Source:27,
  from ../../include/osgAL/SoundState:38,
  from ../../include/osgAL/SoundManager:38,
  from SoundManager.cpp:23:
 ../../include/openalpp/SourceBase:35: warning: 'typedef' was ignored in this 
 declaration
 In file included from ../../include/osgAL/SoundManager:40,
  from SoundManager.cpp:23:
 ../../include/openalpp/AudioEnvironment:58: warning: 'typedef' was ignored in 
 this declaration
  g++ -DPACKAGE_NAME=\osgAL\ -DPACKAGE_TARNAME=\osgal\ 
 -DPACKAGE_VERSION=\0.6.1\ 

Bug#489100: libyaml-syck-perl generates double-references and fails to load them back

2008-07-03 Thread Myhailo Danylenko
Package: libyaml-syck-perl
Version: 1.05-1
Severity: normal


  How to reproduce:

  Run this simple perl script (it does it in two ways to show where
error is, first way can be enabled by specifying any argument to
script):

[isbear:~] cat ./yamltest.pl
#! /usr/bin/perl

use YAML::Syck;

my $db = [];
my $entry = { a = 'b' };

if ( @ARGV ) {
$db-[EMAIL PROTECTED] = $entry;
$db-[EMAIL PROTECTED] = $db-[0];
$db-[EMAIL PROTECTED] = \$db-[0];
my $dump = Dump ( $db );
print  dump (db) \n$dump\n END \n;
my $dbcopy = Load ( $dump );
} else {
$db-[EMAIL PROTECTED] = $entry;
$db-[EMAIL PROTECTED] = $entry;
my $dump = Dump ( $db );
print  dump (db) \n$dump\n END \n;
my $dbcopy = Load ( $dump );

$dbcopy-[EMAIL PROTECTED] = $dbcopy-[0];
my $dumpcopy = Dump ( $dbcopy );
print  dump (db) \n$dumpcopy\n END \n;
my $dbcopycopy = Load ( $dumpcopy );
}

exit;

# The End.


  Error messages (it is results on amd64, on i386 they are similar):

[isbear:~] ./yamltest.pl 
 dump (db) 
--- 
- 1 
  a: b
- *1

 END 
 dump (db) 
--- 
- 1 2 
  a: b
- *1
- *2

 END 
*** glibc detected *** /usr/bin/perl: double free or corruption
(fasttop): 0x00629260 ***
=== Backtrace: =
/lib/libc.so.6[0x2b359208b01d]
/lib/libc.so.6(cfree+0x76)[0x2b359208cd26]
/usr/lib/perl5/auto/YAML/Syck/Syck.so(syck_st_free_nodes+0x12)[0x2b35925aa9d2]
/usr/lib/perl5/auto/YAML/Syck/Syck.so(st_foreach+0x64)[0x2b35925ab374]
/usr/lib/perl5/auto/YAML/Syck/Syck.so(syck_st_free+0x20)[0x2b35925aa970]
/usr/lib/perl5/auto/YAML/Syck/Syck.so(syck_free_parser+0x2a)[0x2b35925aaf6a]
/usr/lib/perl5/auto/YAML/Syck/Syck.so(XS_YAML__Syck_LoadYAML+0x54d)[0x2b35925b04ed]
/usr/lib/libperl.so.5.10(Perl_pp_entersub+0x550)[0x2b35916bbe20]
/usr/lib/libperl.so.5.10(Perl_runops_standard+0x12)[0x2b35916ba302]
/usr/lib/libperl.so.5.10(perl_run+0x30f)[0x2b35916b552f]
/usr/bin/perl(main+0xdc)[0x400d0c]
/lib/libc.so.6(__libc_start_main+0xf4)[0x2b359203a1c4]
/usr/bin/perl[0x400b69]
=== Memory map: 
0040-00401000 r-xp  03:01 1030434
/usr/bin/perl
00601000-00602000 rw-p 1000 03:01 1030434
/usr/bin/perl
00602000-006a7000 rw-p 00602000 00:00 0
[heap]
2b35913f3000-2b359140e000 r-xp  03:01 830775
/lib/ld-2.7.so
2b359140e000-2b3591411000 rw-p 2b359140e000 00:00 0 
2b3591411000-2b359157c000 r--p  03:01 1045164
/usr/lib/locale/locale-archive
2b359160d000-2b359160f000 rw-p 0001a000 03:01 830775
/lib/ld-2.7.so
2b359160f000-2b3591775000 r-xp  03:01 1030431
/usr/lib/libperl.so.5.10.0
2b3591775000-2b3591974000 ---p 00166000 03:01 1030431
/usr/lib/libperl.so.5.10.0
2b3591974000-2b359197d000 rw-p 00165000 03:01 1030431
/usr/lib/libperl.so.5.10.0
2b359197d000-2b359197f000 r-xp  03:01 830781
/lib/libdl-2.7.so
2b359197f000-2b3591b7f000 ---p 2000 03:01 830781
/lib/libdl-2.7.so
2b3591b7f000-2b3591b81000 rw-p 2000 03:01 830781
/lib/libdl-2.7.so
2b3591b81000-2b3591bff000 r-xp  03:01 830782
/lib/libm-2.7.so
2b3591bff000-2b3591dfe000 ---p 0007e000 03:01 830782
/lib/libm-2.7.so
2b3591dfe000-2b3591e0 rw-p 0007d000 03:01 830782
/lib/libm-2.7.so
2b3591e0-2b3591e01000 rw-p 2b3591e0 00:00 0 
2b3591e01000-2b3591e17000 r-xp  03:01 837307
/lib/libpthread-2.7.so
2b3591e17000-2b3592016000 ---p 00016000 03:01 837307
/lib/libpthread-2.7.so
2b3592016000-2b3592018000 rw-p 00015000 03:01 837307
/lib/libpthread-2.7.so
2b3592018000-2b359201c000 rw-p 2b3592018000 00:00 0 
2b359201c000-2b359215a000 r-xp  03:01 830778
/lib/libc-2.7.so
2b359215a000-2b359235a000 ---p 0013e000 03:01 830778
/lib/libc-2.7.so
2b359235a000-2b359235d000 r--p 0013e000 03:01 830778
/lib/libc-2.7.so
2b359235d000-2b359235f000 rw-p 00141000 03:01 830778
/lib/libc-2.7.so
2b359235f000-2b3592364000 rw-p 2b359235f000 00:00 0 
2b3592364000-2b359236c000 r-xp  03:01 830780
/lib/libcrypt-2.7.so
2b359236c000-2b359256b000 ---p 8000 03:01 830780
/lib/libcrypt-2.7.so
2b359256b000-2b359256d000 rw-p 7000 03:01 830780
/lib/libcrypt-2.7.so
2b359256d000-2b359259d000 rw-p 2b359256d000 00:00 0 
2b359259d000-2b35925bc000 r-xp  03:01 195489
/usr/lib/perl5/auto/YAML/Syck/Syck.so
2b35925bc000-2b35927bc000 ---p 0001f000 03:01 195489
/usr/lib/perl5/auto/YAML/Syck/Syck.so
2b35927bc000-2b35927bd000 rw-p 0001f000 03:01 195489
/usr/lib/perl5/auto/YAML/Syck/Syck.so
2b35927d3000-2b35927e9000 r-xp  03:01 830698
/lib/libgcc_s.so.1
2b35927e9000-2b35929e9000 ---p 00016000 03:01 830698
/lib/libgcc_s.so.1
2b35929e9000-2b35929ea000 rw-p 00016000 03:01 830698
/lib/libgcc_s.so.1
2b359400-2b3594021000 rw-p 2b359400 00:00 0 
2b3594021000-2b359800 ---p 2b3594021000 00:00 0 
7fff196a2000-7fff196b7000 rw-p 7ffea000 00:00 0
[stack]
7fff197fe000-7fff1980 r-xp 7fff197fe000 00:00 0
[vdso]
ff60-ff601000 r-xp  00:00 0

Bug#461258: fretsonfire declares relation to ttf-bitstream-vera

2008-07-03 Thread Daniel Baumann
Matthew Johnson wrote:
 We would like to upload a new upstream release which fixes all of these
 problems and some more, however, there are issues with it which are
 making this difficult.

ah, ok. thanks for the update.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#489073: update-rc.d: warning: /etc/init.d/imapproxy missing LSB style header

2008-07-03 Thread José Luis Tallón
Ralf Hildebrandt wrote:
 Package: imapproxy
 Version: 1.2.6-4
 Severity: normal


 An update reports:

 update-rc.d: warning: /etc/init.d/imapproxy missing LSB style header
   
Well... actually, this is a Release Goal... it could as well be marked
as important.

The header is *definitely* there... but apparently update-rc.d did not
detect it.
Will have to check why.



Thanks for the report, Ralf.

J.L.




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



Bug#461258: fretsonfire declares relation to ttf-bitstream-vera

2008-07-03 Thread Matthew Johnson
On Thu Jul 03 09:08, Daniel Baumann wrote:
 
 what is the status on this? As it's marked pending, could you please
 upload in order to fix this bug?
 

We would like to upload a new upstream release which fixes all of these
problems and some more, however, there are issues with it which are
making this difficult.

Matt
-- 
Matthew Johnson


signature.asc
Description: Digital signature


Bug#489101: speedy-cgi-perl: FTBFS: kill: No such process

2008-07-03 Thread Lucas Nussbaum
Package: speedy-cgi-perl
Version: 2.22-10
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 make[1]: Entering directory 
 `/build/user-speedy-cgi-perl_2.22-10-amd64-kE9own/speedy-cgi-perl-2.22-10/speedy'
 PERL_DL_NONLAZY=1 
 SPEEDY=/build/user-speedy-cgi-perl_2.22-10-amd64-kE9own/speedy-cgi-perl-2.22-10/speedy/speedy
  
 SPEEDY_BACKENDPROG=/build/user-speedy-cgi-perl_2.22-10-amd64-kE9own/speedy-cgi-perl-2.22-10/speedy_backend/speedy_backend
  
 SPEEDY_MODULE=/build/user-speedy-cgi-perl_2.22-10-amd64-kE9own/speedy-cgi-perl-2.22-10//
  SPEEDY_TIMEOUT=300 /usr/bin/perl -MExtUtils::Command::MM -e 
 test_harness(0, '../blib/lib', '../blib/arch') t/*.t
 t/alarm...ok
 t/argvok
 t/basic1..ok
 t/basic2..ok
 t/be_memleak..ok
 t/begin_block.ok
 t/begin_dup...ok
 t/cgi_reset...ok
 t/chdir...ok
 t/detach..ok
 t/eagain..ok
 t/exitok
 t/group...ok
 t/hold_stdio..ok
 t/initial_eof.ok
 t/killfe..ok
 t/maxbackend..ok
 t/maxruns.ok
 t/miscok
 t/mungefdsok
 t/register_cleanupok
 t/setopt..ok
 t/sh_bang.ok
 t/shutdownok
 t/signal..ok
 t/stdin...ok
 t/stdio...ok
 t/stdio2..ok
 t/stdio_close.ok
 t/thread..ok
 t/timeout.ok
 t/touch...ok
 t/wrongfd.ok
 All tests successful.
 Files=33, Tests=73, 133 wallclock secs ( 0.72 cusr +  1.31 csys =  2.03 CPU)
 make[1]: Leaving directory 
 `/build/user-speedy-cgi-perl_2.22-10-amd64-kE9own/speedy-cgi-perl-2.22-10/speedy'
 touch build-stamp
 perl debian/list-backends 
 /build/user-speedy-cgi-perl_2.22-10-amd64-kE9own/speedy-cgi-perl-2.22-10/speedy_backend/speedy_backend
  | \
 xargs --no-run-if-empty --verbose kill
 kill 10204 10456 15976 15977 17105 17106 17110 17111 17115 17116 22975 22977 
 23478 23479 25519 25530 25816 25824 26404 26405 26426 26427 26433 26434 27289 
 27290 1951 2194 2198 4338 4355 7190 7207 9901 9902 12342 12792 12886 12887 
 12925 12935 12939 12940 12948 12958 13111 13294 13489 13490 
 kill: No such process
 make: *** [kill-backends-stamp] Error 123

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/07/02

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#489106: xen-unstable: FTBFS: *** check_openssl_devel FAILED: missing openssl headers

2008-07-03 Thread Lucas Nussbaum
Package: xen-unstable
Version: 3.3-unstable+hg17879-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 make[5]: Entering directory 
 `/build/user-xen-unstable_3.3-unstable+hg17879-1-amd64-o8MlvK/xen-unstable-3.3-unstable+hg17879-1/debian/build/build-utils_i386/tools/check'
 LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build
 Xen CHECK-BUILD  Wed Jul 2 23:11:53 CEST 2008
 Checking check_crypto_lib: OK
 Checking check_curl: unused, OK
 Checking check_openssl_devel: 
  *** check_openssl_devel FAILED: missing openssl headers
 Checking check_python: OK
 Checking check_python_devel: OK
 Checking check_x11_devel: OK
 Checking check_xgettext: OK
 Checking check_xml2: unused, OK
 Checking check_zlib_devel: OK
 Checking check_zlib_lib: OK
 make[5]: *** [check-build] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/07/02

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#488604: NetworkManager: Memory Leak

2008-07-03 Thread Mark Purcell
Package: network-manager
Version: 0.6.6-1
Followup-For: Bug #488604

severity 488604 critical
forwarded 488604 
https://bugs.launchpad.net/debian/+source/network-manager/+bug/203016
tags 488604 fixed-upstream patch confirmed

Hi,

This is causing major usability problems and makes unrelated software on
the system unstable as it sucks all available memory, thus i've 
upgraded to severity to critical.


  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
20099 root  20   0  321m 161m 1580 S  0.0 32.1   1:41.98 NetworkManager

Mark

NetworkManager Tool

State: connected

- Device: wlan0_rename 

  NM Path:   /org/freedesktop/NetworkManager/Devices/wlan0_5f_rename
  Type:  802.11 Wireless
  Driver:b43-pci-bridge
  Active:yes
  HW Address:00:14:51:81:54:83

  Capabilities:
Supported:   yes
Speed:   54 Mb/s

  Wireless Settings
Scanning:yes
WEP Encryption:  yes
WPA Encryption:  yes
WPA2 Encryption: yes

  Wireless Networks (* = Current Network)
*pos:Infrastructure Mode, Freq 2.437 MHz, Rate 62 Mb/s, 
Strength 51%
ianyoung:Infrastructure Mode, Freq 2.412 MHz, Rate 62 Mb/s, 
Strength 51%, Encrypted (WPA)
TAYLOR:  Infrastructure Mode, Freq 2.412 MHz, Rate 62 Mb/s, 
Strength 45%, Encrypted (WPA)
WLAN:Infrastructure Mode, Freq 2.437 MHz, Rate 62 Mb/s, 
Strength 40%, Encrypted (WEP)
abbie:   Infrastructure Mode, Freq 2.412 MHz, Rate 62 Mb/s, 
Strength 48%, Encrypted (WPA WPA2)
BigPond9239: Infrastructure Mode, Freq 2.417 MHz, Rate 62 Mb/s, 
Strength 40%, Encrypted (WPA)
SpeedStream4738: Infrastructure Mode, Freq 2.432 MHz, Rate 62 Mb/s, 
Strength 33%, Encrypted (WEP)
DLINK:   Infrastructure Mode, Freq 2.437 MHz, Rate 62 Mb/s, 
Strength 45%, Encrypted (WPA)
AMAN:Infrastructure Mode, Freq 2.437 MHz, Rate 62 Mb/s, 
Strength 33%, Encrypted (WEP)
Green:   Infrastructure Mode, Freq 2.412 MHz, Rate 62 Mb/s, 
Strength 35%, Encrypted (WEP)
womble:  Infrastructure Mode, Freq 2.452 MHz, Rate 62 Mb/s, 
Strength 33%, Encrypted (WEP)
AMB Network: Infrastructure Mode, Freq 2.422 MHz, Rate 62 Mb/s, 
Strength 38%, Encrypted (WPA WPA2)
WASC-0016415fc99d-PHILIPS: Ad-Hoc Mode, Freq 2.462 MHz, Rate 62 Mb/s, 
Strength 35%, Encrypted (WEP)

  IP Settings:
IP Address:  192.168.1.114
Subnet Mask: 255.255.255.0
Broadcast:   192.168.1.255
Gateway: 192.168.1.1
Primary DNS: 192.168.1.150
Secondary DNS:   0.0.0.0


- Device: eth0 
  NM Path:   /org/freedesktop/NetworkManager/Devices/eth0
  Type:  Wired
  Driver:gem
  Active:no
  HW Address:00:14:51:21:84:4E

  Capabilities:
Supported:   yes
Carrier Detect:  yes
Speed:   10 Mb/s

  Wired Settings
Hardware Link:   no


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.25-2-powerpc
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages network-manager depends on:
ii  adduser 3.108add and remove users and groups
ii  dbus1.2.1-2  simple interprocess messaging syst
ii  dhcdbd  3.0-4D-Bus interface to the ISC DHCP cl
ii  hal 0.5.11-2 Hardware Abstraction Layer
ii  ifupdown0.6.8+nmu1   high level tools to configure netw
ii  iproute 20080417-1   networking and traffic control too
ii  iputils-arping  3:20071127-1 Tool to send ICMP echo requests to
ii  libc6   2.7-12   GNU C Library: Shared libraries
ii  libdbus-1-3 1.2.1-2  simple interprocess messaging syst
ii  libdbus-glib-1-20.76-1   simple interprocess messaging syst
ii  libgcrypt11 1.4.1-1  LGPL Crypto library - runtime libr
ii  libglib2.0-02.16.3-2 The GLib library of C routines
ii  libgpg-error0   1.4-2library for common error values an
ii  libhal1 0.5.11-2 Hardware Abstraction Layer - share
ii  libiw29 29-1 Wireless tools - library
ii  libnl1  1.1-2library for dealing with netlink s
ii  libnm-util0 0.6.6-1  network management framework (shar
ii  lsb-base3.2-12   Linux Standard Base 3.2 init scrip
ii  wpasupplicant   0.6.3-2  Client support for WPA and WPA2 (I

Versions of packages network-manager recommends:
ii  network-manager-gnome 0.6.6-2network 

Bug#489115: libtest-simpleunit-perl: FTBFS: Can't locate Data/Compare.pm in @INC

2008-07-03 Thread Lucas Nussbaum
Package: libtest-simpleunit-perl
Version: 1.21-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 make[1]: Entering directory 
 `/build/user-libtest-simpleunit-perl_1.21-1-amd64-AEyqTi/libtest-simpleunit-perl-1.21-1'
 PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
 test_harness(0, 'blib/lib', 'blib/arch') t/*.t
 t/00_require...Can't locate Data/Compare.pm in @INC (@INC contains: 
 /build/user-libtest-simpleunit-perl_1.21-1-amd64-AEyqTi/libtest-simpleunit-perl-1.21-1/blib/lib
  
 /build/user-libtest-simpleunit-perl_1.21-1-amd64-AEyqTi/libtest-simpleunit-perl-1.21-1/blib/arch
  /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 
 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
 /usr/local/lib/site_perl . /etc/perl /usr/local/lib/perl/5.10.0 
 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 
 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at 
 /build/user-libtest-simpleunit-perl_1.21-1-amd64-AEyqTi/libtest-simpleunit-perl-1.21-1/blib/lib/Test/SimpleUnit.pm
  line 307.
 BEGIN failed--compilation aborted at 
 /build/user-libtest-simpleunit-perl_1.21-1-amd64-AEyqTi/libtest-simpleunit-perl-1.21-1/blib/lib/Test/SimpleUnit.pm
  line 307.
 Compilation failed in require at t/00_require.t line 19.
 dubious
   Test returned status 2 (wstat 512, 0x200)
 DIED. FAILED test 1
   Failed 1/1 tests, 0.00% okay
 t/01_importAll.Can't locate Data/Compare.pm in @INC (@INC contains: 
 /build/user-libtest-simpleunit-perl_1.21-1-amd64-AEyqTi/libtest-simpleunit-perl-1.21-1/blib/lib
  
 /build/user-libtest-simpleunit-perl_1.21-1-amd64-AEyqTi/libtest-simpleunit-perl-1.21-1/blib/arch
  /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 
 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
 /usr/local/lib/site_perl . /etc/perl /usr/local/lib/perl/5.10.0 
 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 
 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at 
 /build/user-libtest-simpleunit-perl_1.21-1-amd64-AEyqTi/libtest-simpleunit-perl-1.21-1/blib/lib/Test/SimpleUnit.pm
  line 307.
 BEGIN failed--compilation aborted at 
 /build/user-libtest-simpleunit-perl_1.21-1-amd64-AEyqTi/libtest-simpleunit-perl-1.21-1/blib/lib/Test/SimpleUnit.pm
  line 307.
 Compilation failed in require at t/01_importAll.t line 18.
 BEGIN failed--compilation aborted at t/01_importAll.t line 18.
 dubious
   Test returned status 2 (wstat 512, 0x200)
 t/02_importAsserts.Can't locate Data/Compare.pm in @INC (@INC contains: 
 /build/user-libtest-simpleunit-perl_1.21-1-amd64-AEyqTi/libtest-simpleunit-perl-1.21-1/blib/lib
  
 /build/user-libtest-simpleunit-perl_1.21-1-amd64-AEyqTi/libtest-simpleunit-perl-1.21-1/blib/arch
  /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 
 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
 /usr/local/lib/site_perl . /etc/perl /usr/local/lib/perl/5.10.0 
 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 
 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at 
 /build/user-libtest-simpleunit-perl_1.21-1-amd64-AEyqTi/libtest-simpleunit-perl-1.21-1/blib/lib/Test/SimpleUnit.pm
  line 307.
 BEGIN failed--compilation aborted at 
 /build/user-libtest-simpleunit-perl_1.21-1-amd64-AEyqTi/libtest-simpleunit-perl-1.21-1/blib/lib/Test/SimpleUnit.pm
  line 307.
 Compilation failed in require at t/02_importAsserts.t line 18.
 BEGIN failed--compilation aborted at t/02_importAsserts.t line 18.
 dubious
   Test returned status 2 (wstat 512, 0x200)
 t/03_importTfuncs..Can't locate Data/Compare.pm in @INC (@INC contains: 
 /build/user-libtest-simpleunit-perl_1.21-1-amd64-AEyqTi/libtest-simpleunit-perl-1.21-1/blib/lib
  
 /build/user-libtest-simpleunit-perl_1.21-1-amd64-AEyqTi/libtest-simpleunit-perl-1.21-1/blib/arch
  /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 
 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
 /usr/local/lib/site_perl . /etc/perl /usr/local/lib/perl/5.10.0 
 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 
 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at 
 /build/user-libtest-simpleunit-perl_1.21-1-amd64-AEyqTi/libtest-simpleunit-perl-1.21-1/blib/lib/Test/SimpleUnit.pm
  line 307.
 BEGIN failed--compilation aborted at 
 /build/user-libtest-simpleunit-perl_1.21-1-amd64-AEyqTi/libtest-simpleunit-perl-1.21-1/blib/lib/Test/SimpleUnit.pm
  line 307.
 Compilation failed in require at t/03_importTfuncs.t line 18.
 BEGIN failed--compilation aborted at t/03_importTfuncs.t line 18.
 dubious
   Test returned status 2 (wstat 512, 0x200)
 t/04_importSkips...Can't locate Data/Compare.pm in @INC (@INC contains: 
 

Bug#489050: qa.debian.org: PTS says error processing watch file, DEHS says no error

2008-07-03 Thread Raphael Hertzog
On Thu, 03 Jul 2008, Ben Finney wrote:
 The PTS page URL:http://packages.qa.debian.org/l/lojban-common.html 
 reports:
 
 The package has a debian/watch file, but the last attempt to use 
 it for checking for newer upstream versions failed with an error.
 
 The text an error is an anchor linking, not to an error, but to
 URL:http://dehs.alioth.debian.org/maintainer.php?name=lojban-common, 
 the DEHS page for the package.
[...]
 Why is the PTS page claiming there is an error processing the watch 
 file, and linking to a page that shows there was no such error?
 
 I doubt it's because of some stale state: To my knowledge, the package 
 has *never* caused an error from its watch file, because the only one 
 it's ever had has never caused an error.

Please complaint to DEHS:
http://dehs.alioth.debian.org/no_upstream.txt
= it says lojban-common: Error

Cheers,
-- 
Raphaël Hertzog

Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/



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



Bug#489114: gcc-4.3: FTBFS: Bootstrap comparison failure!

2008-07-03 Thread Lucas Nussbaum
Package: gcc-4.3
Version: 4.3.1-4
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 make[5]: Entering directory 
 `/build/user-gcc-4.3_4.3.1-4-amd64-rAo2YU/gcc-4.3-4.3.1-4/build'
 rm -f stage_current
 make[5]: Leaving directory 
 `/build/user-gcc-4.3_4.3.1-4-amd64-rAo2YU/gcc-4.3-4.3.1-4/build'
 Comparing stages 2 and 3
 warning: ./cc1objplus-checksum.o differs
 warning: ./cc1obj-checksum.o differs
 warning: ./cc1-checksum.o differs
 warning: ./cc1plus-checksum.o differs
 Bootstrap comparison failure!
 ./sparseset.o differs
 make[4]: *** [compare] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/07/02

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#489105: libwx-perl: FTBFS: xvfb-run: error: xauth command not found

2008-07-03 Thread Lucas Nussbaum
Package: libwx-perl
Version: 0.84-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 make[4]: Entering directory 
 `/build/user-libwx-perl_0.84-1-amd64-TCG_Hs/libwx-perl-0.84-1/ext/pperl/textval'
 cp TextValidator.pm ../../../blib/lib/Wx/Perl/TextValidator.pm
 Manifying ../../../blib/man3/Wx::Perl::TextValidator.3pm
 make[4]: Leaving directory 
 `/build/user-libwx-perl_0.84-1-amd64-TCG_Hs/libwx-perl-0.84-1/ext/pperl/textval'
 make[3]: Leaving directory 
 `/build/user-libwx-perl_0.84-1-amd64-TCG_Hs/libwx-perl-0.84-1/ext/pperl'
 make[2]: Leaving directory 
 `/build/user-libwx-perl_0.84-1-amd64-TCG_Hs/libwx-perl-0.84-1/ext'
 /usr/bin/perl /usr/share/perl/5.10/ExtUtils/xsubpp  -nolinenumbers 
 -noprototypes  -typemap /usr/share/perl/5.10/ExtUtils/typemap -typemap 
 typemap  Wx.xs  Wx.xsc  mv Wx.xsc Wx.c
 g++ -c  -I. -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 
 -I/usr/include/wx-2.6   -O2 -g   -DVERSION=\0.84\ -DXS_VERSION=\0.84\ 
 -fPIC -I/usr/lib/perl/5.10/CORE  -DGTK_NO_CHECK_CASTS -D__WXGTK__ 
 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA   Wx.c
 Wx.c: In function 'void wxPli_boot_Wx(PerlInterpreter*, CV*)':
 Wx.c:19936: warning: deprecated conversion from string constant to 'char*'
 /usr/bin/perl /usr/share/perl/5.10/ExtUtils/xsubpp  -nolinenumbers 
 -noprototypes  -typemap /usr/share/perl/5.10/ExtUtils/typemap -typemap 
 typemap  Constant.xs  Constant.xsc  mv Constant.xsc Constant.c
 g++ -c  -I. -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 
 -I/usr/include/wx-2.6   -O2 -g   -DVERSION=\0.84\ -DXS_VERSION=\0.84\ 
 -fPIC -I/usr/lib/perl/5.10/CORE  -DGTK_NO_CHECK_CASTS -D__WXGTK__ 
 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA   Constant.c
 Constant.c: In function 'void wxPli_boot_Wx_Const(PerlInterpreter*, CV*)':
 Constant.c:3146: warning: deprecated conversion from string constant to 
 'char*'
 /usr/bin/perl script/wxperl_xspp -t typemap.xsp XS/ItemContainer.xsp  
 XS/ItemContainer.xs
 /usr/bin/perl script/wxperl_xspp -t typemap.xsp XS/ItemContainerImmutable.xsp 
  XS/ItemContainerImmutable.xs
 /usr/bin/perl /usr/share/perl/5.10/ExtUtils/xsubpp  -nolinenumbers 
 -noprototypes  -typemap /usr/share/perl/5.10/ExtUtils/typemap -typemap 
 typemap  Controls.xs  Controls.xsc  mv Controls.xsc Controls.c
 Warning: duplicate function definition 'SetSelection' detected in 
 XS/ComboBox.xs, line 173
 g++ -c  -I. -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 
 -I/usr/include/wx-2.6   -O2 -g   -DVERSION=\0.84\ -DXS_VERSION=\0.84\ 
 -fPIC -I/usr/lib/perl/5.10/CORE  -DGTK_NO_CHECK_CASTS -D__WXGTK__ 
 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA   Controls.c
 Controls.c: In function 'void wxPli_boot_Wx_Ctrl(PerlInterpreter*, CV*)':
 Controls.c:29538: warning: deprecated conversion from string constant to 
 'char*'
 /usr/bin/perl /usr/share/perl/5.10/ExtUtils/xsubpp  -nolinenumbers 
 -noprototypes  -typemap /usr/share/perl/5.10/ExtUtils/typemap -typemap 
 typemap  Event.xs  Event.xsc  mv Event.xsc Event.c
 g++ -c  -I. -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 
 -I/usr/include/wx-2.6   -O2 -g   -DVERSION=\0.84\ -DXS_VERSION=\0.84\ 
 -fPIC -I/usr/lib/perl/5.10/CORE  -DGTK_NO_CHECK_CASTS -D__WXGTK__ 
 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA   Event.c
 Event.c: In function 'void wxPli_boot_Wx_Evt(PerlInterpreter*, CV*)':
 Event.c:5507: warning: deprecated conversion from string constant to 'char*'
 /usr/bin/perl /usr/share/perl/5.10/ExtUtils/xsubpp  -nolinenumbers 
 -noprototypes  -typemap /usr/share/perl/5.10/ExtUtils/typemap -typemap 
 typemap  Frames.xs  Frames.xsc  mv Frames.xsc Frames.c
 g++ -c  -I. -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 
 -I/usr/include/wx-2.6   -O2 -g   -DVERSION=\0.84\ -DXS_VERSION=\0.84\ 
 -fPIC -I/usr/lib/perl/5.10/CORE  -DGTK_NO_CHECK_CASTS -D__WXGTK__ 
 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA   Frames.c
 Frames.c: In function 'void wxPli_boot_Wx_Wnd(PerlInterpreter*, CV*)':
 Frames.c:12014: warning: deprecated conversion from string constant to 'char*'
 /usr/bin/perl /usr/share/perl/5.10/ExtUtils/xsubpp  -nolinenumbers 
 -noprototypes  -typemap /usr/share/perl/5.10/ExtUtils/typemap -typemap 
 typemap  GDI.xs  GDI.xsc  mv GDI.xsc GDI.c
 g++ -c  -I. -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 
 -I/usr/include/wx-2.6   -O2 -g   -DVERSION=\0.84\ -DXS_VERSION=\0.84\ 
 -fPIC -I/usr/lib/perl/5.10/CORE  -DGTK_NO_CHECK_CASTS -D__WXGTK__ 
 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA   GDI.c
 GDI.c: In function 'void wxPli_boot_Wx_GDI(PerlInterpreter*, CV*)':
 GDI.c:14807: warning: deprecated conversion from string constant to 'char*'
 /usr/bin/perl script/wxperl_xspp -t typemap.xsp XS/VarHScrollHelper.xsp  
 XS/VarHScrollHelper.xs
 /usr/bin/perl script/wxperl_xspp -t typemap.xsp XS/VarHVScrollHelper.xsp  
 XS/VarHVScrollHelper.xs
 

Bug#489104: rapidsvn: FTBFS: checking Neon... not found

2008-07-03 Thread Lucas Nussbaum
Package: rapidsvn
Version: 0.9.6-0.2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
  /usr/bin/fakeroot debian/rules clean
 dh_testdir
 dh_testroot
 rm -f build-stamp 
 [ ! -f Makefile ] || /usr/bin/make distclean
 rm -rf doc/svncpp/html/*
 rm -f config.sub
 rm -f config.guess
 dh_clean 
  dpkg-source -b rapidsvn-0.9.6-0.2
 dpkg-source: warning: source directory 'rapidsvn-0.9.6-0.2' is not 
 sourcepackage-upstreamversion 'rapidsvn-0.9.6'
 dpkg-source: warning: .orig directory name rapidsvn-0.9.6-0.2.orig is not 
 package-upstreamversion (wanted rapidsvn-0.9.6.orig)
 dpkg-source: info: using source format `1.0'
 dpkg-source: info: building rapidsvn using existing rapidsvn_0.9.6.orig.tar.gz
 dpkg-source: info: building rapidsvn in rapidsvn_0.9.6-0.2.diff.gz
 dpkg-source: warning: ignoring deletion of file config.guess
 dpkg-source: warning: ignoring deletion of file config.sub
 dpkg-source: warning: ignoring deletion of file doc/svncpp/html/annotated.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/annotate__line_8hpp__dep__incl.map
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/annotate__line_8hpp__dep__incl.md5
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/annotate__line_8hpp__dep__incl.png
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/annotate__line_8hpp.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/annotate__line_8hpp-source.html
 dpkg-source: warning: ignoring deletion of file doc/svncpp/html/apr_8hpp.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/apr_8hpp-source.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1AnnotateLine.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1Apr.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1ClientException.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1ClientException.png
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1Client.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1Context.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1ContextListener.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1DateTime.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1DirEntry.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1Entry.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1Exception.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1Exception.png
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1Info.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1Path.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1Pool.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1Property.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1Revision.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1Status.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1StatusSel.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1Targets.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1Url.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/classsvn_1_1Wc.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/client_8hpp.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/client_8hpp-source.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/context_8hpp__dep__incl.map
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/context_8hpp__dep__incl.md5
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/context_8hpp__dep__incl.png
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/context_8hpp.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/context_8hpp-source.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/context__listener_8hpp.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/context__listener_8hpp-source.html
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/datetime_8hpp__dep__incl.map
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/datetime_8hpp__dep__incl.md5
 dpkg-source: warning: ignoring deletion of file 
 doc/svncpp/html/datetime_8hpp__dep__incl.png
 dpkg-source: warning: ignoring deletion of 

Bug#489110: libbuffy-bindings: FTBFS: Problem opening MANIFEST: No such file or directory at /usr/share/perl/5.10/ExtUtils/Manifest.pm line 312.

2008-07-03 Thread Lucas Nussbaum
Package: libbuffy-bindings
Version: 0.4
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 make[2]: Entering directory 
 `/build/user-libbuffy-bindings_0.4-amd64-WjEAGV/libbuffy-bindings-0.4/perl'
 rm -f \
 *.a core \
 core.[0-9] blib/arch/auto/Buffy/extralibs.all \
 core.[0-9][0-9] Buffy.bso \
 pm_to_blib.ts core.[0-9][0-9][0-9][0-9] \
 Buffy.x Buffy.bs \
 perl tmon.out \
 *.o pm_to_blib \
 blib/arch/auto/Buffy/extralibs.ld blibdirs.ts \
 core.[0-9][0-9][0-9][0-9][0-9] *perl.core \
 core.*perl.*.? Makefile.aperl \
 perl Buffy.def \
 core.[0-9][0-9][0-9] mon.out \
 libBuffy.def perlmain.c \
 perl.exe so_locations \
 Buffy.exp 
 rm -rf \
 buffy_wrap.cc blib \
 Buffy.pm 
 mv Makefile Makefile.old  /dev/null 21
 rm -f \
 buffy_wrap.o Makefile.old \
 Makefile 
 rm -rf \
 Buffy-0.2 
 /usr/bin/perl -MExtUtils::Manifest=fullcheck -e fullcheck
 Problem opening MANIFEST: No such file or directory at 
 /usr/share/perl/5.10/ExtUtils/Manifest.pm line 312.
 Problem opening MANIFEST: No such file or directory at 
 /usr/share/perl/5.10/ExtUtils/Manifest.pm line 312.
 Not in MANIFEST: Makefile.PL
 make[2]: Leaving directory 
 `/build/user-libbuffy-bindings_0.4-amd64-WjEAGV/libbuffy-bindings-0.4/perl'
 /usr/bin/make -C python distclean
 make[2]: Entering directory 
 `/build/user-libbuffy-bindings_0.4-amd64-WjEAGV/libbuffy-bindings-0.4/python'
 make[2]: *** No rule to make target `distclean'.
 make[2]: Leaving directory 
 `/build/user-libbuffy-bindings_0.4-amd64-WjEAGV/libbuffy-bindings-0.4/python'
 make[1]: *** [distclean] Error 2

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/07/02

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#489112: mailutils: FTBFS: ERROR: Cannot create /build/user-mailutils_1.2+dfsg1-1-amd64-g60eu0/mailutils-1.2+dfsg1-1 /imap4d/testsuite/data/spool/INBOX:

2008-07-03 Thread Lucas Nussbaum
Package: mailutils
Version: 1:1.2+dfsg1-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 make[4]: Entering directory 
 `/build/user-mailutils_1.2+dfsg1-1-amd64-g60eu0/mailutils-1.2+dfsg1-1/imap4d/testsuite'
 Making a new remote.exp file...
 Making a new site.exp file...
 srcdir=`CDPATH=${ZSH_VERSION+.}:  cd .  pwd`; export srcdir; \
   EXPECT=expect; export EXPECT; \
   runtest=runtest; \
   if /bin/sh -c $runtest --version  /dev/null 21; then \
 l='imap4d'; for tool in $l; do \
   $runtest  --tool $tool --srcdir $srcdir ; \
 done; \
   else echo WARNING: could not find \`runtest' 12; :;\
   fi
 spawn 
 /build/user-mailutils_1.2+dfsg1-1-amd64-g60eu0/mailutils-1.2+dfsg1-1/imap4d/testsuite/../imap4d
  --show-config-options

 VERSION=1.2

 USE_LIBPAM

 HAVE_LIBLTDL

 WITH_GDBM

 WITH_GNUTLS

 WITH_GSASL

 WITH_GSSAPI

 WITH_GUILE

 WITH_PTHREAD

 WITH_READLINE

 HAVE_MYSQL

 ENABLE_VIRTUAL_DOMAINS

 ENABLE_IMAP

 ENABLE_POP

 ENABLE_MH

 ENABLE_MAILDIR

 ENABLE_SMTP

 ENABLE_SENDMAIL

 ENABLE_NNTP

 spawn 
 /build/user-mailutils_1.2+dfsg1-1-amd64-g60eu0/mailutils-1.2+dfsg1-1/testsuite/makespool
  -subst 
 s,@MU_SPOOL_DIR@,/build/user-mailutils_1.2+dfsg1-1-amd64-g60eu0/mailutils-1.2+dfsg1-1/imap4d/testsuite/data/spool,
  
 /build/user-mailutils_1.2+dfsg1-1-amd64-g60eu0/mailutils-1.2+dfsg1-1/testsuite/etc
  
 /build/user-mailutils_1.2+dfsg1-1-amd64-g60eu0/mailutils-1.2+dfsg1-1/imap4d/testsuite/data/etc

 Test Run By user on Wed Jul  2 23:12:46 2008
 Native configuration is i486-pc-linux-gnu
 
   === imap4d tests ===
 
 Schedule of variations:
 unix
 
 Running target unix
 Using /usr/share/dejagnu/baseboards/unix.exp as board description file for 
 target.
 Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
 Using 
 /build/user-mailutils_1.2+dfsg1-1-amd64-g60eu0/mailutils-1.2+dfsg1-1/imap4d/testsuite/config/default.exp
  as tool-and-target-specific interface file.
 Running 
 /build/user-mailutils_1.2+dfsg1-1-amd64-g60eu0/mailutils-1.2+dfsg1-1/imap4d/testsuite/imap4d/IDEF0955.exp
  ...
 Running 
 /build/user-mailutils_1.2+dfsg1-1-amd64-g60eu0/mailutils-1.2+dfsg1-1/imap4d/testsuite/imap4d/IDEF0956.exp
  ...
 ERROR: Cannot create 
 /build/user-mailutils_1.2+dfsg1-1-amd64-g60eu0/mailutils-1.2+dfsg1-1/imap4d/testsuite/data/spool/INBOX:
  
 make[4]: *** [check-DEJAGNU] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/07/02

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#483327: kdepim: FTBFS: dh_install: kdepim-doc missing files (/usr/share/doc/kde/HTML/en/kdepim-apidocs/*), aborting

2008-07-03 Thread Lucas Nussbaum
reopen 483327
thanks

On 12/06/08 at 11:26 +0200, Ana Guerrero wrote:
 On Wed, May 28, 2008 at 02:38:06PM +0200, Lucas Nussbaum wrote:
  Package: kdepim
  Version: 4:3.5.9-2
  Severity: serious
  User: [EMAIL PROTECTED]
  Usertags: qa-ftbfs-20080527 qa-ftbfs
  Justification: FTBFS on i386
  
  Hi,
  
  During a rebuild of all packages in sid, your package failed to build on
  i386.
  
  Relevant part:
   dh_installinfo -pkdepim-doc  
   dh_installmenu -pkdepim-doc 
   dh_installcron -pkdepim-doc 
   dh_installinit -pkdepim-doc   
   dh_installdebconf -pkdepim-doc 
   dh_installemacsen -pkdepim-doc   
   dh_installcatalogs -pkdepim-doc 
   dh_installpam -pkdepim-doc 
   dh_installlogrotate -pkdepim-doc 
   dh_installlogcheck -pkdepim-doc 
   dh_installchangelogs -pkdepim-doc   
   dh_installudev -pkdepim-doc 
   dh_lintian -pkdepim-doc 
   dh_install -pkdepim-doc 
   --sourcedir=/build/user-kdepim_3.5.9-2-amd64-pH50G6/kdepim-3.5.9-2/debian/tmp/

   dh_install: kdepim-doc missing files 
   (/usr/share/doc/kde/HTML/en/kdepim-apidocs/*), aborting
   make: *** [binary-install/kdepim-doc] Error 1
 
 
 I was unable to reproduce this in i386 and AMD64. Closing, re-open if you find
 the bug again in your next rebuild, but i do not expect so.

I just reproduced it :(
-- 
| 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#489109: epiphany-browser: FTBFS: dpkg-shlibdeps: warning: can't parse dependency libavahi-glib0 #MINVERo

2008-07-03 Thread Lucas Nussbaum
Package: epiphany-browser
Version: 2.22.2-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
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-epiphany-browser_2.22.2-3-amd64-4lxyfN/epiphany-browser-2.22.2-3/debian/build/webkit'
 make[3]: Nothing to be done for `install-exec-am'.
 make[3]: Nothing to be done for `install-data-am'.
 make[3]: Leaving directory 
 `/build/user-epiphany-browser_2.22.2-3-amd64-4lxyfN/epiphany-browser-2.22.2-3/debian/build/webkit'
 make[2]: Leaving directory 
 `/build/user-epiphany-browser_2.22.2-3-amd64-4lxyfN/epiphany-browser-2.22.2-3/debian/build/webkit'
 make[1]: Leaving directory 
 `/build/user-epiphany-browser_2.22.2-3-amd64-4lxyfN/epiphany-browser-2.22.2-3/debian/build/webkit'
 cd 
 /build/user-epiphany-browser_2.22.2-3-amd64-4lxyfN/epiphany-browser-2.22.2-3/debian/epiphany-webkit/usr/bin
   mv epiphany epiphany-webkit
 rm -f 
 /build/user-epiphany-browser_2.22.2-3-amd64-4lxyfN/epiphany-browser-2.22.2-3/debian/epiphany-webkit/usr/lib/epiphany*/*/*/*a
 echo gnome:Version=2.22  debian/epiphany-webkit.substvars
 echo gnome:NextVersion=2.23  debian/epiphany-webkit.substvars
 dh_installdirs
 mv debian/epiphany-gecko/usr/include debian/epiphany-browser-dev/usr/
 mv debian/epiphany-gecko/usr/lib/pkgconfig 
 debian/epiphany-browser-dev/usr/lib/
 cd debian/epiphany-gecko/usr/share  \
   mv aclocal pygtk gtk-doc 
 /build/user-epiphany-browser_2.22.2-3-amd64-4lxyfN/epiphany-browser-2.22.2-3/debian/epiphany-browser-dev/usr/share/
 mv debian/epiphany-gecko/etc/* debian/epiphany-browser-data/etc
 rmdir debian/epiphany-gecko/etc
 mv debian/epiphany-gecko/usr/share debian/epiphany-browser-data/usr/
 cd debian/epiphany-webkit  rm -rf etc usr/share usr/lib/pkgconfig 
 usr/include
 cd debian/epiphany-browser-data/usr/share/epiphany-browser  \
   mv mime-types-permissions.xml default-prefs.js 
 /build/user-epiphany-browser_2.22.2-3-amd64-4lxyfN/epiphany-browser-2.22.2-3/debian/epiphany-browser-data/etc/gnome/epiphany/
 cd debian/epiphany-browser-data/usr/share/man/man1  \
   mv epiphany.1 epiphany-browser.1
 # Correct help file paths
 cd debian/epiphany-browser-data/usr/share/omf  mv epiphany epiphany-browser
 cd debian/epiphany-browser-data/usr/share/gnome/help  mv epiphany 
 epiphany-browser
 find debian/epiphany-browser-data/usr/share/omf/epiphany-browser/ \
   -name *.omf -exec perl -pi -e 
 's#/usr/share/gnome/help/epiphany/#/usr/share/gnome/help/epiphany-browser/#' 
 {} \;
 # Make both epiphanies installable together
 for f in gecko webkit; do \
   F=`echo $f | sed -r 's/^([a-z])/\U\1/'` ; \
   mkdir -p debian/epiphany-$f/usr/share/applications ; \
   ( sed -r s/^Name(.*)$/Name\1 ($F)/ \
   
 debian/epiphany-browser-data/usr/share/applications/epiphany.desktop \
   | sed s,epiphany-browser,epiphany-$f, \
   | grep -v ^TryExec | grep -v ^MimeType ; \
   echo NoDisplay=true ) \
debian/epiphany-$f/usr/share/applications/epiphany-$f.desktop 
 ; \
   done
 dh_install
 cd debian/epiphany-browser/usr/bin  \
   mv epiphany.sh epiphany
 dh_testdir
 dh_testroot
 dh_installchangelogs -a ChangeLog ChangeLog-*
 dh_installdocs -a
 dh_installman -a
 dh_installmenu -a
 dh_link -a
 dh_scrollkeeper -a
 dh_gconf -a
 dh_desktop -a
 dh_strip -a --dbg-package=epiphany-browser-dbg
 dh_compress -a
 dh_fixperms -a
 dh_installdeb -a
 dh_shlibdeps -a
 dpkg-shlibdeps: warning: symbol _ZN9EphyUtils13FindGtkParentEP12nsIDOMWindow 
 used by 
 debian/epiphany-gecko/usr/lib/epiphany-gecko/2.22/plugins/libdesktopfileplugin.so
  found in none of the libraries.
 dpkg-shlibdeps: warning: dependency on libz.so.1 could be avoided if 
 debian/epiphany-gecko/usr/bin/epiphany-gecko were not uselessly linked 
 against it (they use none of its symbols).
 dpkg-shlibdeps: warning: dependency on libXrender.so.1 could be avoided if 
 debian/epiphany-gecko/usr/bin/epiphany-gecko were not uselessly linked 
 against it (they use none of its symbols).
 dpkg-shlibdeps: warning: dependency on libfontconfig.so.1 could be avoided if 
 debian/epiphany-gecko/usr/bin/epiphany-gecko were not uselessly linked 
 against it (they use none of its symbols).
 dpkg-shlibdeps: warning: dependency on libatk-1.0.so.0 could be avoided if 
 debian/epiphany-gecko/usr/bin/epiphany-gecko 
 debian/epiphany-gecko/usr/lib/epiphany-gecko/2.22/plugins/libdesktopfileplugin.so
  were not uselessly linked against it (they use none of its symbols).
 dpkg-shlibdeps: warning: dependency on libpopt.so.0 could be avoided if 
 debian/epiphany-gecko/usr/bin/epiphany-gecko were not uselessly linked 
 against it (they use none of its symbols).
 dpkg-shlibdeps: warning: dependency on libgnomecanvas-2.so.0 could be avoided 
 

Bug#486660: istanbul: Save never finishes

2008-07-03 Thread Thue Janus Kristensen
It works if xrandr is not set up.

There is a file at filesink location=

Regards, Thue

On Wed, Jul 2, 2008 at 2:12 PM, Luca Bruno [EMAIL PROTECTED] wrote:

 I have to admit that istanbul came out before xrandr was developed, so
 it may work weirdly (or don't work) with it.
 I can't anything wrong in your report, except a really big resolution.
 Try to record without xrandr multiple desktop. Also try to see if
 anything is available at the location pointed by filesink location=

 Ciao, Luca

 --
  .''`.  ** Debian GNU/Linux **  | Luca Bruno
 : :'  :   The Universal O.S.| lucab (AT) debian.org
 `. `'`  | GPG Key ID: 3BFB9FB3
  `- http://www.debian.org  | Debian GNU/Linux Developer



Bug#489102: codespeak-lib: FTBFS: tries to access gluck.d.o, then times out.

2008-07-03 Thread Lucas Nussbaum
Package: codespeak-lib
Version: 0.9.1-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
  /usr/bin/fakeroot debian/rules clean
 dpatch  deapply-all  
 05-disable-buildcmodule not applied to ./ .
 04-apigen not applied to ./ .
 03-distutils-setup not applied to ./ .
 02-py-test-path not applied to ./ .
 01-fix-scripts not applied to ./ .
 rm -rf patch-stamp patch-stampT debian/patched
 dh_testdir
 dh_testroot
 rm -f *-stamp
 rm -rf build
 rm -rf build-python*
 rm -f debian/python-codespeak-lib.install
 rm -f debian/python-codespeak-lib.docs
 rm -f debian/python-codespeak-lib.manpages
 rm -f  debian/py.cleanup.1 debian/py.countloc.1 debian/py.lookup.1 
 debian/py.rest.1 debian/py.test.1
 rm -rf py/c-extension/greenlet/greenlet.so \
py/rest/testing/data/*.png \
py/rest/testing/data/*.pdf \
py/rest/testing/data/*.toc \
py/rest/testing/data/*.html \
py/rest/testing/data/img \
py/c-extension/greenlet/build \
apigen
 find . -name *.pyc | xargs rm -f
 find py/doc/ -name *.html | xargs rm -f
 dh_clean
  dpkg-source -b codespeak-lib-0.9.1-2
 dpkg-source: warning: source directory 'codespeak-lib-0.9.1-2' is not 
 sourcepackage-upstreamversion 'codespeak-lib-0.9.1'
 dpkg-source: warning: .orig directory name codespeak-lib-0.9.1-2.orig is not 
 package-upstreamversion (wanted codespeak-lib-0.9.1.orig)
 dpkg-source: info: using source format `1.0'
 dpkg-source: info: building codespeak-lib using existing 
 codespeak-lib_0.9.1.orig.tar.gz
 dpkg-source: info: building codespeak-lib in codespeak-lib_0.9.1-2.diff.gz
 dpkg-source: warning: executable mode 0755 of 
 'debian/patches/05-disable-buildcmodule.dpatch' will not be represented in 
 diff
 dpkg-source: warning: executable mode 0755 of 
 'debian/patches/04-apigen.dpatch' will not be represented in diff
 dpkg-source: warning: executable mode 0755 of 
 'debian/patches/03-distutils-setup.dpatch' will not be represented in diff
 dpkg-source: warning: executable mode 0755 of 
 'debian/patches/02-py-test-path.dpatch' will not be represented in diff
 dpkg-source: warning: executable mode 0755 of 
 'debian/patches/01-fix-scripts.dpatch' will not be represented in diff
 dpkg-source: info: building codespeak-lib in codespeak-lib_0.9.1-2.dsc
  debian/rules build
 test -d debian/patched || install -d debian/patched
 dpatch  apply-all  
 applying patch 01-fix-scripts to ./ ... ok.
 applying patch 02-py-test-path to ./ ... ok.
 applying patch 03-distutils-setup to ./ ... ok.
 applying patch 04-apigen to ./ ... ok.
 applying patch 05-disable-buildcmodule to ./ ... ok.
 dpatch  cat-all  patch-stampT
 mv -f patch-stampT patch-stamp
 if cd py/c-extension/greenlet/  python2.4 setup.py build ; \
   then \
   cd - ; \
   echo successful build of C extension ; \
   echo py/c-extension/greenlet/build/lib*2.4/greenlet.so 
 usr/lib/python2.4/site-packages/py/c-extension/greenlet  
 debian/python-codespeak-lib.install ;\
   else \
   echo greenlet unavailable for this architecture ; \
   fi
 running build
 running build_ext
 building 'greenlet' extension
 creating build
 creating build/temp.linux-i686-2.4
 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
 -Wstrict-prototypes -g -O2 -fPIC -I/usr/include/python2.4 -c greenlet.c -o 
 build/temp.linux-i686-2.4/greenlet.o
 creating build/lib.linux-i686-2.4
 gcc -pthread -shared -g -O2 build/temp.linux-i686-2.4/greenlet.o -o 
 build/lib.linux-i686-2.4/greenlet.so
 /build/user-codespeak-lib_0.9.1-2-amd64-wdgIKB/codespeak-lib-0.9.1-2
 successful build of C extension
 touch build-python2.4
 if cd py/c-extension/greenlet/  python2.5 setup.py build ; \
   then \
   cd - ; \
   echo successful build of C extension ; \
   echo py/c-extension/greenlet/build/lib*2.5/greenlet.so 
 usr/lib/python2.5/site-packages/py/c-extension/greenlet  
 debian/python-codespeak-lib.install ;\
   else \
   echo greenlet unavailable for this architecture ; \
   fi
 running build
 running build_ext
 building 'greenlet' extension
 creating build/temp.linux-i686-2.5
 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
 -Wstrict-prototypes -g -O2 -fPIC -I/usr/include/python2.5 -c greenlet.c -o 
 build/temp.linux-i686-2.5/greenlet.o
 creating build/lib.linux-i686-2.5
 gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -O2 
 build/temp.linux-i686-2.5/greenlet.o -o build/lib.linux-i686-2.5/greenlet.so
 /build/user-codespeak-lib_0.9.1-2-amd64-wdgIKB/codespeak-lib-0.9.1-2
 successful build of C extension
 touch build-python2.5
 dh_clean -k
 python setup.py install --no-compile --prefix=debian/python-codespeak-lib/usr/
 running install
 running build
 running 

Bug#489103: rootskel: FTBFS: open3: exec of /usr/bin/gcc-4.1 [..] failed at /usr/bin/klcc line 138

2008-07-03 Thread Lucas Nussbaum
Package: rootskel
Version: 1.62
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 make[4]: Entering directory 
 `/build/user-rootskel_1.62-amd64-mFBW87/rootskel-1.62/src/var/log'
 make[4]: Leaving directory 
 `/build/user-rootskel_1.62-amd64-mFBW87/rootskel-1.62/src/var/log'
 make[3]: Leaving directory 
 `/build/user-rootskel_1.62-amd64-mFBW87/rootskel-1.62/src/var'
 make[2]: Leaving directory 
 `/build/user-rootskel_1.62-amd64-mFBW87/rootskel-1.62/src'
 make[2]: Entering directory 
 `/build/user-rootskel_1.62-amd64-mFBW87/rootskel-1.62/src-bootfloppy'
 klcc -Os -Wall -shared init.c -o init
 open3: exec of /usr/bin/gcc-4.1 -D__KLIBC__=1 -D__KLIBC_MINOR__=5 
 -D_BITSIZE=32 -fno-stack-protector -mregparm=3 -D_REGPARM=3 -m32 -nostdinc 
 -iwithprefix include -D__KLIBC__=1 -D__KLIBC_MINOR__=5 -D_BITSIZE=32 
 -I/usr/lib/klibc/include/arch/i386 -I/usr/lib/klibc/include/bits32 
 -I/usr/lib/klibc/include -march=i386 -Os -g -fomit-frame-pointer 
 -falign-functions=0 -falign-jumps=0 -falign-loops=0 -Os -Wall -c -o init.o -x 
 c init.c failed at /usr/bin/klcc line 138
 make[2]: *** [init] Error 255

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/07/02

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#489107: telepathy-salut: FTBFS: dpkg-shlibdeps: warning: can't parse dependency libavahi-glib0 #MINVERo

2008-07-03 Thread Lucas Nussbaum
Package: telepathy-salut
Version: 0.3.3-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
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-telepathy-salut_0.3.3-1-amd64-ONHwTQ/telepathy-salut-0.3.3-1'
 make[3]: Nothing to be done for `install-exec-am'.
 make[3]: Nothing to be done for `install-data-am'.
 make[3]: Leaving directory 
 `/build/user-telepathy-salut_0.3.3-1-amd64-ONHwTQ/telepathy-salut-0.3.3-1'
 make[2]: Leaving directory 
 `/build/user-telepathy-salut_0.3.3-1-amd64-ONHwTQ/telepathy-salut-0.3.3-1'
 make[1]: Leaving directory 
 `/build/user-telepathy-salut_0.3.3-1-amd64-ONHwTQ/telepathy-salut-0.3.3-1'
 dh_installdirs -ptelepathy-salut 
 dh_installdocs -ptelepathy-salut ./README ./NEWS ./AUTHORS  
 dh_installexamples -ptelepathy-salut 
 dh_installman -ptelepathy-salut  
 dh_installinfo -ptelepathy-salut  
 dh_installmenu -ptelepathy-salut 
 dh_installcron -ptelepathy-salut 
 dh_installinit -ptelepathy-salut   
 dh_installdebconf -ptelepathy-salut 
 dh_installemacsen -ptelepathy-salut   
 dh_installcatalogs -ptelepathy-salut 
 dh_installpam -ptelepathy-salut 
 dh_installlogrotate -ptelepathy-salut 
 dh_installlogcheck -ptelepathy-salut 
 dh_installchangelogs -ptelepathy-salut  ./ChangeLog 
 dh_installudev -ptelepathy-salut 
 dh_lintian -ptelepathy-salut 
 dh_install -ptelepathy-salut  
 dh_link -ptelepathy-salut  
 dh_installmime -ptelepathy-salut 
 All files were installed into debian/telepathy-salut.
 dh_strip -ptelepathy-salut  
 dh_compress -ptelepathy-salut  
 dh_fixperms -ptelepathy-salut  
 dh_makeshlibs -ptelepathy-salut  
 dh_installdeb -ptelepathy-salut 
 dh_perl -ptelepathy-salut 
 dh_shlibdeps -ptelepathy-salut
 dpkg-shlibdeps: warning: dependency on libresolv.so.2 could be avoided if 
 debian/telepathy-salut/usr/lib/telepathy/telepathy-salut were not uselessly 
 linked against it (they use none of its symbols).
 dpkg-shlibdeps: warning: can't parse dependency libavahi-glib0 #MINVERo
 dpkg-shlibdeps: error: invalid dependency got generated: libtelepathy-glib0 
 (= 0.7.3), libxml2 (= 2.6.27), libavahi-client3 (= 0.6.16), libavahi-glib0 
 #MINVERo, libc6 (= 2.7-1), libavahi-common3 (= 0.6.16), libdbus-glib-1-2 
 (= 0.71), libglib2.0-0 (= 2.16.0), libdbus-1-3 (= 1.1.1)
 dh_shlibdeps: command returned error code 512
 make: *** [binary-predeb-IMPL/telepathy-salut] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/07/02

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#489113: libmoosex-strictconstructor-perl: FTBFS: Global symbol %params requires explicit package name at (eval 79) line 21.

2008-07-03 Thread Lucas Nussbaum
Package: libmoosex-strictconstructor-perl
Version: 0.05-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
  /usr/bin/fakeroot debian/rules clean
 dh_testdir
 dh_testroot
 dh_clean build-stamp install-stamp
 [ ! -f Build ] || /usr/bin/perl Build --allow_mb_mismatch 1 distclean
  dpkg-source -b libmoosex-strictconstructor-perl-0.05-1
 dpkg-source: warning: source directory 
 'libmoosex-strictconstructor-perl-0.05-1' is not 
 sourcepackage-upstreamversion 'libmoosex-strictconstructor-perl-0.05'
 dpkg-source: warning: .orig directory name 
 libmoosex-strictconstructor-perl-0.05-1.orig is not 
 package-upstreamversion (wanted 
 libmoosex-strictconstructor-perl-0.05.orig)
 dpkg-source: info: using source format `1.0'
 dpkg-source: info: building libmoosex-strictconstructor-perl using existing 
 libmoosex-strictconstructor-perl_0.05.orig.tar.gz
 dpkg-source: info: building libmoosex-strictconstructor-perl in 
 libmoosex-strictconstructor-perl_0.05-1.diff.gz
 dpkg-source: info: building libmoosex-strictconstructor-perl in 
 libmoosex-strictconstructor-perl_0.05-1.dsc
  debian/rules build
 dh_testdir
 /usr/bin/perl Build.PL installdirs=vendor
 Checking whether your kit is complete...
 Looks good
 
 Checking prerequisites...
 Looks good
 
 Creating new 'Build' script for 'MooseX-StrictConstructor' version '0.05'
 /usr/bin/perl Build
 Copying lib/MooseX/StrictConstructor.pm - 
 blib/lib/MooseX/StrictConstructor.pm
 Copying lib/MooseX/StrictConstructor/Meta/Method/Constructor.pm - 
 blib/lib/MooseX/StrictConstructor/Meta/Method/Constructor.pm
 Copying lib/MooseX/Object/StrictConstructor.pm - 
 blib/lib/MooseX/Object/StrictConstructor.pm
 Copying lib/MooseX/StrictConstructor/Meta/Class.pm - 
 blib/lib/MooseX/StrictConstructor/Meta/Class.pm
 Manifying blib/lib/MooseX/StrictConstructor.pm - 
 blib/libdoc/MooseX::StrictConstructor.3pm
 Manifying blib/lib/MooseX/StrictConstructor/Meta/Class.pm - 
 blib/libdoc/MooseX::StrictConstructor::Meta::Class.3pm
 Manifying blib/lib/MooseX/Object/StrictConstructor.pm - 
 blib/libdoc/MooseX::Object::StrictConstructor.3pm
 Manifying blib/lib/MooseX/StrictConstructor/Meta/Method/Constructor.pm - 
 blib/libdoc/MooseX::StrictConstructor::Meta::Method::Constructor.3pm
 IS_MAINTAINER=1 /usr/bin/perl Build test
 t/basic...Could not eval the constructor :
 
 sub {
 my $class = shift;
 return $class-Moose::Object::new(@_)
 if $class ne 'ImmutableInitArg';
 my $params = do {
 no warnings uninitialized;
 confess Single parameters to new() must be a HASH ref
 if scalar @_ == 1  defined $_[0]  ref($_[0]) ne q{HASH};
 (scalar @_ == 1) ? {%{$_[0]}} : [EMAIL PROTECTED];
 };
 my $instance = bless {} = $class;
 ## thing
 (exists $params-{'other'})  do {
 my $val = $params-{'other'};
 $instance-{'thing'} = $val;
 };
 ## size;
 ;
 my %attrs = (other = 1,);
 
 my @bad = sort grep { ! $attrs{$_} }  keys %params;
 
 if (@bad) {
 Carp::confess Found unknown attribute(s) passed to the constructor: 
 @bad;
 }
 ;
 return $instance;
 }
 
 because :
 
 Global symbol %params requires explicit package name at (eval 79) line 21.
  at /usr/share/perl5/Moose/Meta/Method/Constructor.pm line 118
   
 Moose::Meta::Method::Constructor::initialize_body('MooseX::StrictConstructor::Meta::Method::Constructor=HASH(0x8...')
  called at /usr/share/perl5/Moose/Meta/Method/Constructor.pm line 44
   
 Moose::Meta::Method::Constructor::new('MooseX::StrictConstructor::Meta::Method::Constructor',
  'options', 'HASH(0x82cd008)', 'metaclass', 
 'MooseX::StrictConstructor::Meta::Class=HASH(0x8577f88)', 'is_inline', 1, 
 'package_name', 'ImmutableInitArg', ...) called at 
 /usr/lib/perl5/Class/MOP/Immutable.pm line 98
   
 Class::MOP::Immutable::make_metaclass_immutable('Class::MOP::Immutable=HASH(0x85aa478)',
  'MooseX::StrictConstructor::Meta::Class=HASH(0x8577f88)', 'HASH(0x834dc68)') 
 called at /usr/lib/perl5/Class/MOP/Class.pm line 955
   
 Class::MOP::Class::make_immutable('MooseX::StrictConstructor::Meta::Class=HASH(0x8577f88)',
  'constructor_class', 'Moose::Meta::Method::Constructor', 'destructor_class', 
 'Moose::Meta::Method::Destructor', 'inline_destructor', 1, 
 'inline_accessors', 0, ...) called at /usr/share/perl5/Moose/Meta/Class.pm 
 line 408
   
 Moose::Meta::Class::make_immutable('MooseX::StrictConstructor::Meta::Class=HASH(0x8577f88)',
  'constructor_class', 'MooseX::StrictConstructor::Meta::Method::Constructor') 
 called at 
 /build/user-libmoosex-strictconstructor-perl_0.05-1-amd64-ntvJp3/libmoosex-strictconstructor-perl-0.05-1/blib/lib/MooseX/StrictConstructor/Meta/Class.pm
  line 18
   Class::MOP::Class:::around('CODE(0x8430c38)', 
 'MooseX::StrictConstructor::Meta::Class=HASH(0x8577f88)') called at 
 /usr/lib/perl5/Class/MOP/Method/Wrapped.pm line 128
   
 

Bug#489111: libhtml-wikiconverter-mediawiki-perl: FTBFS: Failed 1/6 test scripts. 1/119 subtests failed.

2008-07-03 Thread Lucas Nussbaum
Package: libhtml-wikiconverter-mediawiki-perl
Version: 0.55-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 make[1]: Entering directory 
 `/build/user-libhtml-wikiconverter-mediawiki-perl_0.55-1-amd64-kghM__/libhtml-wikiconverter-mediawiki-perl-0.55-1'
 PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
 test_harness(0, 'blib/lib', 'blib/arch') t/*.t
 t/00-load...# Testing HTML::WikiConverter::MediaWiki 0.55, Perl 
 5.01, /usr/bin/perl
 ok
 t/boilerplate...ok
 t/mediawiki.preserveok
 t/mediawiki.
 #   Failed test 'table w/ blocks'
 #   at t/runtests.pl line 87.
 #  got: '{|
 # | align=center |
 # Paragraph 1Paragraph 2
 # |}'
 # expected: '{|
 # | align=center |
 # Paragraph 1
 # 
 # Paragraph 2
 # |}'
 # Looks like you failed 1 test of 103.
 dubious
   Test returned status 1 (wstat 256, 0x100)
 DIED. FAILED test 66
   Failed 1/103 tests, 99.03% okay
 t/pod-coverage..ok
 t/pod...ok
 Failed Test   Stat Wstat Total Fail  List of Failed
 ---
 t/mediawiki.t1   256   1031  66
 Failed 1/6 test scripts. 1/119 subtests failed.
 Files=6, Tests=119,  1 wallclock secs ( 0.68 cusr +  0.06 csys =  0.74 CPU)
 Failed 1/6 test programs. 1/119 subtests failed.
 make[1]: *** [test_dynamic] Error 255

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/07/02

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#488684: [Pkg-tcltk-devel] Bug#488684: fix in tcl8.5 8.5.3-1 only workarounds the problem

2008-07-03 Thread Sergei Golovan
On 7/3/08, Petr Salinger [EMAIL PROTECTED] wrote:

  Thanks for you care, the applied fix (disabled DLL unloading) allows to
  build db4.6, but the test case (tests/load.test) still segfaults.

  I prefer to leave this bug open as there is still a bug somewhere.
  The bug does not show with --disable-threads.

It's true. Some tests in load.tcl lead to a segfault because of
similar reason: if loading library fails because of errors in a
library itself (missing Foo_Init() etc.) tclsh tries to unload it
which causes segfault.

So, a real fix is needed.

-- 
Sergei Golovan



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



Bug#418889: Fw: xserver-xorg-video-nouveau_0.0.10~git+20080602+e034616-1_i386.change s REJECTED

2008-07-03 Thread Matthew Johnson
On Thu Jul 03 01:54, Chris Lamb wrote:
 Joerg Jaspert wrote:
 
  rejected, there is a license issue to clarify before this can enter
  main.
 
 This is now sorted upstream. I have placed updated packages at:
 
  
 http://chris-lamb.co.uk/debian/xserver-xorg-video-nouveau_0.0.10~git%2b20080702%2b48c2116-1.dsc
  
 http://chris-lamb.co.uk/debian/drm-snapshot_2.3.1~git%2b20080703%2b301d984-1.dsc
 
 They fix a few other things, including a missing binary dependency on quilt
 (#487260). I am using these right now, and have tested the migration from
 the non-free nvidia driver.
 
Uploaded

Matt

-- 
Matthew Johnson


signature.asc
Description: Digital signature


Bug#489116: schroot: possible race condition during chroot setup?

2008-07-03 Thread Lucas Nussbaum
Package: schroot
Version: 1.2.0-1

Hi,

I run several instances of sbuild+schroot in parallel. Sometimes, I run
into the following error message:
Build started at 20080703-0045
**
Cannot create link /etc/mtab~
Perhaps there is a stale lock file?

E: lsid32-ba72d12e-d721-4f01-aa83-78ce46e9691c: Chroot setup failed: 
stage=setup-start
Chroot setup failed
Error creating schroot session: skipping zope-ldapmultiplugins
**

Could this be caused by a race condition in schroot or sbuild ? I never ran 
into this when I was running only one instance at a time.
-- 
| 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#488898: win32-loader: [INTL:sk] Slovak po-debconf translation

2008-07-03 Thread helix84
On Wed, Jul 2, 2008 at 6:39 AM, Christian Perrier [EMAIL PROTECTED] wrote:
 Quoting Robert Millan ([EMAIL PROTECTED]):
 On Wed, Jul 02, 2008 at 01:33:55AM +0200, helix84 wrote:
  Package: win32-loader
  Version: 0.6.7
  Priority: wishlist
  Tags: l10n patch
 
  .po attached

 We already have a Slovak translation, it was made by Peter Mann.  Did you
 find something that can be improved?


 win32-loader is listed in level 3 translations in
 http://d-i.alioth.debian.org/l10n-stats

 However, for a reason I had no time to work on, it is marked as
 missing for a few days now.

 So, it's likely that Ivan was thinking that the translation is
 missing. Sorry, the wrong information comes from the i18n
 infrastructure.

Yes, I submitted it because the .po file was incomplete and there was
no patch in bug tracker. If it's complete by Peter that's fine and
this bug may be closed.

Regards,
~~helix84



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



Bug#486834: linux-image-2.6.25-2-686: the same problem is on kernel 2.6.26-rc8

2008-07-03 Thread Petr Vorel
Package: linux-image-2.6.25-2-686
Version: 2.6.25-6
Followup-For: Bug #486834

Hi,

I had exactly the same problem on the same kernel and xserver-xorg-video-intel 
version

Upgrading to version 2.3.2 didn't help.
ii  xserver-xorg-video-intel   2:2.3.2-1X.Org X server 
-- Intel i8xx, i9xx display driver

So I tried to upgrade to 2.6.26-rc8-686-bigmem from 
http://kernel-archive.buildserver.net/debian-kernel
and the problem remainds.

xorg version:
ii  xorg   1:7.3+12   X.Org X Window System


Is this Intel i8xx, i9xx display drive problem, or xorg problem or even
kernel problem?

-- Package-specific info:

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

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

Versions of packages linux-image-2.6.25-2-686 depends on:
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.92b  tools for generating an initramfs
ii  module-init-tools 3.4-1  tools for managing Linux kernel mo

Versions of packages linux-image-2.6.25-2-686 recommends:
ii  libc6-i6862.7-10 GNU C Library: Shared libraries [i

-- debconf information:
  linux-image-2.6.25-2-686/preinst/abort-install-2.6.25-2-686:
  linux-image-2.6.25-2-686/postinst/bootloader-test-error-2.6.25-2-686:
  linux-image-2.6.25-2-686/postinst/old-initrd-link-2.6.25-2-686: true
  linux-image-2.6.25-2-686/prerm/removing-running-kernel-2.6.25-2-686: true
  linux-image-2.6.25-2-686/preinst/initrd-2.6.25-2-686:
  linux-image-2.6.25-2-686/postinst/kimage-is-a-directory:
  linux-image-2.6.25-2-686/postinst/depmod-error-2.6.25-2-686: false
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.25-2-686/preinst/overwriting-modules-2.6.25-2-686: true
  linux-image-2.6.25-2-686/prerm/would-invalidate-boot-loader-2.6.25-2-686: true
  linux-image-2.6.25-2-686/preinst/elilo-initrd-2.6.25-2-686: true
  linux-image-2.6.25-2-686/postinst/depmod-error-initrd-2.6.25-2-686: false
  linux-image-2.6.25-2-686/preinst/bootloader-initrd-2.6.25-2-686: true
  linux-image-2.6.25-2-686/preinst/lilo-has-ramdisk:
  linux-image-2.6.25-2-686/postinst/bootloader-error-2.6.25-2-686:
  linux-image-2.6.25-2-686/preinst/lilo-initrd-2.6.25-2-686: true
  linux-image-2.6.25-2-686/postinst/old-system-map-link-2.6.25-2-686: true
  linux-image-2.6.25-2-686/postinst/create-kimage-link-2.6.25-2-686: true
  linux-image-2.6.25-2-686/postinst/old-dir-initrd-link-2.6.25-2-686: true
  linux-image-2.6.25-2-686/preinst/abort-overwrite-2.6.25-2-686:
  linux-image-2.6.25-2-686/preinst/failed-to-move-modules-2.6.25-2-686:



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



Bug#479243: Annoying update-rc.d warning

2008-07-03 Thread Sven Joachim
forcemerge 479243 484207
user 479243 [EMAIL PROTECTED]
thanks

In a dependency based boot system, the missing LSB header causes an
annoying warning every time update-rc.d is run.  Please consider
applying the patch in the bugreport.

Sven




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



Bug#488161: Adopting webdeveloper

2008-07-03 Thread Michael Spang
On Tue, Jul 1, 2008 at 6:46 AM, Luca Falavigna [EMAIL PROTECTED] wrote:
 Michael, if you don't mind, I'd like to take webdeveloper for adoption.
 Thank you and regards,

You have my blessing. Good luck.

Regards,
Michael



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



Bug#488768: building linux kernel 2.6.25-7~snapshot.11717 works!

2008-07-03 Thread Andrea
Hi,
as in subject, building the linux kernel version 2.6.25-7~snapshot.11717 from 
trunk, under the same condition (-march=pentium-m), results in a good kernel.

thanks,
Andrea.



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



Bug#489066: glibc: dlclose() from threaded program on GNU/kFreeBSD segfaults

2008-07-03 Thread Arthur Loiret
On Thu, Jul 03, 2008 at 08:14:36AM +0200, Petr Salinger wrote:
 It might be GNU/kFreeBSD specific or linuxthreads specific.
 Please, could you test whether it crashes also on hppa ?

It does:

$ ./a.out
dlopen: 0x157e0
Segmentation fault (core dumped)

(gdb) run
Starting program: /home/arthur/a.out 
[Thread debugging using libthread_db enabled]
[New Thread 0x4000 (LWP 9775)]
[New Thread 0x8001 (LWP 9778)]
[New Thread 0x4002 (LWP 9779)]
dlopen: 0x157e0

Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 0x4002 (LWP 9779)]
0x409dd408 in ?? ()
(gdb) bt
#0  0x409dd408 in ?? ()
#1  0x4092e784 in nanosleep () from /lib/libc.so.6
#2  0x4092e560 in sleep () from /lib/libc.so.6
#3  0x405daf60 in pthread_start_thread () from /lib/libpthread.so.0
#4  0x405db338 in pthread_start_thread_event () from /lib/libpthread.so.0
#5  0x40965d44 in clone () from /lib/libc.so.6
#6  0x in ?? ()


ii  gcc-4.3 4.3.1-2
ii  libc6   2.7-10



signature.asc
Description: Digital signature


Bug#489117: mxallowd: [INTL:fi] Finnish translation of the debconf templates

2008-07-03 Thread Esko Arajärvi
Package: mxallowd
Severity: wishlist
Tags: patch l10n

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please include attached translation fi.po to the package.

Regards,
Esko Arajärvi

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

iD4DBQFIbJQqejjRZhTfFSwRAq/mAJ9aiLI4daMWjgus38EeCR4qhigbDgCXQ0BH
dIaABF7l4EPkpLf9phRhCA==
=w9Mg
-END PGP SIGNATURE-
msgid 
msgstr 
Project-Id-Version: mxallowd\n
POT-Creation-Date: \n
PO-Revision-Date: 2008-07-03 06:26-\n
Last-Translator: Esko Arajärvi [EMAIL PROTECTED]\n
Language-Team: Finnish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n
X-Poedit-Language: Finnish\n
X-Poedit-Country: FINLAND\n

#. Type: string
#. Description
#: ../mxallowd.templates:1001
msgid Real mailservers:
msgstr Todelliset sähköpostipalvelimet:

#. Type: string
#. Description
#: ../mxallowd.templates:1001
msgid Enter the IP addresses of the real mailserver.
msgstr Anna todellisten sähköpostipalvelimien IP-osoitteet:

#. Type: string
#. Description
#: ../mxallowd.templates:2001
msgid Fake mailservers:
msgstr Valesähköpostipalvelimet:

#. Type: string
#. Description
#: ../mxallowd.templates:2001
msgid Enter the IP addresses of the fake mailserver.
msgstr Anna valesähköpostipalvelimien IP-osoitteet.



Bug#465257: #465257 protocol error

2008-07-03 Thread Yves-Alexis Perez
On Mon, May 19, 2008 at 03:09:53PM +0200, Noèl Köthe wrote:
 found 465257 3.1.0-5
 thanks
 
 Hello,
 
 I tested it again with lenny 3.1.0-5 and its still a problem as
 described.

You do know that ISC DHCP isn't at all warrantied to work between two
different versions?

Manpage says:

This version of the ISC DHCP server supports the DHCP failover protocol
as documented in draft-ietf-dhc-failover-07.txt. This is not a final
protocol document, and we have not done interoperability testing with
other vendors' implementations of this protocol, so you must not assume
that this implementation conforms to the standard. If you wish to use
the failover protocol, make sure that both failover peers are running
the same version of the ISC DHCP server.

Cheers,
-- 
Yves-Alexis



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



Bug#478942: [Pkg-nagios-devel] Bug#478942: nagios-plugins: check_disk_smb and no-user or no-passwd or share with spaces...

2008-07-03 Thread Stephane Chazelas
On Wed, Jul 02, 2008 at 04:04:48PM +0200, Jan Wagner wrote:
 Hi Stephane
 
 I got a bugreport about check_disk_smb (#488820). Maybe this line was removed 
 accidently:
 
 On Thursday 01 May 2008 22:34, Stephane Chazelas wrote:
  -my $smbclientoptions= $opt_P ? -p $opt_P  : ;
 
 Thanks and with kind regards, Jan.
[...]

Hi Jan,

hadn't you received my other email (see attached)?

There was a problem with the fix, most of it was missing.

-- 
Stéphane
---BeginMessage---
On Wed, Jun 18, 2008 at 10:21:21AM +, Debian Bug Tracking System wrote:
[...]
 #478942: nagios-plugins: check_disk_smb and no-user or no-passwd or share 
 with spaces...
 
 It has been closed by Jan Wagner [EMAIL PROTECTED].
[...]
* add 34_fix_smbclient_check_disk_smb.dpatch which fixes usage of 
 smbclient,
  thanks Stephane Chazelas [EMAIL PROTECTED] for providing it and
  adding ' around arguments in plugin configs
  (Closes: #478942)
[...]

Hi Jan,

there seems to have been a problem with that patch. The
patch file itself adds a .rej file.

Attached is the output of

ar p /var/cache/apt/archives/nagios-plugins-standard_1.4.12-1_i386.deb 
data.tar.gz |
 tar zxOf - ./usr/lib/nagios/plugins/check_disk_smb |
 diff -up - /usr/lib/nagios/plugins/check_disk_smb

/usr/lib/nagios/plugins/check_disk_smb being the fixed version
which I also attach.

-- 
Stéphane
--- -   2008-06-19 19:30:57.543170015 +0100
+++ /usr/lib/nagios/plugins/check_disk_smb  2008-06-19 16:57:24.0 
+0100
@@ -67,13 +67,12 @@ my $host = $1 if ($opt_H =~ /^([-_.A-Za-
 my $share = $1 if ($opt_s =~ /^([-_.A-Za-z0-9]+\$?)$/);
 ($share) || usage(Invalid share: $opt_s\n);
 
-($opt_u) || ($opt_u = shift @ARGV) || ($opt_u = guest);
-my $user = $1 if ($opt_u =~ /^([-_.A-Za-z0-9\\]+)$/);
-($user) || usage(Invalid user: $opt_u\n);
+defined($opt_u) || ($opt_u = shift @ARGV) || ($opt_u = guest);
+my $user = $1 if ($opt_u =~ /^([-_.A-Za-z0-9\\]*)$/);
+defined($user) || usage(Invalid user: $opt_u\n);
 
-($opt_p) || ($opt_p = shift @ARGV) || ($opt_p = );
+defined($opt_p) || ($opt_p = shift @ARGV) || ($opt_p = );
 my $pass = $1 if ($opt_p =~ /(.*)/);
-$pass = -N if ($opt_p eq );
 
 ($opt_w) || ($opt_w = shift @ARGV) || ($opt_w = 85);
 my $warn = $1 if ($opt_w =~ /^([0-9]{1,2}\%?|100\%?|[0-9]+[kMG])$/);
@@ -157,23 +156,19 @@ alarm($TIMEOUT);
 
 # Execute an ls on the share using smbclient program
 # get the results into $res
-if (defined($workgroup)) {
-   if (defined($address)) {
-   print $smbclient  . \/\/$host\/$share . $pass -W 
$workgroup -U $user $smbclientoptions -I $address -c ls\n if ($verbose);
-   $res = qx/$smbclient \/\/$host\/$share $pass -W $workgroup -U 
$user $smbclientoptions -I $address -c ls/;
-   } else {
-   print $smbclient  . \/\/$host\/$share . $pass -W 
$workgroup -U $user $smbclientoptions -c ls\n if ($verbose);
-   $res = qx/$smbclient \/\/$host\/$share $pass -W $workgroup -U 
$user $smbclientoptions -c ls/;
-   }
-} else {
-   if (defined($address)) {
-   print $smbclient  . \/\/$host\/$share . $pass -U $user 
$smbclientoptions -I $address -c ls\n if ($verbose);
-   $res = qx/$smbclient \/\/$host\/$share $pass -U $user 
$smbclientoptions -I $address -c ls/;
-   } else {
-   print $smbclient  . \/\/$host\/$share . $pass -U $user 
$smbclientoptions -c ls\n if ($verbose);
-   $res = qx/$smbclient \/\/$host\/$share $pass -U $user 
$smbclientoptions -c ls/;
-   }
-}
+my @cmd = (
+  $smbclient,
+  //$host/$share,
+  -U, $user%$pass,
+  defined($workgroup) ? (-W, $workgroup) : (),
+  defined($address) ? (-I, $address) : (),
+  defined($opt_P) ? (-p, $opt_P) : (),
+  -c, ls
+);
+  
+print join( , @cmd) . \n if ($verbose);
+$res = output_and_error_of(@cmd) or exit $ERRORS{UNKNOWN};
+
 #Turn off alarm
 alarm(0);
 
#! /usr/bin/perl -w
#
#
# check_disk.pl host share user pass [warn] [critical] [port]
#
# Nagios host script to get the disk usage from a SMB share
#
# Changes and Modifications
# =
# 7-Aug-1999 - Michael Anthon
#  Created from check_disk.pl script provided with netsaint_statd (basically
#  cause I was too lazy (or is that smart?) to write it from scratch)
# 8-Aug-1999 - Michael Anthon
#  Modified [warn] and [critical] parameters to accept format of nnn[M|G] to
#  allow setting of limits in MBytes or GBytes.  Percentage settings for large
#  drives is a pain in the butt
# 2-May-2002 - SGhosh fix for embedded perl
#
# $Id: check_disk_smb.pl 1247 2005-10-13 10:14:33Z seanius $
#

require 5.004;
use POSIX;
use strict;
use Getopt::Long;
use vars qw($opt_P $opt_V $opt_h $opt_H $opt_s $opt_W $opt_u $opt_p $opt_w 
$opt_c $opt_a $verbose);
use vars qw($PROGNAME);
use lib /usr/lib/nagios/plugins ;
use utils qw($TIMEOUT %ERRORS print_revision support usage 
output_and_error_of);

sub print_help ();
sub print_usage ();

$PROGNAME = check_disk_smb;

Getopt::Long::Configure('bundling');
GetOptions

Bug#483327: kdepim: FTBFS: dh_install: kdepim-doc missing files (/usr/share/doc/kde/HTML/en/kdepim-apidocs/*), aborting

2008-07-03 Thread Modestas Vainius
severity 483327 normal
tags 483327 unreproducible
thanks

Hi,

Thursday 03 July 2008, Lucas Nussbaum rašė:
 I just reproduced it :(
But kdepim 3.5.9-3 has not failed on any buildds[1] due this problem yet. So 
it is not a real problem. Problably something out of ordinary with your buildd 
setup.

1. http://buildd.debian.org/build.cgi?pkg=kdepim

-- 
Modestas Vainius [EMAIL PROTECTED]



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


Bug#478942: [Pkg-nagios-devel] Bug#478942: nagios-plugins: check_disk_smb and no-user or no-passwd or share with spaces...

2008-07-03 Thread Jan Wagner
Hi Stephane,

On Wednesday 02 July 2008 16:34, you wrote:
 Hi Jan,

 hadn't you received my other email (see attached)?

 There was a problem with the fix, most of it was missing.

I thought you was just refering to the .rejs. I was unfortunatly in a rush 
when investigating the issue.
Now I have fixed 34_fix_smbclient_check_disk_smb.dpatch, so with the next 
upload it should be fine.

Many Thanks and with kind regards, Jan.
-- 
Never write mail to [EMAIL PROTECTED], you have been warned!
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GIT d-- s+: a- C+++ UL P+ L+++ E- W+++ N+++ o++ K++ w--- O M V- PS PE
Y++ PGP++ t-- 5 X R tv- b+ DI- D++ G++ e++ h-- r+++ y+++
--END GEEK CODE BLOCK--


pgp5e8rYDWsgQ.pgp
Description: PGP signature


Bug#489118: yiff: [INTL:fi] Finnish translation of the debconf templates

2008-07-03 Thread Esko Arajärvi
Package: yiff
Severity: wishlist
Tags: l10n patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please include attached translation fi.po to the package.

Regards,
Esko Arajärvi

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

iD8DBQFIbJaDejjRZhTfFSwRAv7/AJ4yk+4UC8R2ztlrSf1hLsfV7Bpl3gCfdn7d
WMBmqhZHV4GNP2UHh+3Xo1A=
=W8R6
-END PGP SIGNATURE-
msgid 
msgstr 
Project-Id-Version: yiff\n
POT-Creation-Date: \n
PO-Revision-Date: 2008-07-03 09:02-\n
Last-Translator: Esko Arajärvi [EMAIL PROTECTED]\n
Language-Team: Finnish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n
X-Poedit-Language: Finnish\n
X-Poedit-Country: FINLAND\n

#. Type: boolean
#. Description
#: ../yiff-server.templates:1001
msgid Should yiff-server manage your sound card's mixer settings?
msgstr Tulisiko yiff-serverin hallinnoida äänikortin mikseriasetuksia?

#. Type: boolean
#. Description
#: ../yiff-server.templates:1001
msgid Yiff-server comes with its own mixer settings capability.
msgstr Yiff-server voi hallinnoida mikseriasetuksia.

#. Type: boolean
#. Description
#: ../yiff-server.templates:1001
msgid This feature imposes Yiff's mixer settings every time yiff-server is started. If you opt for this, yiff-server will read in its mixer setting file from
msgstr Tämä ominaisuus asettaa Yiffin mikseriasetukset aina, kun yiff-server käynnistetään. Jos tämä valitaan, yiff-server lukee mikseriasetukset tiedostosta 

#. Type: boolean
#. Description
#: ../yiff-server.templates:1001
msgid /var/state/yiff/mixer
msgstr /var/state/yiff/mixer

#. Type: boolean
#. Description
#: ../yiff-server.templates:1001
msgid You may edit this file as you wish.
msgstr Kyseistä tiedostoa voidaan muokata haluttaessa.



Bug#489122: libunittest++-dev: dev-package should not depend on transitional libunittest++0

2008-07-03 Thread Benjamin Mesing
Package: libunittest++-dev
Version: 1.3.0-4
Severity: minor

I believe the -dev package should not depend on the empty 
transitional libunittest++0 package.

Please feel free to close this bug if I am wrong.

Best regards 

Ben

-- 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_GB.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libunittest++-dev depends on:
ii  libunittest++01.3.0-4unit testing framework for c++, tr

libunittest++-dev recommends no packages.

-- no debconf information



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



  1   2   3   4   5   >