Processed: Re: Bug#599144: Also causes ekiga to crash

2011-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 599144 normal
Bug #599144 [scim] scim causes certain applications to crash
Severity set to 'normal' from 'critical'

> tag 599144 help
Bug #599144 [scim] scim causes certain applications to crash
Added tag(s) help.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
599144: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599144
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599144: Also causes ekiga to crash

2011-04-02 Thread Rolf Leggewie


  
  
On 03.04.2011 07:30, Dylan Thurston wrote:

  Running 'strace ekiga' ends with:

...
open("/usr/lib/scim-1.0/1.4.0/Config/socket.la", O_RDONLY) = -1 ENOENT (No such file or directory)



Hm, that path looks funny.  Off the top of my hat, I'm not sure how
that gets in there.  I do remember we emptied the dependency_libs
fields in .la files in 1.4.9-4.  Not sure if that has anything to do
with it.  Does "find /usr/lib -name socket.la" return anything?  It
does not here.  Does moving your ~/.scim to a backup location and
rebooting help?
  




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620606: gnome-panel: FTBFS on kfreebsd-*: panel-dconf.c:35:9: error: too few arguments to function 'dconf_client_new'

2011-04-02 Thread Josselin Mouette
Le dimanche 03 avril 2011 à 03:21 +0200, Cyril Brulebois a écrit : 
> your package FTBFS on kfreebsd-* (apparently, just those for now):

Thanks for noticing. Looks like an insufficient build-dependency. 

I’ve adjusted it, but in the end it boils down to vala-0.12 failing to
build.

Cheers,
-- 
 .''`.
: :' : “You would need to ask a lawyer if you don't know
`. `'   that a handshake of course makes a valid contract.”
  `---  J???rg Schilling




--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: reassign 620572 to gir1.2-gdkpixbuf-2.0, tagging 620572

2011-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 620572 gir1.2-gdkpixbuf-2.0
Bug #620572 [gir1.2-gtk-2.0] gir1.2-gtk-2.0: Fails to install: trying to 
overwrite '/usr/lib/girepository-1.0/GdkPixbuf-2.0.typelib'
Bug reassigned from package 'gir1.2-gtk-2.0' to 'gir1.2-gdkpixbuf-2.0'.
Bug No longer marked as found in versions gir-repository/0.6.5-10.
> tags 620572 + experimental
Bug #620572 [gir1.2-gdkpixbuf-2.0] gir1.2-gtk-2.0: Fails to install: trying to 
overwrite '/usr/lib/girepository-1.0/GdkPixbuf-2.0.typelib'
Added tag(s) experimental.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
620572: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620572
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620606: gnome-panel: FTBFS on kfreebsd-*: panel-dconf.c:35:9: error: too few arguments to function 'dconf_client_new'

2011-04-02 Thread Cyril Brulebois
Source: gnome-panel
Version: 2.91.93-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package FTBFS on kfreebsd-* (apparently, just those for now):
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -DGSEAL_ENABLE 
-DORBIT2=1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 
-I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/gnome-desktop-3.0 -I/usr/include/startup-notification-1.0 
-I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/gnome-menus 
-I/usr/include/dconf -I/usr/include/gsettings-desktop-schemas -I. -I. 
-I../../gnome-panel/libpanel-util -DDATADIR=\"/usr/share\" -Wall 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -g -O2 
-g -O2 -c panel-dconf.c  -fPIC -DPIC -o .libs/panel-dconf.o
| panel-dconf.c: In function 'panel_dconf_client_get':
| panel-dconf.c:35:9: warning: passing argument 2 of 'dconf_client_new' makes 
integer from pointer without a cast
| /usr/include/dconf/dconf-client.h:44:25: note: expected 'gboolean' but 
argument is of type 'void *'
| panel-dconf.c:35:9: error: too few arguments to function 'dconf_client_new'
| /usr/include/dconf/dconf-client.h:44:25: note: declared here
| panel-dconf.c: In function 'panel_dconf_list_subdirs':
| panel-dconf.c:65:9: warning: passing argument 3 of 'dconf_client_list' from 
incompatible pointer type
| /usr/include/dconf/dconf-client.h:67:25: note: expected 'gsize *' but 
argument is of type 'int *'
| panel-dconf.c:70:17: error: too many arguments to function 'dconf_is_rel_dir'
| /usr/include/dconf/dconf-paths.h:34:25: note: declared here
| panel-dconf.c: In function 'panel_dconf_client_get':
| panel-dconf.c:36:1: warning: control reaches end of non-void function
| make[5]: *** [panel-dconf.lo] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=gnome-panel&suite=experimental

KiBi.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620578: chromium-browser: extensions crashed, browser won't load pages, squeeze, amd64

2011-04-02 Thread Jonathan Nieder
tony baldwin wrote:

> I wouldn't import stuff from mozilla (iceweasel), and I could not sync it,
> because,
> upon opening the sync dialog, I just saw the "Aw Snap" page.

Ok, I suspect something like http://crbug.com/74467 rather than a
profile corruption then.

> Should I get a gdb output again?

gdb output from versions before 7.1-1 is probably useless (since that's
when gdb got PIE support).

> I'd probably use something like arora or midori if they had sync...sync is
> crucial

Just to check: does chromium-browser from sid work?

> (thankfully, ff/iceweasel does, at least)

Glad to hear your setup is still ok.  One of the nice things about
competition, I suppose.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Also causes ekiga to crash

2011-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 599144 critical
Bug #599144 [scim] scim causes certain applications to crash
Severity set to 'critical' from 'normal'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
599144: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599144
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620578: more weirdness

2011-04-02 Thread tony baldwin
Okay, this is REALLY weird.
I purged, moved the .config/chromium/ entire dir to another location,
and reinstalled chromium-browser with aptitude.
I ran it, and it loaded debian.org right away.
It seems fine on debian.org, fsf.org, gnu.org,
will NOT load anything from google (google.com search, gmail, calendar,
news, blah blah blah),
will NOT load ubuntu.com, facebook, any of my sites (those in my signature,
and several others), tiddlywiki.org, gimp.org, and about 20 other sites I
tried.
Seems it won't load about 95% of the internet (but likes debian, gnu, and
fsf!).

I wouldn't import stuff from mozilla (iceweasel), and I could not sync it,
because,
upon opening the sync dialog, I just saw the "Aw Snap" page.

Should I get a gdb output again?

I'd probably use something like arora or midori if they had sync...sync is
crucial
(thankfully, ff/iceweasel does, at least)

./tony

-- 
http://www.baldwinlinguas.com
http://www.baldwinsoftware.com
---
ssh-rsa
B3NzaC1yc2EDAQABAAABAQC36TvTIaCR5Ft2nGWGcmRHKW
6m3ugvGXhP6gGjzfRZPD5rnExPMRJwleWv4f5r4WZvtHIbFfrpxfX+DIaplxnilQW
SSLclDynxeELjb7oXHrDw7VlqipUCohFq7U86lecT57yXoEmHNMHbzXY1f97nQ
N7iYW2+ZAjc+PWypwx+Amr6dD9fuwCkg4O8j/HCVlp9hTdhGGT28YJG50joPi
T5iueyKUvdkpyVY0wOqSPSjiOFH/HFEaEN4fE0BmdXlZ+5up/bAgxLUdLim7m
NoqA8ePfOnl9/EknMK8fEz3NsNybFlCvKSPpmgc40/Ubc8SI/dUfT2DmoBTRY7
Y2xHH+p
t...@baldwinsoftware.com
-


Bug#620578: chromium-browser: extensions crashed, browser won't load pages, squeeze, amd64

2011-04-02 Thread Jonathan Nieder
tony baldwin wrote:

> I DO use sync.
> I tried to disable it and run chromium again, and it didn't seem to make a
> difference.
> (I can open the gui, and access tools>sync, just can't load a single page)

Hmm, could you provide output (error messages) from the console when
doing that?

> Chromium on my laptop (running peppermint os, which is ubu/mint mix) is
> still sinked, and running fine.

I suspect that chromium from wheezy syncs without trouble, too.

> Incidentally, I also tried removing and reinstalling
> Perhaps I should PURGE and reinstall, then just all my configs back from
> sync.
> I'll try that and get back.

I think "dpkg --purge" won't touch files in $HOME.  When investigating
along this line, the files to move out of the way would be
~/.config/chromium-browser and ~/.cache/chromium-browser.

Thanks again.
Jonathan



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620578: yes, using sync

2011-04-02 Thread tony baldwin
I DO use sync.
I tried to disable it and run chromium again, and it didn't seem to make a
difference.
(I can open the gui, and access tools>sync, just can't load a single page)

Chromium on my laptop (running peppermint os, which is ubu/mint mix) is
still sinked, and running fine.
Using google's browser, syncing is fine, too, of course.

H
Using "

chromium-browser --user-data-dir=/tmp/nonsense

DID work!
Except, of course, it lacks all my extensions, sync, etc.


Incidentally, I also tried removing and reinstalling
Perhaps I should PURGE and reinstall, then just all my configs back from
sync.
I'll try that and get back.

./tony
-- 
http://www.baldwinlinguas.com
http://www.baldwinsoftware.com
---
ssh-rsa
B3NzaC1yc2EDAQABAAABAQC36TvTIaCR5Ft2nGWGcmRHKW
6m3ugvGXhP6gGjzfRZPD5rnExPMRJwleWv4f5r4WZvtHIbFfrpxfX+DIaplxnilQW
SSLclDynxeELjb7oXHrDw7VlqipUCohFq7U86lecT57yXoEmHNMHbzXY1f97nQ
N7iYW2+ZAjc+PWypwx+Amr6dD9fuwCkg4O8j/HCVlp9hTdhGGT28YJG50joPi
T5iueyKUvdkpyVY0wOqSPSjiOFH/HFEaEN4fE0BmdXlZ+5up/bAgxLUdLim7m
NoqA8ePfOnl9/EknMK8fEz3NsNybFlCvKSPpmgc40/Ubc8SI/dUfT2DmoBTRY7
Y2xHH+p
t...@baldwinsoftware.com
-


Bug#620578: chromium-browser: extensions crashed, browser won't load pages, squeeze, amd66

2011-04-02 Thread Jonathan Nieder
Hi,

tonybaldwin wrote:

> I was loading a message in gmail, when suddenly chromium just blew
> up...all extensions failed.
> Now, the browser won't load a single page (gui opens, but is useless).
> Shows "Aw Snap! guy on program initiation, and attemps to load ANY
> page, including about:plugins.

Does this happen with "chromium-browser --user-data-dir=/tmp/nonsense"?

> Google-chrome-unstable IS functioning on the same system, with the
> same extensions, etc.

Not surprising--- chrome and chromium keep separate profile directories.

| 
[10682:10707:1482211269932:ERROR:chrome/browser/sync/notifier/registration_manager.cc(127)]
 Registration failed with code: 12
| 
[10682:10682:1482218050741:ERROR:chrome/browser/sync/glue/extension_model_associator.cc(322)]
 Failed to fetch sync node for id pgphcomnlaojlmmcjmiddhdapjpbgeoc

Do you use the syncing feature?  [1] suggests that someone else had
trouble with it before, so there might be a problem there.

r76989 might[2] fix it.  Anyway, thanks for reporting.  Hopefully
others can step in from here.

[1] 
http://www.google.com/support/forum/p/Chrome/thread?tid=6abcbb408e8501a0&hl=en
[2] http://crbug.com/74467



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620431: [qtexengine] working on arch dependent symbols fo;e

2011-04-02 Thread Scott Howard
Thanks - I'm currently working on it. Have all archs and ports except
mips and hppa done.
Cheers,
Scott



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620578: not all information in paste

2011-04-02 Thread tony baldwin
I couldn't get all the information from gdb into the paste.

Here's the cli output from just running chromium-browser from cli:

#
[10682:10707:1482211269932:ERROR:chrome/browser/sync/notifier/registration_manager.cc(127)]
Registration failed with code: 12
#
[10682:10707:1482211269983:ERROR:chrome/browser/sync/notifier/registration_manager.cc(127)]
Registration failed with code: 12
#
[10682:10707:1482211270012:ERROR:chrome/browser/sync/notifier/registration_manager.cc(127)]
Registration failed with code: 12
#
[10682:10707:1482211270041:ERROR:chrome/browser/sync/notifier/registration_manager.cc(127)]
Registration failed with code: 12
#
[10682:10707:1482211270069:ERROR:chrome/browser/sync/notifier/registration_manager.cc(127)]
Registration failed with code: 12
#
[10682:10707:1482211270099:ERROR:chrome/browser/sync/notifier/registration_manager.cc(127)]
Registration failed with code: 12
#
[10682:10707:1482211270126:ERROR:chrome/browser/sync/notifier/registration_manager.cc(127)]
Registration failed with code: 12
#
[10682:10707:1482211270154:ERROR:chrome/browser/sync/notifier/registration_manager.cc(127)]
Registration failed with code: 12
#
[10682:10682:1482218050741:ERROR:chrome/browser/sync/glue/extension_model_associator.cc(322)]
Failed to fetch sync node for id pgphcomnlaojlmmcjmiddhdapjpbgeoc
#
[10682:10682:1482218890041:ERROR:chrome/browser/sync/glue/extension_model_associator.cc(322)]
Failed to fetch sync node for id nnbmlagghjjcbdhgmkedmbmedengocbn
#
[10682:10682:1482219794934:ERROR:chrome/browser/sync/glue/extension_model_associator.cc(322)]
Failed to fetch sync node for id kbmipnjdeifmobkhgogdnomkihhgojep
#
[10682:10682:1482220466746:ERROR:chrome/browser/sync/glue/extension_model_associator.cc(322)]
Failed to fetch sync node for id mihcahmgecmbnbcchbopgniflfhgnkff
#
[10682:10682:1482221114925:ERROR:chrome/browser/sync/glue/extension_model_associator.cc(322)]
Failed to fetch sync node for id kcnhkahnjcbndmmehfkdnkjomaanaooo
#
[10682:10682:1482221906772:ERROR:chrome/browser/sync/glue/extension_model_associator.cc(322)]
Failed to fetch sync node for id iblijlcdoidgdpfknkckljiocdbnlagk

Here's the output from gdb:

:~$ chromium-browser --debug 2>&1 | tee gdb-chromium.txt
# Env:
# LD_LIBRARY_PATH=/usr/lib/chromium-browser:/usr/lib/xulrunner-1.9.1
#
PATH=/usr/lib/chromium-browser:/home/tony/bin:/usr/local/bin:/usr/bin:/bin:/usr/games
#GTK_PATH=
# CHROMIUM_USER_FLAGS=
#  CHROMIUM_FLAGS=
/usr/bin/gdb /usr/lib/chromium-browser/chromium-browser -x
/tmp/chromiumargs.Gch6li
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
...

warning: The current binary is a PIE (Position Independent Executable), which
GDB does NOT currently support.  Most debugger features will fail if used
in this session.

Reading symbols from /usr/lib/chromium-browser/chromium-browser...(no
debugging symbols found)...done.
(gdb) handle SIG33 pass nostop noprint
SignalStop  Print   Pass to program Description
SIG33 NoNo  Yes Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /usr/lib/chromium-browser/chromium-browser
[New LWP 12950]
[New LWP 12945]
[LWP 12950 exited]
[LWP 12945 exited]

Program exited normally.
(gdb) backtrace
No stack.
(gdb) thread apply all backtrace
(gdb) quit

./tony

-- 
http://www.baldwinlinguas.com
http://www.baldwinsoftware.com
---
ssh-rsa
B3NzaC1yc2EDAQABAAABAQC36TvTIaCR5Ft2nGWGcmRHKW
6m3ugvGXhP6gGjzfRZPD5rnExPMRJwleWv4f5r4WZvtHIbFfrpxfX+DIaplxnilQW
SSLclDynxeELjb7oXHrDw7VlqipUCohFq7U86lecT57yXoEmHNMHbzXY1f97nQ
N7iYW2+ZAjc+PWypwx+Amr6dD9fuwCkg4O8j/HCVlp9hTdhGGT28YJG50joPi
T5iueyKUvdkpyVY0wOqSPSjiOFH/HFEaEN4fE0BmdXlZ+5up/bAgxLUdLim7m
NoqA8ePfOnl9/EknMK8fEz3NsNybFlCvKSPpmgc40/Ubc8SI/dUfT2DmoBTRY7
Y2xHH+p
t...@baldwinsoftware.com
-


Bug#620583: please remove the arts build-depend

2011-04-02 Thread Ana Guerrero
Package: cynthiune.app
Version: 0.9.5-12
Severity: serious


  
Please remove the build-depend on arts that is being removed
  
from the archive. See bug #619729   
  

  

  
Thanks, 
  
Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: severity of 613369 is serious, cloning 613369, reassign -1 to src:python2.7 ...

2011-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # OpenSSL 1.0 is now in unstable
> severity 613369 serious
Bug #613369 [src:python2.6] python2.6: FTBFS with OpenSSL 1.0: undefined 
reference to `SSLv2_method'
Severity set to 'serious' from 'important'

> # Python 2.7 has the same bug
> clone 613369 -1
Bug#613369: python2.6: FTBFS with OpenSSL 1.0: undefined reference to 
`SSLv2_method'
Bug 613369 cloned as bug 620581.

> reassign -1 src:python2.7
Bug #620581 [src:python2.6] python2.6: FTBFS with OpenSSL 1.0: undefined 
reference to `SSLv2_method'
Bug reassigned from package 'src:python2.6' to 'src:python2.7'.
Bug No longer marked as found in versions python2.6/2.6.6-8.
> retitle -1 python2.7: FTBFS with OpenSSL 1.0: undefined reference to 
> `SSLv2_method'
Bug #620581 [src:python2.7] python2.6: FTBFS with OpenSSL 1.0: undefined 
reference to `SSLv2_method'
Changed Bug title to 'python2.7: FTBFS with OpenSSL 1.0: undefined reference to 
`SSLv2_method'' from 'python2.6: FTBFS with OpenSSL 1.0: undefined reference to 
`SSLv2_method''
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
620581: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620581
613369: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613369
-1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=-1
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620580: convirt: uninstallable in sid

2011-04-02 Thread Julien Cristau
Package: convirt
Version: 2.0.1-1
Severity: grave
Justification: renders package unusable

convirt depends on packages that don't exist in sid:

convirt/i386 unsatisfiable Depends: python-xen-3.3
convirt/i386 unsatisfiable Depends: libxen3

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#612034: marked as done (vulnerability: rewrite arbitrary user file)

2011-04-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Apr 2011 22:02:28 +
with message-id 
and subject line Bug#612034: fixed in aptitude 0.6.3-4
has caused the Debian Bug report #612034,
regarding vulnerability: rewrite arbitrary user file
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
612034: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612034
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: aptitude
Version: 0.6.3-3.2ubuntu1
Severity: grave
Tags: security
Justification: user security hole
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty

This bug report was also filed in Ubuntu and can be found at
http://launchpad.net/bugs/607264
The description, from segooon, follows:

Binary package hint: aptitude

Hi, I've just discovered that aptitude is vulnerable to rewriting any user 
(maybe root) file:

bool hier_editor::handle_key(const cw::config::key &k)

  if(homedir.empty())
{

  cfgfile = "/tmp/function_pkgs";
}

  save_hier(cfgfile);

Here attacker can create link to any file in the system that user may write to. 
If process has no $HOME set, this file would be overwritten.

It is rare that $HOME is null, but it such rare case it is vulnerable.

Thanks.

-- System Information:
Debian Release: squeeze/sid
  APT prefers natty
  APT policy: (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-12-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


--- End Message ---
--- Begin Message ---
Source: aptitude
Source-Version: 0.6.3-4

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

aptitude-dbg_0.6.3-4_amd64.deb
  to main/a/aptitude/aptitude-dbg_0.6.3-4_amd64.deb
aptitude-doc-cs_0.6.3-4_all.deb
  to main/a/aptitude/aptitude-doc-cs_0.6.3-4_all.deb
aptitude-doc-en_0.6.3-4_all.deb
  to main/a/aptitude/aptitude-doc-en_0.6.3-4_all.deb
aptitude-doc-es_0.6.3-4_all.deb
  to main/a/aptitude/aptitude-doc-es_0.6.3-4_all.deb
aptitude-doc-fi_0.6.3-4_all.deb
  to main/a/aptitude/aptitude-doc-fi_0.6.3-4_all.deb
aptitude-doc-fr_0.6.3-4_all.deb
  to main/a/aptitude/aptitude-doc-fr_0.6.3-4_all.deb
aptitude-doc-ja_0.6.3-4_all.deb
  to main/a/aptitude/aptitude-doc-ja_0.6.3-4_all.deb
aptitude-gtk_0.6.3-4_amd64.deb
  to main/a/aptitude/aptitude-gtk_0.6.3-4_amd64.deb
aptitude_0.6.3-4.debian.tar.gz
  to main/a/aptitude/aptitude_0.6.3-4.debian.tar.gz
aptitude_0.6.3-4.dsc
  to main/a/aptitude/aptitude_0.6.3-4.dsc
aptitude_0.6.3-4_amd64.deb
  to main/a/aptitude/aptitude_0.6.3-4_amd64.deb



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

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

Debian distribution maintenance software
pp.
Daniel Burrows  (supplier of updated aptitude package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 02 Apr 2011 13:55:04 -0700
Source: aptitude
Binary: aptitude aptitude-gtk aptitude-dbg aptitude-doc-cs aptitude-doc-en 
aptitude-doc-es aptitude-doc-fi aptitude-doc-fr aptitude-doc-ja
Architecture: source amd64 all
Version: 0.6.3-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Burrows 
Changed-By: Daniel Burrows 
Description: 
 aptitude   - terminal-based package manager (terminal interface only)
 aptitude-dbg - Debug symbols for the aptitude package manager
 aptitude-doc-cs - Czech manual for aptitude, a terminal-based package manager
 aptitude-doc-en - English manual for aptitude, a terminal-based package manager
 aptitude-doc-es - Spanish manual for aptitude, a terminal-based package manager
 aptitude-doc-fi - Finnish manual for aptitude, a terminal-based package manager
 aptitude-doc-fr - French manual for aptitude, a terminal-based package manager
 aptitude-doc-ja - Japanese manual for aptitude, a terminal-based package 
manager
 aptitude-gtk - terminal-based package manager (GUI and terminal interfaces)
Closes: 612034
Changes: 
 aptitude (0.6.3-4) unstable; urgency=low
 .
   * Incorporate NMU patches.
 .
   * 0009-fix-symlink-attack: Fix a potential symlink attack that could
 occur if a user with no home directory edited and saved the package
 hierarchy definitio

Processed: Re: Bug#620506: FTBFS: HTTP request sent, awaiting response... 404 Not Found

2011-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 620506 normal
Bug #620506 [debian-installer-6.0-netboot-amd64] FTBFS: HTTP request sent, 
awaiting response... 404 Not Found
Severity set to 'normal' from 'serious'

> kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
620506: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620506
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620506: FTBFS: HTTP request sent, awaiting response... 404 Not Found

2011-04-02 Thread Julien Cristau
severity 620506 normal
kthxbye

On Sat, Apr  2, 2011 at 13:54:48 +0300, Timo Juhani Lindfors wrote:

> Package: debian-installer-6.0-netboot-amd64
> Version: 20110106.squeeze1
> Severity: serious
> 
> Steps to reproduce:
> 1) fakeroot apt-get --build source debian-installer-6.0-netboot-amd64
> 
> Expected results:
> 1) package builds from source
> 
> Actual results:
> 1) build fails with
> 
> ./get-images.sh
> --2011-04-02 13:51:17--  
> http://ftp.debian.org/debian/dists/squeeze-proposed-updates/main/installer-amd64/20110106+squeeze1/images/netboot/netboot.tar.gz
> Resolving ftp.debian.org... 130.89.149.226, 2001:610:1908:a000::149:226
> Connecting to ftp.debian.org|130.89.149.226|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2011-04-02 13:51:17 ERROR 404: Not Found.
> 
Yeah, these files are in squeeze proper now, not -proposed-updates.
This package is kind of thpethial in various ways, I don't think this
should be 'serious' severity.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620578: chromium-browser: extensions crashed, browser won't load pages, squeeze, amd64. more info pasted: http://pastebin.com/Yi0zGxQy

2011-04-02 Thread tonybaldwin
Package: chromium-browser
Version: 6.0.472.63~r59945-5+squeeze4
Severity: grave
Justification: renders package unusable

I was loading a message in gmail, when suddenly chromium just blew up...all 
extensions failed.
Now, the browser won't load a single page (gui opens, but is useless).
Shows "Aw Snap! guy on program initiation, and attemps to load ANY page, 
including about:plugins.
Google-chrome-unstable IS functioning on the same system, with the same 
extensions, etc.
I posted error output from running chromium-browser from cli, plus output from 
gdb,
to the pastebin at : http://pastebin.com/Yi0zGxQy
My system is squeeze, updated last week of March/2011, AMD64 architecture.
(That information is below anyway...wow).

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages chromium-browser depends on:
ii  chromium-br 6.0.472.63~r59945-5+squeeze4 page inspector for the chromium-br
ii  libasound2  1.0.23-2.1   shared library for ALSA applicatio
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libcups21.4.4-7  Common UNIX Printing System(tm) - 
ii  libdbus-1-3 1.2.24-4 simple interprocess messaging syst
ii  libdbus-gli 0.88-2.1 simple interprocess messaging syst
ii  libevent-1. 1.4.13-stable-1  An asynchronous event notification
ii  libexpat1   2.0.1-7  XML parsing C library - runtime li
ii  libfontconf 2.8.0-2.1generic font configuration library
ii  libfreetype 2.4.2-2.1FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.5-8GCC support library
ii  libgconf2-4 2.28.1-6 GNOME configuration database syste
ii  libgcrypt11 1.4.5-2  LGPL Crypto library - runtime libr
ii  libgl1-mesa 7.7.1-4  A free implementation of the OpenG
ii  libglewmx1. 1.5.4-1  The OpenGL Extension Wrangler - ru
ii  libglib2.0- 2.24.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libicu444.4.1-7  International Components for Unico
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libnspr4-0d 4.8.6-1  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.8-1+squeeze1Network Security Service libraries
ii  libpango1.0 1.28.3-1+squeeze2Layout and rendering of internatio
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  libv8-2.2.2 2.2.24-6 V8 JavaScript Engine
ii  libvpx0 0.9.1-2  VP8 video codec (shared library)
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxml2 2.7.8.dfsg-2 GNOME XML library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  libxslt1.1  1.1.26-6 XSLT 1.0 processing library - runt
ii  libxss1 1:1.2.0-2X11 Screen Saver extension library
ii  xdg-utils   1.0.2+cvs20100307-2  desktop integration utilities from
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

chromium-browser recommends no packages.

Versions of packages chromium-browser suggests:
pn  chromium-browser-l10n  (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: bug 620534 is forwarded to https://rt.cpan.org/Ticket/Display.html?id=67184

2011-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 620534 https://rt.cpan.org/Ticket/Display.html?id=67184
Bug #620534 [src:libcrypt-openssl-x509-perl] libcrypt-openssl-x509-perl: FTBFS: 
X509.xs:1315:5: error: format '%s' expects type 'char *', but argument 2 has 
type 'struct SV *'
Set Bug forwarded-to-address to 
'https://rt.cpan.org/Ticket/Display.html?id=67184'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
620534: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620534
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Bug#561922: mpg123: diff for NMU version 1.12.1-3.1

2011-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 561922 serious
Bug #561922 [mpg123] mpg123: Remove aRTs support
Ignoring request to change severity of Bug 561922 to the same value.
> tags 561922 + patch
Bug #561922 [mpg123] mpg123: Remove aRTs support
Ignoring request to alter tags of bug #561922 to the same tags previously set
> tags 561922 + pending
Bug #561922 [mpg123] mpg123: Remove aRTs support
Ignoring request to alter tags of bug #561922 to the same tags previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
561922: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561922
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620575: please remove the arts build-depend

2011-04-02 Thread Ana Guerrero
Package: zapping
Version: 0.10~cvs6-4+b2
Severity: serious

Please remove the build-depend on arts that is being removed
from the archive. See bug #619729


Thanks,
Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: mpg123: diff for NMU version 1.12.1-3.1

2011-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 561922 serious
Bug #561922 [mpg123] mpg123: Remove aRTs support
Severity set to 'serious' from 'normal'

> tags 561922 + patch
Bug #561922 [mpg123] mpg123: Remove aRTs support
Added tag(s) patch.
> tags 561922 + pending
Bug #561922 [mpg123] mpg123: Remove aRTs support
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
561922: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561922
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#613850: marked as done (FTBFS on armel: error: #error "Unknown architecture")

2011-04-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Apr 2011 21:20:53 +
with message-id 
and subject line Bug#613850: fixed in zeroc-ice 3.4.1-3
has caused the Debian Bug report #613850,
regarding FTBFS on armel: error: #error "Unknown architecture"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
613850: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613850
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: zeroc-ice
Version: 3.4.1-2
Severity: grave

zeroc-ice repeatedly fails to build on armel:

https://buildd.debian.org/build.php?pkg=zeroc-ice&arch=armel&ver=3.4.1-2

-snip-
making all in IceUtil
make[3]: Entering directory 
`/build/buildd-zeroc-ice_3.4.1-2-armel-P5xUvV/zeroc-ice-3.4.1/cpp/src/IceUtil'
c++ -c -I../../include -DICE_UTIL_API_EXPORTS -I..  -Wall -D_REENTRANT -fPIC -g 
ArgVector.cpp
In file included from ../../include/IceUtil/ArgVector.h:13,
 from ArgVector.cpp:10:
../../include/IceUtil/Config.h:34:5: error: #error "Unknown architecture"
...
/bin/sh: ../bin/slice2html: not found
-snip-


--- End Message ---
--- Begin Message ---
Source: zeroc-ice
Source-Version: 3.4.1-3

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

ice34-services_3.4.1-3_i386.deb
  to main/z/zeroc-ice/ice34-services_3.4.1-3_i386.deb
ice34-slice_3.4.1-3_all.deb
  to main/z/zeroc-ice/ice34-slice_3.4.1-3_all.deb
ice34-translators_3.4.1-3_i386.deb
  to main/z/zeroc-ice/ice34-translators_3.4.1-3_i386.deb
icebox_3.4.1-3_i386.deb
  to main/z/zeroc-ice/icebox_3.4.1-3_i386.deb
icegrid-gui_3.4.1-3_all.deb
  to main/z/zeroc-ice/icegrid-gui_3.4.1-3_all.deb
libfreeze34_3.4.1-3_i386.deb
  to main/z/zeroc-ice/libfreeze34_3.4.1-3_i386.deb
libglacier2-34_3.4.1-3_i386.deb
  to main/z/zeroc-ice/libglacier2-34_3.4.1-3_i386.deb
libicebox34_3.4.1-3_i386.deb
  to main/z/zeroc-ice/libicebox34_3.4.1-3_i386.deb
libicedb34_3.4.1-3_i386.deb
  to main/z/zeroc-ice/libicedb34_3.4.1-3_i386.deb
libicegrid34_3.4.1-3_i386.deb
  to main/z/zeroc-ice/libicegrid34_3.4.1-3_i386.deb
libicepatch2-34_3.4.1-3_i386.deb
  to main/z/zeroc-ice/libicepatch2-34_3.4.1-3_i386.deb
libicessl34_3.4.1-3_i386.deb
  to main/z/zeroc-ice/libicessl34_3.4.1-3_i386.deb
libicestorm34_3.4.1-3_i386.deb
  to main/z/zeroc-ice/libicestorm34_3.4.1-3_i386.deb
libiceutil34_3.4.1-3_i386.deb
  to main/z/zeroc-ice/libiceutil34_3.4.1-3_i386.deb
libicexml34_3.4.1-3_i386.deb
  to main/z/zeroc-ice/libicexml34_3.4.1-3_i386.deb
libslice34_3.4.1-3_i386.deb
  to main/z/zeroc-ice/libslice34_3.4.1-3_i386.deb
libzeroc-ice-ruby1.8_3.4.1-3_i386.deb
  to main/z/zeroc-ice/libzeroc-ice-ruby1.8_3.4.1-3_i386.deb
libzeroc-ice3.4-cil_3.4.1-3_all.deb
  to main/z/zeroc-ice/libzeroc-ice3.4-cil_3.4.1-3_all.deb
libzeroc-ice3.4-java_3.4.1-3_all.deb
  to main/z/zeroc-ice/libzeroc-ice3.4-java_3.4.1-3_all.deb
libzeroc-ice34-dbg_3.4.1-3_i386.deb
  to main/z/zeroc-ice/libzeroc-ice34-dbg_3.4.1-3_i386.deb
libzeroc-ice34-dev_3.4.1-3_i386.deb
  to main/z/zeroc-ice/libzeroc-ice34-dev_3.4.1-3_i386.deb
libzeroc-ice34_3.4.1-3_i386.deb
  to main/z/zeroc-ice/libzeroc-ice34_3.4.1-3_i386.deb
php-zeroc-ice_3.4.1-3_i386.deb
  to main/z/zeroc-ice/php-zeroc-ice_3.4.1-3_i386.deb
python-zeroc-ice_3.4.1-3_i386.deb
  to main/z/zeroc-ice/python-zeroc-ice_3.4.1-3_i386.deb
zeroc-ice34_3.4.1-3_all.deb
  to main/z/zeroc-ice/zeroc-ice34_3.4.1-3_all.deb
zeroc-ice_3.4.1-3.debian.tar.gz
  to main/z/zeroc-ice/zeroc-ice_3.4.1-3.debian.tar.gz
zeroc-ice_3.4.1-3.dsc
  to main/z/zeroc-ice/zeroc-ice_3.4.1-3.dsc



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

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

Debian distribution maintenance software
pp.
Cleto Martin Angelina  (supplier of updated zeroc-ice 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 01 Apr 2011 20:40:18 +0200
Source: zeroc-ice
Binary: zeroc-ice34 ice34-translators ice34-services libicestorm34 libicegrid34 
libicebox34 icebox libicepatch2-34 libglacier2-34 libfreeze34 libicedb34 
ice34-slice libzeroc-ice34 libicessl34 libiceutil34 libicexml34 libslice34 
libzeroc-ice34-dev libzeroc-ice34-dbg python-zeroc-ice php-zeroc-ice 
libzeroc-ice3.4-cil libzeroc-ice-ruby1.8 libzeroc-ice3.4-java ice

Bug#620573: cheesetracker: FTBFS: E: Package 'libjack0.100.0-dev' has no installation candidate

2011-04-02 Thread Cyril Brulebois
Source: cheesetracker
Version: 0.9.15.3-4
Severity: serious
Justification: FTBFS

Hi,

your package fails its +b2 binNMU round with:
| Checking for dependency conflicts...
| E: Package 'libjack0.100.0-dev' has no installation candidate

(And it gets automatically given back so there's no log available.)

KiBi.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620572: gir1.2-gtk-2.0: Fails to install: trying to overwrite '/usr/lib/girepository-1.0/GdkPixbuf-2.0.typelib'

2011-04-02 Thread Cyril Brulebois
Package: gir1.2-gtk-2.0
Version: 0.6.5-10
Severity: grave
Justification: renders package unusable

Hi,

similar to (but different from) #619485, trying to install webkit's
build dependencies in an experimental chroot (on the buildds):
|  Unpacking gir1.2-gtk-2.0 (from 
.../gir1.2-gtk-2.0_0.6.5-10_kfreebsd-i386.deb) ...
|  dpkg: error processing 
/var/cache/apt/archives/gir1.2-gtk-2.0_0.6.5-10_kfreebsd-i386.deb (--unpack):
|   trying to overwrite '/usr/lib/girepository-1.0/GdkPixbuf-2.0.typelib', 
which is also in package gir1.2-gdkpixbuf-2.0 2.23.0-2

KiBi.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: tagging 620534

2011-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 620534 + confirmed
Bug #620534 [src:libcrypt-openssl-x509-perl] libcrypt-openssl-x509-perl: FTBFS: 
X509.xs:1315:5: error: format '%s' expects type 'char *', but argument 2 has 
type 'struct SV *'
Added tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
620534: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620534
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620534: libcrypt-openssl-x509-perl: FTBFS: X509.xs:1315:5: error: format '%s' expects type 'char *', but argument 2 has type 'struct SV *'

2011-04-02 Thread Salvatore Bonaccorso
tag 620534 + confirmed
thanks

Hi Cyril

On Sat, Apr 02, 2011 at 03:54:16PM +0200, Cyril Brulebois wrote:
> Source: libcrypt-openssl-x509-perl
> Version: 1.7-1
> Severity: serious
> Justification: FTBFS
> User: debian-...@lists.debian.org
> Usertags: kfreebsd
> 
> Hi,
> 
> your package FTBFS with:
> | /usr/bin/perl "-Iinc" /usr/share/perl/5.10/ExtUtils/xsubpp  -typemap 
> /usr/share/perl/5.10/ExtUtils/typemap -typemap typemap  X509.xs > X509.xsc && 
> mv X509.xsc X509.c
> | cc -c  -I/usr/include/openssl -I/usr/local/include/ssl 
> -I/usr/local/ssl/include -D_REENTRANT -D_GNU_SOURCE -DDEBIAN 
> -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include 
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -Wall -Werror   
> -DVERSION=\"1.7\" -DXS_VERSION=\"1.7\" -fPIC "-I/usr/lib/perl/5.10/CORE"   
> X509.c
> | cc1: warnings being treated as errors
> | X509.xs: In function 'XS_Crypt__OpenSSL__X509_CRL_new_from_crl_string':
> | X509.xs:1315:5: error: format '%s' expects type 'char *', but argument 2 
> has type 'struct SV *'
> | make[1]: *** [X509.o] Error 1
> 
> Full build logs:
>   
> https://buildd.debian.org/status/package.php?p=libcrypt-openssl-x509-perl&suite=sid

Thanks for the Report Cyril. It seems to fail on different
architectures, did not on amd64 build on my machine. I'm checking the
cause of this.

Bests
Salvatore


signature.asc
Description: Digital signature


Bug#619845: marked as done (libtool: FTBFS: Test failures)

2011-04-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Apr 2011 20:49:05 +
with message-id 
and subject line Bug#619845: fixed in libtool 2.4-1
has caused the Debian Bug report #619845,
regarding libtool: FTBFS: Test failures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
619845: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619845
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libtool
Version: 2.2.6b-2
Severity: serious

From my pbuilder build log:

...
/usr/bin/make  check-TESTS check-local
make[4]: Entering directory `/tmp/buildd/libtool-2.2.6b'
PASS: tests/link.test
PASS: tests/link-2.test
PASS: tests/nomode.test
PASS: tests/objectlist.test
PASS: tests/quote.test
PASS: tests/sh.test
PASS: tests/suffix.test
PASS: tests/tagtrace.test
PASS: tests/cdemo-static.test
PASS: tests/cdemo-make.test
PASS: tests/cdemo-exec.test
PASS: tests/demo-static.test
PASS: tests/demo-make.test
PASS: tests/demo-exec.test
PASS: tests/demo-inst.test
PASS: tests/demo-unst.test
PASS: tests/depdemo-static.test
PASS: tests/depdemo-make.test
PASS: tests/depdemo-exec.test
PASS: tests/depdemo-inst.test
PASS: tests/depdemo-unst.test
PASS: tests/mdemo-static.test
PASS: tests/mdemo-make.test
PASS: tests/mdemo-exec.test
PASS: tests/mdemo-inst.test
PASS: tests/mdemo-unst.test
PASS: tests/cdemo-conf.test
PASS: tests/cdemo-make.test
PASS: tests/cdemo-exec.test
PASS: tests/demo-conf.test
PASS: tests/demo-make.test
PASS: tests/demo-exec.test
PASS: tests/demo-inst.test
PASS: tests/demo-unst.test
SKIP: tests/demo-deplibs.test
PASS: tests/depdemo-conf.test
PASS: tests/depdemo-make.test
PASS: tests/depdemo-exec.test
PASS: tests/depdemo-inst.test
PASS: tests/depdemo-unst.test
PASS: tests/mdemo-conf.test
PASS: tests/mdemo-make.test
PASS: tests/mdemo-exec.test
PASS: tests/mdemo-inst.test
PASS: tests/mdemo-unst.test
PASS: tests/mdemo-dryrun.test
PASS: tests/mdemo2-conf.test
PASS: tests/mdemo2-make.test
PASS: tests/mdemo2-exec.test
PASS: tests/pdemo-conf.test
PASS: tests/pdemo-make.test
PASS: tests/pdemo-exec.test
PASS: tests/pdemo-inst.test
PASS: tests/demo-nofast.test
PASS: tests/demo-make.test
PASS: tests/demo-exec.test
PASS: tests/demo-inst.test
PASS: tests/demo-unst.test
PASS: tests/depdemo-nofast.test
PASS: tests/depdemo-make.test
PASS: tests/depdemo-exec.test
PASS: tests/depdemo-inst.test
PASS: tests/depdemo-unst.test
PASS: tests/demo-pic.test
PASS: tests/demo-make.test
PASS: tests/demo-exec.test
SKIP: tests/demo-nopic.test
PASS: tests/demo-make.test
PASS: tests/demo-exec.test
PASS: tests/cdemo-shared.test
PASS: tests/cdemo-make.test
PASS: tests/cdemo-exec.test
PASS: tests/demo-shared.test
PASS: tests/demo-make.test
PASS: tests/demo-exec.test
PASS: tests/demo-inst.test
PASS: tests/demo-hardcode.test
PASS: tests/demo-relink.test
PASS: tests/demo-noinst-link.test
PASS: tests/demo-unst.test
PASS: tests/depdemo-shared.test
PASS: tests/depdemo-make.test
PASS: tests/depdemo-exec.test
PASS: tests/depdemo-inst.test
PASS: tests/depdemo-relink.test
PASS: tests/depdemo-unst.test
PASS: tests/mdemo-shared.test
PASS: tests/mdemo-make.test
PASS: tests/mdemo-exec.test
PASS: tests/mdemo-inst.test
PASS: tests/mdemo-unst.test
PASS: tests/cdemo-undef.test
PASS: tests/cdemo-make.test
PASS: tests/cdemo-exec.test
PASS: tests/tagdemo-static.test
PASS: tests/tagdemo-make.test
PASS: tests/tagdemo-exec.test
PASS: tests/tagdemo-conf.test
FAIL: tests/tagdemo-make.test
SKIP: tests/tagdemo-exec.test
PASS: tests/tagdemo-shared.test
FAIL: tests/tagdemo-make.test
SKIP: tests/tagdemo-exec.test
PASS: tests/tagdemo-undef.test
FAIL: tests/tagdemo-make.test
SKIP: tests/tagdemo-exec.test
PASS: tests/f77demo-static.test
PASS: tests/f77demo-make.test
PASS: tests/f77demo-exec.test
PASS: tests/f77demo-conf.test
PASS: tests/f77demo-make.test
PASS: tests/f77demo-exec.test
PASS: tests/f77demo-shared.test
PASS: tests/f77demo-make.test
PASS: tests/f77demo-exec.test
PASS: tests/fcdemo-static.test
PASS: tests/fcdemo-make.test
PASS: tests/fcdemo-exec.test
PASS: tests/fcdemo-conf.test
PASS: tests/fcdemo-make.test
PASS: tests/fcdemo-exec.test
PASS: tests/fcdemo-shared.test
PASS: tests/fcdemo-make.test
PASS: tests/fcdemo-exec.test

3 of 119 tests failed
(5 tests were not run)
Please report to bug-libt...@gnu.org

make[4]: *** [check-TESTS] Error 1
make[4]: Leaving directory `/tmp/buildd/libtool-2.2.6b'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/tmp/buildd/libtool-2.2.6b'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/libtool-2.2.6b'
make[1]: *** [check] Error 2
make[1]:

Bug#620404: marked as done (Canterbury Distribution website is not internationalized)

2011-04-02 Thread Debian Bug Tracking System
Your message dated Fri, 1 Apr 2011 21:56:23 +0200
with message-id 
and subject line [dsa-puppet/master] Fix internationalization (Closes: #620404) 
Signed-off-by: Martin Zobel-Helas 
has caused the Debian Bug report #620404,
regarding Canterbury Distribution website is not internationalized
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
620404: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620404
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: www.debian.org
Severity: grave
Tags: l10n i18n

Our new website is only available in English... even the French
translation is only 15% complete and so not shown. Of course, our French
localization is always superior to other translations, but here, this
is distressing, that they be at 0%, and the French is so low too.

Actuallamente, it seems the French translation of the website is indeed
really only 0% complete. We had a little erm, fudge factor in our
numbers, which I won't speak of further. Indeed, the new website has no
internationalization at all!

It is important that our users in Chad, Djibouti, Martinique, and the
Seychelles islands, and all the rest of the world have as good a web
browsing experience, in their own wonderful native languages as do our
English-speaking users. I am contacting all 57 translation teams to
get them to update their translations immediately, just as soon as I
get French back to 100% and finish a 150 km run.


PS, Was the new website's English reviewed by a native speaker?
Indeed some of the wording appears somehow clumsy. I encourage the
website team to take advantage of the Smith review project for the
website contents.

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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash




--- End Message ---
--- Begin Message ---
---
 .../etc/apache2/sites-available/www.debian.org |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git 
a/modules/apache2/files/common/etc/apache2/sites-available/www.debian.org 
b/modules/apache2/files/common/etc/apache2/sites-available/www.debian.org
index b4b0951..89fb0e3 100644
--- a/modules/apache2/files/common/etc/apache2/sites-available/www.debian.org
+++ b/modules/apache2/files/common/etc/apache2/sites-available/www.debian.org
@@ -71,7 +71,7 @@
   AddLanguage zh-TW .zh-tw
   LanguagePriority en fr de it es ja pl hr da pt pt-br fi zh-cn zh-hk zh-tw cs 
sv ko no nb ru tr eo ar nl hu ro sk el ca en-us en-gb id lt sl bg uk hy vi
 
-  DirectoryIndex maintenance.html index index.html index.shtml index.htm
+  DirectoryIndex maintenance index index.html index.shtml index.htm
 
   
 ForceType text/html
-- 
1.5.6.5



--- End Message ---


Processed: severity of 619485 is serious

2011-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 619485 serious
Bug #619485 [gir1.2-gtk-2.0] trying to overwrite file also in package 
gir1.2-pango-1.0
Severity set to 'serious' from 'normal'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
619485: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619485
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620564: FTBFS: linking problems

2011-04-02 Thread Ana Guerrero
Package: xsidplay
Version: 2.0.3-2
Severity: serious

Your package FTBFS:

libtool: link: g++ -g -O2 -o xsidplay EmuDialogData.o moc_AudioDialog.o 
moc_AudioDialogData.o moc_EmuDialog.o moc_EmuDialogData.o moc_FilterDialog.o 
moc_FilterDialogData.o moc_MainDialog.o moc_MainDialogData.o moc_MixerDialog.o 
moc_MixerDialogData.o moc_StilDialog.o moc_HVSC_Dialog.o moc_HVSC_DialogData.o 
moc_HistoryDialog.o moc_HistoryDialogData.o moc_TSID2Dialog.o 
moc_TSID2DialogData.o moc_SidIdDialog.o moc_SidIdDialogData.o 
moc_PlaylistDialog.o moc_PlaylistDialogData.o moc_PlaylistEditDialog.o 
moc_PlaylistEditDialogData.o moc_PlaylistOptDialog.o moc_PlaylistUpdateDialog.o 
moc_Player.o AudioDialog.o AudioDialogData.o ConfigC.o ConfigFile.o 
ConfigFileOld.o EmuDialog.o FilterDialog.o FilterDialogData.o HVSC_Dialog.o 
HVSC_DialogData.o HistoryDialog.o HistoryDialogData.o HistoryFile.o 
TSID2Dialog.o TSID2DialogData.o SidIdDialog.o SidIdDialogData.o MainDialog.o 
MainDialogData.o MixerDialog.o MixerDialogData.o Player.o Playlist.o 
PlaylistDialog.o PlaylistDialogData.o PlaylistEditDialog.o 
PlaylistEditDialogData.o PlaylistCheck.o PlaylistOptDialog.o 
PlaylistUpdateDialog.o StilDialog.o WidgetOffset.o xsidplay.o  audio/libaudio.a 
stilview/libstilview.a tools/libtools.a widgets/libwidgets.a 
wrapper/libwrapper.a songlendb/libsonglendb.a sidid/libsidid.a 
/usr/lib/libsidplay.so -L/usr/lib /usr/lib/libqt-mt.so -L/usr/X11R6/lib -laudio 
-lXt /usr/lib/libjpeg.so -lpng -lz -lXi -lXrender -lXrandr -lXcursor -lXinerama 
-lXft /usr/lib/libfreetype.so -lfontconfig -lXext -lX11 -lm -lSM -lICE 
-lpthread /usr/lib/libartsc.so -L/usr/share/qt3/lib -ldl /usr/lib/libSDL.so 
/usr/lib/libesd.so
/usr/bin/ld: audio/libaudio.a(AudioDriverALSA.o): undefined reference to symbol 
'snd_pcm_hw_params_any@@ALSA_0.9'
/usr/bin/ld: note: 'snd_pcm_hw_params_any@@ALSA_0.9' is defined in DSO 
//usr/lib64/libasound.so.2 so try adding it to the linker command line 
//usr/lib64/libasound.so.2: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[4]: *** [xsidplay] Error 1


Log attached.

Ana


xsidplay_2.0.3-2_amd64.build.gz
Description: Binary data


Bug#620397:

2011-04-02 Thread Janos Guljas
Hello,

I did clone bug #620397 (to #620549) because I see no reason for
python-oauth2 (and python-mongoengine, too) to provide tests as
separate module. This could trigger another bug as #620397 with some
other packages.

Best,
Janos



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: reassign 620397 to python-mongoengine

2011-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 620397 python-mongoengine
Bug #620397 {Done: Janos Guljas } 
[python-mongoengine,python-oauth2] python-oauth2 and python-mongoengine: error 
when trying to install together
Bug reassigned from package 'python-mongoengine,python-oauth2' to 
'python-mongoengine'.
Bug No longer marked as fixed in versions python-mongoengine/0.4-2.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
620397: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620397
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620546: marked as done (IA64 apt-get update segfaults at TimeRFC1123(long) in libapt-pkg.so.4.10)

2011-04-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Apr 2011 19:32:22 +
with message-id 
and subject line Bug#620546: fixed in apt 0.8.13.1
has caused the Debian Bug report #620546,
regarding IA64 apt-get update segfaults at TimeRFC1123(long) in 
libapt-pkg.so.4.10
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
620546: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620546
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 0.8.13
Severity: grave

# export LANG=C
# gdb `which apt-get` -ex 'run update'
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "ia64-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/bin/apt-get...(no debugging symbols found)...done.
Starting program: /usr/bin/apt-get update
Get:1 http://ftp.jp.debian.org testing InRelease [120 kB]
99% [1 InRelease gpgv 120 kB]
Program received signal SIGSEGV, Segmentation fault.
0x2009a121 in TimeRFC1123(long) () from /usr/lib/libapt-pkg.so.4.10
(gdb) where
#0  0x2009a121 in TimeRFC1123(long) () from /usr/lib/libapt-pkg.so.4.10
#1  0x2016c1c0 in pkgAcqIndex::Custom600Headers() () from 
/usr/lib/libapt-pkg.so.4.10
#2  0x20136110 in 
pkgAcquire::Worker::QueueItem(pkgAcquire::Queue::QItem*) () from 
/usr/lib/libapt-pkg.so.4.10
#3  0x20129d50 in pkgAcquire::Queue::Cycle() () from 
/usr/lib/libapt-pkg.so.4.10
#4  0x2012a930 in pkgAcquire::Queue::Enqueue(pkgAcquire::ItemDesc&) () 
from /usr/lib/libapt-pkg.so.4.10
#5  0x2012fb30 in pkgAcquire::Enqueue(pkgAcquire::ItemDesc&) () from 
/usr/lib/libapt-pkg.so.4.10
#6  0x2016ffe0 in pkgAcqIndex::Init(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&) () from 
/usr/lib/libapt-pkg.so.4.10
#7  0x20182f20 in pkgAcqIndex::pkgAcqIndex(pkgAcquire*, 
std::basic_string, std::allocator >, 
std::basic_string, std::allocator >, 
std::basic_string, std::allocator >, 
HashString, std::basic_string, 
std::allocator >) ()   from /usr/lib/libapt-pkg.so.4.10
#8  0x201838a0 in pkgAcqDiffIndex::Failed(std::basic_string, std::allocator >, pkgAcquire::MethodConfig*) () 
from /usr/lib/libapt-pkg.so.4.10
#9  0x20184850 in pkgAcqDiffIndex::pkgAcqDiffIndex(pkgAcquire*, 
std::basic_string, std::allocator >, 
std::basic_string, std::allocator >, 
std::basic_string, std::allocator >, 
HashString) () from /usr/lib/libapt-pkg.so.4.10
#10 0x20189de0 in pkgAcqMetaIndex::QueueIndexes(bool) () from 
/usr/lib/libapt-pkg.so.4.10
#11 0x2018b7a0 in pkgAcqMetaIndex::AuthDone(std::basic_string, std::allocator >) () from 
/usr/lib/libapt-pkg.so.4.10
#12 0x2018bde0 in pkgAcqMetaIndex::Done(std::basic_string, std::allocator >, unsigned long, 
std::basic_string, std::allocator >, 
pkgAcquire::MethodConfig*) () from /usr/lib/libapt-pkg.so.4.10
#13 0x20139c20 in pkgAcquire::Worker::RunMessages() () from 
/usr/lib/libapt-pkg.so.4.10
#14 0x2013bc40 in pkgAcquire::Worker::InFdReady() () from 
/usr/lib/libapt-pkg.so.4.10
#15 0x2012a290 in pkgAcquire::RunFds(fd_set*, fd_set*) () from 
/usr/lib/libapt-pkg.so.4.10
#16 0x2012d350 in pkgAcquire::Run(int) () from 
/usr/lib/libapt-pkg.so.4.10
#17 0x201183f0 in ListUpdate(pkgAcquireStatus&, pkgSourceList&, int) () 
from /usr/lib/libapt-pkg.so.4.10
#18 0x400200b0 in ?? ()

-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "ia64";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "1";
APT::Install-Suggests "0";
APT::Acquire "";
APT::Acquire::Translation "environment";
APT::Authentication "";
APT::Authentication::TrustCDROM "true";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^firmware-linux.*";
APT::NeverAutoRemove:: "^linux-firmware$";
APT::NeverAutoRemove:: "^linux-image.*";
APT::NeverAutoRemove:: "^kfreebsd-image.*";
APT::NeverAutoRemove:: "^linux-restricted-modules.*";
APT::NeverAutoRemove:: "^linux-ubuntu-modules-.*";
APT::NeverAutoRemove:: "^gnumach$";
APT::Never-MarkAuto-Sections "";
APT::Never-MarkAuto-Sections:: "metapackages";
APT::Never-MarkAuto-Sections:: "restricted/metapackages";
APT::Never-MarkAuto-Sections::

Processed: limit source to apt, tagging 620546

2011-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #apt (0.8.13.1) unstable; urgency=low
> #
> #  * apt-pkg/acquire-item.cc: Use stat buffer if stat was
> #successful, not if it failed (Closes: #620546)
> #
> limit source apt
Limiting to bugs with field 'source' containing at least one of 'apt'
Limit currently set to 'source':'apt'

> tags 620546 + pending
Bug #620546 [apt] IA64 apt-get update segfaults at TimeRFC1123(long) in 
libapt-pkg.so.4.10
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
620546: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620546
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#619845: [PATCH] tagdemo: Link to libfoo

2011-04-02 Thread Kurt Roeckx
* tests/tagdemo/Makefile.am: Link to all libraries that the
demo application uses.

diff --git a/ChangeLog b/ChangeLog
index bc7c2af..e93a82d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-02  Kurt Roeckx  
+
+   * tests/tagdemo/Makefile.am: Link to all libraries that the
+   demo application uses.
+
 2011-03-22  Justin Lecher(tiny change)
Rhys Ulerich(tiny change)
 
diff --git a/tests/tagdemo/Makefile.am b/tests/tagdemo/Makefile.am
index e945c25..4a005fe 100644
--- a/tests/tagdemo/Makefile.am
+++ b/tests/tagdemo/Makefile.am
@@ -47,7 +47,7 @@ noinst_HEADERS = foo.h baz.h conv.h
 bin_PROGRAMS = tagdemo
 
 tagdemo_SOURCES = main.cpp
-tagdemo_LDADD = libbaz.la
+tagdemo_LDADD = libbaz.la libfoo.la
 
 libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
-- 
1.7.2.3




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620559: qmmp: FTBFS on kfreebsd-*: outputalsa.cpp:434:76: error: void value not ignored as it ought to be

2011-04-02 Thread Eugene V. Lyubimkin
package qmmp liboss-salsa-dev
clone 620559 -1
reassign -1 liboss-salsa-dev
retitle -1 signature of 'snd_mixer_selem_set_playback_volume_range' is incorrect
block 620559 by -1
quit

Hi,

On 2011-04-02 20:32, Cyril Brulebois wrote:
> your package no longer builds on kfreebsd-*:
[...]
> | 
> /build/buildd-qmmp_0.5.0-1-kfreebsd-amd64-ROcU2S/qmmp-0.5.0/src/plugins/Output/alsa/outputalsa.cpp:434:76:
>  error: void value not ignored as it ought to be

Here's that line: 'if((err = 
snd_mixer_selem_set_playback_volume_range(pcm_element, 0, 100)) < 0)'

On kfreebsd-* arches, qmmp builds against liboss-salsa-dev since it
provides libasound2-dev. And compiler says the function
'snd_mixer_selem_set_playback_volume_range' returns 'void', but it should
return 'int' [1].

[1]
http://www.alsa-project.org/alsa-doc/alsa-lib/group___simple_mixer.html#g8b91bb96612ab8bda275b882fac4db0c

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
C++/Perl developer, Debian Developer



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620560: xmlsec security issue: arbitrary file overwriting CVE-2011-1425

2011-04-02 Thread Thijs Kinkhorst
Package: xmlsec1
Severity: serious
Tags: security

Hi,

A new version of xmlsec has been released which fixes a security issue:

"When using XML Security Library prior to 1.2.17, it is possible
to create or overwrite arbitrary files during signature verification,
if XSLT is present and enabled (which is the default mode). The attack
uses the libxslt extension "output" or its aliases, inside a
 element."

See attached announcement email.


Cheers,
Thijs

--- Begin Message ---

The new XML Security Library 1.2.17 release available at
the usual place:

   http://www.aleksey.com/xmlsec/download.html

This release includes a fix for an important security issue
with XSLT transforms (CVE-2011-1425, reported by Nicolas Gregoire):

When using XML Security Library prior to 1.2.17, it is possible
to create or overwrite arbitrary files during signature verification,
if XSLT is present and enabled (which is the default mode). The attack
uses the libxslt extension "output" or its aliases, inside a
 element.

It is strongly recommended to upgrade to the new version of XML
Security Library as soon as possible. If the upgrade can not be
performed, you can do one of the following:

- Explicitly call xsltNewSecurityPrefs() in your application and
  forbid any access to file system as it is done in the following
  commits:


http://git.gnome.org/browse/xmlsec/commit/?id=2d5eddcc4163ea050cf3a3a1a25452bb5124f780
   http://trac.webkit.org/changeset/79159

- Recompile xmlsec library with disabled xslt support using

  ./configure --without-libxslt command

- Disable XSLT transform if it is not used (see enabledUris field
  in struct xmlSecTransformCtx)



Thanks to everyone for the contribution, patches and bug reports!

Aleksey Sanin
___
xmlsec mailing list
xml...@aleksey.com
http://www.aleksey.com/mailman/listinfo/xmlsec
--- End Message ---


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


Processed: forcibly merging 615916 615851

2011-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 615916 615851
Bug#615916: libc6: SegFault in Mplayer
Bug#615851: libsdl1.2debian-alsa: crash in SDL_InitSubSystem(SDL_INIT_AUDIO)
Forcibly Merged 615851 615916.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615916: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615916
615851: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615851
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620559: qmmp: FTBFS on kfreebsd-*: outputalsa.cpp:434:76: error: void value not ignored as it ought to be

2011-04-02 Thread Cyril Brulebois
Source: qmmp
Version: 0.5.0-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-*:
| [ 55%] Building CXX object 
src/plugins/Output/alsa/CMakeFiles/alsa.dir/outputalsa.o
| 
/build/buildd-qmmp_0.5.0-1-kfreebsd-amd64-ROcU2S/qmmp-0.5.0/src/plugins/Output/alsa/outputalsa.cpp:
 In member function 'virtual void OutputALSA::configure(quint32, int, 
Qmmp::AudioFormat)':
| 
/build/buildd-qmmp_0.5.0-1-kfreebsd-amd64-ROcU2S/qmmp-0.5.0/src/plugins/Output/alsa/outputalsa.cpp:79:5:
 warning: the address of 'hwparams' will always evaluate as 'true'
| 
/build/buildd-qmmp_0.5.0-1-kfreebsd-amd64-ROcU2S/qmmp-0.5.0/src/plugins/Output/alsa/outputalsa.cpp:171:5:
 warning: the address of 'swparams' will always evaluate as 'true'
| 
/build/buildd-qmmp_0.5.0-1-kfreebsd-amd64-ROcU2S/qmmp-0.5.0/src/plugins/Output/alsa/outputalsa.cpp:
 In member function 'int VolumeControlALSA::setupMixer(QString, QString)':
| 
/build/buildd-qmmp_0.5.0-1-kfreebsd-amd64-ROcU2S/qmmp-0.5.0/src/plugins/Output/alsa/outputalsa.cpp:434:76:
 error: void value not ignored as it ought to be
| 
/build/buildd-qmmp_0.5.0-1-kfreebsd-amd64-ROcU2S/qmmp-0.5.0/src/plugins/Output/alsa/outputalsa.cpp:
 In member function 'snd_mixer_elem_t* 
VolumeControlALSA::getMixerElem(snd_mixer_t*, char*, int)':
| 
/build/buildd-qmmp_0.5.0-1-kfreebsd-amd64-ROcU2S/qmmp-0.5.0/src/plugins/Output/alsa/outputalsa.cpp:469:5:
 warning: the address of 'selem_id' will always evaluate as 'true'
| make[3]: *** [src/plugins/Output/alsa/CMakeFiles/alsa.dir/outputalsa.o] Error 
1

Full build logs:
  https://buildd.debian.org/status/package.php?p=qmmp

KiBi.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: reassign 615851 to libc6

2011-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 615851 libc6
Bug #615851 [libsdl1.2debian-alsa] libsdl1.2debian-alsa: crash in 
SDL_InitSubSystem(SDL_INIT_AUDIO)
Bug reassigned from package 'libsdl1.2debian-alsa' to 'libc6'.
Bug No longer marked as found in versions libsdl1.2/1.2.14-6.1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615851: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615851
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#554547: FTBFS with binutils-gold

2011-04-02 Thread Andreas Metzler
On 2009-11-05 Peter Fritzsche  wrote:
> Source: ggz-gtk-client
> Version: 0.0.14.1-1
> Severity: minor
> User: peter.fritzs...@gmx.de
> Usertags: no-add-needed

> Tried to build your package and it fails to build with GNU binutils-gold.
[...]

Hello,

I have uploaded a NMU with the following changes to delayed/3:

* debian/patches/ftbfs_binutils-gold.patch: Fix FTBFS binutils-gold
  with ld --no-add-needed by adding ggz, ggzcore, and gtk-x11-2.0
  library in src/Makefile.* (Thanks, Mahyuddin Susanto) Closes: #554547
* Empty dependency_libs in libtool la file.
  http://wiki.debian.org/ReleaseGoals/LAFileRemoval

nmu diff attached.

cu andreas
diff -u ggz-gtk-client-0.0.14.1/debian/rules ggz-gtk-client-0.0.14.1/debian/rules
--- ggz-gtk-client-0.0.14.1/debian/rules
+++ ggz-gtk-client-0.0.14.1/debian/rules
@@ -9,0 +10,4 @@
+
+common-install-arch::
+	find debian/tmp/usr/lib  -name "*.la" -exec \
+		sed -i -e "s,^dependency_libs=.*,dependency_libs=''," {} +
diff -u ggz-gtk-client-0.0.14.1/debian/changelog ggz-gtk-client-0.0.14.1/debian/changelog
--- ggz-gtk-client-0.0.14.1/debian/changelog
+++ ggz-gtk-client-0.0.14.1/debian/changelog
@@ -1,3 +1,14 @@
+ggz-gtk-client (0.0.14.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/ftbfs_binutils-gold.patch: Fix FTBFS binutils-gold 
+with ld --no-add-needed by adding ggz, ggzcore, and gtk-x11-2.0
+library in src/Makefile.* (Thanks, Mahyuddin Susanto) Closes: #554547
+  * Empty depency_libs in libtool la file.
+http://wiki.debian.org/ReleaseGoals/LAFileRemoval
+
+ -- Andreas Metzler   Sat, 02 Apr 2011 19:34:34 +0200
+
 ggz-gtk-client (0.0.14.1-1) unstable; urgency=low
 
   * New upstream release
only in patch2:
unchanged:
--- ggz-gtk-client-0.0.14.1.orig/debian/patches/ftbfs_binutils-gold.patch
+++ ggz-gtk-client-0.0.14.1/debian/patches/ftbfs_binutils-gold.patch
@@ -0,0 +1,26 @@
+Description: Fix FTBFS binutils-gold with ld --no-add-needed by adding ggz, ggzcore
+ and gtk-x11-2.0 library in src/Makefile.*
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/700291
+Author: Mahyuddin Susanto 
+
+diff -Nurp ggz-gtk-client-0.0.14.1/src//Makefile.am ggz-gtk-client-0.0.14.1.debian/src//Makefile.am
+--- ggz-gtk-client-0.0.14.1/src//Makefile.am	2008-01-05 19:03:27.0 +
 ggz-gtk-client-0.0.14.1.debian/src//Makefile.am	2011-01-13 11:41:21.0 +
+@@ -8,4 +8,4 @@ bin_PROGRAMS = ggz-gtk
+ ggz_gtk_SOURCES = main.c
+ 
+ ggz_gtk_DEPENDENCIES = $(top_builddir)/ggz-gtk/libggz-gtk.la
+-ggz_gtk_LDADD = $(top_builddir)/ggz-gtk/libggz-gtk.la $(LIB_GETTEXT)
++ggz_gtk_LDADD = $(top_builddir)/ggz-gtk/libggz-gtk.la $(LIB_GETTEXT) -lgtk-x11-2.0 -lggzcore -lggz
+diff -Nurp ggz-gtk-client-0.0.14.1/src//Makefile.in ggz-gtk-client-0.0.14.1.debian/src//Makefile.in
+--- ggz-gtk-client-0.0.14.1/src//Makefile.in	2008-02-16 21:01:29.0 +
 ggz-gtk-client-0.0.14.1.debian/src//Makefile.in	2011-01-13 11:41:05.0 +
+@@ -219,7 +219,7 @@ AM_CPPFLAGS = $(GTK_CFLAGS) -I$(top_srcd
+ 
+ ggz_gtk_SOURCES = main.c
+ ggz_gtk_DEPENDENCIES = $(top_builddir)/ggz-gtk/libggz-gtk.la
+-ggz_gtk_LDADD = $(top_builddir)/ggz-gtk/libggz-gtk.la $(LIB_GETTEXT)
++ggz_gtk_LDADD = $(top_builddir)/ggz-gtk/libggz-gtk.la $(LIB_GETTEXT) -lgtk-x11-2.0 -lggzcore -lggz
+ all: all-am
+ 
+ .SUFFIXES:


Processed: #616053 is not in version 1.98+20100804-14

2011-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> notfound 616053 1.98+20100804-14
Bug #616053 {Done: Colin Watson } [grub-pc] grub: rewrite 
grub_background.sh
Bug #506232 {Done: Colin Watson } [grub-pc] grub-pc: no 
easy way to change splash-screens at boot-up
Bug #561593 {Done: Colin Watson } [grub-pc] background 
image config/handling (plus password handling)
Bug #581049 {Done: Colin Watson } [grub-pc] grub-pc: Use 
desktop-grub alternative in 05_debian_theme
Bug #604699 {Done: Colin Watson } [grub-pc] grub2: Fails 
to enable the background image with encrypted LVM
Bug #605023 {Done: Colin Watson } [grub-pc] grub-pc: 
should copy desktop-grub.png in postinst
Bug #605705 {Done: Colin Watson } [grub-pc] grub-pc: grub 
does not use desktop-base background image when / is encrypted (LUKS on LVM)
Bug #606330 {Done: Colin Watson } [grub-pc] grub-pc: 
update-grub fails to install bootsplash image from grub2-splashimages
Bug No longer marked as found in versions grub2/1.98+20100804-14.
Bug No longer marked as found in versions grub2/1.98+20100804-14.
Bug No longer marked as found in versions grub2/1.98+20100804-14.
Bug No longer marked as found in versions grub2/1.98+20100804-14.
Bug No longer marked as found in versions grub2/1.98+20100804-14.
Bug No longer marked as found in versions grub2/1.98+20100804-14.
Bug No longer marked as found in versions grub2/1.98+20100804-14.
Bug No longer marked as found in versions grub2/1.98+20100804-14.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
616053: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616053
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620397: marked as done (python-oauth2 and python-mongoengine: error when trying to install together)

2011-04-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Apr 2011 18:02:25 +
with message-id 
and subject line Bug#620397: fixed in python-mongoengine 0.4-2
has caused the Debian Bug report #620397,
regarding python-oauth2 and python-mongoengine: error when trying to install 
together
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
620397: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620397
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-mongoengine,python-oauth2
Version: python-mongoengine/0.4-1
Version: python-oauth2/1.5.167-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2011-04-01
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  mime-support python2.6-minimal libexpat1 python2.6 python-minimal python
  python-bson python-gridfs python-httplib2 python-pymongo python-mongoengine
  python-oauth2
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package mime-support.
(Reading database ... 8746 files and directories currently installed.)
Unpacking mime-support (from .../mime-support_3.51-1_all.deb) ...
Selecting previously deselected package python2.6-minimal.
Unpacking python2.6-minimal (from .../python2.6-minimal_2.6.6-8+b1_amd64.deb) 
...
Selecting previously deselected package libexpat1.
Unpacking libexpat1 (from .../libexpat1_2.0.1-7_amd64.deb) ...
Selecting previously deselected package python2.6.
Unpacking python2.6 (from .../python2.6_2.6.6-8+b1_amd64.deb) ...
Selecting previously deselected package python-minimal.
Unpacking python-minimal (from .../python-minimal_2.6.6-12_all.deb) ...
Selecting previously deselected package python.
Unpacking python (from .../python_2.6.6-12_all.deb) ...
Selecting previously deselected package python-bson.
Unpacking python-bson (from .../python-bson_1.10-1_amd64.deb) ...
Selecting previously deselected package python-gridfs.
Unpacking python-gridfs (from .../python-gridfs_1.10-1_all.deb) ...
Selecting previously deselected package python-httplib2.
Unpacking python-httplib2 (from .../python-httplib2_0.6.0-4_all.deb) ...
Selecting previously deselected package python-pymongo.
Unpacking python-pymongo (from .../python-pymongo_1.10-1_amd64.deb) ...
Selecting previously deselected package python-mongoengine.
Unpacking python-mongoengine (from .../python-mongoengine_0.4-1_all.deb) ...
Selecting previously deselected package python-oauth2.
Unpacking python-oauth2 (from .../python-oauth2_1.5.167-1_all.deb) ...
dpkg: error processing /var/cache/apt/archives/python-oauth2_1.5.167-1_all.deb 
(--unpack):
 trying to overwrite '/usr/share/pyshared/tests/__init__.py', which is also in 
package python-mongoengine 0.4-1
configured to not write apport reports
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/python-oauth2_1.5.167-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail, and violates
sections 7.6.1 and 10.1 of the policy. An optimal solution would
consist in only one of the packages installing that file, and renaming
or removing the file in the other package. Depending on the
circumstances you might also consider Replace relations or file
diversions. If the conflicting situation cannot be resolved then, as a
last resort, the two packages have to declare a mutual
Conflict. Please take into account that Replaces, Conflicts and
diversions should only be used when packages provide different
implementations for the same functionality.

Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):

  /usr/lib/python2.5/site-packages/tests/__init__.py
  /usr/lib/python2.6/dist-packages/tests/__init__.py
  /usr/share/pyshared/tests/__init__.py

This bug is assigned to both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package. You may
also register in the BTS that the other package is affected by the bug.

-Ralf.

PS: for more information about the detection of file overwrite errors
of this kind see http://edos.debian.net/file-overwrites/.


--- End Message ---
--- Begin Message ---
Source: python-mongoengine
Sou

Bug#554545: FTBFS with binutils-gold

2011-04-02 Thread Andreas Metzler
On 2009-11-05 Peter Fritzsche  wrote:
> Source: ggz-grubby
> Version: 0.0.14.1-1
> Severity: minor
> User: peter.fritzs...@gmx.de
> Usertags: no-add-needed

> Tried to build your package and it fails to build with GNU binutils-gold.
[...]

Hello,

I have uploaded a NMU to delayed/3 with these changes:

  * Empty dependency_libs in libtool la file(s).
http://wiki.debian.org/ReleaseGoals/LAFileRemoval
  * Fix FTBFS with --no-copy-dt-needed-entries. Closes: #554545

nmu diff attached.

cu andreas
diff -u ggz-grubby-0.0.14.1/debian/rules ggz-grubby-0.0.14.1/debian/rules
--- ggz-grubby-0.0.14.1/debian/rules
+++ ggz-grubby-0.0.14.1/debian/rules
@@ -6,0 +7,4 @@
+
+common-install-arch::
+	find debian/ggz-grubby/usr/lib  -name "*.la" -exec \
+		sed -i -e "s,^dependency_libs=.*,dependency_libs=''," {} +
diff -u ggz-grubby-0.0.14.1/debian/changelog ggz-grubby-0.0.14.1/debian/changelog
--- ggz-grubby-0.0.14.1/debian/changelog
+++ ggz-grubby-0.0.14.1/debian/changelog
@@ -1,3 +1,12 @@
+ggz-grubby (0.0.14.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Empty dependency_libs in libtool la file(s).
+http://wiki.debian.org/ReleaseGoals/LAFileRemoval
+  * Fix FTBFS with --no-copy-dt-needed-entries. Closes: #554545
+
+ -- Andreas Metzler   Sat, 02 Apr 2011 18:50:53 +0200
+
 ggz-grubby (0.0.14.1-1) unstable; urgency=low
 
   [ Peter Eisentraut ]
only in patch2:
unchanged:
--- ggz-grubby-0.0.14.1.orig/grubby/src/Makefile.in
+++ ggz-grubby-0.0.14.1/grubby/src/Makefile.in
@@ -283,7 +283,7 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 grubby_SOURCES = guru.c main.c module.c
-grubby_LDADD = $(LIB_GGZCORE) $(LIB_GETTEXT) $(LIB_DL)
+grubby_LDADD = $(LIB_GGZ) $(LIB_GGZCORE) $(LIB_GETTEXT) $(LIB_DL)
 grubby_LDFLAGS = $(GGZCORE_LDFLAGS)
 grubby_LTLIBRARIES = libguru_netggz.la libguru_i18n.la \
 	libguru_player.la libguru_netconsole.la libguru_netirc.la \
only in patch2:
unchanged:
--- ggz-grubby-0.0.14.1.orig/games/guru-ttt/Makefile.in
+++ ggz-grubby-0.0.14.1/games/guru-ttt/Makefile.in
@@ -226,7 +226,7 @@
 top_srcdir = @top_srcdir@
 guru_ttt_SOURCES = main.c
 guru_ttt_LDFLAGS = $(GGZMOD_LDFLAGS)
-guru_ttt_LDADD = $(top_builddir)/games/lib/libggzpassive.a $(LIB_GGZMOD)
+guru_ttt_LDADD = $(top_builddir)/games/lib/libggzpassive.a $(LIB_GGZ) $(LIB_GGZMOD)
 EXTRA_DIST = module.dsc.in
 AM_CPPFLAGS = -I $(top_srcdir)/games/lib $(LIBGGZ_INCLUDES)
 all: all-am
only in patch2:
unchanged:
--- ggz-grubby-0.0.14.1.orig/games/guru-chess/Makefile.in
+++ ggz-grubby-0.0.14.1/games/guru-chess/Makefile.in
@@ -228,7 +228,7 @@
 top_srcdir = @top_srcdir@
 guru_chess_SOURCES = main.c ai.c
 guru_chess_LDFLAGS = $(GGZMOD_LDFLAGS)
-guru_chess_LDADD = $(top_builddir)/games/lib/libggzpassive.a $(LIB_GGZMOD) $(LIB_GETTEXT)
+guru_chess_LDADD = $(top_builddir)/games/lib/libggzpassive.a $(LIB_GGZ) $(LIB_GGZMOD) $(LIB_GETTEXT)
 noinst_HEADERS = proto.h ai.h
 EXTRA_DIST = module.dsc.in
 AM_CPPFLAGS = \


Processed: Re: grub: rewrite grub_background.sh

2011-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 605705 616053
Bug#605705: grub-pc: grub does not use desktop-base background image when / is 
encrypted (LUKS on LVM)
Bug#616053: grub: rewrite grub_background.sh
Bug#506232: grub-pc: no easy way to change splash-screens at boot-up
Bug#561593: background image config/handling (plus password handling)
Bug#581049: grub-pc: Use desktop-grub alternative in 05_debian_theme
Bug#604699: grub2: Fails to enable the background image with encrypted LVM
Bug#605023: grub-pc: should copy desktop-grub.png in postinst
Bug#606330: grub-pc: update-grub fails to install bootsplash image from 
grub2-splashimages
Forcibly Merged 506232 561593 581049 604699 605023 605705 606330 616053.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
605023: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605023
605705: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605705
606330: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606330
561593: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561593
581049: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581049
604699: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604699
506232: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506232
616053: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616053
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Tagging non-stable RC bugs

2011-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # build-dependencies on old gcc versions
> tags 533810 + wheezy sid
Bug #533810 [lasso] lasso: non-standard gcc/g++ used for build (gcc-4.3)
Added tag(s) sid and wheezy.
> tags 533812 + wheezy sid
Bug #533812 [freehdl] freehdl: non-standard gcc/g++ used for build (gcc-4.3)
Added tag(s) sid and wheezy.
> merge 533812 594278
Bug#533812: freehdl: non-standard gcc/g++ used for build (gcc-4.3)
Bug#594278: freehdl: non-standard gcc/g++ used for build (gcc-4.3)
Merged 533812 594278.

> tags 594277 + wheezy sid
Bug #594277 [blm] blm: non-standard gcc/g++ used for build (gcc-4.3)
Added tag(s) sid and wheezy.
> tags 594279 + wheezy sid
Bug #594279 [gcc-avr] gcc-avr: non-standard gcc/g++ used for build (gcc-4.3)
Added tag(s) sid and wheezy.
> tags 594281 + wheezy sid
Bug #594281 [gclcvs] gclcvs: non-standard gcc/g++ used for build (gcc-4.3)
Added tag(s) sid and wheezy.
> tags 594283 + wheezy sid
Bug #594283 [grub] grub: non-standard gcc/g++ used for build (gcc-4.3)
Added tag(s) sid and wheezy.
> tags 594286 + wheezy sid
Bug #594286 [israndom] israndom: non-standard gcc/g++ used for build (gcc-4.3)
Added tag(s) sid and wheezy.
> tags 594288 + wheezy sid
Bug #594288 [kfreebsd-8] kfreebsd-8: non-standard gcc/g++ used for build 
(gcc-4.3)
Added tag(s) sid and wheezy.
> tags 594293 + wheezy sid
Bug #594293 [picprog] picprog: non-standard gcc/g++ used for build (gcc-4.3)
Added tag(s) sid and wheezy.
> tags 613660 + wheezy sid
Bug #613660 {Done: Philipp Kern } [gcc-3.3] gcc-3.3 
build-depends on gcc-4.1 (to be removed from unstable)
Added tag(s) sid and wheezy.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
613660: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613660
533812: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533812
594278: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594278
594288: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594288
594277: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594277
594283: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594283
594279: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594279
594286: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594286
594293: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594293
594281: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594281
533810: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533810
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#619614: marked as done (CVE-2011-1167)

2011-04-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Apr 2011 16:32:21 +
with message-id 
and subject line Bug#619614: fixed in tiff 3.9.4-9
has caused the Debian Bug report #619614,
regarding CVE-2011-1167
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
619614: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619614
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tiff
Severity: grave
Tags: security

Please see https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2011-1167
for details.

Cheers,
Moritz

-- System Information:
Debian Release: 5.0.1
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.32-ucs37-amd64
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


--- End Message ---
--- Begin Message ---
Source: tiff
Source-Version: 3.9.4-9

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

libtiff-doc_3.9.4-9_all.deb
  to main/t/tiff/libtiff-doc_3.9.4-9_all.deb
libtiff-opengl_3.9.4-9_amd64.deb
  to main/t/tiff/libtiff-opengl_3.9.4-9_amd64.deb
libtiff-tools_3.9.4-9_amd64.deb
  to main/t/tiff/libtiff-tools_3.9.4-9_amd64.deb
libtiff4-dev_3.9.4-9_amd64.deb
  to main/t/tiff/libtiff4-dev_3.9.4-9_amd64.deb
libtiff4_3.9.4-9_amd64.deb
  to main/t/tiff/libtiff4_3.9.4-9_amd64.deb
libtiffxx0c2_3.9.4-9_amd64.deb
  to main/t/tiff/libtiffxx0c2_3.9.4-9_amd64.deb
tiff_3.9.4-9.debian.tar.gz
  to main/t/tiff/tiff_3.9.4-9.debian.tar.gz
tiff_3.9.4-9.dsc
  to main/t/tiff/tiff_3.9.4-9.dsc



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

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

Debian distribution maintenance software
pp.
Jay Berkenbilt  (supplier of updated tiff package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 02 Apr 2011 10:59:38 -0400
Source: tiff
Binary: libtiff4 libtiffxx0c2 libtiff4-dev libtiff-tools libtiff-opengl 
libtiff-doc
Architecture: source all amd64
Version: 3.9.4-9
Distribution: unstable
Urgency: high
Maintainer: Jay Berkenbilt 
Changed-By: Jay Berkenbilt 
Description: 
 libtiff-doc - TIFF manipulation and conversion documentation
 libtiff-opengl - TIFF manipulation and conversion tools
 libtiff-tools - TIFF manipulation and conversion tools
 libtiff4   - Tag Image File Format (TIFF) library
 libtiff4-dev - Tag Image File Format library (TIFF), development files
 libtiffxx0c2 - Tag Image File Format (TIFF) library -- C++ interface
Closes: 619614
Changes: 
 tiff (3.9.4-9) unstable; urgency=high
 .
   * CVE-2011-1167: correct potential buffer overflow with thunder encoded
 files with wrong bitspersample set.  (Closes: #619614)
Checksums-Sha1: 
 2ab870aa97fe6b0ae2d9dcf91a49ad4c9deb4943 1855 tiff_3.9.4-9.dsc
 5c7d89b65156d54aae06490342677b9b0c8653f0 17407 tiff_3.9.4-9.debian.tar.gz
 4c02d60f8c8db7e03e01db11759abd8fc1f3ffd7 386452 libtiff-doc_3.9.4-9_all.deb
 81b6e1b17a9c4e18c98e07f00449fc2f69340613 196922 libtiff4_3.9.4-9_amd64.deb
 b4ba4874cf23f115d95584751dfb19eb9010a55a 59612 libtiffxx0c2_3.9.4-9_amd64.deb
 da88c43783f91e75340860dbd7ec8eb4d289f560 331306 libtiff4-dev_3.9.4-9_amd64.deb
 7554fb73974582b738bef0ef7221b2c827674a01 320814 libtiff-tools_3.9.4-9_amd64.deb
 47aa3aa2f4f6ca75b2a5c42be9a300faa72efaa1 65170 libtiff-opengl_3.9.4-9_amd64.deb
Checksums-Sha256: 
 1756e8d61155af4ac3a2110bfa582d5944bf4c5e89184ebfbc6430c4db2d393e 1855 
tiff_3.9.4-9.dsc
 81b878089e94763a5c5a471cd140c9c6497d35e6c0be8f712357f30576f98bea 17407 
tiff_3.9.4-9.debian.tar.gz
 abb8ed94a880e7ffe76289523b9f17d6fd1530630b2c52c826ccb9fcaa676707 386452 
libtiff-doc_3.9.4-9_all.deb
 d0d33878ccd8eec52eb35ecbbf288b09e1eeac122ca2d847449a8572693a1451 196922 
libtiff4_3.9.4-9_amd64.deb
 eae157be0c5f05c461659990ec45616d8e3d4c061f6643bdcd8053f8b44cd003 59612 
libtiffxx0c2_3.9.4-9_amd64.deb
 fde9e7607662a8236238072462b8cd07aec33066185269051214bce8fb79b25f 331306 
libtiff4-dev_3.9.4-9_amd64.deb
 191b3fa645fdb19218d32849807d19e906db3d7cc3c85088728780768b3a6afd 320814 
libtiff-tools_3.9.4-9_amd64.deb
 a61db79125596efbd582a6846e4666e2365b40c6367a9d787481f0d43c85023b 65170 
libtiff-opengl_3.9.4-9_amd64.deb
Files: 
 6a9e6c25c62eb0854c4bc69a64e60e72 1855 libs optional tiff_3.9.4-9.dsc
 b13866b547d4a717ea048270b0dd2e47 1740

Bug#615708: marked as done (enblend-enfuse: ftbfs with gold or ld --no-add-needed)

2011-04-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Apr 2011 16:17:33 +
with message-id 
and subject line Bug#615708: fixed in enblend-enfuse 4.0+dfsg-2
has caused the Debian Bug report #615708,
regarding enblend-enfuse: ftbfs with gold or ld --no-add-needed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
615708: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615708
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: enblend-enfuse
Version: 4.0+dfsg-1
Severity: important
Tags: sid
User: peter.fritzs...@gmx.de
Usertags: no-add-needed

The package fails to build in a test rebuild on at least amd64 with
ld --no-add-needed.  For details, please see:
http://lists.debian.org/debian-devel-announce/2011/02/msg00011.html
http://wiki.debian.org/ToolChain/DSOLinking

Ubuntu might have a patch for this issue, but unfortunately it was
not forwarded to Debian.  Please have a look at
http://packages.qa.debian.org/enblend-enfuse to see if an Ubuntu version for
this package exists, and if a fix is included in the Ubuntu diff.

[...]
mv -f .deps/enblend-enblend.Tpo .deps/enblend-enblend.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -I../../include -DVIGRA_STATIC_LIB -pthread 
-I/usr/include/OpenEXR   -g -O2 --param inline-unit-growth=60 -O2 -DNDEBUG 
-Wall -fopenmp -MT enblend-gpu.o -MD -MP -MF .deps/enblend-gpu.Tpo -c -o 
enblend-gpu.o `test -f 'gpu.cc' || echo '../../src/'`gpu.cc
mv -f .deps/enblend-gpu.Tpo .deps/enblend-gpu.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -I../../include -DVIGRA_STATIC_LIB -pthread 
-I/usr/include/OpenEXR   -g -O2 --param inline-unit-growth=60 -O2 -DNDEBUG 
-Wall -fopenmp -MT enblend-error_message.o -MD -MP -MF 
.deps/enblend-error_message.Tpo -c -o enblend-error_message.o `test -f 
'error_message.cc' || echo '../../src/'`error_message.cc
mv -f .deps/enblend-error_message.Tpo .deps/enblend-error_message.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -I../../include -DVIGRA_STATIC_LIB -pthread 
-I/usr/include/OpenEXR   -g -O2 --param inline-unit-growth=60 -O2 -DNDEBUG 
-Wall -fopenmp -MT enblend-filenameparse.o -MD -MP -MF 
.deps/enblend-filenameparse.Tpo -c -o enblend-filenameparse.o `test -f 
'filenameparse.cc' || echo '../../src/'`filenameparse.cc
mv -f .deps/enblend-filenameparse.Tpo .deps/enblend-filenameparse.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -I../../include -DVIGRA_STATIC_LIB -pthread 
-I/usr/include/OpenEXR   -g -O2 --param inline-unit-growth=60 -O2 -DNDEBUG 
-Wall -fopenmp -MT enblend-filespec.o -MD -MP -MF .deps/enblend-filespec.Tpo -c 
-o enblend-filespec.o `test -f 'filespec.cc' || echo '../../src/'`filespec.cc
mv -f .deps/enblend-filespec.Tpo .deps/enblend-filespec.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -I../../include -DVIGRA_STATIC_LIB -pthread 
-I/usr/include/OpenEXR   -g -O2 --param inline-unit-growth=60 -O2 -DNDEBUG 
-Wall -fopenmp -MT enblend-self_test.o -MD -MP -MF .deps/enblend-self_test.Tpo 
-c -o enblend-self_test.o `test -f 'self_test.cc' || echo 
'../../src/'`self_test.cc
mv -f .deps/enblend-self_test.Tpo .deps/enblend-self_test.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -I../../include -DVIGRA_STATIC_LIB -pthread 
-I/usr/include/OpenEXR   -g -O2 --param inline-unit-growth=60 -O2 -DNDEBUG 
-Wall -fopenmp -MT enblend-tiff_message.o -MD -MP -MF 
.deps/enblend-tiff_message.Tpo -c -o enblend-tiff_message.o `test -f 
'tiff_message.cc' || echo '../../src/'`tiff_message.cc
mv -f .deps/enblend-tiff_message.Tpo .deps/enblend-tiff_message.Po
x86_64-linux-gnu-g++   -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I../../include 
-DVIGRA_STATIC_LIB -pthread -I/usr/include/OpenEXR   -g -O2 --param 
inline-unit-growth=60 -O2 -DNDEBUG -Wall -fopenmp-o enblend 
enblend-enblend.o enblend-gpu.o enblend-error_message.o enblend-filenameparse.o 
enblend-filespec.o enblend-self_test.o enblend-tiff_message.o 
vigra_impex/libvigra_impex.a -lGLEW -lGLU -lGL  -lm -lglut -lGLU -lGL  -lm 
-lboost_filesystem  -pthread -lIlmImf -lz -lImath -lHalf -lIex -lIlmThread   
-lxmi -llcms -ltiff -lpng -ljpeg -lz 
/usr/bin/ld: enblend-filenameparse.o: undefined reference to symbol 
'boost::system::get_system_category()'
/usr/bin/ld: note: 'boost::system::get_system_category()' is defined in DSO 
/usr/lib64/libboost_system.so.1.42.0 so try addin

Processed: cloning 620397

2011-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> clone 620397 -1
Bug#620397: python-oauth2 and python-mongoengine: error when trying to install 
together
Bug 620397 cloned as bug 620549.

> reassign -1 python-oauth2
Bug #620549 [python-mongoengine,python-oauth2] python-oauth2 and 
python-mongoengine: error when trying to install together
Bug reassigned from package 'python-mongoengine,python-oauth2' to 
'python-oauth2'.
> retitle -1 python-oauth2: tests are provided as seperate module
Bug #620549 [python-oauth2] python-oauth2 and python-mongoengine: error when 
trying to install together
Changed Bug title to 'python-oauth2: tests are provided as seperate module' 
from 'python-oauth2 and python-mongoengine: error when trying to install 
together'
> severity -1 normal
Bug #620549 [python-oauth2] python-oauth2: tests are provided as seperate module
Severity set to 'normal' from 'serious'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
620549: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620549
620397: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620397
-1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=-1
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620393: marked as done (src:blacs-mpi: Uses incorrect MPI implementation on alpha)

2011-04-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Apr 2011 15:32:13 +
with message-id 
and subject line Bug#620393: fixed in blacs-mpi 1.1-30
has caused the Debian Bug report #620393,
regarding src:blacs-mpi: Uses incorrect MPI implementation on alpha
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
620393: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620393
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:blacs-mpi
Version: 1.1-29
Severity: serious
Justification: causes other packages to FTBFS
Tags: patch

Greetings,

The blacs-mpi package gets the MPI implementation incorrect on alpha.
Because it Build-Depends on libopenmpi-dev, which is not the default on
alpha (LAM is), and because OpenMPI's mpi alternatives symlink is at a
higher priority than that of LAM, line 9 of debian/rules sets BLACS_MPI
to openmpi, messing everything else up.

This causes other packages, such as mumps, to FTBFS, because they think
there should be a libblacs-lam.so when there is none.  This also
prevents BLACS from building at all on architectures without OpenMPI,
such as armel, hppa, mips[el] and s390.

The attached patch should fix this problem.

One note: the blacs-mpi FTBFS in bug 614528 (February 22) was probably
caused by bug 608717/609830 (closed March 11), so removing
libopenmpi-dev from Build-Depends should not cause that problem to
happen again.

Thanks,
Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Engineering consulting with open source tools
http://www.opennovation.com/
--- blacs-mpi-1.1/debian/control~	2011-04-01 12:23:39.0 -0400
+++ blacs-mpi-1.1/debian/control	2011-04-01 13:37:45.0 -0400
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Muammar El Khatib 
 Standards-Version: 3.9.1
-Build-Depends: debhelper (>= 7), mpi-default-dev, gfortran, libopenmpi-dev
+Build-Depends: debhelper (>= 7), mpi-default-dev, gfortran
 Homepage: http://www.netlib.org/blacs/
 
 Package: libblacs-mpi1


signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: blacs-mpi
Source-Version: 1.1-30

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

blacs-mpi-test_1.1-30_amd64.deb
  to main/b/blacs-mpi/blacs-mpi-test_1.1-30_amd64.deb
blacs-mpi_1.1-30.diff.gz
  to main/b/blacs-mpi/blacs-mpi_1.1-30.diff.gz
blacs-mpi_1.1-30.dsc
  to main/b/blacs-mpi/blacs-mpi_1.1-30.dsc
blacs-test-common_1.1-30_all.deb
  to main/b/blacs-mpi/blacs-test-common_1.1-30_all.deb
libblacs-mpi-dev_1.1-30_amd64.deb
  to main/b/blacs-mpi/libblacs-mpi-dev_1.1-30_amd64.deb
libblacs-mpi1_1.1-30_amd64.deb
  to main/b/blacs-mpi/libblacs-mpi1_1.1-30_amd64.deb



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

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

Debian distribution maintenance software
pp.
Muammar El Khatib  (supplier of updated blacs-mpi package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 02 Apr 2011 14:42:54 +0200
Source: blacs-mpi
Binary: libblacs-mpi1 libblacs-mpi-dev blacs-mpi-test blacs-test-common
Architecture: source all amd64
Version: 1.1-30
Distribution: unstable
Urgency: low
Maintainer: Muammar El Khatib 
Changed-By: Muammar El Khatib 
Description: 
 blacs-mpi-test - Basic Linear Algebra Comm. Subprograms - Test files for MPI
 blacs-test-common - Test data for BLACS testers
 libblacs-mpi-dev - Basic Linear Algebra Comm. Subprograms - Dev. files for MPI
 libblacs-mpi1 - Basic Linear Algebra Comm. Subprograms - Shared libs. for MPI
Closes: 620393
Changes: 
 blacs-mpi (1.1-30) unstable; urgency=low
 .
   * blacs-mpi source does not Build-Depends on libopenmpi-dev anymore. With
 this change it is possible to prevent BLACS from building on architectures
 without OpenMPI such as: armel, hppa, mips[el] and s390. (Closes: #620393).
   * Thanks to Adam C Powell IV for reporting this bug, and providing a patch.
Checksums-Sha1: 
 f4b9c63c5db9a53b1dd6366864ee0c0c244d7f04 1079 blacs-mpi_1.1-30.dsc
 3cb5b0280d44cce6b04232a60e82f8585179df44 101626 blacs-mpi_1.1-30.diff.gz
 50b9843d3992ec5a43d68a6bf1ee04096421f922 6722 blacs-test-common_1.1-30_all.deb
 fc2312073d2551b1e4

Bug#618578: marked as done (wims-module: fails to install (triggers))

2011-04-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Apr 2011 15:08:39 +
with message-id 
and subject line Bug#618578: fixed in wims 4.01e-2
has caused the Debian Bug report #618578,
regarding wims-module: fails to install (triggers)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
618578: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618578
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wims-modules
Version: 4.01e-1
Severity: serious

Hello Georges,

I wanted to try out your new package, so I did the following:

mkdir /wims
debootstrap sid /wims http://ftp.fr.debian.org/debian
chroot /wims mount /proc
chroot /wims mount -t devpts devpts /dev/pts
chroot /wims apt-get update
chroot /wims apt-get install wims

This failed:

Reloading web server config: apache2Processing triggers for wims-modules ...
dpkg: error processing wims-modules (--configure):
 subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
Setting up wims-extra-all (3.62-6) ...
Processing triggers for tex-common ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Running updmap-sys. This may take some time... done.
Errors were encountered while processing:
 wims-modules
E: Sub-process /usr/bin/dpkg returned an error code (1)

Cheers,
-- 
Bill. 

Imagine a large red swirl here. 


--- End Message ---
--- Begin Message ---
Source: wims
Source-Version: 4.01e-2

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

flydraw_4.01e-2_amd64.deb
  to main/w/wims/flydraw_4.01e-2_amd64.deb
wims-modules_4.01e-2_all.deb
  to main/w/wims/wims-modules_4.01e-2_all.deb
wims_4.01e-2.debian.tar.gz
  to main/w/wims/wims_4.01e-2.debian.tar.gz
wims_4.01e-2.dsc
  to main/w/wims/wims_4.01e-2.dsc
wims_4.01e-2_amd64.deb
  to main/w/wims/wims_4.01e-2_amd64.deb



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

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

Debian distribution maintenance software
pp.
Georges Khaznadar  (supplier of updated wims package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 02 Apr 2011 15:40:19 +0200
Source: wims
Binary: wims wims-modules flydraw
Architecture: source amd64 all
Version: 4.01e-2
Distribution: unstable
Urgency: low
Maintainer: Georges Khaznadar 
Changed-By: Georges Khaznadar 
Description: 
 flydraw- Inline drawing tool
 wims   - server for educative contents as courses, exercises, exams
 wims-modules - modules used by the WIMS server
Closes: 618491 618578 618608 618797 618918 619289
Changes: 
 wims (4.01e-2) unstable; urgency=low
 .
   * modified wims-modules.postinst in order to enable the user wims to
 run part of the script. Closes: #618578
   * added a README.Debian file with a warning about missing modules
 in the packages. tracher/faq belongs to the missing modules, which
 can be retreived separately. Closes: #618491
   * merged some of the obsolete Readme.Debian into README.Debian, enhanced
 the information. Removed the subdirectory debian/utils. Closes: #618608
   * removed the files /var/lib/wims/localwims and /var/lib/wims/update.sh
 from the binary package. Closes: #618797
   * removed /var/lib/wims/lib/libwims.a from the binary package.
 Closes: #618918
   * moved /var/lib/wims/bin to /usr/lib/wims/bin, created the necessary
 symlink and override. Closes: #619289
Checksums-Sha1: 
 b6a822abaf37c934c98c0dc0b53b52e8e19a0c3b 1118 wims_4.01e-2.dsc
 434941a3fa529534bb6b091e1f5021816d5187ce 188703 wims_4.01e-2.debian.tar.gz
 00519ffa8d1512283bf426c769e9014ad64685ab 15744580 wims_4.01e-2_amd64.deb
 c4b623d35939b14572ee29156b856f6bcc0ed8dd 57568 flydraw_4.01e-2_amd64.deb
 e49a0b235879c63eca73f2123438880caebea0bb 1740298 wims-modules_4.01e-2_all.deb
Checksums-Sha256: 
 ea652ece48c890b03abdcb20fa35752a4dff6246bd33731a3504a263c55c70db 1118 
wims_4.01e-2.dsc
 ac35169d32513ca83c26af44d154a0e29305f3447049302ff8a276af752dae69 188703 
wims_4.01e-2.debian.tar.gz
 3fb0831f22ba05149943b2afbeaf46c4938f1

Processed: Re: Bug#613257: wiican: Depends on upstart

2011-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 613257 serious
Bug #613257 [wiican] wiican: Depends on upstart
Severity set to 'serious' from 'important'

> kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
613257: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613257
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620546: IA64 apt-get update segfaults at TimeRFC1123(long) in libapt-pkg.so.4.10

2011-04-02 Thread NODA, Kai
Package: apt
Version: 0.8.13
Severity: grave

# export LANG=C
# gdb `which apt-get` -ex 'run update'
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "ia64-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/bin/apt-get...(no debugging symbols found)...done.
Starting program: /usr/bin/apt-get update
Get:1 http://ftp.jp.debian.org testing InRelease [120 kB]
99% [1 InRelease gpgv 120 kB]
Program received signal SIGSEGV, Segmentation fault.
0x2009a121 in TimeRFC1123(long) () from /usr/lib/libapt-pkg.so.4.10
(gdb) where
#0  0x2009a121 in TimeRFC1123(long) () from /usr/lib/libapt-pkg.so.4.10
#1  0x2016c1c0 in pkgAcqIndex::Custom600Headers() () from 
/usr/lib/libapt-pkg.so.4.10
#2  0x20136110 in 
pkgAcquire::Worker::QueueItem(pkgAcquire::Queue::QItem*) () from 
/usr/lib/libapt-pkg.so.4.10
#3  0x20129d50 in pkgAcquire::Queue::Cycle() () from 
/usr/lib/libapt-pkg.so.4.10
#4  0x2012a930 in pkgAcquire::Queue::Enqueue(pkgAcquire::ItemDesc&) () 
from /usr/lib/libapt-pkg.so.4.10
#5  0x2012fb30 in pkgAcquire::Enqueue(pkgAcquire::ItemDesc&) () from 
/usr/lib/libapt-pkg.so.4.10
#6  0x2016ffe0 in pkgAcqIndex::Init(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&) () from 
/usr/lib/libapt-pkg.so.4.10
#7  0x20182f20 in pkgAcqIndex::pkgAcqIndex(pkgAcquire*, 
std::basic_string, std::allocator >, 
std::basic_string, std::allocator >, 
std::basic_string, std::allocator >, 
HashString, std::basic_string, 
std::allocator >) ()   from /usr/lib/libapt-pkg.so.4.10
#8  0x201838a0 in pkgAcqDiffIndex::Failed(std::basic_string, std::allocator >, pkgAcquire::MethodConfig*) () 
from /usr/lib/libapt-pkg.so.4.10
#9  0x20184850 in pkgAcqDiffIndex::pkgAcqDiffIndex(pkgAcquire*, 
std::basic_string, std::allocator >, 
std::basic_string, std::allocator >, 
std::basic_string, std::allocator >, 
HashString) () from /usr/lib/libapt-pkg.so.4.10
#10 0x20189de0 in pkgAcqMetaIndex::QueueIndexes(bool) () from 
/usr/lib/libapt-pkg.so.4.10
#11 0x2018b7a0 in pkgAcqMetaIndex::AuthDone(std::basic_string, std::allocator >) () from 
/usr/lib/libapt-pkg.so.4.10
#12 0x2018bde0 in pkgAcqMetaIndex::Done(std::basic_string, std::allocator >, unsigned long, 
std::basic_string, std::allocator >, 
pkgAcquire::MethodConfig*) () from /usr/lib/libapt-pkg.so.4.10
#13 0x20139c20 in pkgAcquire::Worker::RunMessages() () from 
/usr/lib/libapt-pkg.so.4.10
#14 0x2013bc40 in pkgAcquire::Worker::InFdReady() () from 
/usr/lib/libapt-pkg.so.4.10
#15 0x2012a290 in pkgAcquire::RunFds(fd_set*, fd_set*) () from 
/usr/lib/libapt-pkg.so.4.10
#16 0x2012d350 in pkgAcquire::Run(int) () from 
/usr/lib/libapt-pkg.so.4.10
#17 0x201183f0 in ListUpdate(pkgAcquireStatus&, pkgSourceList&, int) () 
from /usr/lib/libapt-pkg.so.4.10
#18 0x400200b0 in ?? ()

-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "ia64";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "1";
APT::Install-Suggests "0";
APT::Acquire "";
APT::Acquire::Translation "environment";
APT::Authentication "";
APT::Authentication::TrustCDROM "true";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^firmware-linux.*";
APT::NeverAutoRemove:: "^linux-firmware$";
APT::NeverAutoRemove:: "^linux-image.*";
APT::NeverAutoRemove:: "^kfreebsd-image.*";
APT::NeverAutoRemove:: "^linux-restricted-modules.*";
APT::NeverAutoRemove:: "^linux-ubuntu-modules-.*";
APT::NeverAutoRemove:: "^gnumach$";
APT::Never-MarkAuto-Sections "";
APT::Never-MarkAuto-Sections:: "metapackages";
APT::Never-MarkAuto-Sections:: "restricted/metapackages";
APT::Never-MarkAuto-Sections:: "universe/metapackages";
APT::Never-MarkAuto-Sections:: "multiverse/metapackages";
APT::Never-MarkAuto-Sections:: "oldlibs";
APT::Never-MarkAuto-Sections:: "restricted/oldlibs";
APT::Never-MarkAuto-Sections:: "universe/oldlibs";
APT::Never-MarkAuto-Sections:: "multiverse/oldlibs";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::mirrors "mirrors/";
Dir::State::extended_states "extended_states";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::mai

Bug#620545: xul-ext-ubiquity: uninstallable in sid

2011-04-02 Thread Julien Cristau
Package: xul-ext-ubiquity
Version: 0.6-1
Severity: grave
Justification: renders package unusable

xul-ext-ubiquity/i386 unsatisfiable Depends: iceweasel (>= 3.6)

iceweasel in sid is still 3.5.x.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#619614: CVE-2011-1167

2011-04-02 Thread Jay Berkenbilt
Moritz Muehlenhoff  wrote:

> Package: tiff
> Severity: grave
> Tags: security
>
> Please see https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2011-1167
> for details.

Sorry for the delay...working this issue now, and preparing packages for
oldstable and stable as well.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620544: telepathy-ring: uninstallable on kfreebsd-*

2011-04-02 Thread Julien Cristau
Package: telepathy-ring
Version: 2.1.0-1
Severity: serious

telepathy-ring depends on ofono, which doesn't build on kfreebsd-*.
If ofono *should* build there, then you can reassign this bug to that
package.  If not then telepathy-ring shouldn't be built on kfreebsd
either.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620542: quassel: FTBFS on kfreebsd-*: undefined reference to symbol 'dladdr@@GLIBC_2.3'

2011-04-02 Thread Cyril Brulebois
Source: quassel
Version: 0.7.1-1.1
Severity: serious
Justification: FTBFS

Hi,

(NMUer X-D-Cc'd.)

your package no longer builds on kfreebsd-*, presumably due to
toolchain changes and/or missing -ldl:
| Linking CXX executable ../quassel
| cd 
/build/buildd-quassel_0.7.1-1.1-kfreebsd-amd64-Z8JsLX/quassel-0.7.1/obj-x86_64-kfreebsd-gnu-kde4/src
 && /usr/bin/cmake -E cmake_link_script CMakeFiles/quassel.dir/link.txt 
--verbose=1
| /usr/bin/c++   -g -O2  -ansi -Wall -Wextra -Wnon-virtual-dtor 
-fno-strict-aliasing -Woverloaded-virtual -fno-threadsafe-statics 
-fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -g -O2  -ansi -Wall 
-Wextra -Wnon-virtual-dtor -fno-strict-aliasing   
CMakeFiles/quassel.dir/common/main.o 
CMakeFiles/quassel.dir/qtui/monoapplication.o 
CMakeFiles/quassel.dir/qtui/moc_monoapplication.o 
CMakeFiles/quassel.dir/qrc_pics.o CMakeFiles/quassel.dir/qrc_sql.o  -o 
../quassel  
-L/build/buildd-quassel_0.7.1-1.1-kfreebsd-amd64-Z8JsLX/quassel-0.7.1/obj-x86_64-kfreebsd-gnu-kde4/lib
 ../lib/libmod_qtui.a ../lib/libmod_uisupport.a ../lib/libmod_client.a 
../lib/libmod_core.a ../lib/libmod_common.a /usr/lib/libQtCore.so 
/usr/lib/libQtGui.so /usr/lib/libQtNetwork.so /usr/lib/libQtScript.so 
/usr/lib/libQtSql.so /usr/lib/libQtDBus.so -lQtCore -lpthread 
/usr/lib/libkdecore.so.5.4.0 /usr/lib/libkdeui.so.5.4.0 
/usr/lib/libsolid.so.4.4.0 -lknotifyconfig -lqca /usr/lib/libQtGui.so 
/usr/lib/libkdecore.so
 .5.4.0 /usr/lib/libQtCore.so /usr/lib/libQtDBus.so /usr/lib/libQtSvg.so
| /usr/bin/ld: ../lib/libmod_common.a(logbacktrace_unix.o): undefined reference 
to symbol 'dladdr@@GLIBC_2.3'
| /usr/bin/ld: note: 'dladdr@@GLIBC_2.3' is defined in DSO //lib/libdl.so.2 so 
try adding it to the linker command line
| //lib/libdl.so.2: could not read symbols: Invalid operation
| collect2: ld returned 1 exit status
| make[4]: *** [src/../quassel] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=quassel&suite=sid

KiBi.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620539: ctdb: FTBFS: dh_install: ctdb missing files (usr/share/doc/ctdb/ctdb/*), aborting

2011-04-02 Thread Cyril Brulebois
Source: ctdb
Version: 1.10-2
Severity: serious
Justification: FTBFS

Hi,

your package no longer builds, presumably because buildds run
dpkg-buildpackage with -B while you used -b to build arch: all
packages?
| mkdir -p 
/build/buildd-ctdb_1.10-2-amd64-egjILQ/ctdb-1.10/debian/tmp/etc/default
| install -m644 config/ctdb.sysconfig 
/build/buildd-ctdb_1.10-2-amd64-egjILQ/ctdb-1.10/debian/tmp/etc/default/ctdb
| dh_install -s
| dh_install: ctdb missing files (usr/share/doc/ctdb/ctdb/*), aborting
| make: *** [install-arch] Error 2

Full build logs:
  https://buildd.debian.org/status/package.php?p=ctdb&suite=experimental

KiBi.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620536: mailutils: FTBFS: ERROR: unknown doc attribute: (location (string . mu_address.c) (int . 74) (hash . hash))

2011-04-02 Thread Cyril Brulebois
Source: mailutils
Version: 1:2.2+dfsg1-3
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS for its +b1 binNMU round:
| cat mu_address.doc mu_body.doc mu_mailbox.doc mu_message.doc mu_mime.doc 
mu_logger.doc mu_port.doc mu_scm.doc mu_util.doc  | \
|  /usr/bin/guile-tools snarf-check-and-output-texi > 
guile-procedures.texi
| ERROR: unknown doc attribute: (location (string . mu_address.c) (int . 74) 
(hash . hash))
| make[3]: *** [guile-procedures.texi] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=mailutils

KiBi.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620534: libcrypt-openssl-x509-perl: FTBFS: X509.xs:1315:5: error: format '%s' expects type 'char *', but argument 2 has type 'struct SV *'

2011-04-02 Thread Cyril Brulebois
Source: libcrypt-openssl-x509-perl
Version: 1.7-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package FTBFS with:
| /usr/bin/perl "-Iinc" /usr/share/perl/5.10/ExtUtils/xsubpp  -typemap 
/usr/share/perl/5.10/ExtUtils/typemap -typemap typemap  X509.xs > X509.xsc && 
mv X509.xsc X509.c
| cc -c  -I/usr/include/openssl -I/usr/local/include/ssl 
-I/usr/local/ssl/include -D_REENTRANT -D_GNU_SOURCE -DDEBIAN 
-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -Wall -Werror   
-DVERSION=\"1.7\" -DXS_VERSION=\"1.7\" -fPIC "-I/usr/lib/perl/5.10/CORE"   
X509.c
| cc1: warnings being treated as errors
| X509.xs: In function 'XS_Crypt__OpenSSL__X509_CRL_new_from_crl_string':
| X509.xs:1315:5: error: format '%s' expects type 'char *', but argument 2 has 
type 'struct SV *'
| make[1]: *** [X509.o] Error 1

Full build logs:
  
https://buildd.debian.org/status/package.php?p=libcrypt-openssl-x509-perl&suite=sid

KiBi.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#607609: marked as done (libssl-doc: undeclared file conflict with libssl-dev (trying to overwrite '/usr/share/man/man3/SSL_get_default_timeout.3ssl.gz', which is also in package libssl-dev 0.9.8o-

2011-04-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Apr 2011 13:50:07 +
with message-id 
and subject line Bug#607609: fixed in openssl 1.0.0d-1
has caused the Debian Bug report #607609,
regarding libssl-doc: undeclared file conflict with libssl-dev (trying to 
overwrite '/usr/share/man/man3/SSL_get_default_timeout.3ssl.gz', which is also 
in package libssl-dev 0.9.8o-4)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
607609: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607609
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libssl-doc
Version: 1.0.0c-2
Severity: grave
Justification: cannot install

$ cupt full-upgrade
[...]
Unpacking libssl-doc (from .../libssl-doc_1.0.0c-2_all.deb) ...
dpkg: error processing /var/cache/apt/archives/libssl-doc_1.0.0c-2_all.deb 
(--unpack):
 trying to overwrite '/usr/share/man/man3/SSL_get_default_timeout.3ssl.gz', 
which is also in package libssl-dev 0.9.8o-4
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/libssl-doc_1.0.0c-2_all.deb
E: /usr/bin/dpkg --unpack --no-triggers --force-bad-path 
/var/cache/apt/archives/libssl-doc_1.0.0c-2_all.deb returned non-zero status: 
256
$ dpkg-architecture -qDEB_HOST_ARCH
i386


--- End Message ---
--- Begin Message ---
Source: openssl
Source-Version: 1.0.0d-1

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

libcrypto1.0.0-udeb_1.0.0d-1_amd64.udeb
  to main/o/openssl/libcrypto1.0.0-udeb_1.0.0d-1_amd64.udeb
libssl-dev_1.0.0d-1_amd64.deb
  to main/o/openssl/libssl-dev_1.0.0d-1_amd64.deb
libssl-doc_1.0.0d-1_all.deb
  to main/o/openssl/libssl-doc_1.0.0d-1_all.deb
libssl1.0.0-dbg_1.0.0d-1_amd64.deb
  to main/o/openssl/libssl1.0.0-dbg_1.0.0d-1_amd64.deb
libssl1.0.0_1.0.0d-1_amd64.deb
  to main/o/openssl/libssl1.0.0_1.0.0d-1_amd64.deb
openssl_1.0.0d-1.debian.tar.gz
  to main/o/openssl/openssl_1.0.0d-1.debian.tar.gz
openssl_1.0.0d-1.dsc
  to main/o/openssl/openssl_1.0.0d-1.dsc
openssl_1.0.0d-1_amd64.deb
  to main/o/openssl/openssl_1.0.0d-1_amd64.deb
openssl_1.0.0d.orig.tar.gz
  to main/o/openssl/openssl_1.0.0d.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Kurt Roeckx  (supplier of updated openssl package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 02 Apr 2011 13:19:19 +
Source: openssl
Binary: openssl libssl1.0.0 libcrypto1.0.0-udeb libssl-dev libssl-doc 
libssl1.0.0-dbg
Architecture: source all amd64
Version: 1.0.0d-1
Distribution: unstable
Urgency: low
Maintainer: Debian OpenSSL Team 
Changed-By: Kurt Roeckx 
Description: 
 libcrypto1.0.0-udeb - crypto shared library - udeb (udeb)
 libssl-dev - SSL development libraries, header files and documentation
 libssl-doc - SSL development documentation documentation
 libssl1.0.0 - SSL shared libraries
 libssl1.0.0-dbg - Symbol tables for libssl and libcrypto
 openssl- Secure Socket Layer (SSL) binary and related cryptographic tools
Closes: 607609
Changes: 
 openssl (1.0.0d-1) unstable; urgency=low
 .
   * New upstream version
 - Fixes CVE-2011-0014
   * Make libssl-doc Replaces/Breaks with old libssl-dev packages
 (Closes: #607609)
   * Only export the symbols we should, instead of all.
   * Add symbol file.
   * Upload to unstable
Checksums-Sha1: 
 41a32b7c2772bf9485585b5a46de2a5360bbc40e 1952 openssl_1.0.0d-1.dsc
 32ca934f380a547061ddab7221b1a34e4e07e8d5 4025484 openssl_1.0.0d.orig.tar.gz
 3ce78938a5dada753c0adc79503f92b99e0bc531 78859 openssl_1.0.0d-1.debian.tar.gz
 44b8e14f48d3e29666d8b8d2273aa0850fbf5a4e 1192214 libssl-doc_1.0.0d-1_all.deb
 713e3a052116c546b5c837824d885a3fc00643c8 686796 openssl_1.0.0d-1_amd64.deb
 52df06ce79a1259599e2ad88cabefa9d9766ba87 1147408 libssl1.0.0_1.0.0d-1_amd64.deb
 388212d605a9f4a822dbc517dfdbd6a5678def6e 726408 
libcrypto1.0.0-udeb_1.0.0d-1_amd64.udeb
 2bb05626fe04a288d441a9996e3045499edf8feb 1643196 libssl-dev_1.0.0d-1_amd64.deb
 7c63b0d967c79bb50ab1f957cd18b3ec6f6de61d 2229732 
libssl1.0.0-dbg_1.0.0d-1_amd64.deb
Checksums-Sha256: 
 bea8c735500349478ea9e35c059c139d7b03847483f3

Bug#620529: gnome-control-center: FTBFS on kfreebsd-*: ./test-endianess failures

2011-04-02 Thread Cyril Brulebois
Source: gnome-control-center
Version: 1:2.91.93-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package FTBFS on kfreebsd-*, presumably a failure during
test-endianess, but it produces no output:
| Merging translations into gnome-datetime-panel.desktop.
| ./test-timezone-gfx ./data
| ./test-endianess
| make[5]: *** [check-local] Error 1

Full build logs:
  
https://buildd.debian.org/status/package.php?p=gnome-control-center&suite=experimental

(FWIW, io has a PSU issue, so you want to use asdfasdf instead, should
you want to access a kfreebsd-* porterbox.)

KiBi.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620528: netrek-client-cow: FTBFS on kfreebsd-*: mkkey.c:81:16: fatal error: mp.h: No such file or directory

2011-04-02 Thread Cyril Brulebois
Source: netrek-client-cow
Version: 3.3.0-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package fails to build for its +b1 binNMU round on kfreebsd-*:
| make[2]: Entering directory 
`/build/buildd-netrek-client-cow_3.3.0-1+b1-kfreebsd-amd64-Khlk9K/netrek-client-cow-3.3.0'
| gcc -g -Wall  -DRSA -o mkkey mkkey.c  -lgmp -lX11 -lnsl -lm   -L/usr/lib 
-lSDL -lSDL_mixer -lXxf86vm -L/usr/lib -lImlib2 -lfreetype -lz -L/usr/X11R6/lib 
-lX11 -lXext -ldl -lm
| mkkey.c:81:16: fatal error: mp.h: No such file or directory
| compilation terminated.
| make[2]: *** [mkkey] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=netrek-client-cow

KiBi.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620527: ooo-build-extensions: uninstallable in sid

2011-04-02 Thread Julien Cristau
Package: ooo-build-extensions
Version: 3.0.0.9+r14588-9
Severity: grave
Tags: sid wheezy
Justification: renders package unusable

openoffice.org-coooder depends on openoffice.org-core, which doesn't
exist anymore.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620526: src:nvidia-graphics-drivers-legacy-71xx: should this package be removed?

2011-04-02 Thread Julien Cristau
Source: nvidia-graphics-drivers-legacy-71xx
Version: 71.86.14-2
Severity: serious

The 71xx drivers haven't been updated in quite a while, aren't in
squeeze because they want an even older Xorg server, so haven't been
installable in sid in years.  Presumably this package could be removed?

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#554371: marked as done (FTBFS with binutils-gold)

2011-04-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Apr 2011 13:02:13 +
with message-id 
and subject line Bug#554371: fixed in freewheeling 0.6-1.1
has caused the Debian Bug report #554371,
regarding FTBFS with binutils-gold
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
554371: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554371
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freewheeling
Version: 0.6-1
Severity: minor
User: peter.fritzs...@gmx.de
Usertags: no-add-needed

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

More informations can be found at
 
http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking

mv -f .deps/fweelin_fluidsynth.Tpo .deps/fweelin_fluidsynth.Po
x86_64-linux-gnu-g++ -Wall -g -O2  -Wall -g -O2 -I. -g -Wall 
-Wno-non-virtual-dtor -D_REENTRANT -DPTHREADS -DNDEBUG -DVERSION=\"0.6\" 
-DFWEELIN_DATADIR=\"/usr/share/fweelin\" -DADDON_DIR=\"/usr/local/lib/jack\" 
-I/usr/include/freetype2 -I/usr/include/libxml2 -funroll-loops 
-finline-functions -fomit-frame-pointer -ffast-math -fexpensive-optimizations 
-fstrict-aliasing -falign-loops=2 -falign-jumps=2 -falign-functions=2 -O9 -Wall 
-g -O2   -o fweelin elastin.o fweelin.o fweelin_datatypes.o fweelin_event.o 
fweelin_config.o fweelin_browser.o fweelin_audioio.o fweelin_sdlio.o 
fweelin_midiio.o fweelin_videoio.o fweelin_core.o fweelin_mem.o fweelin_block.o 
fweelin_core_dsp.o fweelin_fluidsynth.o  -lSM -lICE -L/usr/X11R6/lib -lX11  
-lsndfile -lvorbisenc -lvorbisfile -lvorbis -ljack -lasound -lpthread -lm 
-lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  -lfluidsynth 
/usr/bin/ld: fweelin_browser.o: in function ItemRenamer::HookEvent(Event*, 
EventProducer*):fweelin_sdlio.h:86: error: undefined reference to 
'SDL_EnableUNICODE'
/usr/bin/ld: fweelin_browser.o: in function ItemRenamer::HookEvent(Event*, 
EventProducer*):fweelin_sdlio.h:86: error: undefined reference to 
'SDL_EnableUNICODE'
/usr/bin/ld: fweelin_browser.o: in function ItemRenamer::ItemRenamer(Fweelin*, 
RenameCallback*, char*):fweelin_sdlio.h:86: error: undefined reference to 
'SDL_EnableUNICODE'
/usr/bin/ld: fweelin_browser.o: in function ItemRenamer::ItemRenamer(Fweelin*, 
RenameCallback*, char*):fweelin_sdlio.h:90: error: undefined reference to 
'SDL_EnableKeyRepeat'
/usr/bin/ld: fweelin_browser.o: in function ItemRenamer::ItemRenamer(Fweelin*, 
RenameCallback*, char*):fweelin_sdlio.h:86: error: undefined reference to 
'SDL_EnableUNICODE'
/usr/bin/ld: fweelin_browser.o: in function ItemRenamer::ItemRenamer(Fweelin*, 
RenameCallback*, char*):fweelin_sdlio.h:90: error: undefined reference to 
'SDL_EnableKeyRepeat'
/usr/bin/ld: fweelin_browser.o: in function 
SDLIO::EnableKeyRepeat(int):fweelin_sdlio.h:92: error: undefined reference to 
'SDL_EnableKeyRepeat'
/usr/bin/ld: fweelin_browser.o: in function 
SDLIO::EnableKeyRepeat(int):fweelin_sdlio.h:90: error: undefined reference to 
'SDL_EnableKeyRepeat'
/usr/bin/ld: fweelin_sdlio.o: in function 
SDLIO::run_sdl_thread(void*):fweelin_sdlio.cc:605: error: undefined reference 
to 'SDL_NumJoysticks'
/usr/bin/ld: fweelin_sdlio.o: in function 
SDLIO::run_sdl_thread(void*):fweelin_sdlio.cc:610: error: undefined reference 
to 'SDL_JoystickName'
/usr/bin/ld: fweelin_sdlio.o: in function 
SDLIO::run_sdl_thread(void*):fweelin_sdlio.cc:611: error: undefined reference 
to 'SDL_JoystickOpen'
/usr/bin/ld: fweelin_sdlio.o: in function 
SDLIO::run_sdl_thread(void*):fweelin_sdlio.cc:622: error: undefined reference 
to 'SDL_WaitEvent'
/usr/bin/ld: fweelin_sdlio.o: in function 
SDLIO::run_sdl_thread(void*):fweelin_sdlio.cc:750: error: undefined reference 
to 'SDL_JoystickClose'
/usr/bin/ld: fweelin_videoio.o: in function 
VideoIO::SetVideoMode(char):fweelin_videoio.cc:2854: error: undefined reference 
to 'SDL_FreeSurface'
/usr/bin/ld: fweelin_videoio.o: in function 
VideoIO::SetVideoMode(char):fweelin_videoio.cc:2858: error: undefined reference 
to 'SDL_GetVideoInfo'
/usr/bin/ld: fweelin_videoio.o: in function 
VideoIO::SetVideoMode(char):fweelin_videoio.cc:2876: error: undefined reference 
to 'SDL_SetVideoMode'
/usr/bin/ld: fweelin_videoio.o: in function 
VideoIO::SetVideoMode(char):fweelin_videoio.cc:2886: error: undefined reference 
to 'SDL_WM_SetCaption'
/usr/bin/ld: fweelin_videoio.o: in function 
VideoIO::SetVideoMode(char):fweelin_videoio.cc:2878: error: und

Bug#616372: Calibre: still failing (segfault at startup)

2011-04-02 Thread Steinar Bang
I had this error on an uptodate debian testing system:
sb@edwards:/tmp$ python /usr/bin/calibre
Traceback (most recent call last):
  File "/usr/bin/calibre", line 19, in 
sys.exit(main())
  File "/usr/lib/calibre/calibre/gui2/main.py", line 362, in main
app, opts, args, actions = init_qt(args)
  File "/usr/lib/calibre/calibre/gui2/main.py", line 43, in init_qt
from calibre.gui2.ui import Main
  File "/usr/lib/calibre/calibre/gui2/ui.py", line 30, in 
from calibre.gui2.widgets import ProgressIndicator
  File "/usr/lib/calibre/calibre/gui2/widgets.py", line 24, in 
from calibre.gui2.progress_indicator import ProgressIndicator as 
_ProgressIndicator
  File "/usr/lib/calibre/calibre/gui2/progress_indicator/__init__.py", line 15, 
in 
pi_error)
RuntimeError: Failed to load the Progress Indicator plugin: the sip module 
implements API v8.0 to v8.1 but the progress_indicator module requires API v7.1

I found this bug which said that the error was fixed

I pulled calibre 0.7.50+dfsg-1 and calibre-bin 0.7.50+dfsg-1 from
unstable with
 apt-get -t unstable install calibre

But calibre still wouldn't start.

When I tried running it from the command line, I got a segfault at
startup:
sb@edwards:/tmp$ python /usr/bin/calibre
Segmentation fault



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#618685: pitivi: Pitivi crashes when expanding the time line

2011-04-02 Thread Alan Chandler

On 01/04/11 08:57, Sebastian Dröge wrote:

On Thu, 2011-03-17 at 15:30 +, Alan Chandler wrote:

Package: pitivi
Version: 0.13.5-2
Severity: grave
Tags: upstream
Justification: causes non-serious data loss

Just started to use the program.  Imported a load of clips and laid
out a music track in the audio and two images into the video track.

I realised in order to get a merge effect between the two images I
would need to have two copies of each (one with constant alpha and one
with decreasing/increasing alpha).  Pulled the two images apart on
timeline and went to expand the timeline.  The program crashed


I can't reproduce this here...

Could you get a backtrace of the crash?



Unfortunately since the crash, I have upgraded my system from i386 to 
AMD64.  I tried to reproduce it with the same clips in my new 
environment and I can't either.


Sorry


--
Alan Chandler
http://www.chandlerfamily.org.uk




--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620506: FTBFS: HTTP request sent, awaiting response... 404 Not Found

2011-04-02 Thread Timo Juhani Lindfors
Package: debian-installer-6.0-netboot-amd64
Version: 20110106.squeeze1
Severity: serious

Steps to reproduce:
1) fakeroot apt-get --build source debian-installer-6.0-netboot-amd64

Expected results:
1) package builds from source

Actual results:
1) build fails with

Reading package lists... Done
Building dependency tree
Reading state information... Done
Picking 'debian-installer-netboot-images' as source package instead of 
'debian-installer-6.0-netboot-amd64'
Need to get 5369 B of source archives.
Get:1 http://apt-proxy/debian/ squeeze/main debian-installer-netboot-images 
20110106.squeeze1 (dsc) [1836 B]
Get:2 http://apt-proxy/debian/ squeeze/main debian-installer-netboot-images 
20110106.squeeze1 (tar) [3533 B]
Fetched 5369 B in 0s (373 kB/s)
dpkg-source: info: extracting debian-installer-netboot-images in 
debian-installer-netboot-images-20110106.squeeze1
dpkg-source: info: unpacking 
debian-installer-netboot-images_20110106.squeeze1.tar.gz
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor):
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor):
dpkg-buildpackage: source package debian-installer-netboot-images
dpkg-buildpackage: source version 20110106.squeeze1
dpkg-buildpackage: source changed by Julien Cristau 
dpkg-buildpackage: host architecture amd64
 dpkg-source --before-build debian-installer-netboot-images-20110106.squeeze1
 debian/rules clean
dh clean
   dh_testdir
   dh_auto_clean
   dh_clean
 debian/rules build
dh build
   dh_testdir
   dh_auto_configure
   dh_auto_build
   dh_auto_test
 debian/rules binary
dh binary
   dh_testroot
   dh_prep
   dh_installdirs
   debian/rules override_dh_auto_install
make[1]: Entering directory 
`/home/lindi/tmp/debian-installer-netboot-images-20110106.squeeze1'
./get-images.sh
--2011-04-02 13:51:17--  
http://ftp.debian.org/debian/dists/squeeze-proposed-updates/main/installer-amd64/20110106+squeeze1/images/netboot/netboot.tar.gz
Resolving ftp.debian.org... 130.89.149.226, 2001:610:1908:a000::149:226
Connecting to ftp.debian.org|130.89.149.226|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-04-02 13:51:17 ERROR 404: Not Found.

--2011-04-02 13:51:17--  
http://ftp.debian.org/debian/dists/squeeze-proposed-updates/main/installer-amd64/20110106+squeeze1/images/MANIFEST
Resolving ftp.debian.org... 130.89.149.226, 2001:610:1908:a000::149:226
Connecting to ftp.debian.org|130.89.149.226|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-04-02 13:51:17 ERROR 404: Not Found.

make[1]: *** [override_dh_auto_install] Error 1
make[1]: Leaving directory 
`/home/lindi/tmp/debian-installer-netboot-images-20110106.squeeze1'
make: *** [binary] Error 2
dpkg-buildpackage: error: debian/rules binary gave error exit status 2
Build command 'cd debian-installer-netboot-images-20110106.squeeze1 && 
dpkg-buildpackage -b -uc' failed.
E: Child process failed

More info:
1) I know this is a special package so feel free to lower severity if
this is difficult to fix.

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#618685: marked as done (pitivi: Pitivi crashes when expanding the time line)

2011-04-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Apr 2011 12:51:12 +0200
with message-id <1301741472.15825.0.ca...@odin.lan>
and subject line Re: Bug#618685: pitivi: Pitivi crashes when expanding the time 
line
has caused the Debian Bug report #618685,
regarding pitivi: Pitivi crashes when expanding the time line
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
618685: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618685
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pitivi
Version: 0.13.5-2
Severity: grave
Tags: upstream
Justification: causes non-serious data loss

Just started to use the program.  Imported a load of clips and laid
out a music track in the audio and two images into the video track.

I realised in order to get a merge effect between the two images I
would need to have two copies of each (one with constant alpha and one
with decreasing/increasing alpha).  Pulled the two images apart on
timeline and went to expand the timeline.  The program crashed

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

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

Versions of packages pitivi depends on:
ii  gnome-icon-theme 2.30.3-2GNOME Desktop icon theme
ii  gstreamer0.10-alsa [gstreame 0.10.30-1   GStreamer plugin for ALSA
ii  gstreamer0.10-gnonlin0.10.17-2   non-linear editing module for GStr
ii  gstreamer0.10-plugins-bad [g 0.10.19-2.1 GStreamer plugins from the "bad" s
ii  gstreamer0.10-plugins-base   0.10.30-1   GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins-good [ 0.10.24-1   GStreamer plugins from the "good" 
ii  gstreamer0.10-x [gstreamer0. 0.10.30-1   GStreamer plugins for X11 and Pang
ii  libgstreamer-plugins-base0.1 0.10.30-1   GStreamer libraries from the "base
ii  libgstreamer0.10-0   0.10.32-4   Core GStreamer libraries and eleme
ii  python   2.6.6-11interactive high-level object-orie
ii  python-cairo 1.8.8-1+b1  Python bindings for the Cairo vect
ii  python-central   0.6.16+nmu1 register and build utility for Pyt
ii  python-dbus  0.83.1-1simple interprocess messaging syst
ii  python-gconf 2.28.1-1Python bindings for the GConf conf
ii  python-glade22.17.0-4GTK+ bindings: Glade support
ii  python-gst0.10   0.10.19-2   generic media-playing framework (P
ii  python-gtk2  2.17.0-4Python bindings for the GTK+ widge
ii  python-pkg-resources 0.6.14-4Package Discovery and Resource Acc
ii  python-pygoocanvas   0.14.1-1+b1 GooCanvas Python bindings
ii  python-zope.interface3.5.3-1+b1  Interfaces for Python

Versions of packages pitivi recommends:
ii  hal   0.5.14-5   Hardware Abstraction Layer

Versions of packages pitivi suggests:
ii  gstreamer0.10-ffmpeg   1:0.10.11-4.1 FFmpeg plugin for GStreamer
ii  gstreamer0.10-plugins-bad  0.10.19-2.1   GStreamer plugins from the "bad" s
ii  gstreamer0.10-plugins-ugly 0.10.15-1 GStreamer plugins from the "ugly" 

-- no debconf information


--- End Message ---
--- Begin Message ---
On Sat, 2011-04-02 at 11:37 +0100, Alan Chandler wrote:
> On 01/04/11 08:57, Sebastian Dröge wrote:
> > On Thu, 2011-03-17 at 15:30 +, Alan Chandler wrote:
> >> Package: pitivi
> >> Version: 0.13.5-2
> >> Severity: grave
> >> Tags: upstream
> >> Justification: causes non-serious data loss
> >>
> >> Just started to use the program.  Imported a load of clips and laid
> >> out a music track in the audio and two images into the video track.
> >>
> >> I realised in order to get a merge effect between the two images I
> >> would need to have two copies of each (one with constant alpha and one
> >> with decreasing/increasing alpha).  Pulled the two images apart on
> >> timeline and went to expand the timeline.  The program crashed
> >
> > I can't reproduce this here...
> >
> > Could you get a backtrace of the crash?
> 
> 
> Unfortunately since the crash, I have upgraded my system from i386 to 
> AMD64.  I tried to reproduce it with the same clips in my new 
> environment and I can't either.

No problem, let's close this bug then until someone can reproduce it.


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


Bug#618139: marked as done (octave3.2: FTBFS: Nonexistent build-dependency: 'libcurl4-dev')

2011-04-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Apr 2011 10:03:22 +
with message-id 
and subject line Bug#618139: fixed in octave3.2 3.2.4-9
has caused the Debian Bug report #618139,
regarding octave3.2: FTBFS: Nonexistent build-dependency: 'libcurl4-dev'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
618139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618139
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: octave3.2
Version: 3.2.4-8
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110313 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> ** Using build dependencies supplied by package:
> Build-Depends: gfortran, debhelper (>= 6.0.7), autoconf, texinfo, 
> texlive-latex-base, texlive-generic-recommended, libreadline-dev | 
> libreadline6-dev | libreadline5-dev, libncurses5-dev, gperf, 
> libhdf5-serial-dev (>= 1.8.4) | libhdf5-lam-dev (>= 1.8.4) | 
> libhdf5-mpich-dev (>= 1.8.4) | libhdf5-openmpi-dev (>= 1.8.4), libblas-dev 
> (>= 1.2-7), liblapack-dev (>= 3.2.1-7), gnuplot-nox, libfftw3-dev, texi2html, 
> less, quilt, slice, libpcre3-dev, flex, libglpk-dev (>= 4.15), 
> libsuitesparse-dev (>= 1:3.2.0), gawk, ghostscript, libcurl4-dev, 
> libqhull-dev, desktop-file-utils, libfltk1.1-dev, libgraphicsmagick++1-dev, 
> libftgl-dev, libqrupdate-dev, libarpack2-dev (>= 2.1+parpack96.dfsg-2)
> 
> ┌──┐
> │ Install build dependencies (internal resolver)  
>  │
> └──┘
> 
> Checking for already installed source dependencies...
> gfortran: missing
> debhelper: missing
> Using default version 8.1.2
> autoconf: missing
> texinfo: missing
> texlive-latex-base: missing
> texlive-generic-recommended: missing
> libreadline-dev: missing
> libreadline6-dev: missing
> libreadline5-dev: missing
> libncurses5-dev: missing
> gperf: missing
> libhdf5-serial-dev: missing
> Using default version 1.8.4-patch1-2
> libhdf5-lam-dev: missing
> Using default version 1.8.4-patch1-2
> libhdf5-mpich-dev: missing
> Using default version 1.8.4-patch1-2
> libhdf5-openmpi-dev: missing
> Using default version 1.8.4-patch1-2
> libblas-dev: missing
> Using default version 1.2-8
> liblapack-dev: missing
> Using default version 3.3.0-4
> gnuplot-nox: missing
> libfftw3-dev: missing
> texi2html: missing
> less: already installed (436-1)
> quilt: missing
> slice: missing
> libpcre3-dev: missing
> flex: missing
> libglpk-dev: missing
> Using default version 4.43-1
> libsuitesparse-dev: missing
> Using default version 1:3.4.0-2
> gawk: missing
> ghostscript: missing
> libcurl4-dev: missing
> libqhull-dev: missing
> desktop-file-utils: missing
> libfltk1.1-dev: missing
> libgraphicsmagick++1-dev: missing
> libftgl-dev: missing
> libqrupdate-dev: missing
> libarpack2-dev: missing
> Using default version 2.1+parpack96.dfsg-3+b1
> Checking for source dependency conflicts...
> E: Package 'libcurl4-dev' has no installation candidate

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/03/13/octave3.2_3.2.4-8_lsid64.buildlog

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.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---
Source: octave3.2
Source-Version: 3.2.4-9

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

octave3.2-common_3.2.4-9_all.deb
  to main/o/octave3.2/octave3.2-common_3.2.4-9_all.deb
octave3.2-dbg_3.2.4-9_amd64.deb
  to main/o/octave3.2/octave3.2-dbg_3.2.4-9_amd64.deb
octave3.2-doc_3.2.4-9_all.deb
  to main/o/octave3.2/octave3.2-doc_3.2.4-9_all.deb
octave3.2-emacsen_3.2.4-9_all.deb
  to main/o/octave3.2/octave3.2-emacsen_3.2.4-9_all.deb
octave3.2-headers_3.2.4-9_amd64.deb
  to main/o/octave3.2/octave3.2-headers_3.2.4-9_amd64.deb
octave3.2-htmldoc_3.2.4-9_all.deb
  to main/o/octave3.2/octave3.2-htmldoc_3.2.4-9_all.deb
octave3.2-info_3.2.4-9_all.deb
  to main/o/octave3.2/octave3.2-info_3.2.4-9_all

Bug#620031: Subject: unison-gtk: Ceased asking for SSH password

2011-04-02 Thread Torsten Crass

Stéphane,

thanks for the quick reply -- I'm "glad" this turned out to be a real 
bug and not just me being too stupid to properly use unison-gtk... ;)



I've put openssh maintainers in CC, maybe they'll have an idea.


Any reaction from the openssh guys yet?

Regards --

Torsten



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#613572: openshot: Fails to start with: Error: OpenShot has not been installed in the Python path.

2011-04-02 Thread Adam D. Barratt
On Tue, March 15, 2011 14:57, Mehdi Dogguy wrote:
> On 24/02/2011 21:49, Jakub Wilk wrote:
>> ImportError: No module named httplib2
>>
>>
>> After installing python-httplib2, the program starts successfully.
>>
>
> This has been confirmed by two persons so far.

Three now, at least in the bug log.

> Do you intend to upload a
> fix soon? It's blocking some packages from migrating.

Jonathan?  This has been blocking the migration of kdenlive + mlt for a
little while now.  A new version of mlt was uploaded a few days ago; if
the openshot bug isn't fixed when mlt's ready to migrate then we may have
to consider temporarily removing openshot from testing to let mlt migrate
(or pushing mlt in with a big hammer and breaking openshot in testing).

Regards,

Adam




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#618164: missing build dependency

2011-04-02 Thread Adrien
Hi,

The package "libqtwebkit-dev" is needed to build the koffice packages, but it 
is missing in the build dependencies list. 

Adrien



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#620469: python-gearman.libgearman and python-gearman: error when trying to install together

2011-04-02 Thread Ralf Treinen
Package: python-gearman,python-gearman.libgearman
Version: python-gearman/2.0.2-1
Version: python-gearman.libgearman/0.13.2-2+b1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2011-04-02
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  mime-support python2.6-minimal libexpat1 python2.6 python-minimal python
  python-support libgearman4 python-gearman python-gearman.libgearman
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package mime-support.
(Reading database ... 8751 files and directories currently installed.)
Unpacking mime-support (from .../mime-support_3.51-1_all.deb) ...
Selecting previously deselected package python2.6-minimal.
Unpacking python2.6-minimal (from .../python2.6-minimal_2.6.6-8+b1_amd64.deb) 
...
Selecting previously deselected package libexpat1.
Unpacking libexpat1 (from .../libexpat1_2.0.1-7_amd64.deb) ...
Selecting previously deselected package python2.6.
Unpacking python2.6 (from .../python2.6_2.6.6-8+b1_amd64.deb) ...
Selecting previously deselected package python-minimal.
Unpacking python-minimal (from .../python-minimal_2.6.6-12_all.deb) ...
Selecting previously deselected package python.
Unpacking python (from .../python_2.6.6-12_all.deb) ...
Selecting previously deselected package python-support.
Unpacking python-support (from .../python-support_1.0.11_all.deb) ...
Selecting previously deselected package libgearman4.
Unpacking libgearman4 (from .../libgearman4_0.13-1+b1_amd64.deb) ...
Selecting previously deselected package python-gearman.
Unpacking python-gearman (from .../python-gearman_2.0.2-1_all.deb) ...
Selecting previously deselected package python-gearman.libgearman.
Unpacking python-gearman.libgearman (from 
.../python-gearman.libgearman_0.13.2-2+b1_amd64.deb) ...
dpkg: error processing 
/var/cache/apt/archives/python-gearman.libgearman_0.13.2-2+b1_amd64.deb 
(--unpack):
 trying to overwrite '/usr/share/pyshared/gearman/__init__.py', which is also 
in package python-gearman 2.0.2-1
configured to not write apport reports
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/python-gearman.libgearman_0.13.2-2+b1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail, and violates
sections 7.6.1 and 10.1 of the policy. An optimal solution would
consist in only one of the packages installing that file, and renaming
or removing the file in the other package. Depending on the
circumstances you might also consider Replace relations or file
diversions. If the conflicting situation cannot be resolved then, as a
last resort, the two packages have to declare a mutual
Conflict. Please take into account that Replaces, Conflicts and
diversions should only be used when packages provide different
implementations for the same functionality.

Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):

  /usr/share/pyshared/gearman/__init__.py

This bug is assigned to both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package. You may
also register in the BTS that the other package is affected by the bug.

-Ralf.

PS: for more information about the detection of file overwrite errors
of this kind see http://edos.debian.net/file-overwrites/.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#552905: marked as done (paw: FTBFS: bugrep.c:446: error: 'L_cuserid' undeclared (first use in this function))

2011-04-02 Thread Debian Bug Tracking System
Your message dated Sat, 2 Apr 2011 15:10:42 +0800
with message-id <20110402071042.GB14885@localhost>
and subject line Bug#552905: fixed in paw 1:2.14.04.dfsg.2-7
has caused the Debian Bug report #552905,
regarding paw: FTBFS: bugrep.c:446: error: 'L_cuserid' undeclared (first use in 
this function)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
552905: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552905
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: paw
Version: 1:2.14.04.dfsg.2-6
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091028 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> gcc bugrep.c
> /build/user-paw_2.14.04.dfsg.2-6-amd64-n1s8MK/paw-2.14.04.dfsg.2/src/pawlib/paw/cpaw/bugrep.c:
>  In function 'br_mail_file':
> /build/user-paw_2.14.04.dfsg.2-6-amd64-n1s8MK/paw-2.14.04.dfsg.2/src/pawlib/paw/cpaw/bugrep.c:446:
>  error: 'L_cuserid' undeclared (first use in this function)
> /build/user-paw_2.14.04.dfsg.2-6-amd64-n1s8MK/paw-2.14.04.dfsg.2/src/pawlib/paw/cpaw/bugrep.c:446:
>  error: (Each undeclared identifier is reported only once
> /build/user-paw_2.14.04.dfsg.2-6-amd64-n1s8MK/paw-2.14.04.dfsg.2/src/pawlib/paw/cpaw/bugrep.c:446:
>  error: for each function it appears in.)
> Failing command: gcc -g -c -O3
> -I/build/user-paw_2.14.04.dfsg.2-6-amd64-n1s8MK/paw-2.14.04.dfsg.2/build/pawlib/paw
>  
> -I/build/user-paw_2.14.04.dfsg.2-6-amd64-n1s8MK/paw-2.14.04.dfsg.2/src/pawlib/paw
>  
> -I/build/user-paw_2.14.04.dfsg.2-6-amd64-n1s8MK/paw-2.14.04.dfsg.2/src/pawlib/paw/cpaw
>  
> -I/build/user-paw_2.14.04.dfsg.2-6-amd64-n1s8MK/paw-2.14.04.dfsg.2/src/include
> -DgFortran -DFUNCPROTO=15-DCERNLIB_LINUX -DCERNLIB_UNIX -DCERNLIB_LNX 
>-DCERNLIB_QMGLIBC -DCERNLIB_QMLXIA64   
>   -DCERNLIB_VERBOSE -DCERNLIB_DEBIAN 
> -DDEBIAN_VERSION=\"1:2.14.04.dfsg.2-6\" -DCERNLIB_GFORTRAN 
> /build/user-paw_2.14.04.dfsg.2-6-amd64-n1s8MK/paw-2.14.04.dfsg.2/src/pawlib/paw/cpaw/bugrep.c
>  -o archive/bugrep.o
> make[5]: *** [archive/bugrep.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/10/28/paw_1:2.14.04.dfsg.2-6_lsid64.buildlog

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.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---
Source: paw
Source-Version: 1:2.14.04.dfsg.2-7

Fix by passing LOCAL_DEFINES += -D_GNU_SOURCE in debian/rules. Thanks
Steve Langasek .


- Lifeng

-- 

--- End Message ---