Bug#675125: libslang2: jed fails to start with latest libslang2 (2.2.4-12)

2012-06-02 Thread Omen Wild
Quoting Alastair McKinstry  on Sat, Jun 02 11:42:
>
> I cannot repeat this problem with slang 2.2.4-12 :

It happens reliably on both of my up-to-date unstable machines. Both are
64 bit if that makes a difference.

[ snip ]

> Can you please send a copy of your .jedrc ?

Attached. It was based on a default I found a long time ago (pre 2000).

I also have attached a strace file (jed.trace). The issue seems to be
the following lines (near the end):
stat("/usr/share/jed/lib\10/usr/share/slsh/textmode", 0x7fff58dffe40) = -1 
ENOENT (No such file or directory)
stat("/usr/share/jed/lib\10/usr/share/slsh/textmode.slc", 0x7fff58dffe60) = -1 
ENOENT (No such file or directory)
stat("/usr/share/jed/lib\10/usr/share/slsh/textmode.sl", 0x7fff58dffe60) = -1 
ENOENT (No such file or directory)
stat("/usr/share/jed/lib\10/usr/share/slsh/textmode.slc", 0x7fff58dffe40) = -1 
ENOENT (No such file or directory)

I have no idea where that \10 is coming from or why it works with
2.2.4-10, but not 2.2.4-12.

Thanks,
   Omen

%   User Initialization file for the JED editor  -*- slang -*-
%   If a user does not have a 's home directory,
%   JED will automatically load this from JED_LIBRARY.   Thus is is easier
%   for a system manager to make defaults for all users.

%   Do not edit this file directly.  Instead, copy it to your home 
%   directory (sys$login:jed.rc on VMS or $HOME/.jedrc on Unix) and edit
%   the resulting file.  

%   To uncomment a line, simply remove any leading '%' characters.

%   This file is divided into various sections.  The first section pertains
%   to keybindings (e.g., Wordstar, Emacs, EDT, etc...) and the following
%   sections pertain to user preferences such as default TAB sizes, line 
%   and column numbers on status line, colors, indentation style, etc...

% {{{ if (BATCH == 0)

if (BATCH == 0) {

%--
%  Keybindings  (not loaded for batch processes)
%  
%Default bindings are Emacs-like with EDT emulation on Unix and VMS.
%For the PC, only Emacs is enabled by default.  If you do not want EDT
%bindings, simply coment out the appropriate line.   
%
%For Wordstar like bindings, comment out EDT and Emacs lines and
%uncomment Wordstar line.  A similar statement applies for BRIEF.
%

   () = evalfile("emacs");   % Emacs-like bindings
%  () = evalfile("edt"); % EDT emulation
%  () = evalfile ("brief");  % Brief Keybindings (MSDOS only!!)
%  () = evalfile("wordstar");% Wordstar
%  Note: For EDT emulation, jed386.exe requires that the GOLD.COM TSR 
%be loaded.  This TSR is available from space.mit.edu:/pub/davis/jed.

% What should the Ctrl-H key do??  
%
%  setkey ("bol", "^H");  % causes ^H to go to beg of line (EDT)
%  setkey ("help_prefix", "^H");  % Uncomment to have Ctrl-H as help

#ifdef XWINDOWS
   % See xjed.txt for information regarding the delete key under X Windows.
x_set_keysym (0x, 0, "\e[3~");
setkey ("delete_char_cmd", "\e[3~");
#endif
   %    ^S/^Q flow control problems 
   %  if you experience problems with JED suddenly going into search 
   %  for some reason then you are a victim of emacs brain dead binding of ^S
   %  to search.  TO prevent this from happening, either find out how to 
   %  prevent unwanted ^S/^Q characters or uncomment the next line:
#ifdef UNIX   
   %enable_flow_control (1);
#endif
   
%--
%
%   TAB key setting  -- by default, the tab key is bound to 'indent_line_cmd'.
%   If you want a real tab inserted, uncomment next line.
%
%   setkey("self_insert_cmd", "^I");

%--

%  Initial help screen --- comment out to disable.
%  Note that for the help to be valid, it must occur AFTER bindings are 
%  loaded.
   
% help();   % Pops up a help window

}  %Batch
% }}}

 top menu bar %%%
% To disable it, uncomment the next line.
enable_top_status_line (0);

% {{{ JED global variables  --- defaults shown

%--

% JED global variables  --- defaults shown
%
#ifdef VMS UNIX
USE_ANSI_COLORS = 1;   % if non-zero, JED will display colors on a color
% terminal (Unix and VMS only) See doc/color.txt 
% for more discussion and look below for setting
% the colors.
#endif
No_Backups = 1; % If non-zero, backup files will not be created.
Startup_With_File = 1;  % if greater then zero, force JED to prompt for a file
%   if none is specified on the command line.  If 
%   negative, inhibit startup message.
DISPLAY_TIME= 0;% non-zero enables the time to be displayed on 
%  status line, zero disables it.  If

Bug#675582: marked as forwarded (biosig4c++: FTBFS on ia64)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 2 Jun 2012 23:48:01 -0400
with message-id <20120603034801.gd15...@onerussian.com>
has caused the   report #675582,
regarding biosig4c++: FTBFS on ia64
to be marked as having been forwarded to the upstream software
author(s) Alois Schloegl 

(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.)


-- 
675582: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675582
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Hi Alois,

any particular fix you would prefer? ;)

On Sat, 02 Jun 2012, Niels Thykier wrote:

> Package: biosig4c++
> Version: 1.3.0-1
> Severity: serious

> Your package FTBFS on ia64, but it has built there in the past.  Here
> is the last part of the build log:

> biosig_server.c:379:19: warning: comparison between signed and unsigned 
> integer expressions [-Wsign-compare]
> biosig_server.c:431:21: warning: comparison between signed and unsigned 
> integer expressions [-Wsign-compare]
> biosig_server.c:437:21: warning: comparison between signed and unsigned 
> integer expressions [-Wsign-compare]
> biosig_server.c:444:22: warning: comparison between signed and unsigned 
> integer expressions [-Wsign-compare]
> biosig_server.c:449:22: warning: comparison between signed and unsigned 
> integer expressions [-Wsign-compare]
> biosig_server.c:483:18: warning: comparison between signed and unsigned 
> integer expressions [-Wsign-compare]
> biosig_server.c:614:18: warning: comparison between signed and unsigned 
> integer expressions [-Wsign-compare]
> biosig_server.c:701:26: error: cannot convert 'uint8_t (*)[8] {aka unsigned 
> char (*)[8]}' to 'uint8_t* {aka unsigned char*}' for argument '1' to 
> 'uint64_t leu64p(uint8_t*)'
> biosig_server.c: In function 'int main()':
> biosig_server.c:770:8: warning: unused variable 'sid' [-Wunused-variable]
> make[2]: *** [biosig_server] Error 1
> make[1]: *** [override_dh_auto_build] Error 2
> make[2]: Leaving directory 
> `/build/buildd-biosig4c++_1.3.0-1-ia64-vZ1qmo/biosig4c++-1.3.0'
> make[1]: Leaving directory 
> `/build/buildd-biosig4c++_1.3.0-1-ia64-vZ1qmo/biosig4c++-1.3.0'
> make: *** [build-arch] Error 2

> ~Niels
-- 
Yaroslav O. Halchenko
Postdoctoral Fellow,   Department of Psychological and Brain Sciences
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834   Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik

--- End Message ---


Bug#673997: Report

2012-06-02 Thread jonathan
> ~# /target/usr/bin/apt-cdrom

it's probably not calling it from the busybox environment though, right?
and the libs look ok from inside target if you chroot first, and
apt-cdrom runs.

- jonathan




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



Bug#675221: marked as done (Maintainer or uploader address bounces)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sun, 03 Jun 2012 03:14:28 +
with message-id 
and subject line Bug#675221: fixed in unadf 0.7.11a-2
has caused the Debian Bug report #675221,
regarding Maintainer or uploader address bounces
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.)


-- 
675221: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675221
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: unadf
Version: 0.7.11a-1
Severity: serious

Hi!

It seems that an E-Mail address listed in the maintainer or uploaders field 
bounces.


Best regards,
  Alexander

- Forwarded message from Mail Delivery System 
 -

From: Mail Delivery System 
Subject: Mail delivery failed: returning message to sender
To: envel...@ftp-master.debian.org
Date: Wed, 30 May 2012 15:01:31 +
Message-Id: 

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  gur...@linuks.mine.nu
Unrouteable address

-- This is a copy of the message, including all the headers. --

Return-path: 
Received: from dak by franck.debian.org with local (Exim 4.72)
(envelope-from )
id 1SZkMy-mb-0f; Wed, 30 May 2012 14:59:28 +
Date: Wed, 30 May 2012 14:59:28 +
Message-Id: 
From: Debian FTP Masters 
To: gregor herrmann , =?utf-8?b?R8O8cmthbiBTZW5nw7xu?= 

X-DAK: dak process-upload
X-Debian: DAK
X-Debian-Package: textedit.app
Precedence: bulk
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Subject: textedit.app_4.0+20061029-3.2_amd64.changes ACCEPTED into unstable
Sender: Archive Administrator 




Accepted:
textedit.app_4.0+20061029-3.2.diff.gz
  to main/t/textedit.app/textedit.app_4.0+20061029-3.2.diff.gz
textedit.app_4.0+20061029-3.2.dsc
  to main/t/textedit.app/textedit.app_4.0+20061029-3.2.dsc
textedit.app_4.0+20061029-3.2_amd64.deb
  to main/t/textedit.app/textedit.app_4.0+20061029-3.2_amd64.deb


Changes:
textedit.app (4.0+20061029-3.2) unstable; urgency=low
 .
  * Non-maintainer upload.
  * Fix "FTBFS with GCC-4.7": apply patch from Yavor Doganov.
(Closes: #667886)


Override entries for your package:
textedit.app_4.0+20061029-3.2.dsc - source gnustep
textedit.app_4.0+20061029-3.2_amd64.deb - optional gnustep

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 667886 


Thank you for your contribution to Debian.


- End forwarded message -


--- End Message ---
--- Begin Message ---
Source: unadf
Source-Version: 0.7.11a-2

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

unadf_0.7.11a-2.debian.tar.gz
  to main/u/unadf/unadf_0.7.11a-2.debian.tar.gz
unadf_0.7.11a-2.dsc
  to main/u/unadf/unadf_0.7.11a-2.dsc
unadf_0.7.11a-2_amd64.deb
  to main/u/unadf/unadf_0.7.11a-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 675...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Axel Beckert  (supplier of updated unadf 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: Sun, 03 Jun 2012 04:49:22 +0200
Source: unadf
Binary: unadf
Architecture: source amd64
Version: 0.7.11a-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group 
Changed-By: Axel Beckert 
Description: 
 unadf  - Extract files from an Amiga Disk File dump (.adf)
Closes: 458129 675221
Changes: 
 unadf (0.7.11a-2) unstable; urgency=low
 .
   [ Axel Beckert ]
   * QA Upload of orphaned package (cf. #661461)
   * Set QA Group as Maintainer. (Closes: #675221)
   * Add patch to make it work on 64 bit architectures (Closes: #458129)
   * Add Homepage field
   * Ignore .depend files modified by built system
   * Fix lintian warnings:
 + copyright-refers-to-symlink-license
 + copyright-with-old-dh-make-debian-copyright
   * Reword long description
 .
   [ Gürkan Sengün ]
   * Added debian/source/format, switch to format 3.0 (quilt)
   * Bump standards version to 3.9.3.
   * Bump debhelper version to 8.
   * debian/rules: updated.
Checksums-Sha1: 
 52a26c0e1eb91fbd65a97638f31d7fdc06d782a4 1067 unadf_0

Bug#674942: ruby blocks buildd for a day (or more)

2012-06-02 Thread Steven Chamberlain
On 02/06/12 11:17, Antonio Terceiro wrote:
> I am thus disabling the DRB tests, and removing the timeout I set in the
> last upload, since I believe it will not be needed anymore.

In past build logs it has always been the ERB tests that hang on the
kfreebsd-* buildds, and the same has happened again with the latest upload.

But I wouldn't worry about it;  I think it might be fixed by the next
eglibc upload (I can't reproduce the hangs in those tests any more) and
so only a give back to kfreebsd-* buildds would be needed then.

Thanks a lot!

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org



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



Bug#671033: marked as done (cssutils: FTBFS: AssertionError: '' != u'ERROR Expected "text/css" mime type')

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sun, 03 Jun 2012 01:02:10 +
with message-id 
and subject line Bug#671033: fixed in cssutils 0.9.10~b1-1
has caused the Debian Bug report #671033,
regarding cssutils: FTBFS: AssertionError: '' != u'ERRORExpected "text/css" 
mime type'
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.)


-- 
671033: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671033
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Source: cssutils
Version: 0.9.9-1
Severity: serious
Justification: fails to build from source

cssutils FTBFS:
| ==
| FAIL: cssutils.log
| --
| Traceback (most recent call last):
|   File 
"/build/cssutils-nCylST/cssutils-0.9.9/build/lib.linux-i686-2.7/tests/test_errorhandler.py",
 line 114, in test_handlers
| u'ERRORExpected "text/css" mime type')
| AssertionError: '' != u'ERRORExpected "text/css" mime type'
|  >> begin captured logging << 
| IGNORED-CSSUTILS-TEST: ERROR: Property: Invalid value for "CSS Color Module Level 
3/CSS Level 2.1" property: 1 [1:5: color]
| - >> end captured logging << -

Network as not available during the build.

--
Jakub Wilk


--- End Message ---
--- Begin Message ---
Source: cssutils
Source-Version: 0.9.10~b1-1

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

cssutils_0.9.10~b1-1.debian.tar.gz
  to main/c/cssutils/cssutils_0.9.10~b1-1.debian.tar.gz
cssutils_0.9.10~b1-1.dsc
  to main/c/cssutils/cssutils_0.9.10~b1-1.dsc
cssutils_0.9.10~b1.orig.tar.gz
  to main/c/cssutils/cssutils_0.9.10~b1.orig.tar.gz
python-cssutils_0.9.10~b1-1_all.deb
  to main/c/cssutils/python-cssutils_0.9.10~b1-1_all.deb
python3-cssutils_0.9.10~b1-1_all.deb
  to main/c/cssutils/python3-cssutils_0.9.10~b1-1_all.deb



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

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

Debian distribution maintenance software
pp.
Charlie Smotherman  (supplier of updated cssutils 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: Sun, 03 Jun 2012 05:50:25 +0500
Source: cssutils
Binary: python-cssutils python3-cssutils
Architecture: source all
Version: 0.9.10~b1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Charlie Smotherman 
Description: 
 python-cssutils - CSS Cascading Style Sheets parser and builder
 python3-cssutils - Python3 CSS Cascading Style Sheets parser and builder
Closes: 671033 671528
Changes: 
 cssutils (0.9.10~b1-1) unstable; urgency=low
 .
   * New upstream release.
   * Updated Standards Version to 3.9.3, no changes needed.
   * Updated version mangling in debian/watch.
   * Disable test_errorhandler test in debian rules, as it needs network access.
 Closes: #671033 (LP: #931624)
   * Added rules so package honors DEB_BUILD_OPTIONS=nocheck. Closes: #671528
   * Updated debian/copyright Format field to version 1.0, added missing
 copyright years.
Checksums-Sha1: 
 3b71e16e1df4be8323a6987b43ac2f943323d709 2279 cssutils_0.9.10~b1-1.dsc
 0ca9006b8942606c4d3765d1810dcacaff77d178 350031 cssutils_0.9.10~b1.orig.tar.gz
 1e3d471c8a5a1044480e3bb4992240a6dfeaf3f5 7852 
cssutils_0.9.10~b1-1.debian.tar.gz
 1f4bf4f39a47b65a1fd2b56229522fff42a48767 266916 
python-cssutils_0.9.10~b1-1_all.deb
 960f67bf88a26d7e879d5d581f4cd97fce6df50b 257342 
python3-cssutils_0.9.10~b1-1_all.deb
Checksums-Sha256: 
 cfe7b0a7c5fe2872ef1a681b5623d623b5fd9e94a9df89537c4cd98ada0be1a9 2279 
cssutils_0.9.10~b1-1.dsc
 778c37889a90ab15f4d8798b7457617cd2a2c204b4bd2b1a7609f003f7bb8acb 350031 
cssutils_0.9.10~b1.orig.tar.gz
 5d851ce5045edfe485694634ee3070ed659f40c4caefc07721a105b0dedf1e2b 7852 
cssutils_0.9.10~b1-1.debian.tar.gz
 7ef0c557a8fa1e2bf424b6cb2327d88f4b7d5530dc2e3597164e18c72bce 266916 
python-cssutils_0.9.10~b1-1_all.deb
 288dbff822b3e61f278bf1c1aa7790d6205559c19500fd17a585ea21fd694f91 257342 
python3-cssutils_0.9.10~b1-1_all.deb
Files: 
 ebc3c8b30f142edd7559b1cf51d8ddfa 2279 python optional cssutils_0.9.10~

Bug#675732: marked as done (gnome: the windows doesn't get any windows lists. Multiple windows, u cant focus another window and more.)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sun, 03 Jun 2012 02:48:43 +0200
with message-id <4fcab46b.5020...@debian.org>
and subject line Re: Bug#675732: gnome: the windows doesn't get any windows 
lists. Multiple windows, u cant focus another window and more.
has caused the Debian Bug report #675732,
regarding gnome: the windows doesn't get any windows lists. Multiple windows, u 
cant focus another window and more.
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.)


-- 
675732: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675732
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gnome-core
Version: 1:3.0+9
Severity: grave
File: gnome
Tags: upstream
Justification: renders package unusable

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***



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

Kernel: Linux 3.2.12 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.utf8, LC_CTYPE=sv_SE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-core depends on:
ii  baobab  3.4.1-1
ii  brasero 3.2.0-4
ii  dconf-gsettings-backend 0.12.1-1
ii  dconf-tools 0.12.1-1
ii  empathy 3.4.2.1-1
ii  eog 3.4.1-2
ii  epiphany-browser3.4.2-1
ii  evince  3.4.0-2
ii  evolution-data-server   3.2.2-3
ii  fonts-cantarell 0.0.8-1
ii  gcalctool   6.4.2.1-2
ii  gconf2  3.2.5-1
ii  gdm33.0.4-4
ii  glib-networking 2.32.3-1
ii  gnome-backgrounds   3.4.2-1
ii  gnome-bluetooth 3.2.2-1
ii  gnome-contacts  3.4.1-1
ii  gnome-control-center1:3.2.2-3+b1
ii  gnome-dictionary3.4.0-2
ii  gnome-disk-utility  3.0.2-2
ii  gnome-font-viewer   3.4.0-2
ii  gnome-icon-theme3.4.0-2
ii  gnome-icon-theme-extras 3.4.0-1
ii  gnome-icon-theme-symbolic   3.4.0-2
ii  gnome-keyring   3.4.1-4
ii  gnome-menus 3.4.2-1
ii  gnome-packagekit3.4.2-1
ii  gnome-panel 3.4.2.1-2
ii  gnome-power-manager 3.4.0-2
ii  gnome-screensaver   3.4.1-1
ii  gnome-screenshot3.4.1-1
ii  gnome-search-tool   3.4.0-2
ii  gnome-session   3.4.2-1
ii  gnome-session-fallback  3.4.2-1
ii  gnome-settings-daemon   3.2.2-3
ii  gnome-shell 3.2.2.1-4+b1
ii  gnome-system-log3.4.1-1
ii  gnome-system-monitor3.4.1-2
ii  gnome-terminal  3.4.1.1-1
ii  gnome-themes-standard   3.4.2-1
ii  gnome-user-guide3.4.1-1
ii  gnome-user-share3.0.1-1
ii  gsettings-desktop-schemas   3.4.2-1
ii  gstreamer0.10-plugins-base  0.10.36-1
ii  gstreamer0.10-plugins-good  0.10.31-3
ii  gstreamer0.10-pulseaudio0.10.31-3
ii  gucharmap   1:3.4.1.1-1
ii  gvfs-backends   1.12.3-1
ii  libcanberra-pulse   0.28-4
ii  libgtk-3-common 3.4.2-1
ii  libpam-gnome-keyring3.4.1-4
ii  metacity1:2.34.1-2
ii  nautilus3.4.2-1
ii  network-manager-gnome   0.9.4.1-1
ii  notification-daemon 0.7.4-1
ii  policykit-1-gnome   0.105-2
ii  pulseaudio  2.0-3
ii  sound-theme-freedesktop 0.7.pristine-2
ii  totem   3.0.1-8
ii  vino3.4.2-1
ii  yelp3.4.2-1
ii  zenity  3.4.0-2

gnome-core recommends no packages.

Versions of packages gnome-core suggests:
pn  gnome  

-- no debconf information


--- End Message ---
--- Begin Message ---
On 03.06.2012 02:25, Bo Forslund wrote:
> Package: gnome-core
> Version: 1:3.0+9
> Severity: grave
> File: gnome
> Tags: upstream
> Justification: renders package unusable

sorry, please file a more detailed bug report against the correct and
don't misuse the severity.

Thanks
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature
--- End Message ---


Bug#667720: marked as done (Dependency graph does not check ticket view permissions)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sun, 03 Jun 2012 00:42:45 +
with message-id 
and subject line Bug#667720: fixed in trac-mastertickets 3.0.2+20111224-2
has caused the Debian Bug report #667720,
regarding Dependency graph does not check ticket view permissions
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.)


-- 
667720: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667720
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: trac-mastertickets
Severity: critical

The dependency graph view of a ticket does not do any permission checks. 
This is a security problem on private trac sites since it creates a 
channel through which sensitive information about tickets (existence, 
dependencies and ticket titles) is revealed.


This has been reported upstream as well: both in the github issue 
tracker (see https://github.com/coderanger/trac-mastertickets/issues/4 ) 
and in the trac-hacks issue tracker (see 
https://trac-hacks.org/ticket/9944 ).  I have also submitted this to 
Ubuntu since they carry the same package: 
https://bugs.launchpad.net/ubuntu/+source/trac-mastertickets/+bug/974909


Regards,
Wichert.


--- End Message ---
--- Begin Message ---
Source: trac-mastertickets
Source-Version: 3.0.2+20111224-2

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

trac-mastertickets_3.0.2+20111224-2.debian.tar.gz
  to main/t/trac-mastertickets/trac-mastertickets_3.0.2+20111224-2.debian.tar.gz
trac-mastertickets_3.0.2+20111224-2.dsc
  to main/t/trac-mastertickets/trac-mastertickets_3.0.2+20111224-2.dsc
trac-mastertickets_3.0.2+20111224-2_all.deb
  to main/t/trac-mastertickets/trac-mastertickets_3.0.2+20111224-2_all.deb



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

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

Debian distribution maintenance software
pp.
W. Martin Borgert  (supplier of updated trac-mastertickets 
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 Jun 2012 23:30:50 +
Source: trac-mastertickets
Binary: trac-mastertickets
Architecture: source all
Version: 3.0.2+20111224-2
Distribution: unstable
Urgency: high
Maintainer: Python Applications Packaging Team 

Changed-By: W. Martin Borgert 
Description: 
 trac-mastertickets - adds inter-ticket dependencies to Trac
Closes: 667720
Changes: 
 trac-mastertickets (3.0.2+20111224-2) unstable; urgency=high
 .
   * added patch to check for permission when showing dependency
 graph (Closes: #667720).
Checksums-Sha1: 
 ef3e1cad3da24614b7c99952bf1ab8066d8d8852 1541 
trac-mastertickets_3.0.2+20111224-2.dsc
 b36999da0d383493fe2c86aae4606be21b1396d6 2790 
trac-mastertickets_3.0.2+20111224-2.debian.tar.gz
 e9b37a6397befded36dd8ceb8e7763ff0732b53c 15810 
trac-mastertickets_3.0.2+20111224-2_all.deb
Checksums-Sha256: 
 664ae5224b096af7943bf148d06674594a71bd8e83381398619b508a3919f977 1541 
trac-mastertickets_3.0.2+20111224-2.dsc
 b069852c511e81673852e63304d229daad31d733556c3917e59406fcd88cd2f6 2790 
trac-mastertickets_3.0.2+20111224-2.debian.tar.gz
 7250138c74989554d1de34030136b2c363a60b412641b219409cdba77d9498ad 15810 
trac-mastertickets_3.0.2+20111224-2_all.deb
Files: 
 f2526aad58dcfe602f9615fabba09274 1541 web optional 
trac-mastertickets_3.0.2+20111224-2.dsc
 50fdab329b8166f7028961d2be7c4ca5 2790 web optional 
trac-mastertickets_3.0.2+20111224-2.debian.tar.gz
 44292b969decab38ba38a65095bfd56f 15810 web optional 
trac-mastertickets_3.0.2+20111224-2_all.deb

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

iEYEARECAAYFAk/KrP4ACgkQ+xM0OFfj6IhyxwCffYZNKye7aRGyagPaioDYVNMZ
7ewAoJy2pTUf+XBQeDtA+f29j/BfgmaP
=YSPf
-END PGP SIGNATURE-


--- End Message ---


Bug#675732: gnome: the windows doesn't get any windows lists. Multiple windows, u cant focus another window and more.

2012-06-02 Thread Bo Forslund
Package: gnome-core
Version: 1:3.0+9
Severity: grave
File: gnome
Tags: upstream
Justification: renders package unusable

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***



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

Kernel: Linux 3.2.12 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.utf8, LC_CTYPE=sv_SE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-core depends on:
ii  baobab  3.4.1-1
ii  brasero 3.2.0-4
ii  dconf-gsettings-backend 0.12.1-1
ii  dconf-tools 0.12.1-1
ii  empathy 3.4.2.1-1
ii  eog 3.4.1-2
ii  epiphany-browser3.4.2-1
ii  evince  3.4.0-2
ii  evolution-data-server   3.2.2-3
ii  fonts-cantarell 0.0.8-1
ii  gcalctool   6.4.2.1-2
ii  gconf2  3.2.5-1
ii  gdm33.0.4-4
ii  glib-networking 2.32.3-1
ii  gnome-backgrounds   3.4.2-1
ii  gnome-bluetooth 3.2.2-1
ii  gnome-contacts  3.4.1-1
ii  gnome-control-center1:3.2.2-3+b1
ii  gnome-dictionary3.4.0-2
ii  gnome-disk-utility  3.0.2-2
ii  gnome-font-viewer   3.4.0-2
ii  gnome-icon-theme3.4.0-2
ii  gnome-icon-theme-extras 3.4.0-1
ii  gnome-icon-theme-symbolic   3.4.0-2
ii  gnome-keyring   3.4.1-4
ii  gnome-menus 3.4.2-1
ii  gnome-packagekit3.4.2-1
ii  gnome-panel 3.4.2.1-2
ii  gnome-power-manager 3.4.0-2
ii  gnome-screensaver   3.4.1-1
ii  gnome-screenshot3.4.1-1
ii  gnome-search-tool   3.4.0-2
ii  gnome-session   3.4.2-1
ii  gnome-session-fallback  3.4.2-1
ii  gnome-settings-daemon   3.2.2-3
ii  gnome-shell 3.2.2.1-4+b1
ii  gnome-system-log3.4.1-1
ii  gnome-system-monitor3.4.1-2
ii  gnome-terminal  3.4.1.1-1
ii  gnome-themes-standard   3.4.2-1
ii  gnome-user-guide3.4.1-1
ii  gnome-user-share3.0.1-1
ii  gsettings-desktop-schemas   3.4.2-1
ii  gstreamer0.10-plugins-base  0.10.36-1
ii  gstreamer0.10-plugins-good  0.10.31-3
ii  gstreamer0.10-pulseaudio0.10.31-3
ii  gucharmap   1:3.4.1.1-1
ii  gvfs-backends   1.12.3-1
ii  libcanberra-pulse   0.28-4
ii  libgtk-3-common 3.4.2-1
ii  libpam-gnome-keyring3.4.1-4
ii  metacity1:2.34.1-2
ii  nautilus3.4.2-1
ii  network-manager-gnome   0.9.4.1-1
ii  notification-daemon 0.7.4-1
ii  policykit-1-gnome   0.105-2
ii  pulseaudio  2.0-3
ii  sound-theme-freedesktop 0.7.pristine-2
ii  totem   3.0.1-8
ii  vino3.4.2-1
ii  yelp3.4.2-1
ii  zenity  3.4.0-2

gnome-core recommends no packages.

Versions of packages gnome-core suggests:
pn  gnome  

-- 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



Bug#667720: Dependency graph does not check ticket view permissions

2012-06-02 Thread W. Martin Borgert
On 2012-04-06 10:02, Wichert Akkerman wrote:
> The dependency graph view of a ticket does not do any permission
> checks. This is a security problem on private trac sites since it
> creates a channel through which sensitive information about tickets
> (existence, dependencies and ticket titles) is revealed.

Sorry for the delayed answer. I didn't get/see any email about
this bug and only accidently saw it today.

I tested the one-line patch on github and it helped at least for
the case when anonymous users don't have TICKET_VIEW permission.

I will upload a new package with this patch. Better patches
welcome, esp. for using trac-mastertickets with trac-privatetickets,
trac-sensitivetickets, or trac-virtualticketpermissions.



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



Processed: tagging 675679

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

> tags 675679 + pending
Bug #675679 [reconf-inetd] reconf-inetd: managed fragments are not removed upon 
purge
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
675679: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675679
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#675679: reconf-inetd: managed fragments are not removed upon purge

2012-06-02 Thread Jonathan McCrohan
Hi sez,

Thanks for the quick reply.

On 02/06/12 18:36, Serafeim Zanikolas wrote:
> Thanks for reporting this. If you have the time, please test whether a prerm
> script that calls reconf-inetd, would solve the issue.
> 
> # cp /var/lib/dpkg/info/reconf-inetd.postinst 
> /var/lib/dpkg/info/reconf-inetd.prerm

Yes, I can confirm that this fixes the issue.

Jon



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




Bug#674186: [Bug 301075] Re: [digikam] external mysql db empty after database migration

2012-06-02 Thread Mark Purcell
On Thu, 24 May 2012 03:03:03 Adrien wrote:
> It seems to have a bug in the db migration, which delete all the data to
> migrate. Maybe when constructing the new schema ? Anyway, this behaviour
> should be corrected.

Adrien,

I have forwarded your report upstream:
https://bugs.kde.org/show_bug.cgi?id=301075

Could I ask you to provide further details upstream to the KDE bug tracker.

Thanks,
Mark


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


Processed: tagging 674186

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

> tags 674186 + upstream
Bug #674186 [digikam] [digikam] external mysql db empty after database migration
Added tag(s) upstream.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
674186: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674186
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 674186 is forwarded to https://bugs.kde.org/show_bug.cgi?id=301075

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

> forwarded 674186 https://bugs.kde.org/show_bug.cgi?id=301075
Bug #674186 [digikam] [digikam] external mysql db empty after database migration
Set Bug forwarded-to-address to 'https://bugs.kde.org/show_bug.cgi?id=301075'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
674186: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674186
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#675714: tachyon: diff for NMU version 0.99~b2+dfsg-0.4

2012-06-02 Thread Mònica Ramírez Arceda
tags 675714 + patch
thanks

Dear maintainer,

I've prepared an NMU for tachyon (versioned as 0.99~b2+dfsg-0.4).
I have not uploaded it to any queue for now.

FTR, this bug is affecting ovito package, because new version (0.9.5-2) 
depends on libtachyon-dev and it can't build for some archs due to 
this bug.

Ah! Thanks to Ana Guerrero for helping me to detect this bug :-)

Regards.
diff -Nru tachyon-0.99~b2+dfsg/debian/changelog tachyon-0.99~b2+dfsg/debian/changelog
--- tachyon-0.99~b2+dfsg/debian/changelog	2011-04-22 00:12:55.0 +0200
+++ tachyon-0.99~b2+dfsg/debian/changelog	2012-06-03 00:49:47.0 +0200
@@ -1,3 +1,10 @@
+tachyon (0.99~b2+dfsg-0.4) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Add libtachyon-0.99 as a dependency of libtachyon-dev. (Closes: #675714) 
+
+ -- Mònica Ramírez Arceda   Sun, 03 Jun 2012 00:27:58 +0200
+
 tachyon (0.99~b2+dfsg-0.3) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru tachyon-0.99~b2+dfsg/debian/control tachyon-0.99~b2+dfsg/debian/control
--- tachyon-0.99~b2+dfsg/debian/control	2011-04-22 00:10:20.0 +0200
+++ tachyon-0.99~b2+dfsg/debian/control	2012-06-03 00:56:32.0 +0200
@@ -60,7 +60,7 @@
 Package: libtachyon-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libtachyon-0.99 (= ${binary:Version})
 Description: Parallel/Multiprocessor Ray Tracing Software, development files
  Tachyon is a portable, high performance parallel ray tracing system
  supporting MPI and multithreaded implementations.  Tachyon is built


Processed: tachyon: diff for NMU version 0.99~b2+dfsg-0.4

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

> tags 675714 + patch
Bug #675714 [tachyon] [tachyon] libtachyon-dev must depend on libtachyon-0.99
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
675714: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675714
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 674337

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

> tags 674337 + pending fixed-upstream
Bug #674337 [src:ruby-bio] ruby-bio: FTBFS: test failed
Added tag(s) fixed-upstream and pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
674337: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674337
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#675534: dict-wn: fails to install: invoke-rc.d: unknown initscript, /etc/init.d/dictd not found

2012-06-02 Thread Ryo IGARASHI
Package: dict-wn
Version: 3.0-27
Followup-For: Bug #675534

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

package dict-wn
tags 675534 + patch

Dear Maintainer,

To fix invoke-rc.d script in postinst/postrm, the attached patch will help.

Best regards,
- -- 
Ryo IGARASHI, Ph.D.
rigar...@gmail.com


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

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

dict-wn depends on no packages.

Versions of packages dict-wn recommends:
pn  dictd | dict-server  

Versions of packages dict-wn suggests:
pn  dict-gcide  

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

iQIcBAEBCgAGBQJPypG7AAoJEOx5ooBqGSMZ1boP/0cBVrvrP06qsziY3MQVAlYh
10H50wAhaDQpy7LtXwKJ+SZgU4Wiw0FV1KP2UMRAB/rrf3zrf3YmkfUpbNbCbMWL
nSYdcWMeNgXECsTd3HeQPmD3dghlH4b4+NXwaN2lNlKHf0V4R09Nfy+vt2inDNcG
li8xbj2PtML2jyy86c0EsG+MHYyhM2mlb7AxalwkKKOkzH/p9VzyQBweVqTN13CI
yWORaBKC2G4RTJFFH1eJbsR27bAZaTyt1gezQKhp3t+U6lvJ+4rglrBXZXdkrTNe
rmBX8FrbWYPnvtX91YW2nTe+BO4lurqgQREE+KRx8VpCMowSPoHlZUFSiSRb1J4S
8epWDciC1BFOQL9WZe473lrJWRLfOXhGnEe7dYbAg86PX+r31w8+uDlJDOVroABG
QqRmlicb0JxBG6HDijnFlbkZJcjMC0D8Ss8aUsBIqHaR8+YLMyhvylFbR7A/RMUx
WouaCi+SxFsSdEDy8eB39E+c/3oTKE2Y6sw7repjRYzKiqY9tjuaE1re4N+EOQdF
yGvYFdHdvUnsxKTcpARlqjlhTUyF5dQqIjNx5zg6oLKm7hp9kzDYAH0/pbWGnxxd
pggEljd61R1CghSZyvLJhORGpDVwe1au+NKRaQ0REw+i96cufjJo3649Tuza+vts
Qi0i1uQcRbu5XBqZxgdA
=B6iw
-END PGP SIGNATURE-
--- debian/dict-wn.postinst.old	2012-06-02 10:20:23.0 +0900
+++ debian/dict-wn.postinst	2012-06-02 10:48:17.0 +0900
@@ -9,7 +9,9 @@
 	if [ -x /usr/sbin/dictdconfig ]; then dictdconfig -w ;fi
 
 	if which invoke-rc.d >/dev/null 2>&1; then
-	invoke-rc.d dictd restart
+if invoke-rc.d --query dictd restart; [ $? = 104 ]; then
+	invoke-rc.d dictd restart
+fi
 	else
 	[ -x /etc/init.d/dictd ] && /etc/init.d/dictd restart
 	fi
--- debian/dict-wn.postrm.old	2012-06-02 10:46:50.0 +0900
+++ debian/dict-wn.postrm	2012-06-02 10:48:24.0 +0900
@@ -7,7 +7,9 @@
 	if [ -x /usr/sbin/dictdconfig ]; then dictdconfig -w ;fi
 
 if which invoke-rc.d >/dev/null 2>&1; then
-	invoke-rc.d dictd restart
+if invoke-rc.d --query dictd restart; [ $? = 104 ]; then
+	invoke-rc.d dictd restart
+fi
 	else
 	[ -x /etc/init.d/dictd ] && /etc/init.d/dictd restart
 	fi


Bug#675714: [tachyon] libtachyon-dev must depend on libtachyon-0.99

2012-06-02 Thread Mònica Ramírez Arceda
Package: tachyon
Version: 0.99~b2+dfsg-0.3
Severity: serious

If I install libtachyon-dev:

# ls -l /usr/lib/libtachyon.so 
lrwxrwxrwx 1 root root 18 Apr 21  2011 /usr/lib/libtachyon.so -> 
libtachyon-0.99.so

but this link is broken. 

libtachyon-0.99.so is in libtachyon-0.99 package but when I install
libtachyon-dev, libtachyon-0.99 is not installed as a dependency.

Regards.
 


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


Bug#675613: debiandoc-sgml: Does not register itself in /etc/sgml/catalog

2012-06-02 Thread Guillem Jover
Hi!

On Sat, 2012-06-02 at 22:03:30 +0200, Helmut Grohne wrote:
> reassign 675613 dpkg
> affects 675613 + debiandoc-sgml docbook docbook-dsssl docbook-ebnf 
> docbook-html-forms docbook-mathml docbook-simple docbook-slides 
> docbook-website docbook-xml dtd-ead libcommons-validator-java python-docutils 
> sgml-data sgml2x w3c-dtd-xhtml xml-core
> thanks

I've not checked yet exactly the exact details of this case, but I
think this is what's happening, and a way that could fix it, which
I'll be working on fixing in a moment.

> What happens is basically this:
> 
> Unpack debiandoc-sgml
>  * Now there is /etc/sgml/debiandoc-sgml.cat.dpkg-new, but no
>  /etc/sgml/debiandoc-sgml.cat.
> Activate trigger.
>  * update-catalog --update-super is run and ignores the .dpkg-new file.
>This means that /etc/sgml/debiandoc-sgml.cat is missing from the
>super catalog.

On unpack file triggers get activated by the explicit paths seen by
dpkg. So because the tar contains /, /etc/, /etc/sgml and
/etc/sgml/debiandoc-sgml.cat, then it will activate /, /etc/ and
/etc/sgml but not /etc/sgml/debiandoc-sgml.cat yet, because the
installation into its final place is delayed until configure time.
So update-catalog not seeing those files at that point should be
expected, but...

> Rename /etc/sgml/debiandoc-sgml.cat{.dpkg-new,}.
> Postinst debiandoc-sgml

... the problem is that whenever the conffile gets installed into
place later on, the hierarchy is not activated upwards as before, so
the trigger is not seen as the parents are not activated, and the
trigger is supposedly only watching one of the parents.

> So especially the trigger is not run again and debiandoc-sgml stays
> missing from the super catalog.
> 
> Another package affected by this handling of triggers and conffiles is
> the menu package which is interested in /etc/menu-methods
> 
> There is no obvious solution to fix this issue. I could think of the
> following options (in order of my preference):

> 1) dpkg ensures that triggers are activated after postinst is run.
>It is not entirely clear if this behaviour is desirable. If this
>option is not to be used the triggers.txt.gz file shipped in dpkg-dev
>should be updated and explain issues when using triggers with
>conffiles. In this case this bug should be reassigned to sgml-base
>and needs to be fixed there.

So on first thought, I think the solution would be to make dpkg
activate file triggers for the parent directories on configure so that
this case is handled correctly. In fact when looking to refactor some
of the triggers code some time ago I came across the missing upwards
trigger activation, and was already considering doing exactly this, but
did not think through about the consequences, I guess that means I was
on the right track back then.

thanks,
guillem



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



Bug#674433: marked as done (No longer builds on non-Linux)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 21:51:37 +
with message-id 
and subject line Bug#674433: fixed in accountsservice 0.6.21-2
has caused the Debian Bug report #674433,
regarding No longer builds on non-Linux
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.)


-- 
674433: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674433
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: accountsservice
Version: 0.6.21-1
Severity: serious

Hi,

systemd is only available on Linux. This means the build dependency on
libsystemd-login-dev and libsystemd-daemon-dev can't be fulfilled on
non-Linux systems. You should either mark those as [linux-any] or
consider disabling systemd support seeing that systemd is not (yet) the
default init system on Debian.
I assume that enabling systemd support (which seems to be used for
session tracking) has a working runtime fallback to ConsoleKit if
systemd is not found running?

Michael


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

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

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: accountsservice
Source-Version: 0.6.21-2

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

accountsservice_0.6.21-2.debian.tar.gz
  to main/a/accountsservice/accountsservice_0.6.21-2.debian.tar.gz
accountsservice_0.6.21-2.dsc
  to main/a/accountsservice/accountsservice_0.6.21-2.dsc
accountsservice_0.6.21-2_amd64.deb
  to main/a/accountsservice/accountsservice_0.6.21-2_amd64.deb
gir1.2-accountsservice-1.0_0.6.21-2_amd64.deb
  to main/a/accountsservice/gir1.2-accountsservice-1.0_0.6.21-2_amd64.deb
libaccountsservice-dbg_0.6.21-2_amd64.deb
  to main/a/accountsservice/libaccountsservice-dbg_0.6.21-2_amd64.deb
libaccountsservice-dev_0.6.21-2_amd64.deb
  to main/a/accountsservice/libaccountsservice-dev_0.6.21-2_amd64.deb
libaccountsservice0_0.6.21-2_amd64.deb
  to main/a/accountsservice/libaccountsservice0_0.6.21-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 674...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alessio Treglia  (supplier of updated accountsservice 
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 Jun 2012 22:59:49 +0200
Source: accountsservice
Binary: accountsservice libaccountsservice0 libaccountsservice-dev 
gir1.2-accountsservice-1.0 libaccountsservice-dbg
Architecture: source amd64
Version: 0.6.21-2
Distribution: unstable
Urgency: low
Maintainer: Alessio Treglia 
Changed-By: Alessio Treglia 
Description: 
 accountsservice - query and manipulate user account information
 gir1.2-accountsservice-1.0 - GObject introspection data for AccountService
 libaccountsservice-dbg - query and manipulate user account information - debug
 libaccountsservice-dev - query and manipulate user account information - 
header files
 libaccountsservice0 - query and manipulate user account information - shared 
libraries
Closes: 674433
Changes: 
 accountsservice (0.6.21-2) unstable; urgency=low
 .
   * Disable systemd support:
 - Let accountsservice build on non-Linux (Closes: #674433)
 - Attempt to solve #673185
Checksums-Sha1: 
 4e2c19f73d85d8b0e2d24f96e568d27cbea1ed98 2419 accountsservice_0.6.21-2.dsc
 2d529e44b1c069e035b0ea3d1753f66f6753dd57 34433 
accountsservice_0.6.21-2.debian.tar.gz
 6d1e0f0be00013f00c72df4e9d89f0578045921a 72928 
accountsservice_0.6.21-2_amd64.deb
 819abcaf3fe62b61c13c4f9ce261348b94668a8f 86524 
libaccountsservice0_0.6.21-2_amd64.deb
 3af2528c46b426ad7a2edf0bf004997cf2890b3a 14894 
libaccountsservice-dev_0.6.21-2_amd64.deb
 605eae9d9b6fada5a641cfc4d0fc9a84ddecbb38 10992 
gir1.2-accountsservice-1.0_0.6.21-2_amd64.deb
 b6264ac10ec637bee45a166277b4696abe5427e9 225420 
libaccountsservice-dbg_0.6.21-2_amd64.deb
Checksums-Sha256: 
 dec08b893ee79e7fcd063beea304e9b80d3230920e2e62ec991ac92b93480aab 2419 
accountsservice_0.6.21-2.dsc
 2fb76e270c4653a

Bug#646638: marked as done (cl-clg: Trying to run example code fails with 'no package with name "GTK"')

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 21:50:37 +
with message-id 
and subject line Bug#675015: Removed package(s) from unstable
has caused the Debian Bug report #671814,
regarding cl-clg: Trying to run example code fails with 'no package with name 
"GTK"'
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.)


-- 
671814: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671814
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cl-clg
Version: 0.94~20090210-1
Severity: grave
Justification: renders package unusable

I tried to run "clisp /usr/share/doc/cl-clg/examples/hello-world.lisp", only
for it to fail due to a missing package. Here is the output:

"*** - READ from
  #: there
  is no package with name "GTK""

The same problem occurs when 'sbcl --script' is used instead (although the
output is far more verbose than it needs to be).



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

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

Versions of packages cl-clg depends on:
ii  common-lisp-controller7.6Common Lisp source and compiler ma
ii  libgtk2.0-dev 2.20.1-2   Development files for the GTK+ lib

cl-clg recommends no packages.

cl-clg suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 0.94~20090210-1+rm

Dear submitter,

as the package clg has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/675015

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

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

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

--- End Message ---


Bug#671814: marked as done (cl-clg: Compilation error on sbcl)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 21:50:37 +
with message-id 
and subject line Bug#675015: Removed package(s) from unstable
has caused the Debian Bug report #671814,
regarding cl-clg: Compilation error on sbcl
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.)


-- 
671814: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671814
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cl-clg
Version: 0.94~20090210-1
Severity: grave
Justification: renders package unusable



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

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

Versions of packages cl-clg depends on:
ii  common-lisp-controller  7.9
ii  libgtk2.0-dev   2.24.10-1

cl-clg recommends no packages.

cl-clg suggests no packages.

-- no debconf information

Attempting to load the package using (require 'gtk) fails with the following 
error:

* (require 'asdf)

("ASDF")
* (require 'gtk)

; compiling file "/usr/share/common-lisp/source/clg/tools/asdf-extensions.lisp" 
(written 16 MAY 2009 05:55:45 PM):
; compiling (IN-PACKAGE :ASDF)
; compiling (USE-PACKAGE :PKG-CONFIG)ASDF could not load gtk because
Error while trying to load definition for system gtk from pathname
/usr/share/common-lisp/source/clg/gtk/gtk.asd:
   USE-PACKAGE # causes name-conflicts in
   # between the following symbols:
 SB-INT:FEATUREP, ASDF::FEATUREP
See also:
  The ANSI Standard, Section 11.1.1.2.5.

debugger invoked on a LOAD-SYSTEM-DEFINITION-ERROR in thread
#:
  Error while trying to load definition for system gtk from pathname
  /usr/share/common-lisp/source/clg/gtk/gtk.asd:
 USE-PACKAGE # causes name-conflicts in
 # between the following symbols:
   SB-INT:FEATUREP, ASDF::FEATUREP
See also:
  The ANSI Standard, Section 11.1.1.2.5


--- End Message ---
--- Begin Message ---
Version: 0.94~20090210-1+rm

Dear submitter,

as the package clg has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/675015

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

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

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

--- End Message ---


Bug#646638: marked as done (cl-clg: Trying to run example code fails with 'no package with name "GTK"')

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 21:50:37 +
with message-id 
and subject line Bug#675015: Removed package(s) from unstable
has caused the Debian Bug report #646638,
regarding cl-clg: Trying to run example code fails with 'no package with name 
"GTK"'
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.)


-- 
646638: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646638
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cl-clg
Version: 0.94~20090210-1
Severity: grave
Justification: renders package unusable

I tried to run "clisp /usr/share/doc/cl-clg/examples/hello-world.lisp", only
for it to fail due to a missing package. Here is the output:

"*** - READ from
  #: there
  is no package with name "GTK""

The same problem occurs when 'sbcl --script' is used instead (although the
output is far more verbose than it needs to be).



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

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

Versions of packages cl-clg depends on:
ii  common-lisp-controller7.6Common Lisp source and compiler ma
ii  libgtk2.0-dev 2.20.1-2   Development files for the GTK+ lib

cl-clg recommends no packages.

cl-clg suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 0.94~20090210-1+rm

Dear submitter,

as the package clg has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/675015

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

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

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

--- End Message ---


Bug#671814: marked as done (cl-clg: Compilation error on sbcl)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 21:50:37 +
with message-id 
and subject line Bug#675015: Removed package(s) from unstable
has caused the Debian Bug report #646638,
regarding cl-clg: Compilation error on sbcl
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.)


-- 
646638: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646638
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cl-clg
Version: 0.94~20090210-1
Severity: grave
Justification: renders package unusable



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

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

Versions of packages cl-clg depends on:
ii  common-lisp-controller  7.9
ii  libgtk2.0-dev   2.24.10-1

cl-clg recommends no packages.

cl-clg suggests no packages.

-- no debconf information

Attempting to load the package using (require 'gtk) fails with the following 
error:

* (require 'asdf)

("ASDF")
* (require 'gtk)

; compiling file "/usr/share/common-lisp/source/clg/tools/asdf-extensions.lisp" 
(written 16 MAY 2009 05:55:45 PM):
; compiling (IN-PACKAGE :ASDF)
; compiling (USE-PACKAGE :PKG-CONFIG)ASDF could not load gtk because
Error while trying to load definition for system gtk from pathname
/usr/share/common-lisp/source/clg/gtk/gtk.asd:
   USE-PACKAGE # causes name-conflicts in
   # between the following symbols:
 SB-INT:FEATUREP, ASDF::FEATUREP
See also:
  The ANSI Standard, Section 11.1.1.2.5.

debugger invoked on a LOAD-SYSTEM-DEFINITION-ERROR in thread
#:
  Error while trying to load definition for system gtk from pathname
  /usr/share/common-lisp/source/clg/gtk/gtk.asd:
 USE-PACKAGE # causes name-conflicts in
 # between the following symbols:
   SB-INT:FEATUREP, ASDF::FEATUREP
See also:
  The ANSI Standard, Section 11.1.1.2.5


--- End Message ---
--- Begin Message ---
Version: 0.94~20090210-1+rm

Dear submitter,

as the package clg has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/675015

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

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

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

--- End Message ---


Bug#675585: marked as done (cannot install fglrx-driver on wheezy/sid system)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 21:48:58 +
with message-id 
and subject line Bug#671320: fixed in fglrx-driver 1:12-6~beta-1
has caused the Debian Bug report #671320,
regarding cannot install fglrx-driver on wheezy/sid system
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.)


-- 
671320: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671320
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Subject: cannot install fglrx-driver on wheezy/sid system
Package: fglrx-driver
Version: 1:12-4-1
Severity: important

fglrx-driver:
  Installed: (none)
  Candidate: 1:12-4-1
  Version table:
 1:12-4-1 0
 97 http://ftp.by.debian.org/debian/ sid/non-free amd64 Packages
100 /var/lib/dpkg/status

xserver-xorg-core:
  Installed: 2:1.12.1.902-1
  Candidate: 2:1.12.1.902-1
  Version table:
 *** 2:1.12.1.902-1 0
990 http://ftp.by.debian.org/debian/ wheezy/main amd64 Packages
 97 http://ftp.by.debian.org/debian/ sid/main amd64 Packages
100 /var/lib/dpkg/status

when I am trying to install fglrx-driver:

The following packages have unmet dependencies:
 fglrx-driver : Depends: xorg-video-abi-11 but it is not installable or
 xorg-video-abi-10 but it is not installable or
 xorg-video-abi-8 but it is not installable or
 xorg-video-abi-6.0 but it is not installable
Depends: xserver-xorg-core (< 2:1.11.99) but 
2:1.12.1.902-1 is to be installed
Recommends: fglrx-glx-ia32 but it is not going to be 
installed


I cant downgrade to xserver-xorg-core <2:1.11.99 because i have no such 
package. please fix



--- End Message ---
--- Begin Message ---
Source: fglrx-driver
Source-Version: 1:12-6~beta-1

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

amd-clinfo_12-6~beta-1_amd64.deb
  to non-free/f/fglrx-driver/amd-clinfo_12-6~beta-1_amd64.deb
amd-libopencl1_12-6~beta-1_amd64.deb
  to non-free/f/fglrx-driver/amd-libopencl1_12-6~beta-1_amd64.deb
amd-opencl-dev_12-6~beta-1_amd64.deb
  to non-free/f/fglrx-driver/amd-opencl-dev_12-6~beta-1_amd64.deb
amd-opencl-icd_12-6~beta-1_amd64.deb
  to non-free/f/fglrx-driver/amd-opencl-icd_12-6~beta-1_amd64.deb
fglrx-atieventsd_12-6~beta-1_amd64.deb
  to non-free/f/fglrx-driver/fglrx-atieventsd_12-6~beta-1_amd64.deb
fglrx-control_12-6~beta-1_amd64.deb
  to non-free/f/fglrx-driver/fglrx-control_12-6~beta-1_amd64.deb
fglrx-driver_12-6~beta-1.debian.tar.gz
  to non-free/f/fglrx-driver/fglrx-driver_12-6~beta-1.debian.tar.gz
fglrx-driver_12-6~beta-1.dsc
  to non-free/f/fglrx-driver/fglrx-driver_12-6~beta-1.dsc
fglrx-driver_12-6~beta-1_amd64.deb
  to non-free/f/fglrx-driver/fglrx-driver_12-6~beta-1_amd64.deb
fglrx-driver_12-6~beta.orig.tar.bz2
  to non-free/f/fglrx-driver/fglrx-driver_12-6~beta.orig.tar.bz2
fglrx-glx-ia32_12-6~beta-1_amd64.deb
  to non-free/f/fglrx-driver/fglrx-glx-ia32_12-6~beta-1_amd64.deb
fglrx-glx_12-6~beta-1_amd64.deb
  to non-free/f/fglrx-driver/fglrx-glx_12-6~beta-1_amd64.deb
fglrx-modules-dkms_12-6~beta-1_amd64.deb
  to non-free/f/fglrx-driver/fglrx-modules-dkms_12-6~beta-1_amd64.deb
fglrx-source_12-6~beta-1_amd64.deb
  to non-free/f/fglrx-driver/fglrx-source_12-6~beta-1_amd64.deb
libfglrx-ia32_12-6~beta-1_amd64.deb
  to non-free/f/fglrx-driver/libfglrx-ia32_12-6~beta-1_amd64.deb
libfglrx_12-6~beta-1_amd64.deb
  to non-free/f/fglrx-driver/libfglrx_12-6~beta-1_amd64.deb
libgl1-fglrx-glx_12-6~beta-1_amd64.deb
  to non-free/f/fglrx-driver/libgl1-fglrx-glx_12-6~beta-1_amd64.deb
libxvbaw-dev_12-6~beta-1_amd64.deb
  to non-free/f/fglrx-driver/libxvbaw-dev_12-6~beta-1_amd64.deb
libxvbaw1_12-6~beta-1_amd64.deb
  to non-free/f/fglrx-driver/libxvbaw1_12-6~beta-1_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 671...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Matthäi  (supplier of updated fglrx-driver 
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: SHA256

Format: 1.8
Date: Sat, 02 Jun 2012 18:53:44 +0200
Source: fglrx-driver
Binary: fglrx-driver libfglrx libxvbaw1 libxvbaw-dev libgl1-fglrx-glx fglrx-glx 
fglrx-g

Bug#667339: marked as done (qca2: ftbfs with GCC-4.7)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 21:50:24 +
with message-id 
and subject line Bug#667339: fixed in qca2 2.0.3-3
has caused the Debian Bug report #667339,
regarding qca2: ftbfs with GCC-4.7
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.)


-- 
667339: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667339
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qca2
Version: 2.0.3-2
Severity: important
Tags: sid wheezy
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.7

The package fails to build in a test rebuild on at least amd64 with
gcc-4.7/g++-4.7, but succeeds to build with gcc-4.6/g++-4.6. The
severity of this report may be raised before the wheezy release.

botantools/botan/botan/secmem.h:217:41: error: 'set' was not declared in this 
scope, and no declarations were found by argument-dependent lookup at the point 
of instantiation [-fpermissive]

The full build log can be found at:
http://people.debian.org/~lucas/logs/2012/03/29-clang-gcc47/unstable-gcc47/qca2_2.0.3-2_unstable-gcc47.log
The last lines of the build log are at the end of this report.

Some hints on fixing these issues can be found at
http://gcc.gnu.org/gcc-4.7/porting_to.html

To build with GCC 4.7, either set CC=gcc-4.7 CXX=g++-4.7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

[...]
g++ -c -m64 -pipe -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Wformat-security -Werror=format-security -Wall -W -D_REENTRANT -fPIC 
-DDATADIR=\"/usr/share/qca\" 
-DQCA_SYSTEMSTORE_PATH=\"/etc/ssl/certs/ca-certificates.crt\" -DBOTAN_TYPES_QT 
-DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT 
-DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 
-DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP 
-DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. 
-I/usr/include/qt4/QtCore -I/usr/include/qt4 -I../include/QtCrypto -I. 
-Ibotantools/botan -I. -o defalloc.o botantools/botan/defalloc.cpp
g++ -c -m64 -pipe -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Wformat-security -Werror=format-security -Wall -W -D_REENTRANT -fPIC 
-DDATADIR=\"/usr/share/qca\" 
-DQCA_SYSTEMSTORE_PATH=\"/etc/ssl/certs/ca-certificates.crt\" -DBOTAN_TYPES_QT 
-DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT 
-DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 
-DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP 
-DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. 
-I/usr/include/qt4/QtCore -I/usr/include/qt4 -I../include/QtCrypto -I. 
-Ibotantools/botan -I. -o mem_pool.o botantools/botan/mem_pool.cpp
g++ -c -m64 -pipe -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Wformat-security -Werror=format-security -Wall -W -D_REENTRANT -fPIC 
-DDATADIR=\"/usr/share/qca\" 
-DQCA_SYSTEMSTORE_PATH=\"/etc/ssl/certs/ca-certificates.crt\" -DBOTAN_TYPES_QT 
-DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT 
-DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 
-DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP 
-DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. 
-I/usr/include/qt4/QtCore -I/usr/include/qt4 -I../include/QtCrypto -I. 
-Ibotantools/botan -I. -o libstate.o botantools/botan/libstate.cpp
g++ -c -m64 -pipe -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Wformat-security -Werror=format-security -Wall -W -D_REENTRANT -fPIC 
-DDATADIR=\"/usr/share/qca\" 
-DQCA_SYSTEMSTORE_PATH=\"/etc/ssl/certs/ca-certificates.crt\" -DBOTAN_TYPES_QT 
-DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT 
-DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 
-DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP 
-DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. 
-I/usr/include/qt4/QtCore -I/usr/include/qt4 -I../include/QtCrypto -I. 
-Ibotantools/botan -I. -o modules.o botantools/botan/modules.cpp
g++ -c -m64 -pipe -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Wformat-security -Werror=format-security -Wall -W -D_REENTRANT -fPIC 
-DDATADIR=\"/usr/share/qca\" 
-DQCA_SYSTEMSTORE_PATH=\"/etc/ssl/certs/ca-certificates.crt\" -DBOTAN_TYPES_QT 
-DBOTAN_TOOLS_ONLY -DBOTAN_FIX_GDB -DBOTAN_MINIMAL_BIGINT 
-DBOTAN_MP_WORD_BITS=32 -DBOTAN_KARAT_MUL_THRESHOLD=12 
-DBOTAN_KARAT_SQR_THRESHOLD=12 -DBOTAN_EXT_MUTEX_QT -DBOTAN_EXT_ALLOC_MMAP 
-DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. 
-I/usr/include/qt4/QtCore -I/usr/include/qt4 -I../include/QtCrypto -I. 
-Ibotantools/botan -I. -o

Bug#645744: marked as done (google-glog: FTBFS on several architectures: [signalhandler_unittest_sh] Error 1)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 21:49:33 +
with message-id 
and subject line Bug#645744: fixed in google-glog 0.3.2-1
has caused the Debian Bug report #645744,
regarding google-glog: FTBFS on several architectures: 
[signalhandler_unittest_sh] Error 1
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.)


-- 
645744: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=645744
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: google-glog
Version: 0.3.1-2
Severity: serious

Hello,

  Your package fails to build on Debian autobuilder network on multiple 
architectures:

./src/signalhandler_unittest.sh
'DieInThread' should appear in the output
make[2]: *** [signalhandler_unittest_sh] Error 1
make[2]: Leaving directory 
`/build/buildd-google-glog_0.3.1-2-armel-WGC91p/google-glog-0.3.1'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory 
`/build/buildd-google-glog_0.3.1-2-armel-WGC91p/google-glog-0.3.1'
make: *** [debian/stamp-makefile-check] Error 2

  Build logs available at:
  

Best regards

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

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


--- End Message ---
--- Begin Message ---
Source: google-glog
Source-Version: 0.3.2-1

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

google-glog_0.3.2-1.debian.tar.gz
  to main/g/google-glog/google-glog_0.3.2-1.debian.tar.gz
google-glog_0.3.2-1.dsc
  to main/g/google-glog/google-glog_0.3.2-1.dsc
google-glog_0.3.2.orig.tar.gz
  to main/g/google-glog/google-glog_0.3.2.orig.tar.gz
libgoogle-glog-dev_0.3.2-1_amd64.deb
  to main/g/google-glog/libgoogle-glog-dev_0.3.2-1_amd64.deb
libgoogle-glog-doc_0.3.2-1_all.deb
  to main/g/google-glog/libgoogle-glog-doc_0.3.2-1_all.deb
libgoogle-glog0_0.3.2-1_amd64.deb
  to main/g/google-glog/libgoogle-glog0_0.3.2-1_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 645...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Koichi Akabe  (supplier of updated google-glog package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 31 May 2012 20:57:32 +0900
Source: google-glog
Binary: libgoogle-glog-dev libgoogle-glog0 libgoogle-glog-doc
Architecture: source amd64 all
Version: 0.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Koichi Akabe 
Changed-By: Koichi Akabe 
Description: 
 libgoogle-glog-dev - commandline flags module for C++ (development files)
 libgoogle-glog-doc - documentation of gflog
 libgoogle-glog0 - commandline flags module for C++ (shared library)
Closes: 644602 645744 673241
Changes: 
 google-glog (0.3.2-1) unstable; urgency=low
 .
   * Initial release (Closes: #673241)
   * Fix FTBFS on several architectures (Closes: #644602, #645744)
Checksums-Sha1: 
 4165aacd7dfd6c8ac3e6f4c00f9293d3bff04e69 2020 google-glog_0.3.2-1.dsc
 94e641e50afd03c574af6a55084e94a347c911d7 478666 google-glog_0.3.2.orig.tar.gz
 2d696c19b9e80f0b9fa8f2a38286b81ba454dee4 2948 google-glog_0.3.2-1.debian.tar.gz
 b112ac792da2b973876718fa60c559113743d656 102624 
libgoogle-glog-dev_0.3.2-1_amd64.deb
 68eeb9063e33d1a3a1ce5692f4e47209034e4ba8 64086 
libgoogle-glog0_0.3.2-1_amd64.deb
 4f3e715a28c1c4ec25670878c36728acf8c2320f 13228 
libgoogle-glog-doc_0.3.2-1_all.deb
Checksums-Sha256: 
 c45025c92be3f95fa6ae366e9cd633492de62a4e6d64d022ae9758bdacbcc161 2020 
google-glog_0.3.2-1.dsc
 5e47f9437e97cb1621930dea3c557a2801ddac3b5db1a9fd0c3cde399f2c9ccd 478666 
google-glog_0.3.2.orig.tar.gz
 ab7fb6592e05526d8a75ff653046fa871f99e2a39ea79f48e3b2e00ba0d2913d 2948 
google-glog_0.3.2-1.debian.tar.gz
 d8b8fc9625ec77c2990175065b43d314f0b482515379e08c5df1efd8d9751b84 102624 
libgoogle-glog-dev_0.3.2-1_amd64.deb
 401350b20db37a7c36794cc8e38cc6e6408c69eb53c0bd99b935f77e5072f1c4 64086 
libgoogle-glog0_0.3.2-1_amd64.deb
 5ed3dbf689909fbe07841e6a0ea659a817a4d719db17d103

Bug#644602: marked as done (google-glog: FTBFS (kfreebsd-amd64): Testsuite failure)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 21:49:33 +
with message-id 
and subject line Bug#644602: fixed in google-glog 0.3.2-1
has caused the Debian Bug report #644602,
regarding google-glog: FTBFS (kfreebsd-amd64): Testsuite failure
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.)


-- 
644602: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644602
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:google-glog
Version: 0.3.1-2
Severity: serious
Tags: sid wheezy
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the kfreebsd-* buildds:

/usr/bin/make  -C .  check
make[1]: Entering directory 
`/build/buildd-google-glog_0.3.1-2-kfreebsd-i386-9aoh3y/google-glog-0.3.1'
/usr/bin/make  logging_striplog_test_sh demangle_unittest_sh 
signalhandler_unittest_sh
make[2]: Entering directory 
`/build/buildd-google-glog_0.3.1-2-kfreebsd-i386-9aoh3y/google-glog-0.3.1'
./src/logging_striplog_test.sh
PASS
./demangle_unittest  # force to create lt-demangle_unittest
Passed 3 tests

PASS
./src/demangle_unittest.sh
PASS
./signalhandler_unittest  # force to create lt-signalhandler_unittest
./src/signalhandler_unittest.sh
PASS (No stacktrace support. We don't run this test.)
make[2]: Leaving directory 
`/build/buildd-google-glog_0.3.1-2-kfreebsd-i386-9aoh3y/google-glog-0.3.1'
/usr/bin/make  check-TESTS
make[2]: Entering directory 
`/build/buildd-google-glog_0.3.1-2-kfreebsd-i386-9aoh3y/google-glog-0.3.1'
F0923 20:34:58.534365  1024 logging_unittest.cc:279] Check failed: false 
unexpected new
*** Check failure stack trace: ***
F0923 20:34:58.534365  1024 logging_unittest.cc:433] RAW: Check false failed: 
failure 1
F0923 20:34:58.534365  1024 logging_unittest.cc:435] RAW: Check 1 == 2 failed: 
failure 2
F0923 20:34:58.534420  1024 logging_unittest.cc:582] CHECK_STREQ failed: __null 
== "this" ( vs. this)
*** Check failure stack trace: ***
F0923 20:34:58.534420  1024 logging_unittest.cc:582] CHECK_STREQ failed: __null 
== "this" ( vs. this)F0923 20:34:58.534437  1024 logging_unittest.cc:583] 
CHECK_STREQ failed: "this" == "siht" (this vs. siht)
*** Check failure stack trace: ***
F0923 20:34:58.534420  1024 logging_unittest.cc:582] CHECK_STREQ failed: __null 
== "this" ( vs. this)F0923 20:34:58.534437  1024 logging_unittest.cc:583] 
CHECK_STREQ failed: "this" == "siht" (this vs. siht)F0923 20:34:58.534453  1024 
logging_unittest.cc:584] CHECK_STRCASEEQ failed: __null == "siht" ( vs. siht)
*** Check failure stack trace: ***
F0923 20:34:58.534420  1024 logging_unittest.cc:582] CHECK_STREQ failed: __null 
== "this" ( vs. this)F0923 20:34:58.534437  1024 logging_unittest.cc:583] 
CHECK_STREQ failed: "this" == "siht" (this vs. siht)F0923 20:34:58.534453  1024 
logging_unittest.cc:584] CHECK_STRCASEEQ failed: __null == "siht" ( vs. 
siht)F0923 20:34:58.534469  1024 logging_unittest.cc:585] CHECK_STRCASEEQ 
failed: "this" == "siht" (this vs. siht)
*** Check failure stack trace: ***
F0923 20:34:58.534420  1024 logging_unittest.cc:582] CHECK_STREQ failed: __null 
== "this" ( vs. this)F0923 20:34:58.534437  1024 logging_unittest.cc:583] 
CHECK_STREQ failed: "this" == "siht" (this vs. siht)F0923 20:34:58.534453  1024 
logging_unittest.cc:584] CHECK_STRCASEEQ failed: __null == "siht" ( vs. 
siht)F0923 20:34:58.534469  1024 logging_unittest.cc:585] CHECK_STRCASEEQ 
failed: "this" == "siht" (this vs. siht)F0923 20:34:58.534483  1024 
logging_unittest.cc:586] CHECK_STRNE failed: __null != __null ( vs. )
*** Check failure stack trace: ***
F0923 20:34:58.534420  1024 logging_unittest.cc:582] CHECK_STREQ failed: __null 
== "this" ( vs. this)F0923 20:34:58.534437  1024 logging_unittest.cc:583] 
CHECK_STREQ failed: "this" == "siht" (this vs. siht)F0923 20:34:58.534453  1024 
logging_unittest.cc:584] CHECK_STRCASEEQ failed: __null == "siht" ( vs. 
siht)F0923 20:34:58.534469  1024 logging_unittest.cc:585] CHECK_STRCASEEQ 
failed: "this" == "siht" (this vs. siht)F0923 20:34:58.534483  1024 
logging_unittest.cc:586] CHECK_STRNE failed: __null != __null ( vs. )F0923 
20:34:58.534497  1024 logging_unittest.cc:587] CHECK_STRNE failed: "this" != 
"this" (this vs. this)
*** Check failure stack trace: ***
F0923 20:34:58.534420  1024 logging_unittest.cc:582] CHECK_STREQ failed: __null 
== "this" ( vs. this)F0923 20:34:58.534437  1024 logging_unittest.cc:583] 
CHECK_STREQ failed: "this" == "siht" (this vs. siht)F0923 20:34:58.534453  1024 
logging_unittest.cc:584] CHECK_STRCASEEQ failed: __null == "siht" ( vs. 
siht)F0923 20:34:58.534469  1024 logging_unittest.cc:585] CHECK_S

Processed: tagging 670609

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

> tags 670609 + pending
Bug #670609 [libinsighttoolkit4-dev] Installation failure
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
670609: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670609
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#675563: [Pkg-chromium-maint] Bug#675563: chromium: builds against embedded binary binutils-gold that does not include source

2012-06-02 Thread shawn
On Sat, 2012-06-02 at 08:59 +0200, Giuseppe Iuculano wrote: 
> On 02/06/2012 08:15, shawn wrote:
> > I noticed this while trying to get this package to build on armel.
> 
> Could you patch debian/control and try to build on armel again please?
> 
> 
> --- a/debian/control
> +++ b/debian/control
> @@ -64,7 +64,7 @@ Build-Depends: cdbs,
> libxt-dev,
> libxtst-dev,
> libpam0g-dev,
> -   binutils-gold [!armel !armhf],
> +   binutils-gold,
> libflac-dev,
> libwebp-dev,
> autotools-dev,
> 

even with this, it is trying to link againt the embedded linker. Mind
you, this isn't the last-step linking, this is a link of a
shared-library (protobuf)

  LINK(host) out/Release/protoc
out/Release/../../third_party/gold/gold32: 1:
out/Release/../../third_party/gold/gold32: Syntax error: ")" unexpected

-- 
-Shawn Landden




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



Processed: Re: Bug#675613: debiandoc-sgml: Does not register itself in /etc/sgml/catalog

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

> reassign 675613 dpkg
Bug #675613 [debiandoc-sgml] debiandoc-sgml: Does not register itself in 
/etc/sgml/catalog
Bug reassigned from package 'debiandoc-sgml' to 'dpkg'.
No longer marked as found in versions debiandoc-sgml/1.2.27.
Ignoring request to alter fixed versions of bug #675613 to the same values 
previously set
> affects 675613 + debiandoc-sgml docbook docbook-dsssl docbook-ebnf 
> docbook-html-forms docbook-mathml docbook-simple docbook-slides 
> docbook-website docbook-xml dtd-ead libcommons-validator-java python-docutils 
> sgml-data sgml2x w3c-dtd-xhtml xml-core
Bug #675613 [dpkg] debiandoc-sgml: Does not register itself in /etc/sgml/catalog
Added indication that 675613 affects debiandoc-sgml, docbook, docbook-dsssl, 
docbook-ebnf, docbook-html-forms, docbook-mathml, docbook-simple, 
docbook-slides, docbook-website, docbook-xml, dtd-ead, 
libcommons-validator-java, python-docutils, sgml-data, sgml2x, w3c-dtd-xhtml, 
and xml-core
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
675613: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675613
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 as pending bugs that are closed by packages in NEW

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

> # Saturday 2 June  20:03:08 UTC 2012
> # Tagging as pending bugs that are closed by packages in NEW
> # http://ftp-master.debian.org/new.html
> #
> # Source package in NEW: fastjet
> tags 636979 + pending
Bug #636979 [wnpp] ITP: fastjet2 -- Fast C++ code for the kt and other jet 
algorithms
Added tag(s) pending.
> # Source package in NEW: pythia8
> tags 636981 + pending
Bug #636981 [wnpp] ITP: pythia8 -- Events Generator of High Energy Physics
Added tag(s) pending.
> # Source package in NEW: saods9
> tags 655648 + pending
Bug #655648 [wnpp] ITP: saods9 -- Image display tool for astronomy
Added tag(s) pending.
> # Source package in NEW: trac-roadmap
> tags 655997 + pending
Bug #655997 [wnpp] ITP: trac-roadmap -- enhances the Trac roadmap with sorting 
and filtering
Added tag(s) pending.
> # Source package in NEW: trac-batchmodify
> tags 655996 + pending
Bug #655996 [wnpp] ITP: trac-batchmodify -- modify several Trac tickets 
together in one shot
Added tag(s) pending.
> # Source package in NEW:  href="http://packages.qa.debian.org/google-glog";>google-glog
> tags 644602 + pending
Bug #644602 [src:google-glog] google-glog: FTBFS (kfreebsd-amd64): Testsuite 
failure
Added tag(s) pending.
> # Source package in NEW:  href="http://packages.qa.debian.org/google-glog";>google-glog
> tags 645744 + pending
Bug #645744 [google-glog] google-glog: FTBFS on several architectures: 
[signalhandler_unittest_sh] Error 1
Added tag(s) pending.
> # Source package in NEW:  href="http://packages.qa.debian.org/google-glog";>google-glog
> tags 673241 + pending
Bug #673241 [wnpp] ITP: glog -- logging library for C++
Added tag(s) pending.
> # Source package in NEW: libanyevent-callback-perl
> tags 675697 + pending
Bug #675697 [wnpp] libanyevent-callback-perl -- callback aggregator for 
AnyEvent watchers
Added tag(s) pending.
> # Source package in NEW:  href="http://packages.qa.debian.org/fglrx-driver";>fglrx-driver
> tags 672516 + pending
Bug #672516 [fglrx-control] fglrx-control: X crashes after using amdccc*
Added tag(s) pending.
> # Source package in NEW:  href="http://packages.qa.debian.org/fglrx-driver";>fglrx-driver
> tags 671320 + pending
Bug #671320 [fglrx-driver] fglrx does not support Xorg Xserver 1.12
Bug #675585 [fglrx-driver] cannot install fglrx-driver on wheezy/sid system
Added tag(s) pending.
Added tag(s) pending.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
636979: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636979
636981: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636981
644602: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644602
645744: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=645744
655648: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655648
655996: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655996
655997: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655997
671320: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671320
672516: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672516
673241: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673241
675585: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675585
675697: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675697
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#675613: debiandoc-sgml: Does not register itself in /etc/sgml/catalog

2012-06-02 Thread Helmut Grohne
reassign 675613 dpkg
affects 675613 + debiandoc-sgml docbook docbook-dsssl docbook-ebnf 
docbook-html-forms docbook-mathml docbook-simple docbook-slides docbook-website 
docbook-xml dtd-ead libcommons-validator-java python-docutils sgml-data sgml2x 
w3c-dtd-xhtml xml-core
thanks

Hi Osamu,

Thanks for making me aware of this issue and sorry for causing you work.
Also thanks for your analysis which helped me quickly discover the root
of the problem.

What happens is basically this:

Unpack debiandoc-sgml
 * Now there is /etc/sgml/debiandoc-sgml.cat.dpkg-new, but no
 /etc/sgml/debiandoc-sgml.cat.
Activate trigger.
 * update-catalog --update-super is run and ignores the .dpkg-new file.
   This means that /etc/sgml/debiandoc-sgml.cat is missing from the
   super catalog.
Rename /etc/sgml/debiandoc-sgml.cat{.dpkg-new,}.
Postinst debiandoc-sgml

So especially the trigger is not run again and debiandoc-sgml stays
missing from the super catalog.

Another package affected by this handling of triggers and conffiles is
the menu package which is interested in /etc/menu-methods

There is no obvious solution to fix this issue. I could think of the
following options (in order of my preference):

1) dpkg ensures that triggers are activated after postinst is run.
   It is not entirely clear if this behaviour is desirable. If this
   option is not to be used the triggers.txt.gz file shipped in dpkg-dev
   should be updated and explain issues when using triggers with
   conffiles. In this case this bug should be reassigned to sgml-base
   and needs to be fixed there.

2) Let update-catalog treat .dpkg-new files as if that part was missing.
   update-catalog only checks which files exist and does not look at the
   contents. It is not clear to me whether this options works correctly
   if a user removes a conffile. If this option does not work the bug
   should be reassigned to debhelper.

3) Extend the postinst template added by dh_installcatalogs to
   explicitly call the trigger. This works, but it is a pain, because we
   need to schedule another series of uploads.

Helmut



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



Processed: your mail

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

> tag 674224 + pending
Bug #674224 [python3-regex] python3-regex: missing dependency on python3
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
674224: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674224
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#675676: marked as done (src:allegro4.4: FTBFS with sbuild)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 19:47:13 +
with message-id 
and subject line Bug#675676: fixed in allegro4.4 2:4.4.2-2
has caused the Debian Bug report #675676,
regarding src:allegro4.4: FTBFS with sbuild
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.)


-- 
675676: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675676
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:allegro4.4
Version: 2:4.4.2-1
Severity: grave
Justification: renders package unusable

There's a switch in a CMakeLists.txt that is always triggered when "build" 
appears in the build path, which is always the case when using sbuild.
Thus files get copied to wrong locations and the package FTBFS.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (650, 'testing')
Architecture: amd64 (x86_64)

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


--- End Message ---
--- Begin Message ---
Source: allegro4.4
Source-Version: 2:4.4.2-2

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

allegro4-doc_4.4.2-2_all.deb
  to main/a/allegro4.4/allegro4-doc_4.4.2-2_all.deb
allegro4.4_4.4.2-2.debian.tar.gz
  to main/a/allegro4.4/allegro4.4_4.4.2-2.debian.tar.gz
allegro4.4_4.4.2-2.dsc
  to main/a/allegro4.4/allegro4.4_4.4.2-2.dsc
liballeggl4-dev_4.4.2-2_amd64.deb
  to main/a/allegro4.4/liballeggl4-dev_4.4.2-2_amd64.deb
liballeggl4.4_4.4.2-2_amd64.deb
  to main/a/allegro4.4/liballeggl4.4_4.4.2-2_amd64.deb
liballegro-doc_4.4.2-2_all.deb
  to main/a/allegro4.4/liballegro-doc_4.4.2-2_all.deb
liballegro4.2-dev_4.4.2-2_amd64.deb
  to main/a/allegro4.4/liballegro4.2-dev_4.4.2-2_amd64.deb
liballegro4.4-plugin-alsa_4.4.2-2_amd64.deb
  to main/a/allegro4.4/liballegro4.4-plugin-alsa_4.4.2-2_amd64.deb
liballegro4.4_4.4.2-2_amd64.deb
  to main/a/allegro4.4/liballegro4.4_4.4.2-2_amd64.deb
libjpgalleg4-dev_4.4.2-2_amd64.deb
  to main/a/allegro4.4/libjpgalleg4-dev_4.4.2-2_amd64.deb
libjpgalleg4.4_4.4.2-2_amd64.deb
  to main/a/allegro4.4/libjpgalleg4.4_4.4.2-2_amd64.deb
libloadpng4-dev_4.4.2-2_amd64.deb
  to main/a/allegro4.4/libloadpng4-dev_4.4.2-2_amd64.deb
libloadpng4.4_4.4.2-2_amd64.deb
  to main/a/allegro4.4/libloadpng4.4_4.4.2-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 675...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tobias Hansen  (supplier of updated allegro4.4 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: SHA256

Format: 1.8
Date: Sat, 02 Jun 2012 17:59:04 +0200
Source: allegro4.4
Binary: liballegro4.4 liballegro4.2-dev liballegro4.4-plugin-alsa allegro4-doc 
liballegro-doc liballeggl4.4 liballeggl4-dev libjpgalleg4.4 libjpgalleg4-dev 
libloadpng4.4 libloadpng4-dev
Architecture: source amd64 all
Version: 2:4.4.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team 
Changed-By: Tobias Hansen 
Description: 
 allegro4-doc - documentation for the Allegro library
 liballeggl4-dev - development files for the allgrogl library
 liballeggl4.4 - library to mix OpenGL graphics with Allegro routines
 liballegro-doc - transitional dummy package
 liballegro4.2-dev - development files for the Allegro library
 liballegro4.4 - portable library for cross-platform game and multimedia 
developme
 liballegro4.4-plugin-alsa - ALSA audio plugin for the Allegro library
 libjpgalleg4-dev - development files for the JPG loading addon for Allegro 4
 libjpgalleg4.4 - JPG loading addon for Allegro 4
 libloadpng4-dev - development files for the PNG loading addon for Allegro 4
 libloadpng4.4 - PNG loading addon for Allegro 4
Closes: 675676
Changes: 
 allegro4.4 (2:4.4.2-2) unstable; urgency=low
 .
   * debian/patches/fix_ftbfs_with_sbuild.patch:
 - Added. Build system assumed that the build path doesn't contain 
"/build/".
   Closes: #675676
Checksums-Sha1: 
 10863e3b0296497b63a387073e078d43215b154a 2631 allegro4.4_4.4.2-2.dsc
 0bd9c128fafefe716d128613a4be4b12e8e0b9dd 28859 allegro4.4_4.4.2-2.debian.tar.gz
 4a1fbbb743d62ab4a81eb50c22825b3df4beddaa 500830 liballegro4.4_4.4.2-2_amd64.deb
 2d2452

Processed: fix version

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

> found 668815 0.3-3.1
Bug #668815 [open-invaders] "open-invaders FTBFS: Uses macro ALLEGRO_LINUX 
falsely"
Marked as found in versions open-invaders/0.3-3.1.
> notfound 668815 0.3-3.2
Bug #668815 [open-invaders] "open-invaders FTBFS: Uses macro ALLEGRO_LINUX 
falsely"
There is no source info for the package 'open-invaders' at version '0.3-3.2' 
with architecture ''
Unable to make a source version for version '0.3-3.2'
No longer marked as found in versions 0.3-3.2.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
668815: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668815
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#668815: fix version

2012-06-02 Thread Touko Korpela
found 668815 0.3-3.1
notfound 668815 0.3-3.2
thanks

fixing typo in reported package version...



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



Bug#673671: [pkg-wine-party] Bug#673671: wine-gecko-unstable: non-standard gcc/g++ used for build (gcc-4.5)

2012-06-02 Thread Stephen Kitt
Hi,

On Sun, 20 May 2012 18:02:14 +0200, Philipp Kern  wrote:
> This package builds with a non standard compiler version; please check
> if this package can be built with the default version of gcc/g++.
> 
> The build dependency in question: libstdc++6-4.5-dev

This is an unfortunate left-over. The package builds with gcc 4.6 (strictly
speaking, g++-mingw-w64 4.6) and could simply be NMU'd without the
libstdc++6-4.5-dev build-dependency, as per the patch I originally sent for
#669558. (I can't do it myself without sponsorship on this package.)

Regards,

Stephen


signature.asc
Description: PGP signature


Bug#675610: marked as done (Please build cmus without roar for wheezy)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 18:32:26 +
with message-id 
and subject line Bug#675610: fixed in cmus 2.4.3-2
has caused the Debian Bug report #675610,
regarding Please build cmus without roar for wheezy
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.)


-- 
675610: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675610
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cmus
Version: 2.4.3-1
Severity: serious

Hi,

We'd like to have nothing depending on roar for wheezy, since it in turn
is insisting on depending on other libraries that we really need to remove
for wheezy, so it may need to be removed as well now.  (among other issues
that people are currently having with it)

cmus is now the last package that needs to be updated for that.  Everything
else is either done, or in the process of being done.  If needed, I'm happy
to send a patch or NMU if that would be helpful.

RC severity mostly so this shows up on the radars of all the right people
crossing off the details we need to finalise for the release.

 Thanks!
 Ron


--- End Message ---
--- Begin Message ---
Source: cmus
Source-Version: 2.4.3-2

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

cmus-plugin-ffmpeg_2.4.3-2_amd64.deb
  to main/c/cmus/cmus-plugin-ffmpeg_2.4.3-2_amd64.deb
cmus_2.4.3-2.debian.tar.gz
  to main/c/cmus/cmus_2.4.3-2.debian.tar.gz
cmus_2.4.3-2.dsc
  to main/c/cmus/cmus_2.4.3-2.dsc
cmus_2.4.3-2_amd64.deb
  to main/c/cmus/cmus_2.4.3-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 675...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alessio Treglia  (supplier of updated cmus 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 Jun 2012 20:07:57 +0200
Source: cmus
Binary: cmus cmus-plugin-ffmpeg
Architecture: source amd64
Version: 2.4.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 

Changed-By: Alessio Treglia 
Description: 
 cmus   - lightweight ncurses audio player
 cmus-plugin-ffmpeg - lightweight ncurses audio player (FFmpeg plugin)
Closes: 675610
Changes: 
 cmus (2.4.3-2) unstable; urgency=low
 .
   [ Ryan Kavanagh ]
   * Update my email address to @debian.org
   * Drop DM-Upload-Allowed: yes, no longer needed
 .
   [ Alessio Treglia ]
   * Build cmus without roar support. (Closes: #675610)
   * Bump Standards.
Checksums-Sha1: 
 bdc78f2de3e4e9bb5fe8847b6512f136a3ff85c0 2202 cmus_2.4.3-2.dsc
 23d9d3d996757f030f87894dd352f5e4e2d16aec 6236 cmus_2.4.3-2.debian.tar.gz
 6ed5aba5d40739ac7de0b13fa1541b52f5b75f14 219822 cmus_2.4.3-2_amd64.deb
 5b1d203901de435eb474b254e6bd5f9b5a1b42b6 10874 
cmus-plugin-ffmpeg_2.4.3-2_amd64.deb
Checksums-Sha256: 
 ffa8da07617f02ea2f8b014b944d71af045bfbd5b998b21f11e7e0e294880b42 2202 
cmus_2.4.3-2.dsc
 d66007577290e552691e9960edb3a615aa469298d62de0aa7cd56060da16561b 6236 
cmus_2.4.3-2.debian.tar.gz
 c86bdb13aa0e79e5f1f66a6cffc2b1d5fc00677538e364ac923969998dac2e75 219822 
cmus_2.4.3-2_amd64.deb
 5b259522f878793c41fc5777ee2e383a718b96e5439588cdb44ac81cd8ef0be9 10874 
cmus-plugin-ffmpeg_2.4.3-2_amd64.deb
Files: 
 b8598d315fb6f06e95944f2bfe1f4a02 2202 sound optional cmus_2.4.3-2.dsc
 41d42c2401846982e9183f6445a342a4 6236 sound optional cmus_2.4.3-2.debian.tar.gz
 b43c29786a14a5b3ac5b1942013d6f27 219822 sound optional cmus_2.4.3-2_amd64.deb
 589ba02bcc4fcef761de9529c4397bec 10874 sound optional 
cmus-plugin-ffmpeg_2.4.3-2_amd64.deb

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

iQIcBAEBCgAGBQJPylqkAAoJEOikiuUxHXZaJmUQAIXLux/HNU6FN24FwGKk9UDm
zn91VfJ8+OzUhXUERuzSuW9lr5j/obsIopb7nmAjG5iQevK+HPOTv6gCl8JG1X7c
QYfCcqoNMzsDeMV706Lpcu3eui9Kp6xkcFk48a9ZJtrOeMLjhVhC/pvO7Yn/zIJX
7SSk1NbVcxxbk3JBEci+JZc41UchoLYQC97qUbDPlpBmdHTkqYkI2/oKs2wg0WkA
gEat4kpBmIZZqGujf1ySRDB1bMWSRsuQOdU5tcNvVr5VBshjKxrt1V3pdlHmn4UI
y/PWCTVdLPj053rGHSLtWn8xROcW+7OOBdP84oZ1wcFQjPoxFBng5Viyli6mVLPk
GG5Prs+6LPTMO90Tf2LtnpQdtol2v+C3fQs5RKFXo8kYR3JOpgSAKeLoTMiA6nae
nDVIYZ+iy6drfTX6yySm+7Vq5BfAi4SCxVAtt/F56BYhTm/opfeXRS7rn2NBzQJU
d4oEB7PiYhJeyEp1vZnLsfoG8HdFH1XLKtQyPsqujyg6KSqhXI9eKhPT48Sl+DoI
vOXofZRkaXs8/6W4rm6zm73hnBt+1JesLuNdJ8ZZd

Bug#675613: debiandoc-sgml: Does not register itself in /etc/sgml/catalog

2012-06-02 Thread Osamu Aoki
Hi,

I only fixed #675474 [S|  |☺] [src:debiandoc-sgml] debiandoc-sgml:
please rebuild to fix your copy of #477751

How can thing go wrong   I did what I was told to do.  Just rebuild.

On Sat, Jun 02, 2012 at 03:40:31PM +0200, Robert Luberda wrote:
> Package: debiandoc-sgml
> Version: 1.2.27
> Severity: serious
> Justification: causes FTBFS of other packages
> 
> Hi
> 
> I'm trying to build a new verision doc-base, but compilation in pbuilder
> environment fails with:
> nsgmls:_build/doc-base.sgml:1:60:W: cannot generate system identifier for 
> public text "-//DebianDoc//DTD DebianDoc//EN"
> nsgmls:_build/doc-base.sgml:5:0:E: reference to entity "DEBIANDOC" for 
> which no system identifier could be generated
> 
> The full build log is attached to this mail. 
> After build the contents was of /etc/sgml/catalog was:
> 
> (pbuild20311)root@vox:~/doc-base-0.10.4# cat /etc/sgml/catalog
> --
> ## This file is created by update-catalog with update-super.
> ## Please see update-catalog(8) for how to modify this file.
> --
> CATALOG /etc/sgml/xml-core.cat
> CATALOG /etc/sgml/sgml-data.cat
> 
> As you can see /etc/sgml/debiandoc-sgml.cat is not registered there,
> even though it's present on the system:
> 
> (pbuild20311)root@vox:~/doc-base-0.10.4# ls -l /etc/sgml
> total 16
> lrwxrwxrwx 1 root root  31 Jun  2 13:28 catalog -> 
> /var/lib/sgml-base/supercatalog
> -rw-r--r-- 1 root root 106 Jun  1 15:26 debiandoc-sgml.cat
> -rw-r--r-- 1 root root 999 Jun  2 13:28 sgml-data.cat
> -rw-r--r-- 1 root root 932 Jun  2 13:28 sgml-data.cat.old
> -rw-r--r-- 1 root root 391 Jun  2 13:28 xml-core.cat
> 
> 
> It's worth noticing that the other files (sgml-data & xml-core) were
> properly registered, but in contrast to debiandoc-sgml, the two other 
> packages 
> showed some warnings during installation:

Build-Depends: debhelper (>= 8.1.3~), sgml-base (>= 1.26+nmu2)

> Setting up xml-core (0.13) ...
> update-catalog: Suppressing action on super catalog. Invoking trigger 
> instead.
> update-catalog: Please rebuild the package being set up with a version of 
> debhelper fixing #47775

This bug number is for lintian
sgml-base (1.26+nmu2) unstable; urgency=low

   * Non-maintainer upload.
   * Generate the super catalog from /etc/sgml directory contents.
 This does not solve #477751, but the upcoming debhelper changes will solve
 that bug based on this work.
   * Do not truncate the manual pages during build.
 -- Helmut Grohne   Mon, 30 Apr 2012 17:15:48 +0200

Hmmm... I see this must be bug #477751

debhelper (9.20120528) unstable; urgency=low

   * dh_installcatalogs: Turn /etc/sgml/$package.cat into conffiles
 and introduce dependency on trigger-based sgml-base. Closes: #477751
 Thanks, Helmut Grohne
 -- Joey Hess   Mon, 28 May 2012 13:40:26 -0400

OK.  So I may need to bump version requirement to:
Build-Depends: debhelper (>= 9.20120528), sgml-base (>= 1.26+nmu2)

> Selecting previously unselected package debhelper.
> Unpacking debhelper (from .../debhelper_9.20120528_all.deb) ...
> Selecting previously unselected package sgml-base.
> Unpacking sgml-base (from .../sgml-base_1.26+nmu3_all.deb) ...

But you have the latest anyway ..  All these looks good

> make[2]: Entering directory `/tmp/buildd/doc-base-0.10.4'
> *** Making ./_build ...
> *** Making ./_build/install-docs ...
> *** Making ./_build/man/man8/install-docs.8 ...
> *** Making ./_build/install-docs.html ...
> /usr/bin/pod2html: : cannot resolve L in paragraph 43.
> /usr/bin/pod2html: : cannot resolve L in paragraph 43.
> /usr/bin/pod2html: : cannot resolve L in paragraph 43.
>  Making ./doc/_build ...
>  Making ./doc/_build/doc-base.sgml ...
>  Making ./doc/_build/version.ent ...
>  Making ./doc/_build/check-stamp ...
> nsgmls:_build/doc-base.sgml:1:60:W: cannot generate system identifier for 
> public text "-//DebianDoc//DTD DebianDoc//EN"
> nsgmls:_build/doc-base.sgml:5:0:E: reference to entity "DEBIANDOC" for which 
> no system identifier could be generated
> nsgmls:_build/doc-base.sgml:1:0: entity was defined here
> nsgmls:_build/doc-base.sgml:5:0:E: DTD did not contain element declaration 
> for document type name
> nsgmls:_build/doc-base.sgml:7:5:E: element "BOOK" undefined
> nsgmls:_build/doc-base.sgml:7:5:E: element "DEBIANDOC" undefined
> nsgmls:_build/doc-base.sgml:9:6:E: element "TITLE" undefined
> nsgmls:_build/doc-base.sgml:9:22:E: element "PACKAGE" undefined
> nsgmls:_build/doc-base.sgml:10:7:E: element "AUTHOR" undefined
> nsgmls:_build/doc-base.sgml:10:32:E: element "EMAIL" undefined
> nsgmls:_build/doc-base.sgml:11:7:E: element "AUTHOR" undefined
> nsgmls:_build/doc-base.sgml:11:28:E: element "EMAIL" undefined
> nsgmls:_build/doc-base.sgml:12:7:E: element "AUTHOR" undefined
> nsgmls:_build/doc-base.sgml:12:29:E: element "EMAIL" undefined
> nsgmls:_build/doc-base.sgml:13:8:E: element "VERSION" undefined
> nsgmls:_build/doc-base.sgml:1

Processed: tagging 675610

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

> tags 675610 + pending
Bug #675610 [cmus] Please build cmus without roar for wheezy
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
675610: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675610
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#675679: reconf-inetd: managed fragments are not removed upon purge

2012-06-02 Thread Serafeim Zanikolas
Hi Jon,

On Sat, Jun 02, 2012 at 05:26:14PM +0100, Jonathan McCrohan wrote [edited]:
> reconf-inetd does not remove managed fragments when reconf-inetd itself is
> being purged. These fragments are, however, removed when reconf-inetd
> installed again.

Thanks for reporting this. If you have the time, please test whether a prerm
script that calls reconf-inetd, would solve the issue.

# cp /var/lib/dpkg/info/reconf-inetd.postinst 
/var/lib/dpkg/info/reconf-inetd.prerm

cheers,
sez



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



Processed: found 675688 1.4.13-3

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

> found 675688 1.4.13-3
Bug #675688 [libscim-dev] libscim-dev: .la files point to a libdir other than 
the path where it is installed
Marked as found in versions scim/1.4.13-3.
> --
Stopping processing here.

Please contact me if you need assistance.
-- 
675688: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675688
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#674534: marked as done (gir1.2-dee-1.0: removal of gir1.2-dee-1.0 makes files disappear from gir1.2-dee-0.5)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 17:17:25 +
with message-id 
and subject line Bug#674534: fixed in dee 1.0.10-3
has caused the Debian Bug report #674534,
regarding gir1.2-dee-1.0: removal of gir1.2-dee-1.0 makes files disappear from 
gir1.2-dee-0.5
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.)


-- 
674534: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674534
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gir1.2-dee-1.0
Version: 1.0.10-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts replaces-without-breaks

Hi,

during a test with piuparts and EDOS tools I noticed your package causes
removal of files that also belong to another package.
This is caused by using Replaces without corresponding Breaks.

The installation sequence to reproduce this problem is

  apt-get install gir1.2-dee-0.5
  # (1)
  apt-get install gir1.2-dee-1.0
  apt-get remove gir1.2-dee-1.0
  # (2)

The list of installed files at points (1) and (2) should be identical,
but the following files have disappeared:

  /usr/lib/python2.6/dist-packages/gi/overrides/Dee.py
  /usr/lib/python2.7/dist-packages/gi/overrides/Dee.py

This is a serious bug violating policy 7.6, see
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces
and also see the footnote that describes this incorrect behavior
http://www.debian.org/doc/debian-policy/footnotes.html#f53

The gir1.2-dee-1.0 package has the following relationships with gir1.2-dee-0.5:

  Conflicts: n/a
  Breaks:n/a
  Replaces:  gir1.2-dee-0.5

>From the attached log (scroll to the bottom...):

0m25.1s ERROR: FAIL: After purging files have disappeared:
  /usr/lib/python2.6/dist-packages/gi/overrides/Dee.py -> 
../../../../../share/pyshared/gi/overrides/Dee.py  owned by: gir1.2-dee-1.0
  /usr/lib/python2.7/dist-packages/gi/overrides/Dee.py -> 
../../../../../share/pyshared/gi/overrides/Dee.py  owned by: gir1.2-dee-1.0
  /usr/share/pyshared/gi/overrides/Dee.pyowned by: gir1.2-dee-1.0

0m25.1s ERROR: FAIL: After purging files have been modified:
  /var/lib/dpkg/info/gir1.2-dee-0.5.list not owned


cheers,

Andreas


gir1.2-dee-0.5=0.5.22-1_gir1.2-dee-1.0=1.0.10-1.log.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---
Source: dee
Source-Version: 1.0.10-3

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

dee-tools_1.0.10-3_amd64.deb
  to main/d/dee/dee-tools_1.0.10-3_amd64.deb
dee_1.0.10-3.debian.tar.gz
  to main/d/dee/dee_1.0.10-3.debian.tar.gz
dee_1.0.10-3.dsc
  to main/d/dee/dee_1.0.10-3.dsc
gir1.2-dee-1.0_1.0.10-3_amd64.deb
  to main/d/dee/gir1.2-dee-1.0_1.0.10-3_amd64.deb
libdee-1.0-4-dbg_1.0.10-3_amd64.deb
  to main/d/dee/libdee-1.0-4-dbg_1.0.10-3_amd64.deb
libdee-1.0-4_1.0.10-3_amd64.deb
  to main/d/dee/libdee-1.0-4_1.0.10-3_amd64.deb
libdee-dev_1.0.10-3_amd64.deb
  to main/d/dee/libdee-dev_1.0.10-3_amd64.deb
libdee-doc_1.0.10-3_all.deb
  to main/d/dee/libdee-doc_1.0.10-3_all.deb



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

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

Debian distribution maintenance software
pp.
Kartik Mistry  (supplier of updated dee 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 Jun 2012 21:47:14 +0530
Source: dee
Binary: libdee-1.0-4 libdee-dev libdee-1.0-4-dbg libdee-doc gir1.2-dee-1.0 
dee-tools
Architecture: source amd64 all
Version: 1.0.10-3
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry 
Changed-By: Kartik Mistry 
Description: 
 dee-tools  - model to synchronize mutiple instances over DBus - tooling
 gir1.2-dee-1.0 - GObject introspection data for the Dee library
 libdee-1.0-4 - model to synchronize mutiple instances over DBus - shared lib
 libdee-1.0-4-dbg - model to synchronize mutiple instances over DBus
 libdee-dev - model to synchronize mutiple instances over DBus - dev files
 libdee-doc - model to synchronize mutiple instances over DBus - documentation
Closes: 674534
Changes: 
 dee (1.0.10-3) unstable; urgency=low
 .
   * debian/control:
 + Really added 'Breaks' field. (Closes: #674534)
Checksums-Sha1: 
 3462317aad6f9f91514eba94

Processed: reassign 675688 libscim-dev

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

> reassign 675688 libscim-dev
Bug #675688 [liibscim-dev] libscim-dev: .la files point to a libdir other than 
the path where it is installed
Warning: Unknown package 'liibscim-dev'
Bug reassigned from package 'liibscim-dev' to 'libscim-dev'.
No longer marked as found in versions 1.4.13-3.
Ignoring request to alter fixed versions of bug #675688 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
675688: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675688
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#674488: Info received (Problem still exists in latest snapshot of 28 May)

2012-06-02 Thread Aleksey Zapparov
Just tried with today's snapshot. Bug still exist
On Jun 2, 2012 6:48 PM, "Debian Bug Tracking System" 
wrote:

> Thank you for the additional information you have supplied regarding
> this Bug report.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  Debian CD-ROM Team 
>
> If you wish to submit further information on this problem, please
> send it to 674...@bugs.debian.org.
>
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 674488: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674488
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
>


Bug#675688: libscim-dev: .la files point to a libdir other than the path where it is installed

2012-06-02 Thread Aron Xu
Package: liibscim-dev
Version: 1.4.13-3
Severity: grave

$ lintian -T incorrect-libdir-in-la-file libscim-dev_1.4.13-3_i386.deb
E: libscim-dev: incorrect-libdir-in-la-file
usr/lib/i386-linux-gnu/libscim-1.0.la /usr/lib !=
/usr/lib/i386-linux-gnu
E: libscim-dev: incorrect-libdir-in-la-file
usr/lib/i386-linux-gnu/libscim-gtkutils-1.0.la /usr/lib !=
/usr/lib/i386-linux-gnu
E: libscim-dev: incorrect-libdir-in-la-file
usr/lib/i386-linux-gnu/libscim-x11utils-1.0.la /usr/lib !=
/usr/lib/i386-linux-gnu


-- 
Regards,
Aron Xu



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



Bug#659392: CVE-2011-0791 / CVE-2012-0909

2012-06-02 Thread Thijs Kinkhorst
Hi IMP maintainers,

Thanks micah for preparing a squeeze package. I'm building it now and will
upload it to the security archive.

Is there already progress on fixing unstable?


Cheers,
Thijs




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



Bug#611138: marked as done (CVE-2010-4438)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 2 Jun 2012 19:00:48 +0200
with message-id <9fe2333ebcad3efa637fb37474b6080b.squir...@wm.kinkhorst.nl>
and subject line not much left to do
has caused the Debian Bug report #611138,
regarding CVE-2010-4438
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.)


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

See http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4438 

Please get in touch with Oracle to check, what "unspecified
vulnerability" they fixed...

Cheers,
Moritz

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

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


--- End Message ---
--- Begin Message ---
Hi all,

After reading and considering this bug, I don't see what value it adds to
keep it open. The issues have been reviewed, they most likely do not
affect Debian, and we have no realistic way to be absolutely sure of that,
and I don't see that changing anytime soon. I'm closing it.


Cheers,
Thijs


--- End Message ---


Processed: merge

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

> severity #675585 serious
Bug #675585 [fglrx-driver] cannot install fglrx-driver on wheezy/sid system
Severity set to 'serious' from 'important'
> forcemerge #671320 #675585
Bug #671320 [fglrx-driver] fglrx does not support Xorg Xserver 1.12
Bug #675585 [fglrx-driver] cannot install fglrx-driver on wheezy/sid system
Marked as found in versions fglrx-driver/1:12-3-1.
Added tag(s) upstream.
Merged 671320 675585
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
671320: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671320
675585: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675585
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#657870: some more struts issues

2012-06-02 Thread Thijs Kinkhorst
Hi,

I'm sorry, but we've got yet another set of struts vulnerabilities:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2087
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2088
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0838

It would be really helpful if you could check how these affect Debian aswell.


thanks,
Thijs




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



Bug#675684: Needs to bump http-conduit dependency

2012-06-02 Thread Joachim Breitner
Source: haskell-github
Version: 0.2.1-3
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Joey,

github depends on http-conduit ==1.2.6, while in Debian we have 1.4.1.6.
I guess a new upstream package needs to be created.

(This is not critical for the current Haskell migration, though).

(Adressing you directly as this seems to be a git-annex related
package.)

Greetings,
Joachim


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

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

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

iEYEARECAAYFAk/KRC0ACgkQ9ijrk0dDIGxvtQCg1G9UEjxP5yMevjsmU75CnJjJ
/N8An2Q1rutYeVTIHnODzokgerretoYC
=0SCC
-END PGP SIGNATURE-



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



Bug#674488: Problem still exists in latest snapshot of 28 May

2012-06-02 Thread Aleksey Zapparov
Just got the same problem on my laptop with the CD of 28th of may.


Bug#671063: an update on this bug?

2012-06-02 Thread Thijs Kinkhorst
Hi Francesco,

I agree with the submitter that it would be good to update the dh params
before the wheezy release. It seems a relatively easy thing to fix and it
would resolve this RC bug.

Let me know if you need any help (nmu's, etc).


Cheers,
Thijs







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



Bug#635342: marked as done (CVE-2011-2193: Multiple buffer overflows)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 2 Jun 2012 18:41:39 +0200
with message-id 
and subject line nothing left to do
has caused the Debian Bug report #635342,
regarding CVE-2011-2193: Multiple buffer overflows
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.)


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

Please see http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2193 
for details and references

Cheers,
Moritz

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

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


--- End Message ---
--- Begin Message ---
Hi,

Both security issues have been fixed in wheezy and up, one has been fixed
in squeeze, other determined not fixable in squeeze, so closing this bug.


Thijs


--- End Message ---


Bug#650060: marked as done (snort: FTBFS with multiarch libmysqlclient-dev)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 16:37:03 +
with message-id 
and subject line Bug#650060: fixed in snort 2.9.2.2-2
has caused the Debian Bug report #650060,
regarding snort: FTBFS with multiarch libmysqlclient-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.)


-- 
650060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650060
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: snort
Version: 2.8.5.2-9.1
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch



*** /tmp/tmpWxWRHu/bug_body
In Ubuntu, the attached patch was applied to achieve the following:

libmysqlclient-dev is multiarch in experimental, and should move to
unstable soon.

  * d/rules: use mysql_config to find libraries to fix FTBFS with
multiarch libmysqlclient.


Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-12-generic (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
diff -u snort-2.8.5.2/debian/rules snort-2.8.5.2/debian/rules
--- snort-2.8.5.2/debian/rules
+++ snort-2.8.5.2/debian/rules
@@ -96,6 +96,7 @@
 	# MySQL package:
 	./configure $(CONFFLAGS) \
 		--with-mysql \
+		--with-mysql-libraries=`mysql_config --variable=pkglibdir` \
 		--without-postgresql 
 	$(MAKE) 
 	cp src/snort src/snort-mysql
--- End Message ---
--- Begin Message ---
Source: snort
Source-Version: 2.9.2.2-2

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

snort-common-libraries_2.9.2.2-2_i386.deb
  to main/s/snort/snort-common-libraries_2.9.2.2-2_i386.deb
snort-common_2.9.2.2-2_all.deb
  to main/s/snort/snort-common_2.9.2.2-2_all.deb
snort-doc_2.9.2.2-2_all.deb
  to main/s/snort/snort-doc_2.9.2.2-2_all.deb
snort-mysql_2.9.2.2-2_i386.deb
  to main/s/snort/snort-mysql_2.9.2.2-2_i386.deb
snort-pgsql_2.9.2.2-2_i386.deb
  to main/s/snort/snort-pgsql_2.9.2.2-2_i386.deb
snort-rules-default_2.9.2.2-2_all.deb
  to main/s/snort/snort-rules-default_2.9.2.2-2_all.deb
snort_2.9.2.2-2.debian.tar.gz
  to main/s/snort/snort_2.9.2.2-2.debian.tar.gz
snort_2.9.2.2-2.dsc
  to main/s/snort/snort_2.9.2.2-2.dsc
snort_2.9.2.2-2_i386.deb
  to main/s/snort/snort_2.9.2.2-2_i386.deb



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

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

Debian distribution maintenance software
pp.
Javier Fernández-Sanguino Peña  (supplier of updated snort 
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: Sun, 02 Jun 2012 17:56:00 +0200
Source: snort
Binary: snort snort-common snort-doc snort-mysql snort-pgsql 
snort-rules-default snort-common-libraries
Architecture: source i386 all
Version: 2.9.2.2-2
Distribution: unstable
Urgency: low
Maintainer: Javier Fernández-Sanguino Peña 
Changed-By: Javier Fernández-Sanguino Peña 
Description: 
 snort  - flexible Network Intrusion Detection System
 snort-common - flexible Network Intrusion Detection System [common files]
 snort-common-libraries - flexible Network Intrusion Detection System ruleset
 snort-doc  - Documentation for the Snort IDS [documentation]
 snort-mysql - flexible Network Intrusion Detection System [MySQL]
 snort-pgsql - flexible Network Intrusion Detection System [PostgreSQL]
 snort-rules-default - flexible Network Intrusion Detection System ruleset
Closes: 650060
Changes: 
 snort (2.9.2.2-2) unstable; urgency=low
 .
   * Fix "FTBFS with multiarch libmysqlclient-dev" using the
 patch supplied by Gregor Herrmann :
 + apply patch from Ubuntu / Jean-Louis Dupond:
   - debian/rules: use mysql_config to find libraries to fix FTBFS
 with multiarch libmysqlclient.
 + debian/control: Build-Depends: drop virtual libmysqlclient15-dev,
   make libmysqlclient-dev versioned to get mysql_config's --variable=
   switch.
 (Closes: #650060)
Checksums-Sha1: 
 dee9ece513425e359345b781abaca18f304cf4b7 1782 snort_2.9.2.2-2.dsc
 26df71b1428efcbf4a8673a8b0425e

Bug#675478: marked as done (docbook-mathml: please rebuild to fix your copy of #477751)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 16:33:20 +
with message-id 
and subject line Bug#675478: fixed in docbook-mathml 1.1CR1-2
has caused the Debian Bug report #675478,
regarding docbook-mathml: please rebuild to fix your copy of #477751
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.)


-- 
675478: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675478
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: docbook-mathml
Severity: serious

Dear maintainer(s) of docbook-mathml,

TL;DR: Please upload a new version of this package closing this bug.

Problem
~~~
Your package uses the dh_installcatalogs helper from debhelper. This helper
added code to the postinst that unconditionally overwrites files in /etc which
is a policy violation. The corresponding bug #477751 is now solved in
debhelper. Nevertheless the code overwriting files in /etc is still present in
a binary package built from this source package, so your package needs a
rebuild. Unfortunately the binary package in question is Architecture: all, so
a binNMU is not enough.

How to solve

This bug tracks the progress of the rebuild and should be closed by any upload
of this package. Before building, please ensure that your debhelper version is
at least 9.20120528 which should be the case if you are running sid. 


Is my package really/still affected?

Any binary package using the dh_installcatalogs helper will add a versioned
dependency on sgml-base. If the depended upon version is at least 1.26+nmu2,
your package is not affected. In that case, just close this bug.


If you have any further questions concerning this issue, please don't hesitate
to contact me.

Thanks for your help

Helmut



--- End Message ---
--- Begin Message ---
Source: docbook-mathml
Source-Version: 1.1CR1-2

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

docbook-mathml_1.1CR1-2.debian.tar.gz
  to main/d/docbook-mathml/docbook-mathml_1.1CR1-2.debian.tar.gz
docbook-mathml_1.1CR1-2.dsc
  to main/d/docbook-mathml/docbook-mathml_1.1CR1-2.dsc
docbook-mathml_1.1CR1-2_all.deb
  to main/d/docbook-mathml/docbook-mathml_1.1CR1-2_all.deb



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

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

Debian distribution maintenance software
pp.
Mathieu Malaterre  (supplier of updated docbook-mathml 
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 Jun 2012 18:19:50 +0200
Source: docbook-mathml
Binary: docbook-mathml
Architecture: source all
Version: 1.1CR1-2
Distribution: unstable
Urgency: low
Maintainer: Debian XML/SGML Group 
Changed-By: Mathieu Malaterre 
Description: 
 docbook-mathml - Extension to DocBook XML for using MathML markup
Closes: 675478
Changes: 
 docbook-mathml (1.1CR1-2) unstable; urgency=low
 .
   * Rebuilt against sgml-base 1.26+nmu2. Closes: #675478
Checksums-Sha1: 
 a7ebd733a698b23322ea4f8cfa80697f44e33501 2046 docbook-mathml_1.1CR1-2.dsc
 407d503367a86a1f791b4b21a95d0ce1d5a12e50 4090 
docbook-mathml_1.1CR1-2.debian.tar.gz
 32ac8ce26194edad0372b15a23b920b847fc63d3 6146 docbook-mathml_1.1CR1-2_all.deb
Checksums-Sha256: 
 6ac490c4c2d5f9aec3c5160a2f17de69535743eb15cdf0137243eb0f1990b152 2046 
docbook-mathml_1.1CR1-2.dsc
 47cc6ecf2e84e4bec800f30b9bf0e820fb65f2bc9c61b58230e61cbbe4955068 4090 
docbook-mathml_1.1CR1-2.debian.tar.gz
 0cc1db15036335ab2b738d13a2b87871b6972f23ca6831ab296e5055d9a667ab 6146 
docbook-mathml_1.1CR1-2_all.deb
Files: 
 ab4887433b69752d2c20ec8abdaa35f1 2046 text optional docbook-mathml_1.1CR1-2.dsc
 cd81973164423c5067265817cc36ee07 4090 text optional 
docbook-mathml_1.1CR1-2.debian.tar.gz
 96303e23db05afe508be36a427378d48 6146 text optional 
docbook-mathml_1.1CR1-2_all.deb

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

iQIcBAEBAgAGBQJPyj6GAAoJEAFx4YKK4JNFvF8P/A3H7wUng4uPg2gct1m5H0Aq
L9dWiEsHod3a1xcfFT5l17v0n9ZClPVUn6YzEuFN68Deqlrufk+gzJp5AEIvSeTE
HVutSRffmwFWYAzq5W6SnDRv18rpuZ8/pjfPtY84KfVxhCbpOukd6P/U8xN3rNtn
6wv8WtUDHhaghKONL6RJ8JpbTYdRUX0tsUytcvUHV39x75erqLURKZD/UOI+EYbQ
uyaAPNm46Y8rU1Y7GG/XVC+pQCgRsSGzpEo7zZI5yS+NdYAQKh/Z0AgJP/5dkQd+
k

Bug#675679: reconf-inetd: managed fragments are not removed upon purge

2012-06-02 Thread Jonathan McCrohan
Package: reconf-inetd
Version: 1.120523
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

reconf-inetd does not remove managed fragments when reconf-inetd itself is
being purged. These fragments are, however, removed when reconf-inetd
installed again.

See log below.

Thanks,
Jon

- ---
jmccrohan@lambda:~$ dpkg -l reconf-inetd nyancat-server
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  nyancat-server 1.0+git2012052 Animated terminal Nyancat server configurati
ii  reconf-inetd   1.120523   maintainer script for programmatic updates o
jmccrohan@lambda:~$ grep nyancat /etc/inetd.conf 
telnet stream tcp6 nowait nobody /usr/bin/nyancat-server nyancat -t
telnet stream tcp nowait nobody /usr/bin/nyancat-server nyancat -t
jmccrohan@lambda:~$ sudo apt-get purge reconf-inetd
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be REMOVED:
  nyancat-server* reconf-inetd*
0 upgraded, 0 newly installed, 2 to remove and 104 not upgraded.
After this operation, 175 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 423763 files and directories currently installed.)
Removing nyancat-server ...
Removing reconf-inetd ...
Purging configuration files for reconf-inetd ...
dpkg: warning: while removing reconf-inetd, directory '/var/lib/reconf-inetd' 
not empty so not removed.
Processing triggers for man-db ...
Processing triggers for doc-base ...
Processing 1 removed doc-base file...
Registering documents with scrollkeeper...
jmccrohan@lambda:~$ grep nyancat /etc/inetd.conf 
telnet stream tcp6 nowait nobody /usr/bin/nyancat-server nyancat -t
telnet stream tcp nowait nobody /usr/bin/nyancat-server nyancat -t
jmccrohan@lambda:~$ sudo apt-get install -tsid reconf-inetd
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  reconf-inetd
0 upgraded, 1 newly installed, 0 to remove and 765 not upgraded.
Need to get 0 B/20.7 kB of archives.
After this operation, 129 kB of additional disk space will be used.
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Selecting previously unselected package reconf-inetd.
(Reading database ... 423744 files and directories currently installed.)
Unpacking reconf-inetd (from .../reconf-inetd_1.120523_all.deb) ...
Processing triggers for doc-base ...
Processing 1 added doc-base file...
Registering documents with scrollkeeper...
Processing triggers for man-db ...
Setting up reconf-inetd (1.120523) ...
jmccrohan@lambda:~$ grep nyancat /etc/inetd.conf
jmccrohan@lambda:~$ 

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

iQEcBAEBCAAGBQJPyj6mAAoJEJ6XA7Whh53bYwYH/Rgm2BnLi6teKKvm8X1rp03y
/ahigssQsS16oUpnFxiBhV/ubZdPC2qqfOKEnGOGXPn9oULoPop1U3cnSfNdHBeX
PB27xiSXVlMgBgc0pddWCi5DvCXdBqUxH/JZHByHqt+CWNx68v3sXBXSuS9wZfgR
AuoqCS7WNkcSDeldgYVD0VAa8Nd2t7/Pz6QZ7vghseM5UgNUBcs242CPEhsYnii1
SSFG8pgd3lNbvgJwwLjdx8cAm7/SMTUmtU2bjB/6xBNZAqDfhtdncP3+Gbga8CyB
gf2oL7q/W4A+Lj5tRy+MvH030B954AZl8+w6M+qFMV2M+tqbFZf2DOd1QgoTkPY=
=EoFQ
-END PGP SIGNATURE-



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



Processed: your mail

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

> found 675478 docbook-mathml/1.1CR1-1
Bug #675478 [src:docbook-mathml] docbook-mathml: please rebuild to fix your 
copy of #477751
Marked as found in versions docbook-mathml/1.1CR1-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
675478: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675478
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#675676: src:allegro4.4: FTBFS with sbuild

2012-06-02 Thread Tobias Hansen
Package: src:allegro4.4
Version: 2:4.4.2-1
Severity: grave
Justification: renders package unusable

There's a switch in a CMakeLists.txt that is always triggered when "build" 
appears in the build path, which is always the case when using sbuild.
Thus files get copied to wrong locations and the package FTBFS.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (650, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
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#650060: snort: diff for NMU version 2.9.2.2-1.1

2012-06-02 Thread Javier Fernandez-Sanguino
> I've prepared an NMU for snort (versioned as 2.9.2.2-1.1) and
> uploaded it to DELAYED/2. Please feel free to tell me if I
> should delay it longer.

Thank you, I have applied this patch to the GIT repo, I will test it
out and, if it works as expected I will upload a new package version
myself.

Regards

Javier



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



Processed: bug 674811 is forwarded to https://github.com/vincenthz/hs-cryptocipher/issues/16, tagging 674811 ...

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

> forwarded 674811 https://github.com/vincenthz/hs-cryptocipher/issues/16
Bug #674811 [haskell-cryptocipher] haskell-cryptocipher testsuite failure on 
mips et. al.
Set Bug forwarded-to-address to 
'https://github.com/vincenthz/hs-cryptocipher/issues/16'.
> tags 674811 + upstream
Bug #674811 [haskell-cryptocipher] haskell-cryptocipher testsuite failure on 
mips et. al.
Added tag(s) upstream.
> tags 674811 + confirmed
Bug #674811 [haskell-cryptocipher] haskell-cryptocipher testsuite failure on 
mips et. al.
Added tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
674811: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674811
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#675290: marked as done (mlterm: FTBFS in sid: /usr/lib/libscim-1.0.so: No such file or directory)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 15:30:09 +
with message-id 
and subject line Bug#675224: fixed in scim 1.4.13-3
has caused the Debian Bug report #675224,
regarding mlterm: FTBFS in sid: /usr/lib/libscim-1.0.so: No such file or 
directory
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.)


-- 
675224: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675224
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mlterm
Version: 3.1.2-1
Severity: serious
Justification: FTBFS

Hello,

See http://buildd.debian.org/mlterm : it failed to build on almost all
arches, probably due to multi-arch path:

 g++ -I../../kiklib/include -I../../mkf/include -I/usr/X11R6/include -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
-DOPTIMIZE_REDRAWING -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -DUSE_KBD -DUSE_UIM 
-DUSE_M17NLIB -DUSE_IBUS -DUSE_SCIM -DUSE_IM_PLUGIN -I/usr/include/scim-1.0 
-I../../mlterm -I../../xwindow -I/usr/local/include -c im_scim.cpp -o im_scim.o 
>/dev/null 2>&1
gcc: error: /usr/lib/libscim-1.0.so: No such file or directory

Samuel

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

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

Versions of packages mlterm depends on:
ii  libc6   2.13-32
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.3-1
ii  libssh2-1   1.4.1-1
ii  libx11-62:1.4.99.901-2
ii  mlterm-common   3.1.1-1+b1

Versions of packages mlterm recommends:
ii  mlterm-tools  3.1.1-1+b1

Versions of packages mlterm suggests:
ii  fonts-arphic-bsmi00lp2.10-11
ii  fonts-arphic-gbsn00lp2.11-11
ii  fonts-baekmuk2.2-6
ii  fonts-vlgothic [fonts-japanese-gothic]   20120325-1
ii  mlterm-im-m17nlib
ii  mlterm-im-scim   
ii  mlterm-im-uim
ii  t1-cyrillic  4.15
ii  ttf-freefont 20100919-1
ii  ttf-sazanami-gothic [fonts-japanese-gothic]  20040629-12
ii  unifont  1:5.1.20080914-1.1
ii  xfonts-efont-unicode 0.4.2-4

-- no debconf information

-- 
Samuel Thibault 
Running Windows on a Pentium is like having a brand new Porsche but only
be able to drive backwards with the handbrake on.
(Unknown source)


--- End Message ---
--- Begin Message ---
Source: scim
Source-Version: 1.4.13-3

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

libscim-dev_1.4.13-3_i386.deb
  to main/s/scim/libscim-dev_1.4.13-3_i386.deb
libscim8c2a_1.4.13-3_i386.deb
  to main/s/scim/libscim8c2a_1.4.13-3_i386.deb
scim-dev-doc_1.4.13-3_all.deb
  to main/s/scim/scim-dev-doc_1.4.13-3_all.deb
scim-dev_1.4.13-3_all.deb
  to main/s/scim/scim-dev_1.4.13-3_all.deb
scim-gtk-immodule_1.4.13-3_i386.deb
  to main/s/scim/scim-gtk-immodule_1.4.13-3_i386.deb
scim-modules-socket_1.4.13-3_i386.deb
  to main/s/scim/scim-modules-socket_1.4.13-3_i386.deb
scim_1.4.13-3.debian.tar.gz
  to main/s/scim/scim_1.4.13-3.debian.tar.gz
scim_1.4.13-3.dsc
  to main/s/scim/scim_1.4.13-3.dsc
scim_1.4.13-3_i386.deb
  to main/s/scim/scim_1.4.13-3_i386.deb



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

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

Debian distribution maintenance software
pp.
Rolf Leggewie  (supplier of updated scim 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 Jun 2012 22:13:06 +0800
Source: scim
Binary: scim libscim8c2a libscim-dev scim-gtk-immodule scim-modules-socket 
scim-dev scim-dev-doc
Architecture: source i386 all
Version: 1.4.13-3
Distribution: unstable
Urgency: low
Maintainer: Rolf Leggewie 
Changed-By: Rolf Leggewie 
Description: 
 libscim-dev - development library for SCIM platform
 libsci

Bug#675224: marked as done (libscim-dev: broken *.so symlinks)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 15:30:09 +
with message-id 
and subject line Bug#675224: fixed in scim 1.4.13-3
has caused the Debian Bug report #675224,
regarding libscim-dev: broken *.so symlinks
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.)


-- 
675224: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675224
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: libscim-dev
Version: 1.4.13-2
Severity: grave
Justification: renders package unusable

$ file /usr/lib/libscim-*so
/usr/lib/libscim-1.0.so:  broken symbolic link to `libscim-1.0.so.8.2.6'
/usr/lib/libscim-gtkutils-1.0.so: broken symbolic link to 
`libscim-gtkutils-1.0.so.8.2.6'
/usr/lib/libscim-x11utils-1.0.so: broken symbolic link to 
`libscim-x11utils-1.0.so.8.2.6'


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

Kernel: Linux 3.3.0-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages libscim-dev depends on:
ii  libgtk2.0-dev2.24.10-1
ii  libpango1.0-dev  1.30.0-1
ii  libscim8c2a  1.4.13-2
ii  libx11-dev   2:1.4.99.901-2

--
Jakub Wilk


--- End Message ---
--- Begin Message ---
Source: scim
Source-Version: 1.4.13-3

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

libscim-dev_1.4.13-3_i386.deb
  to main/s/scim/libscim-dev_1.4.13-3_i386.deb
libscim8c2a_1.4.13-3_i386.deb
  to main/s/scim/libscim8c2a_1.4.13-3_i386.deb
scim-dev-doc_1.4.13-3_all.deb
  to main/s/scim/scim-dev-doc_1.4.13-3_all.deb
scim-dev_1.4.13-3_all.deb
  to main/s/scim/scim-dev_1.4.13-3_all.deb
scim-gtk-immodule_1.4.13-3_i386.deb
  to main/s/scim/scim-gtk-immodule_1.4.13-3_i386.deb
scim-modules-socket_1.4.13-3_i386.deb
  to main/s/scim/scim-modules-socket_1.4.13-3_i386.deb
scim_1.4.13-3.debian.tar.gz
  to main/s/scim/scim_1.4.13-3.debian.tar.gz
scim_1.4.13-3.dsc
  to main/s/scim/scim_1.4.13-3.dsc
scim_1.4.13-3_i386.deb
  to main/s/scim/scim_1.4.13-3_i386.deb



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

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

Debian distribution maintenance software
pp.
Rolf Leggewie  (supplier of updated scim 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 Jun 2012 22:13:06 +0800
Source: scim
Binary: scim libscim8c2a libscim-dev scim-gtk-immodule scim-modules-socket 
scim-dev scim-dev-doc
Architecture: source i386 all
Version: 1.4.13-3
Distribution: unstable
Urgency: low
Maintainer: Rolf Leggewie 
Changed-By: Rolf Leggewie 
Description: 
 libscim-dev - development library for SCIM platform
 libscim8c2a - library for SCIM platform
 scim   - smart common input method platform
 scim-dev   - development files for SCIM platform
 scim-dev-doc - development documentation for SCIM platform
 scim-gtk-immodule - GTK+ input method module with SCIM as backend
 scim-modules-socket - socket modules for SCIM platform
Closes: 675224
Changes: 
 scim (1.4.13-3) unstable; urgency=low
 .
   * multi-archify libscim-dev (closes: #675224) and scim-modules-socket
Checksums-Sha1: 
 49f8ce64d69b9e671126dc6d7a4706b9da2e06be 2361 scim_1.4.13-3.dsc
 c8a65ea3704d0d5e69cdd442622a8d6ad3f3d405 28733 scim_1.4.13-3.debian.tar.gz
 ec43359d0af2413a67f5dfcc6b36afcfafe18452 602164 scim_1.4.13-3_i386.deb
 0878772b960aa93eb96dbaecd14069003010426c 359364 libscim8c2a_1.4.13-3_i386.deb
 eb0aaa0929a8f4053940410f10256513a4e41b37 519258 libscim-dev_1.4.13-3_i386.deb
 9f34e2f560264825427e46679ec23154f10382fa 115180 
scim-gtk-immodule_1.4.13-3_i386.deb
 aa1cdfc764eecbd89c78b2c0d4fafefe93a1b96a 80852 
scim-modules-socket_1.4.13-3_i386.deb
 246ad1af5b1cd390cac66568840089576f0f 16194 scim-dev_1.4.13-3_all.deb
 dd3fc5479e914aef9e0bcc72153f8e3b04d9b3ed 1072206 scim-dev-doc_1.4.13-3_all.deb
Checksums-Sha256: 
 9fcb61090d106bd4648153064d5804a1346d5c123b9427e476336eb6df903751 2361 
scim_1.4.13-3.dsc
 f3c6ff2c32d23ec6b86c76aac9a5e6607cfe83aa37c76f47b6ec3d6134e17762 28733 
scim_1.4.13-3.debian.tar.gz
 9e770552c3b7c1e80379374f7cd2fe543f372123a2ce8c938ca8a4fbaeccafde 602164 
scim_1.4.13-3_i386.deb
 3b8af

Bug#673178: marked as done (libopenal1:amd64: dependency-chain leads to installed DECnet (dnet-common))

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 15:24:27 +
with message-id 
and subject line Bug#673178: fixed in openal-soft 1:1.14-4
has caused the Debian Bug report #673178,
regarding libopenal1:amd64: dependency-chain leads to installed DECnet 
(dnet-common)
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.)


-- 
673178: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673178
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libopenal1:amd64
Version: 1:1.14-3
Severity: important

Since APT installs recommended packages by default, installing libopenal1 (that
is used by games and mplayer) leads to installed DECnet.

The dependency chain is: libopenal1 -> libroar-compat2 -> libroar2 -> libdnet
-> dnet-common.

This seems to install a kind of network layer that wants to be configured on
the install, wants to change the MAC addresses of my NICs and could stop the
networking from working.

This is not expected for installing libopenal1 / mplayer. This is also not
expected on a dist-upgrade.

This bug seems to interfere with #655740. I'm not sure libopenal1 needs libroar
at all.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages libopenal1:amd64 depends on:
ii  libc6  2.13-32
ii  libopenal-data 1:1.14-3
ii  multiarch-support  2.13-32

Versions of packages libopenal1:amd64 recommends:
pn  libasound2   1.0.25-2
pn  libportaudio219+svn2021-1
pn  libpulse01.1-3.2
pn  libroar-compat2  

libopenal1:amd64 suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: openal-soft
Source-Version: 1:1.14-4

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

libopenal-data_1.14-4_all.deb
  to main/o/openal-soft/libopenal-data_1.14-4_all.deb
libopenal-dev_1.14-4_amd64.deb
  to main/o/openal-soft/libopenal-dev_1.14-4_amd64.deb
libopenal1_1.14-4_amd64.deb
  to main/o/openal-soft/libopenal1_1.14-4_amd64.deb
openal-soft_1.14-4.debian.tar.gz
  to main/o/openal-soft/openal-soft_1.14-4.debian.tar.gz
openal-soft_1.14-4.dsc
  to main/o/openal-soft/openal-soft_1.14-4.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 673...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andres Mejia  (supplier of updated openal-soft 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 Jun 2012 10:20:29 -0400
Source: openal-soft
Binary: libopenal-dev libopenal1 libopenal-data
Architecture: source amd64 all
Version: 1:1.14-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Andres Mejia 
Description: 
 libopenal-data - Software implementation of the OpenAL API (data files)
 libopenal-dev - Software implementation of the OpenAL API (development files)
 libopenal1 - Software implementation of the OpenAL API (shared library)
Closes: 673178
Changes: 
 openal-soft (1:1.14-4) unstable; urgency=medium
 .
   * Drop libroar-compat2 to Suggests field. (Closes: #673178)
   * Drop libportaudio2 to Suggests field.
Checksums-Sha1: 
 9c8869c9fe647a4ddceb7b0f226582c8bfe6aaf0 2322 openal-soft_1.14-4.dsc
 1827966de3d44e4075d3a222ec8054078d5cd890 9090 openal-soft_1.14-4.debian.tar.gz
 c161e1c0606276327844491f31f73180c96c8d05 27016 libopenal-dev_1.14-4_amd64.deb
 440999d2514dc6a7603eb83355d04c58389f8f08 187112 libopenal1_1.14-4_amd64.deb
 051ab9b9b0ea7d27089bffd50697c407d9325482 11134 libopenal-data_1.14-4_all.deb
Checksums-Sha256: 
 4800805ef33b687e1bf587015f1698ae4606bd70bb45d388b6d18bd14e6811b7 2322 
openal-soft_1.14-4.dsc
 7bd37f335702882ea51ab4bb0c02506ad130085ebf0fcb62decaae10fbe6f158 9090 
openal-soft_1.14-4.debian.tar.gz
 5c805cc79fde42869c0c910a76671e408f004f4449554ac87abc781d1e00b995 27016 
libopenal-dev_1.14-4_amd64.deb
 f871dc802b24afd0b22e99c6d06d8ba159ee0648b2f403248abb14acea638f0f 187112 
libopenal1_1.14-4_amd64.deb
 

Processed: tagging 675619

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

> tags 675619 + patch
Bug #675619 [nut-client] invoke-rc.d: initscript nut-client, action "start" 
failed.
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
675619: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675619
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#675621: base: system freeze after safely unmounting usb drive

2012-06-02 Thread Sebastien P
Package: base
Severity: critical
Justification: breaks the whole system

After clicking safely remove a usb hard drive (1Tera Western Digital extern
disc), when I physicly unplug the usb cable the system freeze instantly to a
black-dead screen with only the mouse pointer showing (but not moving).
The keyboard (caps lock and scroll lock) blinking, mouse have power but neither
are working.
System reboot if reset button pressed, start like it should and did show any
notifications.
Problem is reproductible.
I never experience this problem with previous debian version (dist-upgrade), I
recently made a fresh install of the current version.
I guess this may occur since last packages upgrades ?
I may run troubleshooting if guided.



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

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
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#675619: invoke-rc.d: initscript nut-client, action "start" failed.

2012-06-02 Thread Laurent Bigonville
Package: nut-client
Followup-For: Bug #675619

Hi (again),

Here please find a patch attached.

The only missing thing is that the init script should return OK when
invoking the start action if the daemon is already running.

Cheers

Laurent Bigonville

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

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

Versions of packages nut-client depends on:
ii  libc6  2.13-32
ii  libupsclient1  2.6.3-2

Versions of packages nut-client recommends:
ii  bash-completion  1:1.99-3

nut-client suggests no packages.

-- Configuration Files:
/etc/init.d/nut-client changed [not included]
/etc/nut/nut.conf changed [not included]
/etc/nut/upsmon.conf [Errno 13] Permission non accordée: u'/etc/nut/upsmon.conf'
/etc/nut/upssched.conf [Errno 13] Permission non accordée: 
u'/etc/nut/upssched.conf'

-- no debconf information
--- /tmp/nut-2.6.3/debian/nut-client.init	2012-05-02 22:29:43.0 +0200
+++ /etc/init.d/nut-client	2012-06-02 16:45:04.033763419 +0200
@@ -78,8 +78,8 @@
   -- $UPSMON_OPTIONS >/dev/null 2>&1 && return 0 || return 1
   ;;
 stop)
-  start-stop-daemon -K -o -q -p $upsmon_pid -n upsmon >/dev/null 2>&1 &&
-log_progress_msg "upsmon" || log_progress_msg "(upsmon failed)"
+  start-stop-daemon -K -o -q -p $upsmon_pid -n upsmon >/dev/null 2>&1 \
+&& return 0 || return 1
   ;;
   esac
   ;;
@@ -92,23 +92,22 @@
 case "$1" in
 
   start)
-log_daemon_msg "Starting $DESC"
+log_daemon_msg "Starting $DESC" "$NAME"
 check_var_directory
-start_stop_client start && log_progress_msg "upsmon"
-  || log_progress_msg "upsmon (failed)"
-log_end_msg 0
+start_stop_client start
+log_end_msg $?
 ;;
 
   stop)
-log_daemon_msg "Stopping $DESC"
-start_stop_client stop && log_progress_msg "upsmon"
-  || log_progress_msg "upsmon (failed)"
-log_end_msg 0
+log_daemon_msg "Stopping $DESC" "$NAME"
+start_stop_client stop
+log_end_msg $?
 ;;
 
   reload)
-log_daemon_msg "Reloading $DESC"
+log_daemon_msg "Reloading $DESC" "$NAME"
 $upsmon -c reload >/dev/null 2>&1
+log_end_msg $?
 ;;
 
   restart|force-reload)
@@ -118,15 +117,14 @@
 # - stop nut-client
 # - restart (Ie stop+start) nut-server
 # - start nut-client
-log_daemon_msg "Restarting $DESC"
-start_stop_client stop || log_progress_msg "upsmon (failed)"
+log_daemon_msg "Restarting $DESC" "$NAME"
+start_stop_client stop || true
 # should then 'start_stop_server stop', Ie /etc/init.d/nut-server stop
 #sleep 5
 check_var_directory
 # should first 'start_stop_server start', Ie /etc/init.d/nut-server start
-start_stop_client start && log_progress_msg "upsmon"
-  || log_progress_msg "upsmon (failed)"
-log_end_msg 0
+start_stop_client start
+log_end_msg $?
 ;;
 
   status)


Bug#674089: mime-support: removed application/x-httpd-* can lead to immense security problems

2012-06-02 Thread Stefan Fritsch
On Friday 01 June 2012, Christoph Anton Mitterer wrote:
> Release notes is a good idea, Stefan, Brian... can anyone of you
> take care of this or should I (but I'm on vacation starting next
> Tue, so that would take some time).

There is still plenty of time. If you get to it first please cc: 
debian-apa...@lists.debian.org so that we may comment on the wording.

> >  either apache2 or mod_php NEWS file. It seems
> > 
> > exessive to have it in the mime-support NEWS file since it is
> > just noise to all non-apache2 users.
> 
> I'm not sure whether I can agree...
> At least mod_php is not enough,... people seem to always forget
> that it's totally ok (and IMHO from a security point of view even
> much better) to run PHP as CGI.

OK, make that mod_php and php-cgi. AFAICS the type is not relevant for 
FCGI.

> 
> Neither am I sure, whether Apache is enough, there may be other
> webservers in Debian that could use mime.types (though I haven't
> checked this).

I haven't found any hint that that type is relevant for either 
lighttpd or nginx. And the change has been quite some time ago and 
nobody has complained so far.


> > see below.
> 
> Stefan, you haven't commented on this...
> I've already opened #674205, where I ask the php people to include
> what I'd consider the "safest/best" way to handle PHP mime-type in
> Apache.

Except for the "RemoveType php" your suggestion is not very different 
from what is in mod_php's config already. And I disagree about mime-
type versus handler: This is exactly what handlers are for. The fact 
that mime-types also work is only for backward compatibility.

> IF mime.types will really ship no further definitions for PHP  AND 
> if that change is accordingly documented in release-notes/NEWS
> file(s) than I think there should be no definitions for PHP in
> Apache's default configs at all.

Hu? Apache's default config has only minimal php relevant elements 
(SSLOptions +StdEnvVars, DirectoryIndex index.php). But mod_php should 
certainly include everything in it config that is necessary to make it 
work.

> But we should perhaps check (how?) whether any other packages have
> started to use that mime type (things like nautilus/file/etc.)

I can see no reason that other apps may handle it specially and none 
has complained so far.

Cheers,
Stefan



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



Bug#675619: invoke-rc.d: initscript nut-client, action "start" failed.

2012-06-02 Thread Laurent Bigonville
Package: nut-client
Version: 2.6.3-2
Severity: grave
Justification: renders package unusable

Hi,

After last upgrade the nut-client init script is failing with:

Paramétrage de nut-client (2.6.3-2) ...
/etc/init.d/nut-client: 98: /etc/init.d/nut-client: Syntax error: "||" 
unexpected
invoke-rc.d: initscript nut-client, action "start" failed.

This is preventing the package to configure properly.

Cheers

Laurent Bigonville

PS: Any reason you are not using log_end_msg() lsb function?

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

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

Versions of packages nut-client depends on:
ii  libc6  2.13-32
ii  libupsclient1  2.6.3-2

Versions of packages nut-client recommends:
ii  bash-completion  1:1.99-3

nut-client suggests no packages.

-- Configuration Files:
/etc/nut/nut.conf changed:
MODE=standalone

/etc/nut/upsmon.conf [Errno 13] Permission non accordée: u'/etc/nut/upsmon.conf'
/etc/nut/upssched.conf [Errno 13] Permission non accordée: 
u'/etc/nut/upssched.conf'

-- 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



Bug#675616: netselect-apt: Netselect-apt returns "empty" sources.list

2012-06-02 Thread Werring
Package: netselect-apt
Version: 0.3.ds1-14+squeeze1
Severity: grave
Justification: renders package unusable

After running netstat-apt I get a file with only a sources file with:

# Debian packages for squeeze
deb  squeeze main contrib non-free
# Uncomment the deb-src line if you want 'apt-get source'
# to work with most packages.
deb-src  squeeze main contrib non-free

# Security updates for stable
# deb http://security.debian.org/ stable/updates main contrib non-free



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

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=UTF-8 (charmap=locale: Cannot set LC_CTYPE 
to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages netselect-apt depends on:
ii  netselect0.3.ds1-14+squeeze1 speed tester for choosing a fast n
ii  wget 1.12-2.1retrieves files from the web

netselect-apt recommends no packages.

netselect-apt suggests no packages.

-- debconf information:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_GB:en",
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_GB.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory



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



Processed: 674094 patch

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

> tags 674094 patch
Bug #674094 [src:lxmusic] lxmusic: FTBFS: unknown type name 
'LXMusicNotification' (missing libnotify-dev)
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
674094: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674094
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#675613: debiandoc-sgml: Does not register itself in /etc/sgml/catalog

2012-06-02 Thread Robert Luberda
Package: debiandoc-sgml
Version: 1.2.27
Severity: serious
Justification: causes FTBFS of other packages

Hi

I'm trying to build a new verision doc-base, but compilation in pbuilder
environment fails with:
nsgmls:_build/doc-base.sgml:1:60:W: cannot generate system identifier for 
public text "-//DebianDoc//DTD DebianDoc//EN"
nsgmls:_build/doc-base.sgml:5:0:E: reference to entity "DEBIANDOC" for 
which no system identifier could be generated

The full build log is attached to this mail. 
After build the contents was of /etc/sgml/catalog was:

(pbuild20311)root@vox:~/doc-base-0.10.4# cat /etc/sgml/catalog
--
## This file is created by update-catalog with update-super.
## Please see update-catalog(8) for how to modify this file.
--
CATALOG /etc/sgml/xml-core.cat
CATALOG /etc/sgml/sgml-data.cat

As you can see /etc/sgml/debiandoc-sgml.cat is not registered there,
even though it's present on the system:

(pbuild20311)root@vox:~/doc-base-0.10.4# ls -l /etc/sgml
total 16
lrwxrwxrwx 1 root root  31 Jun  2 13:28 catalog -> 
/var/lib/sgml-base/supercatalog
-rw-r--r-- 1 root root 106 Jun  1 15:26 debiandoc-sgml.cat
-rw-r--r-- 1 root root 999 Jun  2 13:28 sgml-data.cat
-rw-r--r-- 1 root root 932 Jun  2 13:28 sgml-data.cat.old
-rw-r--r-- 1 root root 391 Jun  2 13:28 xml-core.cat


It's worth noticing that the other files (sgml-data & xml-core) were
properly registered, but in contrast to debiandoc-sgml, the two other packages 
showed some warnings during installation:


Setting up xml-core (0.13) ...
update-catalog: Suppressing action on super catalog. Invoking trigger 
instead.
update-catalog: Please rebuild the package being set up with a version of 
debhelper fixing #47775
[snip]
Setting up sgml-data (2.0.6) ...
update-catalog: Suppressing action on super catalog. Invoking trigger 
instead.
update-catalog: Please rebuild the package being set up with a version of 
debhelper fixing #47775
[snip]
Processing triggers for sgml-base ...
Updating the super catalog...
Setting up debiandoc-sgml (1.2.27) ...
Reading package lists...


This might mean that the actual bug lies in sgml-base, so feel free to reassing 
the bug
report there.


Regards,
robert


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

Kernel: Linux 3.2.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/dash

Versions of packages debiandoc-sgml depends on:
ii  libhtml-parser-perl  3.69-2
ii  libroman-perl1.23-1
ii  libtext-format-perl  0.56-1
ii  perl 5.14.2-11
ii  sgml-base1.26+nmu3
ii  sgml-data2.0.6
ii  sgmlspl  1.03ii-32
ii  sp   1.3.4-1.2.1-47.1

Versions of packages debiandoc-sgml recommends:
pn  ghostscript  9.05~dfsg-6
pn  texinfo  4.13a.dfsg.1-10
pn  texlive  
pn  texlive-latex-extra  

Versions of packages debiandoc-sgml suggests:
pn  debiandoc-sgml-doc  1.1.22
pn  latex-cjk-all   
pn  texlive-lang-all

-- no debconf information
dpkg-buildpackage: source package doc-base
dpkg-buildpackage: source version 0.10.4
dpkg-buildpackage: source changed by Robert Luberda 
 dpkg-source -i -ICVS -I.svn -I.git --before-build doc-base-0.10.4
dpkg-source: info: using options from doc-base-0.10.4/debian/source/options: 
--diff-ignore --tar-ignore
 fakeroot debian/rules clean
dh clean
   dh_testdir
   dh_auto_clean
make[1]: Entering directory `/[snipped]/doc-base/doc-base-0.10.4'
** Cleaning . ...
*** Cleaning ./doc ...
 Cleaning ./po/bin ...
 Cleaning ./po/pod ...
make[1]: Leaving directory `/[snipped]/doc-base/doc-base-0.10.4'
   dh_clean
 dpkg-source -i -ICVS -I.svn -I.git -b doc-base-0.10.4
dpkg-source: info: using options from doc-base-0.10.4/debian/source/options: 
--diff-ignore --tar-ignore
dpkg-source: info: using source format `3.0 (native)'
dpkg-source: info: building doc-base in doc-base_0.10.4.tar.gz
dpkg-source: info: building doc-base in doc-base_0.10.4.dsc
 dpkg-genchanges -S >../doc-base_0.10.4_source.changes
dpkg-genchanges: including full source code in upload
 dpkg-source -i -ICVS -I.svn -I.git --after-build doc-base-0.10.4
dpkg-source: info: using options from doc-base-0.10.4/debian/source/options: 
--diff-ignore --tar-ignore
dpkg-buildpackage: source only upload: Debian-native package
 -> Copying COW directory
  forking: rm -rf /var/cache/pbuilder/build//cow.20281 
  forking: cp -al /var/cache/pbuilder/base.cow 
/var/cache/pbuilder/build//cow.20281 
I: removed stale ilistfile /var/cache/pbuilder/build//cow.20281/.ilist
  forking: chroot /var/cache/pbuilder/build//cow.20281 cowdancer-ilistcreate 
/.ilist find . -xdev -path ./home -prune -o \( \( -type l -o -type f \) -a 
-links +1 -print0 \) | xargs -0 stat --format '%d %i ' 
 -> Invoking pbuilder

Bug#671118: marked as done (libchewing3: Unable to switch to chewing in ibus. Previous bug was not solved it seems.)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 19:40:53 +0800
with message-id <87pq9ix7p6@isil.kanru.info>
and subject line Fixed in ibus-chewing/1.3.10+clean-3+b1
has caused the Debian Bug report #671118,
regarding libchewing3: Unable to switch to chewing in ibus. Previous bug was 
not solved it seems.
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.)


-- 
671118: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671118
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libchewing3
Version: 0.3.3-4
Severity: grave
Justification: renders package unusable

Dear Maintainer,
It appears that chewing is still not working in Debian Testing. With the
latest update to libchewing3 and libchewing3-data, chewing was broken. A
bug was reported and in it we were told to wait for the latest
ibus-chewing update or to get it from unstable. I tried the unstable
update and it did not fix the issue. That version is now in testing and
the problem is still there for me. I am unable to get any errors from
the command line, however I can provide a strace log if you like.

My current work-around is downgrading libchewing3 and libchewing3-data
to squeeze's version.

Please take a look at this. Thank you.

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

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

Versions of packages libchewing3 depends on:
ii  libc6  2.13-30
ii  libchewing3-data   0.3.3-4
ii  multiarch-support  2.13-30

libchewing3 recommends no packages.

libchewing3 suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---

I've uploaded ibus-chewing:i386/1.3.10+clean-3+b1 to unstable.

-- 
Kanru


pgpzFD1sT3VRm.pgp
Description: PGP signature
--- End Message ---


Bug#664933: RFS: fceu - Cross-platform Famicom/NES emulator (updated package)

2012-06-02 Thread gregor herrmann
On Sun, 06 May 2012 23:26:43 +, Frédéric Brière wrote:

> On Sun, 06 May 2012 20:01:27 +0200, Alexander Toresson wrote:
> > I am looking for a sponsor for the new version 2.1.5-1 of the package
> > "fceu".
> What a coincidence, I was just about to send you an email with various
> comments on your packaging effort.  I might as well post them here, in
> case anybody else wants to chime in.

Quick remarks:
- This ignores 0.98.12-4 and builds on 0.98.12-3
- There's no indication if it fixes #664933 (that's how I discovered
  the package on mentors)
- The changelog doesn't mention if this is a hostile takeover, a
  friendly salvage or whatever of the package.

I've just uploaded 0.98.12-4.1 to DELAYED/2 to get #664933 fixed.
 
Cheers,
gregor
 
-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Tina Turner: I Want You Near Me


signature.asc
Description: Digital signature


Processed: fceu: diff for NMU version 0.98.12-4.1

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

> tags 664933 + pending
Bug #664933 [src:fceu] fceu: FTBFS: file.c:157:20: error: request for member 
'have' in something not a structure or union
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
664933: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664933
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: Re: Bug#675160: sikuli-ide: unable to process one single instruction, "NoSuchMethodError: org.jruby.ext.posix.POSIX.isNative()Z"

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

> severity 675160 normal
Bug #675160 [sikuli-ide] sikuli-ide: unable to process one single instruction, 
"NoSuchMethodError: org.jruby.ext.posix.POSIX.isNative()Z"
Severity set to 'normal' from 'grave'
> tags 675160 + moreinfo unreproducible
Bug #675160 [sikuli-ide] sikuli-ide: unable to process one single instruction, 
"NoSuchMethodError: org.jruby.ext.posix.POSIX.isNative()Z"
Added tag(s) unreproducible and moreinfo.
> quit
Stopping processing here.

Please contact me if you need assistance.
-- 
675160: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675160
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#675160: sikuli-ide: unable to process one single instruction, "NoSuchMethodError: org.jruby.ext.posix.POSIX.isNative()Z"

2012-06-02 Thread Gilles Filippini
severity 675160 normal
tags 675160 + moreinfo unreproducible
quit


Hi,

hennr a écrit , Le 30/05/2012 11:36:
> Package: sikuli-ide
> Version: 1.0~x~rc3.tesseract3-dfsg1-3
> Severity: grave
> Justification: renders package unusable
> 
> sikuli can't process an application like this one:
> 
> openApp("icedove")
> 
> 
> Full error message is:
> 
> 
> [error] Stopped
> [error] An error occurs at line 1
> [error] Error message:
> Traceback (most recent call last):
> File "", line 1, in
> File "/usr/share/sikuli/Lib/sikuli/__init__.py", line 3, in
> from Sikuli import *
> File "/usr/share/sikuli/Lib/sikuli/Sikuli.py", line 34, in
> from Region import *
> File "/usr/share/sikuli/Lib/sikuli/Region.py", line 9, in
> import inspect
> File "/usr/share/jython/Lib/inspect.py", line 31, in
> import sys, os, types, string, re, dis, imp, tokenize, linecache
> File "/usr/share/jython/Lib/os.py", line 45, in
> from posix import *
> java.lang.NoSuchMethodError: org.jruby.ext.posix.POSIX.isNative()Z
> at org.python.modules.posix.PosixModule.classDictInit(PosixModule.java:106)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> a
> 
> t java.lang.reflect.Method.invoke(Method.java:601)
> at org.python.core.PyJavaType.init(PyJavaType.java:534)
> at org.python.core.PyType.createType(PyType.java:1264)
> at org.python.core.PyType.addFromClass(PyType.java:1201)
> at org.python.core.PyType.fromClass(PyType.java:1291)
> at org.python.core.imp.createFromClass(imp.java:405)
> at org.python.core.imp.loadBuiltin(imp.java:501)
> at org.python.core.imp.find_module(imp.java:452)
> at org.python.core.imp.import_next(imp.java:713)
> at org.python.core.imp.import_name(imp.java:824)
> at org.python.core.imp.importName(imp.java:884)
> at org.python.core.ImportFunction.__call__(__builtin__.java:1220)
> at org.python.core.PyObject.__call__(PyObject.java:357)
> at org.python.core.__builtin__.__import__(__builtin__.java:1173)
> at org.python.core.imp.importAll(imp.java:998)
> at os$py.f$0(/usr/share/jython/Lib/os.py:691)
> at os$py.call_function(/usr/share/jython/Lib/os.py)
> at org.python.core.PyTableCode.call(PyTableCode.java:165)
> at org.python.core.PyCode.call(PyCode.java:18)
> 
> 
> at org.python.core.imp.createFromCode(imp.java:386)
> at org.python.core.imp.createFromSource(imp.java:349)
> at org.python.core.imp.loadFromSource(imp.java:573)
> at org.python.core.imp.find_module(imp.java:473)
> at org.python.core.imp.import_next(imp.java:713)
> at org.python.core.imp.import_name(imp.java:824)
> at org.python.core.imp.importName(imp.java:884)
> at org.python.core.ImportFunction.__call__(__builtin__.java:1220)
> at org.python.core.PyObject.__call__(PyObject.java:357)
> at org.python.core.__builtin__.__import__(__builtin__.java:1173)
> at org.python.core.imp.importOne(imp.java:903)
> at inspect$py.f$0(/usr/share/jython/Lib/inspect.py:903)
> at inspect$py.call_function(/usr/share/jython/Lib/inspect.py)
> at org.python.core.PyTableCode.call(PyTableCode.java:165)
> at org.python.core.PyCode.call(PyCode.java:18)
> at org.python.core.imp.createFromCode(imp.java:386)
> at org.python.core.imp.createFromSource(imp.java:349)
> at org.python.core.imp.loadFromSource(imp.java:573)
> at org.python.core.imp.find_module(i
> 
> mp.java:473)
> at org.python.core.imp.import_next(imp.java:713)
> at org.python.core.imp.import_first(imp.java:743)
> at org.python.core.imp.import_name(imp.java:834)
> at org.python.core.imp.importName(imp.java:884)
> at org.python.core.ImportFunction.__call__(__builtin__.java:1220)
> at org.python.core.PyObject.__call__(PyObject.java:357)
> at org.python.core.__builtin__.__import__(__builtin__.java:1173)
> at org.python.core.imp.importOne(imp.java:903)
> at sikuli.Region$py.f$0(/usr/share/sikuli/Lib/sikuli/Region.py:16)
> at sikuli.Region$py.call_function(/usr/share/sikuli/Lib/sikuli/Region.py)
> at org.python.core.PyTableCode.call(PyTableCode.java:165)
> at org.python.core.PyCode.call(PyCode.java:18)
> at org.python.core.imp.createFromCode(imp.java:386)
> at org.python.core.imp.createFromSource(imp.java:349)
> at org.python.core.imp.loadFromSource(imp.java:576)
> at org.python.core.imp.find_module(imp.java:473)
> at org.python.core.PyModule.impAttr(PyModule.java:100)
> at org.python.core.imp.import_next(imp.java:715)
> at or
> 
> g.python.core.imp.import_name(imp.java:824)
> at org.python.core.imp.importName(imp.java:884)
> at org.python.core.ImportFunction.__call__(__builtin__.java:1220)
> at org.python.core.PyObject.__call__(PyObject.java:357)
> at org.python.core.__builtin__.__import__(__builtin__.java:1173)
> at org.python.core.imp.importAll(imp.java:998)
> at sikuli.Sikuli$py.f$0(/usr/share/sikuli/Lib/sikuli/Sikuli.py:211)
> at sikuli.Sikuli$py.call_function(/usr/share/sikuli/Lib/sikuli/Sikuli.py)
> at org.python.core.PyTableCode.call(PyTable

Bug#675610: Please build cmus without roar for wheezy

2012-06-02 Thread Ron
Package: cmus
Version: 2.4.3-1
Severity: serious

Hi,

We'd like to have nothing depending on roar for wheezy, since it in turn
is insisting on depending on other libraries that we really need to remove
for wheezy, so it may need to be removed as well now.  (among other issues
that people are currently having with it)

cmus is now the last package that needs to be updated for that.  Everything
else is either done, or in the process of being done.  If needed, I'm happy
to send a patch or NMU if that would be helpful.

RC severity mostly so this shows up on the radars of all the right people
crossing off the details we need to finalise for the release.

 Thanks!
 Ron



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



Processed: snort: diff for NMU version 2.9.2.2-1.1

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

> tags 650060 + pending
Bug #650060 [snort] snort: FTBFS with multiarch libmysqlclient-dev
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
650060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650060
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#650060: snort: diff for NMU version 2.9.2.2-1.1

2012-06-02 Thread gregor herrmann
tags 650060 + pending
thanks

Dear maintainer,

I've prepared an NMU for snort (versioned as 2.9.2.2-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Peter Jones: I'd Do It All for You
diff -Nru snort-2.9.2.2/debian/changelog snort-2.9.2.2/debian/changelog
--- snort-2.9.2.2/debian/changelog	2012-05-06 02:12:07.0 +0200
+++ snort-2.9.2.2/debian/changelog	2012-06-02 15:00:48.0 +0200
@@ -1,3 +1,17 @@
+snort (2.9.2.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with multiarch libmysqlclient-dev":
++ apply patch from Ubuntu / Jean-Louis Dupond:
+  - debian/rules: use mysql_config to find libraries to fix FTBFS 
+with multiarch libmysqlclient.
++ debian/control: Build-Depends: drop virtual libmysqlclient15-dev,
+  make libmysqlclient-dev versioned to get mysql_config's --variable= 
+  switch.
+(Closes: #650060)
+
+ -- gregor herrmann   Sat, 02 Jun 2012 14:53:52 +0200
+
 snort (2.9.2.2-1) unstable; urgency=low
 
   * New upstream version (bug fix release)
diff -Nru snort-2.9.2.2/debian/control snort-2.9.2.2/debian/control
--- snort-2.9.2.2/debian/control	2012-03-27 00:14:49.0 +0200
+++ snort-2.9.2.2/debian/control	2012-06-02 14:53:37.0 +0200
@@ -8,7 +8,7 @@
 libpcap0.8-dev, 
 libpcre3-dev, 
 debhelper (>= 5.0.0), 
-libmysqlclient15-dev | libmysqlclient-dev, 
+libmysqlclient-dev (>= 5.5), 
 libpq-dev, 
 po-debconf (>= 0.5.0), 
 libprelude-dev, 
diff -Nru snort-2.9.2.2/debian/rules snort-2.9.2.2/debian/rules
--- snort-2.9.2.2/debian/rules	2012-05-05 23:42:52.0 +0200
+++ snort-2.9.2.2/debian/rules	2012-06-02 14:46:36.0 +0200
@@ -99,9 +99,8 @@
 	./configure $(CONFFLAGS) \
 		--with-mysql \
 		--without-postgresql \
-		--enable-zlib
-# Use this for mysql version in experimental
-#		--with-mysql-libraries=`mysql_config --variable=pkglibdir` 
+		--enable-zlib \
+		--with-mysql-libraries=`mysql_config --variable=pkglibdir` 
 	$(MAKE) 
 	cp src/snort src/snort-mysql
 	touch $@


signature.asc
Description: Digital signature


Processed: reassign 640818 to src:pike7.8, forcibly merging 651317 640818

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

> reassign 640818 src:pike7.8
Bug #640818 [pike7.8] pike7.8 ftbfs with -O2 on i386
Bug reassigned from package 'pike7.8' to 'src:pike7.8'.
No longer marked as found in versions pike7.8/7.8.352-dfsg-4.
Ignoring request to alter fixed versions of bug #640818 to the same values 
previously set
> forcemerge 651317 640818
Bug #651317 [src:pike7.8] pike7.8: FTBFS on i386: Segmentation fault
Bug #640818 [src:pike7.8] pike7.8 ftbfs with -O2 on i386
Severity set to 'serious' from 'important'
671115 was blocked by: 674328 673528 667428 673263 650058 660686 674122 649955 
651110 674309 672714 650060 666331 672619 672950 673264 672716 651317 673262 
674210 672765 661422 673260 673183 673161 649638 668232 673153 672824 672621 
672816 672207 672588
671115 was blocking: 672928
Added blocking bug(s) of 671115: 640818
Marked as found in versions pike7.8/7.8.352-dfsg-4.
Merged 640818 651317
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
640818: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640818
651317: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651317
671115: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671115
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#675569: util-linux: serial console with getty does not work any longer since version 2.20.1-1

2012-06-02 Thread Michael Prokop
* Michael Prokop [Sat Jun 02, 2012 at 09:53:44AM +0200]:

[...]
> * getty of util-linux 2.20.1-1 / 2.20.1-4 / 2.20.1-5 no longer
>   works, it does nothing but after a few seconds the command returns
>   with exit code 1

> * I've also tested new upstream versions 2.21.1 and 2.21.2
>   (built with debian/)

To clarify that: the new upstream versions 2.21.1 and 2.21.2 are
also broken

regards,
-mika-


signature.asc
Description: Digital signature


Processed: block 675431 with 654723 654728 654735 673671, tagging 675431

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

> block 675431 with 654723 654728 654735 673671
Bug #675431 [ftp.debian.org] RM: gcc-4.5 -- superseded by gcc-4.[67]
675431 was not blocked by any bugs.
675431 was not blocking any bugs.
Added blocking bug(s) of 675431: 654728, 654735, 654723, and 673671
> tags 675431 + moreinfo
Bug #675431 [ftp.debian.org] RM: gcc-4.5 -- superseded by gcc-4.[67]
Added tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
675431: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675431
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#675347: marked as done (ruby1.8-dev: rdepends FTBFS because of missing depends on gcc-4.6)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 11:35:53 +
with message-id 
and subject line Bug#675347: fixed in ruby1.8 1.8.7.358-4
has caused the Debian Bug report #675347,
regarding ruby1.8-dev: rdepends FTBFS because of missing depends on gcc-4.6
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.)


-- 
675347: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675347
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ruby1.8
Version: 1.8.7.358-3
Affects: src:ruby-rmagick
Severity: critical
Tags: sid wheezy patch
X-Debbugs-Cc: debian-r...@lists.debian.org
Justification: breaks unrelated software

Hi,

ruby-rmagick now FTBFS against ruby1.8 1.8.7.358-3 in sid.

This is because ruby1.8 forced compilation with gcc-4.6, and that choice
is stored as CONFIG["CC"] on the system's rbconfig.rb.

When building ruby-rmagick, gcc-4.6 might not be available if it is not
the system's default gcc and there is no explicit dependency.  Recently
some arches defaulted to gcc-4.7, but on the other hand sparc still has
gcc-4.4 and has the same issue.

The rbconfig.rb file is owned by libruby1.8 but not all its users may
want to install a compiler.  ruby-rmagick (and presumably others) has a
Depends on ruby1.8-dev which may be a better place for this;  that
package depends on a libruby1.8 of the same package version.

So I think the best solution is for ruby1.8-dev to add a Depends on
gcc-4.6.  Otherwise it only Depends on libc6-dev, which in turn
Recommends any c-compiler where gcc-4.6 might not have otherwise been
chosen as the preferred one.

Build log excerpt:

> ---> ext/RMagick
> /usr/bin/ruby1.8 
> /build/buildd-ruby-rmagick_2.13.1-5-kfreebsd-i386-pbFqNE/ruby-rmagick-2.13.1/ext/RMagick/extconf.rb
> checking for Ruby version >= 1.8.5... yes
> checking for gcc-4.6... no
> No C compiler found in ${ENV['PATH']}. See mkmf.log for details.
> *** 
> /build/buildd-ruby-rmagick_2.13.1-5-kfreebsd-i386-pbFqNE/ruby-rmagick-2.13.1/ext/RMagick/extconf.rb
>  failed ***
> Could not create Makefile due to some reason, probably lack of
> necessary libraries and/or headers.  Check the mkmf.log file for more
> details.  You may need configuration options.

Thanks!

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org
diff --git a/debian/control b/debian/control
index 784eac7..8f20fef 100644
--- a/debian/control
+++ b/debian/control
@@ -58,7 +58,7 @@
 
 Package: ruby1.8-dev
 Architecture: any
-Depends: libruby1.8 (= ${binary:Version}), libc6-dev, ${misc:Depends}
+Depends: libruby1.8 (= ${binary:Version}), libc6-dev, ${misc:Depends}, gcc-4.6
 Recommends: ruby1.8 (= ${binary:Version})
 Provides: ruby-dev
 Description: Header files for compiling extension modules for the Ruby 1.8
diff --git a/debian/rules b/debian/rules
index 04069c8..5b68664 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@
 
 DEB_AUTO_UPDATE_AUTOCONF = YES
 
-CC = gcc-4.6 # see #674541
+CC = gcc-4.6 # see #674541; same version must be in Depends of ruby1.8-dev
 CFLAGS += -fno-strict-aliasing -g
 CXXFLAGS += -fno-strict-aliasing -g
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
--- End Message ---
--- Begin Message ---
Source: ruby1.8
Source-Version: 1.8.7.358-4

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

libruby1.8-dbg_1.8.7.358-4_amd64.deb
  to main/r/ruby1.8/libruby1.8-dbg_1.8.7.358-4_amd64.deb
libruby1.8_1.8.7.358-4_amd64.deb
  to main/r/ruby1.8/libruby1.8_1.8.7.358-4_amd64.deb
libtcltk-ruby1.8_1.8.7.358-4_amd64.deb
  to main/r/ruby1.8/libtcltk-ruby1.8_1.8.7.358-4_amd64.deb
ri1.8_1.8.7.358-4_all.deb
  to main/r/ruby1.8/ri1.8_1.8.7.358-4_all.deb
ruby1.8-dev_1.8.7.358-4_amd64.deb
  to main/r/ruby1.8/ruby1.8-dev_1.8.7.358-4_amd64.deb
ruby1.8-examples_1.8.7.358-4_all.deb
  to main/r/ruby1.8/ruby1.8-examples_1.8.7.358-4_all.deb
ruby1.8-full_1.8.7.358-4_all.deb
  to main/r/ruby1.8/ruby1.8-full_1.8.7.358-4_all.deb
ruby1.8_1.8.7.358-4.debian.tar.gz
  to main/r/ruby1.8/ruby1.8_1.8.7.358-4.debian.tar.gz
ruby1.8_1.8.7.358-4.dsc
  to main/r/ruby1.8/ruby1.8_1.8.7.358-4.dsc
ruby1.8_1.8.7.358-4_amd64.deb
  to main/r/ruby1.8/ruby1.8_1.8.7.358-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 675...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Terceiro  (supplier of updated ruby1.8 package)

(This message was generated automa

Bug#674942: marked as done (ruby blocks buildd for a day (or more))

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 11:35:53 +
with message-id 
and subject line Bug#674942: fixed in ruby1.8 1.8.7.358-4
has caused the Debian Bug report #674942,
regarding ruby blocks buildd for a day (or more)
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.)


-- 
674942: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674942
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ruby1.8
Version: 1.8.7.358-3
Severity: serious

Hi,

auto-building ruby1.8 takes a buildd offline for quite some time. E.g.
on ia64 the build only ended after I killed a 20+-hours running part
of the test suite. Please make sure that all programms started by
ruby1.8 are terminated if they are no longer needed (and/or the build
fails for any reason).


Andi


--- End Message ---
--- Begin Message ---
Source: ruby1.8
Source-Version: 1.8.7.358-4

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

libruby1.8-dbg_1.8.7.358-4_amd64.deb
  to main/r/ruby1.8/libruby1.8-dbg_1.8.7.358-4_amd64.deb
libruby1.8_1.8.7.358-4_amd64.deb
  to main/r/ruby1.8/libruby1.8_1.8.7.358-4_amd64.deb
libtcltk-ruby1.8_1.8.7.358-4_amd64.deb
  to main/r/ruby1.8/libtcltk-ruby1.8_1.8.7.358-4_amd64.deb
ri1.8_1.8.7.358-4_all.deb
  to main/r/ruby1.8/ri1.8_1.8.7.358-4_all.deb
ruby1.8-dev_1.8.7.358-4_amd64.deb
  to main/r/ruby1.8/ruby1.8-dev_1.8.7.358-4_amd64.deb
ruby1.8-examples_1.8.7.358-4_all.deb
  to main/r/ruby1.8/ruby1.8-examples_1.8.7.358-4_all.deb
ruby1.8-full_1.8.7.358-4_all.deb
  to main/r/ruby1.8/ruby1.8-full_1.8.7.358-4_all.deb
ruby1.8_1.8.7.358-4.debian.tar.gz
  to main/r/ruby1.8/ruby1.8_1.8.7.358-4.debian.tar.gz
ruby1.8_1.8.7.358-4.dsc
  to main/r/ruby1.8/ruby1.8_1.8.7.358-4.dsc
ruby1.8_1.8.7.358-4_amd64.deb
  to main/r/ruby1.8/ruby1.8_1.8.7.358-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 674...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Terceiro  (supplier of updated ruby1.8 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 Jun 2012 22:44:42 -0300
Source: ruby1.8
Binary: ruby1.8 libruby1.8 libruby1.8-dbg ruby1.8-dev libtcltk-ruby1.8 
ruby1.8-examples ri1.8 ruby1.8-full
Architecture: source all amd64
Version: 1.8.7.358-4
Distribution: unstable
Urgency: low
Maintainer: akira yamada 
Changed-By: Antonio Terceiro 
Description: 
 libruby1.8 - Libraries necessary to run Ruby 1.8
 libruby1.8-dbg - Debugging symbols for Ruby 1.8
 libtcltk-ruby1.8 - Tcl/Tk interface for Ruby 1.8
 ri1.8  - Ruby Interactive reference (for Ruby 1.8)
 ruby1.8- Interpreter of object-oriented scripting language Ruby 1.8
 ruby1.8-dev - Header files for compiling extension modules for the Ruby 1.8
 ruby1.8-examples - Examples for Ruby 1.8
 ruby1.8-full - Ruby 1.8 full installation
Closes: 674942 675347
Changes: 
 ruby1.8 (1.8.7.358-4) unstable; urgency=low
 .
   * debian/rules: avoid running DRB tests, since they crash and leave runaway
 processes that make buildds hang forever. With this, I expect that we
 don't need to set timeouts for the test suite at all (Closes: #674942).
   * Added patch by Steven Chamberlain to make ruby1.8-dev depend on gcc-4.6,
 since Ruby will hard code that as the compiler for building C extensions.
 Any C extension will FTBFS if gcc-4.6 is not installed (Closes: #675347).
Checksums-Sha1: 
 28491056860380815e42408aa15602898cb2 1888 ruby1.8_1.8.7.358-4.dsc
 78eadf8b8a45e0fbb21fd83d185f72bd1fd7a0de 57617 
ruby1.8_1.8.7.358-4.debian.tar.gz
 1a448e3fd0fdedfbcd309e66635ed20992b2fe02 345194 
ruby1.8-examples_1.8.7.358-4_all.deb
 e4a2d194b9a00092d6f736db40d7340d6318c5d1 1430422 ri1.8_1.8.7.358-4_all.deb
 86610da6227656cb2dccb3e02ab4e8842f4985d7 283640 
ruby1.8-full_1.8.7.358-4_all.deb
 95073e48c628ede107a8e744a7029cf2720ae06f 319770 ruby1.8_1.8.7.358-4_amd64.deb
 672114c433f4b1101cfd58cad84718e1cfbe9c6b 2089564 
libruby1.8_1.8.7.358-4_amd64.deb
 bf212bd83128dc6210e90168b5b4d76b27ea6e5d 1737308 
libruby1.8-dbg_1.8.7.358-4_amd64.deb
 bdd1eee1036082515f52b3c5995971c3dfe5933f 910650 
ruby1.8-dev_1.8.7.358-4_amd64.deb
 9fb11e9e40af5a6d54e1e1d54f986f6f31010f5d 2036256 
libtclt

Processed: Changed severity to serious

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

> severity 668815 serious
Bug #668815 [open-invaders] open-invaders: Uses macro ALLEGRO_LINUX falsely
Severity set to 'serious' from 'normal'
> retitle 668815 "open-invaders FTBFS: Uses macro ALLEGRO_LINUX falsely"
Bug #668815 [open-invaders] open-invaders: Uses macro ALLEGRO_LINUX falsely
Changed Bug title to '"open-invaders FTBFS: Uses macro ALLEGRO_LINUX falsely"' 
from 'open-invaders: Uses macro ALLEGRO_LINUX falsely'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
668815: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668815
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#660686: versioned symbols

2012-06-02 Thread Julien Cristau
On Sat, Jun  2, 2012 at 10:03:54 +0100, Nicholas Bamber wrote:

> Julien,
>   The patch was not as bad as I thought.
> 
> 00022340 gDF .text01b5  libmysqlclient_18 my_connect
> 
> http://anonscm.debian.org/viewvc/pkg-mysql/mysql-5.5/branches/unstable/debian/patches/versioned_symbols.patch?view=markup
> 
> http://anonscm.debian.org/viewvc/pkg-mysql/mysql-5.5/branches/unstable/debian/rules?r1=2127&r2=2131
> 
> http://anonscm.debian.org/viewvc/pkg-mysql/mysql-5.5/branches/unstable/debian/changelog?r1=2128&r2=2131
> 
> But I still need to port this into what we have for
> wheezy/testing/sid and it looks like I need some more tweaks for
> #672359  and possibly a Break against amarok (<< 2.5.0-2).
> 
Sounds good, thanks!

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#673126: marked as done (mediawiki-math: missing in 1.18)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 11:18:05 +
with message-id 
and subject line Bug#673126: fixed in mediawiki-math 2:1.0+git20120528-1
has caused the Debian Bug report #673126,
regarding mediawiki-math: missing in 1.18
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.)


-- 
673126: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673126
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mediawiki
Version: 1:1.18.1-1
Severity: serious

In src:mediawiki 1.18, the mediawiki-math binary package
is missing.

bye,
//mirabilos
-- 
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 54881-314
HRB AG Bonn 5168 • USt-ID (VAT): DE122264941
Geschäftsführer: Boris Esser, Elmar Geese


--- End Message ---
--- Begin Message ---
Source: mediawiki-math
Source-Version: 2:1.0+git20120528-1

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

mediawiki-extensions-math_1.0+git20120528-1_all.deb
  to main/m/mediawiki-math/mediawiki-extensions-math_1.0+git20120528-1_all.deb
mediawiki-math-texvc_1.0+git20120528-1_amd64.deb
  to main/m/mediawiki-math/mediawiki-math-texvc_1.0+git20120528-1_amd64.deb
mediawiki-math_1.0+git20120528-1.debian.tar.gz
  to main/m/mediawiki-math/mediawiki-math_1.0+git20120528-1.debian.tar.gz
mediawiki-math_1.0+git20120528-1.dsc
  to main/m/mediawiki-math/mediawiki-math_1.0+git20120528-1.dsc
mediawiki-math_1.0+git20120528-1_amd64.deb
  to main/m/mediawiki-math/mediawiki-math_1.0+git20120528-1_amd64.deb
mediawiki-math_1.0+git20120528.orig.tar.gz
  to main/m/mediawiki-math/mediawiki-math_1.0+git20120528.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 673...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonathan Wiltshire  (supplier of updated mediawiki-math 
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: Wed, 30 May 2012 23:19:38 +0100
Source: mediawiki-math
Binary: mediawiki-extensions-math mediawiki-math-texvc mediawiki-math
Architecture: source all amd64
Version: 2:1.0+git20120528-1
Distribution: experimental
Urgency: low
Maintainer: Mediawiki Maintenance Team 

Changed-By: Jonathan Wiltshire 
Description: 
 mediawiki-extensions-math - math rendering plugin for MediaWiki (common files)
 mediawiki-math - math rendering plugin for MediaWiki (transitional package)
 mediawiki-math-texvc - math rendering plugin for MediaWiki (texvc binary files)
Closes: 673126 675145
Changes: 
 mediawiki-math (2:1.0+git20120528-1) experimental; urgency=low
 .
   * Initial release in new source package (Closes: #675145, #673126)
Checksums-Sha1: 
 e85593a9f651a704874d2fb2a9c96d69d11b44ed 2110 
mediawiki-math_1.0+git20120528-1.dsc
 974bbde4b827b36231346c5ade99c846dd4301e7 96696 
mediawiki-math_1.0+git20120528.orig.tar.gz
 f226c283e662a1082fa48d43ed951dbdcc47f87e 5250 
mediawiki-math_1.0+git20120528-1.debian.tar.gz
 c7faadd127d478c1167a2c0e44ce62f531662e77 82576 
mediawiki-extensions-math_1.0+git20120528-1_all.deb
 67b5a14d433382196e9cfd8a4e6439c9abda8fc1 178324 
mediawiki-math-texvc_1.0+git20120528-1_amd64.deb
 844225804395d6b41e462678108454df692b00ec 2054 
mediawiki-math_1.0+git20120528-1_amd64.deb
Checksums-Sha256: 
 4b288e1d9cc6f79c23f5caa8b67b2fc38a4c50dd2bfd3b48fa25fd52397675cd 2110 
mediawiki-math_1.0+git20120528-1.dsc
 b268c419010380df368f33e1731526ba951966d8c6d63a112815ee6a0e22417f 96696 
mediawiki-math_1.0+git20120528.orig.tar.gz
 0d9156cda12ba3d3d70dec326b1ad7818e91100ded02fa7ed0289cbd4b2fc93b 5250 
mediawiki-math_1.0+git20120528-1.debian.tar.gz
 7121fb0235508a4a94f1d9b516c704c630c7aff0959dafd2855c1f3241e8773e 82576 
mediawiki-extensions-math_1.0+git20120528-1_all.deb
 4b7921aa4acae404d238610f17405255746c6ba4314e0bf87cf358648ae33651 178324 
mediawiki-math-texvc_1.0+git20120528-1_amd64.deb
 10bab4df2581c08fae6d114655f91618642267d85bda4ce4259254c3da5aff67 2054 
mediawiki-math_1.0+git20120528-1_amd64.deb
Files: 
 dddf3a4be6d861c9caeabc112385bdc3 2110 web extra 
mediawiki-math_1.0+git20120528-1.dsc
 048cbeca0088beda942fab926ebbf8a1 96696 web extra 
mediawiki-math_1.0+git20120528.orig.tar.gz
 7aaca2b45fc791

Bug#674391: marked as done (autofs: FTBFS: dpkg-buildpackage: error: dpkg-source -b autofs-5.0.6 gave error exit status 2)

2012-06-02 Thread Michael Tokarev
Lucas, can you please verify the new release
actually fixes the bug you reported?  We made
some changes in attempt to fix this issue, but
Dmitry says it still fails to build, and I can't
reproduce it locally.

Thank you!

/mjt



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



Bug#647296: ruby1.9.1: FTBFS on amd64: Testsuite hangs

2012-06-02 Thread Antonio Terceiro
Hi,

Steve McIntyre escreveu isso aí:
> unarchive 647296
> reopen 647296
> thanks
> 
> On Fri, Nov 04, 2011 at 08:00:48AM -0700, Daniel Schepler wrote:
> >
> >It was my local rebuild of 3.0.0-2-amd64 version 3.0.0-5.  But I don't know 
> >if 
> >it's very version dependent: the last version of ruby1.9.1 this machine has 
> >built successfuly was 1.9.2.290-2 on Jul 27.
> 
> I'm now seeing exactly this too on a variety of armhf machines, when
> trying to verify that #652674 is fixed. I'm seeing this on abel (armhf
> porter box) right now. I can't see any ruby processes using CPU at
> all, suggesting a locking bug or something(?). Is there in particular
> I could look at to help here?
> 
> Looking for the test code to debug what it's trying to do, I can't
> find anything intelligible, which isn't helping. :-(

I will upload a new upstream version sometime this weekend, which will
probably make this go away. I am not closing this bug explictly in the
changelog, let's wait to see what happens in buildd-land.

-- 
Antonio Terceiro 


signature.asc
Description: Digital signature


Bug#637855: xul-ext-downloadstatusbar/testing is incompatible with iceweasel/testing

2012-06-02 Thread intrigeri
Hi Williams Orellana,

Samuel Hym wrote (03 Feb 2012 02:52:25 GMT) :
> The current version of xul-ext-downloadstatusbar in testing and
> unstable is incompatible with the versions of iceweasel currently in
> testing and unstable.

> Upstream has a version 0.9.10 which is compatible with both.

This bug has been known to be RC for 4 months.
Do you intend to fix it before the Wheezy freeze,
or do you need help?



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



Bug#674391: marked as done (autofs: FTBFS: dpkg-buildpackage: error: dpkg-source -b autofs-5.0.6 gave error exit status 2)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 11:03:10 +
with message-id 
and subject line Bug#674391: fixed in autofs 5.0.6-2
has caused the Debian Bug report #674391,
regarding autofs: FTBFS: dpkg-buildpackage: error: dpkg-source -b autofs-5.0.6 
gave error exit status 2
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.)


-- 
674391: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674391
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: autofs
Version: 5.0.6-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120524 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> make[2]: Entering directory `/«PKGBUILDDIR»'
> autoconf
> autoheader
> rm -rf config.* *.cache
> make[2]: Leaving directory `/«PKGBUILDDIR»'
> make[1]: Leaving directory `/«PKGBUILDDIR»'
>dh_clean
>  dpkg-source -b autofs-5.0.6
> dpkg-source: info: using options from autofs-5.0.6/debian/source/options: 
> --compression=xz
> dpkg-source: info: using source format `3.0 (quilt)'
> dpkg-source: info: building autofs using existing ./autofs_5.0.6.orig.tar.bz2
> dpkg-source: info: local changes detected, the modified files are:
>  autofs-5.0.6/configure
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/autofs_5.0.6-1.diff.W2J5rw
> dpkg-source: info: you can integrate the local changes with dpkg-source 
> --commit
> dpkg-buildpackage: error: dpkg-source -b autofs-5.0.6 gave error exit status 2
> 
> Build finished at 20120523-2040

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/05/24/autofs_5.0.6-1_unstable.log

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.


--- End Message ---
--- Begin Message ---
Source: autofs
Source-Version: 5.0.6-2

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

autofs-hesiod_5.0.6-2_i386.deb
  to main/a/autofs/autofs-hesiod_5.0.6-2_i386.deb
autofs-ldap_5.0.6-2_i386.deb
  to main/a/autofs/autofs-ldap_5.0.6-2_i386.deb
autofs5-hesiod_5.0.6-2_all.deb
  to main/a/autofs/autofs5-hesiod_5.0.6-2_all.deb
autofs5-ldap_5.0.6-2_all.deb
  to main/a/autofs/autofs5-ldap_5.0.6-2_all.deb
autofs5_5.0.6-2_all.deb
  to main/a/autofs/autofs5_5.0.6-2_all.deb
autofs_5.0.6-2.debian.tar.xz
  to main/a/autofs/autofs_5.0.6-2.debian.tar.xz
autofs_5.0.6-2.dsc
  to main/a/autofs/autofs_5.0.6-2.dsc
autofs_5.0.6-2_i386.deb
  to main/a/autofs/autofs_5.0.6-2_i386.deb



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

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

Debian distribution maintenance software
pp.
Michael Tokarev  (supplier of updated autofs package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 May 2012 10:53:13 +0400
Source: autofs
Binary: autofs autofs-ldap autofs-hesiod autofs5 autofs5-ldap autofs5-hesiod
Architecture: source i386 all
Version: 5.0.6-2
Distribution: unstable
Urgency: low
Maintainer: Dmitry Smirnov 
Changed-By: Michael Tokarev 
Description: 
 autofs - kernel-based automounter for Linux
 autofs-hesiod - Hesiod map support for autofs
 autofs-ldap - LDAP map support for autofs
 autofs5- transitional dummy package for 'autofs'
 autofs5-hesiod - transitional dummy package for 'autofs-hesiod'
 autofs5-ldap - transitional dummy package for 'autofs-ldap'
Closes: 603092 673796 674391
Changes: 
 autofs (5.0.6-2) unstable; urgency=low
 .
   [Dmitry Smirnov]
   * minor update to 'manpages.patch' (Closes: #603092)
   * added VCS links
 .
   [Michael Tokarev]
   * conffile installation:
 - do no ship /etc/default/autofs (Closes: #673796)
 - install /etc/init.d/autofs manually (dh_installinit have issue finding 
it)
 - removed ugly symlinks debian/autofs.{default,init}
 - list bin pro

Bug#674325: marked as done (digikam: FTBFS: opencv not found)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 11:03:52 +
with message-id 
and subject line Bug#674325: fixed in digikam 4:2.6.0~rc-4
has caused the Debian Bug report #674325,
regarding digikam: FTBFS: opencv not found
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.)


-- 
674325: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674325
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: digikam
Version: 4:2.6.0~rc-3
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120524 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> make[1]: Entering directory `/«PKGBUILDDIR»'
> LDFLAGS=" -Wl,--as-needed" dh_auto_configure --buildsystem=kde -- 
> -DDIGIKAMSC_COMPILE_DOC=on -DDIGIKAMSC_COMPILE_PO=on
> -- The C compiler identification is GNU 4.7.0
> -- The CXX compiler identification is GNU 4.7.0
> -- Check for working C compiler: /usr/bin/gcc
> -- Check for working C compiler: /usr/bin/gcc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: /usr/bin/c++
> -- Check for working CXX compiler: /usr/bin/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- Looking for Q_WS_X11
> -- Looking for Q_WS_X11 - found
> -- Looking for Q_WS_WIN
> -- Looking for Q_WS_WIN - not found.
> -- Looking for Q_WS_QWS
> -- Looking for Q_WS_QWS - not found.
> -- Looking for Q_WS_MAC
> -- Looking for Q_WS_MAC - not found.
> -- Found Qt-Version 4.8.1 (using /usr/bin/qmake)
> -- Looking for XOpenDisplay in 
> /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so;/usr/lib/x86_64-linux-gnu/libXft.so;/usr/lib/x86_64-linux-gnu/libXau.so;/usr/lib/x86_64-linux-gnu/libXdmcp.so
> -- Looking for XOpenDisplay in 
> /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so;/usr/lib/x86_64-linux-gnu/libXft.so;/usr/lib/x86_64-linux-gnu/libXau.so;/usr/lib/x86_64-linux-gnu/libXdmcp.so
>  - found
> -- Looking for gethostbyname
> -- Looking for gethostbyname - found
> -- Looking for connect
> -- Looking for connect - found
> -- Looking for remove
> -- Looking for remove - found
> -- Looking for shmat
> -- Looking for shmat - found
> -- Looking for IceConnectionNumber in ICE
> -- Looking for IceConnectionNumber in ICE - found
> -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
> -- Looking for include file pthread.h
> -- Looking for include file pthread.h - found
> -- Looking for pthread_create
> -- Looking for pthread_create - not found.
> -- Looking for pthread_create in pthreads
> -- Looking for pthread_create in pthreads - not found
> -- Looking for pthread_create in pthread
> -- Looking for pthread_create in pthread - found
> -- Found Threads: TRUE  
> -- Looking for _POSIX_TIMERS
> -- Looking for _POSIX_TIMERS - found
> -- Found Automoc4: /usr/bin/automoc4 
> -- Found Perl: /usr/bin/perl (found version "5.14.2") 
> -- Found Phonon: /usr/include 
> -- Performing Test _OFFT_IS_64BIT
> -- Performing Test _OFFT_IS_64BIT - Success
> -- Performing Test HAVE_FPIE_SUPPORT
> -- Performing Test HAVE_FPIE_SUPPORT - Success
> -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
> -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
> -- Performing Test __KDE_HAVE_GCC_VISIBILITY
> -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
> -- Found KDE 4.7 include dir: /usr/include
> -- Found KDE 4.7 library dir: /usr/lib
> -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
> -- Found automoc4: /usr/bin/automoc4
> -- Local kdegraphics libraries will be compiled... NO
> -- Handbooks will be compiled. YES
> -- Extract translations files. NO
> -- Translations will be compiled.. YES
> -- 
> --
> -- Starting CMake configuration for: libmediawiki
> -- checking for module 'QJson>=0.7'
> --   found QJson, version 0.7.1
> -- Found QJSON: /usr/lib/x86_64-linux-gnu/libqjson.so  (found version 
> "0.7.1", required is "0.7")
> 
> -
> -- The following external packages were located on your system.
> -- This installation will have the extra features provided by these packages.
> -
>* QJSON - Qt library for handling JSON data
> 
> 

Bug#670454: marked as done (digikam: FTBFS on mips ("error: #error Unable to figure out byte order."))

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 11:03:52 +
with message-id 
and subject line Bug#670454: fixed in digikam 4:2.6.0~rc-4
has caused the Debian Bug report #670454,
regarding digikam: FTBFS on mips ("error: #error Unable to figure out byte 
order.")
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.)


-- 
670454: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670454
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: digikam
Version: 4:2.6.0~beta3-1
Severity: serious
Tags: wheezy sid

Hi,

digikam FTBFS on mips.  From the most recent build log:

[ 70%] Building CXX object 
extra/kipi-plugins/dngconverter/CMakeFiles/libdng.dir/dngwriter/extra/dng_sdk/dng_1d_function.cpp.o
cd 
"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/obj-mips-linux-gnu/extra/kipi-plugins/dngconverter"
 && /usr/bin/c++   -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DQT_NO_STL 
-DQT_NO_CAST_TO_ASCII -D_REENTRANT -DKDE_DEPRECATED_WARNINGS 
-DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=48 -DKDE_DEFAULT_DEBUG_AREA=51000 
-DAREA_CODE_GENERAL=51000 -DAREA_CODE_LOADING=51001 -DQT_USE_FAST_CONCATENATION 
-DQT_USE_FAST_OPERATOR_PLUS -DUNIX_ENV=1 -DqWinOS=0 -DqMacOS=0 
-DqDNGUseStdInt=1 -DqDNGThreadSafe=1 -DqDNGDebug=0 -DqDNGValidateTarget=1 
-Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts 
-Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS 
-fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics 
-fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DNDEBUG 
-DQT_NO_DEBUG 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/obj-mips-linux-gnu/extra/kipi-plugins/dngconverter"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/extra/kipi-plugins/dngconverter"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/extra/kipi-plugins/common/libkipiplugins"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/obj-mips-linux-gnu/extra/kipi-plugins/common/libkipiplugins"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/extra/kipi-plugins/common/libkipiplugins/dialogs"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/obj-mips-linux-gnu/extra/kipi-plugins/common/libkipiplugins/dialogs"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/extra/kipi-plugins/common/libkipiplugins/widgets"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/obj-mips-linux-gnu/extra/kipi-plugins/common/libkipiplugins/widgets"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/extra/kipi-plugins/common/libkipiplugins/tools"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/obj-mips-linux-gnu/extra/kipi-plugins/common/libkipiplugins/tools"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/extra/kipi-plugins/common/libkipiplugins/tools/threads"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/obj-mips-linux-gnu/extra/kipi-plugins/common/libkipiplugins/tools/threads"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/extra/kipi-plugins/common/libkipiplugins/tools/imageio"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/obj-mips-linux-gnu/extra/kipi-plugins/common/libkipiplugins/tools/imageio"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/extra/kipi-plugins/dngconverter/dngwriter/extra/md5"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/extra/kipi-plugins/dngconverter/dngwriter/extra/xmp_sdk/XMPCore"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/extra/kipi-plugins/dngconverter/dngwriter/extra/xmp_sdk/common"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/extra/kipi-plugins/dngconverter/dngwriter/extra/xmp_sdk/include"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/extra/kipi-plugins/dngconverter/dngwriter/extra/xmp_sdk/include/client-glue"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/extra/kipi-plugins/dngconverter/dngwriter/extra/dng_sdk"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/extra/kipi-plugins/dngconverter/dngwriter"
 
-I"/build/buildd2-digikam_2.6.0~beta3-1-mips-lLh9H8/digikam-2.6.0~beta3/extra/kipi-plugins/dngconverter/plugin"
 -I/usr/include/opencv -I/usr/include/KDE -I/usr/include/qt4/phonon 
-I/usr/include/qt4/QtXmlPatterns -I/usr/includ

Bug#673796: marked as done (autofs5: prompting due to modified conffiles which were not modified by the user)

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 11:03:10 +
with message-id 
and subject line Bug#673796: fixed in autofs 5.0.6-2
has caused the Debian Bug report #673796,
regarding autofs5: prompting due to modified conffiles which were not modified 
by the user
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.)


-- 
673796: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673796
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: autofs5,autofs5-ldap,autofs5-hesiod
Version: 5.0.6-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed the piuparts
upgrade test because dpkg detected a conffile as being modified and then
prompted the user for an action. As there is no user input, this fails.
But this is not the real problem, the real problem is that this prompt
shows up in the first place, as there was nobody modifying this conffile
at all, the package has just been installed and upgraded...

This is a violation of policy 10.7.3, see
http://www.debian.org/doc/debian-policy/ch-files.html#s10.7.3,
which says "[These scripts handling conffiles] must not ask unnecessary
questions (particularly during upgrades), and must otherwise be good
citizens."

http://wiki.debian.org/DpkgConffileHandling should help with figuring
out how to do this properly.

In http://lists.debian.org/debian-devel/2009/08/msg00675.html and
followups it has been agreed that these bugs are to be filed with
severity serious.

>From the attached log (scroll to the bottom...):

  Setting up autofs (5.0.6-1) ...
  
  Configuration file `/etc/default/autofs'
   ==> File on system created by you or by a script.
   ==> File also in package provided by package maintainer.
 What would you like to do about it ?  Your options are:
  Y or I  : install the package maintainer's version
  N or O  : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
   The default action is to keep your current version.
  *** autofs (Y/I/N/O/D/Z) [default=N] ? dpkg: error processing autofs 
(--configure):
   EOF on stdin at conffile prompt

Looks like a migration path is missing for /etc/default/autofs that was
shipped in the old autofs5 packages.
As this is now managed by ucf, probably only the old md5sums need to be
added ...


cheers,

Andreas


autofs5_5.0.6-1.log.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---
Source: autofs
Source-Version: 5.0.6-2

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

autofs-hesiod_5.0.6-2_i386.deb
  to main/a/autofs/autofs-hesiod_5.0.6-2_i386.deb
autofs-ldap_5.0.6-2_i386.deb
  to main/a/autofs/autofs-ldap_5.0.6-2_i386.deb
autofs5-hesiod_5.0.6-2_all.deb
  to main/a/autofs/autofs5-hesiod_5.0.6-2_all.deb
autofs5-ldap_5.0.6-2_all.deb
  to main/a/autofs/autofs5-ldap_5.0.6-2_all.deb
autofs5_5.0.6-2_all.deb
  to main/a/autofs/autofs5_5.0.6-2_all.deb
autofs_5.0.6-2.debian.tar.xz
  to main/a/autofs/autofs_5.0.6-2.debian.tar.xz
autofs_5.0.6-2.dsc
  to main/a/autofs/autofs_5.0.6-2.dsc
autofs_5.0.6-2_i386.deb
  to main/a/autofs/autofs_5.0.6-2_i386.deb



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

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

Debian distribution maintenance software
pp.
Michael Tokarev  (supplier of updated autofs package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 May 2012 10:53:13 +0400
Source: autofs
Binary: autofs autofs-ldap autofs-hesiod autofs5 autofs5-ldap autofs5-hesiod
Architecture: source i386 all
Version: 5.0.6-2
Distribution: unstable
Urgency: low
Maintainer: Dmitry Smirnov 
Changed-By: Michael Tokarev 
Description: 
 autofs - kernel-based automounter for Linux
 autofs-hesiod - Hesiod map support for autofs
 autofs-ldap - LDAP map support for autofs
 autofs5- transitional dummy package for 'autofs'
 autofs5-hesiod - transitional dummy package for 'autofs-hesiod'
 autofs5-ldap - transitional dummy package for 'autofs-ldap'
Closes: 603092 673796 674391
Changes: 
 autofs (5.0.6-2) unstable; urgency=lo

Bug#675125: libslang2: jed fails to start with latest libslang2 (2.2.4-12)

2012-06-02 Thread Alastair McKinstry
Hi,

I cannot repeat this problem with slang 2.2.4-12 :

root@debian:/home/amckinstry/slang/11# jed --version
jed version: 0.99.19/Unix
 Compiled with GNU C 4.6
S-Lang version: 2.2.4

jed compile-time options:
 +LINE_ATTRIBUTES +BUFFER_LOCAL_VARS +SAVE_NARROW +TTY_MENUS
 +EMACS_LOCKING +MULTICLICK +SUBPROCESSES +DFA_SYNTAX +ABBREVS
 +COLOR_COLUMNS +LINE_MARKS +GPM_MOUSE +IMPORT

Using JED_ROOT=/usr/share/jed
root@debian:/home/amckinstry/slang/11# jed -batch -quiet -f
'vmessage("%S",_slang_install_prefix)'
loading /usr/share/jed/lib/site.slc
loading /usr/share/jed/lib/os.sl
loading /usr/share/jed/lib/menus.slc
loading /usr/share/jed/lib/defaults.sl
loading /etc/jed.d/05jed-common.sl
Reading -quiet
loading /usr/share/jed/lib/textmode.slc
loading /usr/share/jed/lib/modeinfo.slc
/usr


Can you please send a copy of your .jedrc ?


Thanks
Alastair

On 2012-05-30 00:38, Omen Wild wrote:
> Package: libslang2
> Version: 2.2.4-12
> Severity: grave
> Justification: renders package unusable
>
> Dear Maintainer,
>
> With the latest version of libslang2 (2.2.4-12) jed fails to start.
> When I try to load a new instance I get the following errors:
> --- begin
> Unable to open emacs.  Check the value of the S-Lang load path.
> Unable to open modeinfo.  Check the value of the S-Lang load path.
> Open failed
> --- end
>
> Attempting to debug the S-Lang load path shows:
> --- begin
> 0 > jed -batch -quiet -f 'vmessage("%S",_slang_install_prefix)'
> loading /usr/share/jed/lib/site.sl
> loading /usr/share/jed/lib/os.sl
> loading /usr/share/jed/lib/menus.sl
> loading /home/omen/.jedrc
> Reading -quiet
> Unable to open textmode.  Check the value of the S-Lang load path.
> --- end
>
> The problem seems to be that the /etc/jed.d/ files are not loaded.
> Downgrading libslang2 to 2.2.4-10 makes the problem go away and jed
> functions correctly.
>
> -- System Information:
> Debian Release: wheezy/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 3.3.4-ck1-1 (SMP w/8 CPU cores)
> Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
> Shell: /bin/sh linked to /bin/bash
>
> Versions of packages libslang2 depends on:
> ii  libc6  2.13-32
> ii  multiarch-support  2.13-32
>
> Versions of packages libslang2 recommends:
> ii  libpng12-0  1.2.49-1
>
> libslang2 suggests no packages.
>
> -- no debconf information
>
>


-- 
Alastair McKinstry  ,  , 
http://blog.sceal.ie

Anyone who believes exponential growth can go on forever in a finite world
is either a madman or an economist - Kenneth Boulter, Economist.





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



Bug#669501: marked as done (linphone: FTBFS: linphonec.c:1432: undefined reference to `rl_attempted_completion_over')

2012-06-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jun 2012 10:47:31 +
with message-id 
and subject line Bug#669501: fixed in linphone 3.5.2-9
has caused the Debian Bug report #669501,
regarding linphone: FTBFS: linphonec.c:1432: undefined reference to 
`rl_attempted_completion_over'
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.)


-- 
669501: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669501
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: linphone
Version: 3.5.2-8
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120419 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 -DHAVE_CONFIG_H -I. -I.. -I.. -I../coreapi -I../oRTP/include -I../exosip 
> -I../mediastreamer2/include   -Wall  -DIN_LINPHONE -DENABLE_TRACE 
> -D_ORTP_SOURCE   -DOSIP_MT -DHAVE_PTHREAD-g -O2 -c -o 
> linphonec-commands.o `test -f 'commands.c' || echo './'`commands.c
>   CCLD   linphonec
> linphonec-linphonec.o: In function `linephonec_readline_completion':
> /«PKGBUILDDIR»/console/linphonec.c:1432: undefined reference to 
> `rl_attempted_completion_over'
> linphonec-linphonec.o: In function `linphonec_finish_readline':
> /«PKGBUILDDIR»/console/linphonec.c:1092: undefined reference to 
> `stifle_history'
> /«PKGBUILDDIR»/console/linphonec.c:1093: undefined reference to 
> `write_history'
> linphonec-linphonec.o: In function `linphonec_prompt_for_auth_final':
> /«PKGBUILDDIR»/console/linphonec.c:839: undefined reference to `rl_event_hook'
> /«PKGBUILDDIR»/console/linphonec.c:840: undefined reference to `rl_event_hook'
> /«PKGBUILDDIR»/console/linphonec.c:889: undefined reference to 
> `rl_line_buffer'
> /«PKGBUILDDIR»/console/linphonec.c:890: undefined reference to `rl_event_hook'
> linphonec-linphonec.o: In function `linphonec_idle_call':
> /«PKGBUILDDIR»/console/linphonec.c:1031: undefined reference to 
> `rl_inhibit_completion'
> /«PKGBUILDDIR»/console/linphonec.c:1035: undefined reference to 
> `rl_inhibit_completion'
> linphonec-linphonec.o: In function `linphonec_readline':
> /«PKGBUILDDIR»/console/linphonec.c:557: undefined reference to `readline'
> linphonec-linphonec.o: In function `linephonec_readline_completion':
> /«PKGBUILDDIR»/console/linphonec.c:1439: undefined reference to 
> `rl_completion_matches'
> linphonec-linphonec.o: In function `linphonec_initialize_readline':
> /«PKGBUILDDIR»/console/linphonec.c:1059: undefined reference to 
> `rl_readline_name'
> /«PKGBUILDDIR»/console/linphonec.c:1062: undefined reference to 
> `rl_set_keyboard_input_timeout'
> /«PKGBUILDDIR»/console/linphonec.c:1063: undefined reference to 
> `rl_event_hook'
> /«PKGBUILDDIR»/console/linphonec.c:1068: undefined reference to `read_history'
> /«PKGBUILDDIR»/console/linphonec.c:1074: undefined reference to 
> `rl_attempted_completion_function'
> linphonec-linphonec.o: In function `linphonec_main_loop':
> /«PKGBUILDDIR»/console/linphonec.c:1149: undefined reference to `add_history'
> linphonec-commands.o: In function `lpc_cmd_codec':
> /«PKGBUILDDIR»/console/commands.c:2138: undefined reference to 
> `rl_inhibit_completion'
> /«PKGBUILDDIR»/console/commands.c:2143: undefined reference to 
> `rl_inhibit_completion'
> /«PKGBUILDDIR»/console/commands.c:2143: undefined reference to 
> `rl_inhibit_completion'
> linphonec-commands.o: In function `lpc_cmd_proxy':
> /«PKGBUILDDIR»/console/commands.c:1050: undefined reference to 
> `rl_inhibit_completion'
> /«PKGBUILDDIR»/console/commands.c:1054: undefined reference to 
> `rl_inhibit_completion'
> collect2: ld returned 1 exit status

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/04/19/linphone_3.5.2-8_unstable.log

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.


--- End Message ---
--- Begin Message ---
Source: linphone
Source-Version: 3.5.2-9

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

liblinphone-dev_3.5.2-9_amd64.deb
  to main/l/linphone/liblinphone-dev_3.5.2-9_amd64.deb
liblinphone4_3.5.2-9_amd64.deb
  to main/l/linphone/liblinphone4_3.5.2-9_amd64.deb
libmediastreamer-dev_3.5.2-9_amd64.deb
  to main/l/linphone/libmediastreamer-dev_3.5.2-9_amd64.deb
libmedia

  1   2   >