Bug#641521: procinfo: Fails to build with --as-needed link option

2011-09-14 Thread Martin Pitt
Package: procinfo
Version: 2.0.304-1
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch oneiric

Hello,

In https://launchpad.net/bugs/771106  it was reported that procinfo
fails to build when linking with --as-needed:

/tmp/cc4FCBB7.o: In function `mainLoop(bool, bool, bool, bool, bool, bool, 
bool, bool, bool, unsigned int, std::vector > const&)':
/build/buildd/procinfo-2.0.304/procinfo.cpp:220: undefined reference to 
`refresh'
/build/buildd/procinfo-2.0.304/procinfo.cpp:222: undefined reference to `erase'
/tmp/cc4FCBB7.o: In function `main':
/build/buildd/procinfo-2.0.304/procinfo.cpp:375: undefined reference to `clear'
/tmp/cc4FCBB7.o: In function `resetConsole':
/build/buildd/procinfo-2.0.304/lib/prettyPrint.cpp:60: undefined reference to 
`endwin'
/tmp/cc4FCBB7.o: In function `initConsole':
/build/buildd/procinfo-2.0.304/lib/prettyPrint.cpp:52: undefined reference to 
`initscr'
/build/buildd/procinfo-2.0.304/lib/prettyPrint.cpp:54: undefined reference to 
`cbreak'
collect2: ld returned 1 exit status
make[1]: *** [procinfo] Error 1

Please see http://wiki.debian.org/ToolChain/DSOLinking for details.

Attached patch fixes the link order to build with --as-needed as well.

Thanks for considering,

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
=== modified file 'Makefile.in'
--- Makefile.in 2009-05-03 23:34:49 +
+++ Makefile.in 2011-09-14 06:53:49 +
@@ -44,7 +44,7 @@
 cygwin_procstat.cpp cygwin_rendercpupagestat.cpp \
 lib/routines.cpp lib/timeRoutines.cpp lib/prettyPrint.cpp \
 Makefile
-   $(CXX) $(CFLAGS) $(LDFLAGS) procinfo.cpp -o $@
+   $(CXX) $(CFLAGS) procinfo.cpp $(LDFLAGS) -o $@
 
 #procinfo.o: procinfo.cpp procinfo.h
 #  $(XX) $(CFLAGS) procinfo.cpp -o procinfo.o

=== modified file 'debian/changelog'
--- debian/changelog2009-05-03 23:34:49 +
+++ debian/changelog2011-09-14 06:53:49 +
@@ -1,3 +1,10 @@
+procinfo (1:2.0.304-1ubuntu1) UNRELEASED; urgency=low
+
+  * Makefile.in: Fix link order so that this builds with --as-needed.
+(LP: #771106)
+
+ -- Martin Pitt   Wed, 14 Sep 2011 08:53:26 +0200
+
 procinfo (1:2.0.304-1) unstable; urgency=low
 
   * [9413c06] New Upstream Version 2.0.304



signature.asc
Description: Digital signature


Bug#485659: initscripts: Non-NFS network filesystems are not mounted on boot

2011-09-14 Thread Dagobert
Hi,

I tried to solve the problem by setting the option "bg" in the fstab for my NFS 
shares. It is not helping.
The provided solution above helped.

Regards



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



Bug#641522: RM: ttf-lindenhill -- ROM; Replaced by fonts-lindenhill

2011-09-14 Thread Christian Perrier
Package: ftp.debian.org
Severity: normal


+ for font packages renaming (last one for today)



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



Bug#641523: RM: ttf-jura -- ROM; Replaced by fonts-jura

2011-09-14 Thread Christian Perrier
Package: ftp.debian.org
Severity: normal


+4 for font packages renaming (this one was maintained by tarzeau and
he transferred the maintenance under pkg-fonts umbrella)



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



Bug#641524: RM: ttf-fanwood -- ROM; Replaced by fonts-fanwood

2011-09-14 Thread Christian Perrier
Package: ftp.debian.org
Severity: normal


+5 for font packages renaming (another package originally maintained
by tarzeau)



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



Bug#641525: RM: ttf-gfs-porson -- ROM; Replaced by fonts-gfs-porson

2011-09-14 Thread Christian Perrier
Package: ftp.debian.org
Severity: normal


+1 to renamed fonts..:-)



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



Bug#636396: mercurial: Cloning fails with: mpatch.mpatchError: patch cannot be decoded

2011-09-14 Thread Arno Huggenfeld

Ok,

third try.


As it seems that my first two mails vanished in the spam filter, next try with 
different settings.

I discovered by chance that mercurial is working after

# echo 2 > /proc/cpu/alignment
(meaning fix problem, default 0 means do nothing)

which strongly suggests that there is an alignment problem in mpatch.c . Most 
of the times it is code which implicitly relies on a specific alignment of 
structure members or array elements, which is not standardized and cpu, os and 
compiler specific. 
http://netwinder.osuosl.org/users/b/brianbr/public_html/alignment.html and 
http://lecs.cs.ucla.edu/wiki/index.php have good explanations.

Cheers
Arno

I did some experiments with various versions:

1.8.3-1 (wheezy): only working with echo 2 > /proc/cpu/alignment
1.8.4+174-6ab8b17adc03 (upstream hg-stable): only working with echo 2 > 
/proc/cpu/alignment
1.9.1 (upstream previous release): only working with echo 2 > 
/proc/cpu/alignment
1.9.1-2 (sid): only working with echo 2 > /proc/cpu/alignment
1.9.2 (upstream latest release): working
1.9.2+17-d23dfcbb8840+20110912 (upstream main): working

All tests were limited to hg verify on a small repository. It is not mentioned 
in the release notes but something was fixed between 1.9.1 and 1.9.2. Therefore 
I suggest Debian upgrading to 1.9.2.

Cheers
Arno

  


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



Bug#641526: python3.2: new upstream version / big delay on 3.2 in testing

2011-09-14 Thread Stephen Gava
Package: python3.2
Version: 3.2.1~rc1-1
Severity: wishlist

Hi there,

as you would know, version 3.2 final is released last week.

Is there any update available on when 3.2 final will be packaged, and
more importantly, when the clash with python3-profiler will be
resolved so that python3.2 can be available in testing?

Thanks,
Stephen.



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

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

Versions of packages python3.2 depends on:
ii  libbz2-1.0 1.0.5-6
ii  libc6  2.13-18
ii  libdb5.1   5.1.25-11  
ii  libncursesw5   5.9-1  
ii  libreadline6   6.2-4  
ii  libsqlite3-0   3.7.7-2
ii  mime-support   3.51-1 
ii  python3.2-minimal  3.2.1~rc1-1

python3.2 recommends no packages.

Versions of packages python3.2 suggests:
pn  binutils2.21.52.20110606-2
pn  python3.2-doc   3.2.1~rc1-1   
pn  python3.2-profiler  

-- no debconf information



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



Bug#641526: typo sorry

2011-09-14 Thread Stephen Gava
Hi again, sorry in the bug report I mentioned python3.2 three times when 
i mean python3.2.2 , hope that makes it clearer.


Cheers,
Stephen.



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



Bug#641527: policykit-1: man page for pkaction seems to confuse some option

2011-09-14 Thread Heiko Schlittermann
Package: policykit-1
Version: 0.96-4
Severity: normal
Tags: upstream


The man page about pkaction states:

DESCRIPTION
… if called with --action-id then all
actions are displayed. Otherwise the action action. 
If called without the --verbose option only the name of the
action is shown. Otherwise details about the actions are shown.

I'd say it should read:

… if called without --action-id then all
actions are displayed. Otherwise the action *action*.

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

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

Versions of packages policykit-1 depends on:
ii  consolekit 0.4.1-4   framework for defining and trackin
ii  dbus   1.2.24-4+squeeze1 simple interprocess messaging syst
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libeggdbus-1-0 0.6-1 D-Bus bindings for GObject
ii  libexpat1  2.0.1-7   XML parsing C library - runtime li
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libpam0g   1.1.1-6.1 Pluggable Authentication Modules l
ii  libpolkit-backend-1-0  0.96-4PolicyKit backend API
ii  libpolkit-gobject-1-0  0.96-4PolicyKit Authorization API

policykit-1 recommends no packages.

policykit-1 suggests no packages.

-- no debconf information



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



Bug#641504: ITP: libgetdata -- Library to read/write dirfile data

2011-09-14 Thread Steffen Möller
On 09/14/2011 12:35 AM, Michael Milligan wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Michael Milligan 
>
>
> * Package name: libgetdata
>   Version : 0.7.3
>   Upstream Author : D. V. Wiebe 
> * URL : http://getdata.sourceforge.net/
> * License : LGPL
>   Programming Lang: C with bindings (C++, Python, Fortran 77/95)
>   Description : Library to read/write dirfile data
>
> The GetData Project is the reference implementation of the Dirfile
> Standards, a filesystem-based, column-oriented database format for
> time-ordered binary data. The Dirfile database format is designed to
> provide a fast, simple format for storing and reading data.
>
> This package would resolve bug #556990.
>
Go ahead with it all, just please be aware of the Debian Med's home grown
wiki.debian.org/getData initiative. Seeing you in an astro environment,
there
is probably quite some overlap of interest in either of our respective prime
user group, I presume.

While we do not have a technical name conflict, we should nonetheless
think of something here. Maybe public-getdata?

Best,

Steffen



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



Bug#638656: closed by Ben Hutchings (Bug#638656: fixed in linux-2.6 2.6.32-36)

2011-09-14 Thread Pascal Hambourg
Hello,

Debian Bug Tracking System a écrit :
>* Add longterm release 2.6.32.44, including:
[...]
>  - atm: [br2684] allow routed mode operation again

Note that this also fixes bug #636781.



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



Bug#641528: strange output from fwlogwatch

2011-09-14 Thread Stephan Goll
Package: fwlogwatch
Version: 1.1-4.1
Severity: normal
Tags: l10n


When running /usr/sbin/fwlogwatch -dDnw (from cron or from the console) I 
sometimes get strange output (see example below):

Generated Wednesday September 14 08:45:59 GMT-1 ^F^H[pN by root.

After the timezone normally the year is written, but "^F^H[pN" does not 
even look like a number. One can verify this strange behavior at 
http://preussencrew[2|3].homelinux.org/firewall.html (both systems are mine, 
both systems have an nearly identical setup). I would think it may be related 
to my language setting which is C. It may be a lenght problem from the words 
"Wednesday September" but I'm not a programmer.
Best regards,
Stephan

-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (500, 'stable'), (100, 'oldstable')
Architecture: i386 (i586)

Kernel: Linux 2.6.32
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages fwlogwatch depends on:
ii  debconf [debconf-2.0]   1.5.36.1 Debian configuration management sy
ii  exim4-daemon-light [mai 4.72-6+squeeze2  lightweight Exim MTA (v4) daemon
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  rsyslog [system-log-dae 4.6.4-2  enhanced multi-threaded syslogd
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

fwlogwatch recommends no packages.

fwlogwatch suggests no packages.

-- Configuration Files:
/etc/fwlogwatch/fwlogwatch.config changed:
input = /var/log/firewall.log
pidfile = /var/run/fwlogwatch.pid


-- debconf information:
  fwlogwatch/email: root@localhost
  fwlogwatch/respond: no
  fwlogwatch/notify: no
  fwlogwatch/realtime: false
  fwlogwatch/buildconfig: true
  fwlogwatch/cron_parameters:
  fwlogwatch/cron_email: none



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



Bug#641529: /usr/sbin/alsactl: alsactl offers command "name", but it is deprecated and does not exist anymore

2011-09-14 Thread Heiko Schlittermann
Package: alsa-utils
Version: 1.0.23-3
Severity: normal
File: /usr/sbin/alsactl
Tags: upstream


"alsactl -h" offers the available commands. It offers the 
command "name", as DEPRECATED. But this command is not only deprecated, 
it does not exist anymore. To probably it should not be offered at
all.


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

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

Versions of packages alsa-utils depends on:
ii  libasound2  1.0.23-2.1   shared library for ALSA applicatio
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libncursesw55.7+20100313-5   shared libraries for terminal hand
ii  linux-sound-base1.0.23+dfsg-2base package for ALSA and OSS soun
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  module-init-tools   3.12-1   tools for managing Linux kernel mo
ii  udev164-3/dev/ and hotplug management daemo
ii  whiptail0.52.11-1Displays user-friendly dialog boxe

Versions of packages alsa-utils recommends:
ii  alsa-base  1.0.23+dfsg-2 ALSA driver configuration files
ii  pciutils   1:3.1.7-6 Linux PCI Utilities

alsa-utils suggests no packages.

-- no debconf information



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



Bug#641530: fop: fails with java.lang.IllegalArgumentException: Cannot open file sRGB.pf

2011-09-14 Thread Raphaël Hertzog
Package: fop
Version: 1:1.0.dfsg2-2
Severity: grave
Justification: renders package unusable

As you can see in #640308, fop doesn't work any longer... and I have the exact
same problem when trying to build the publican package.

I'm not sure what's the root cause of the problem but it might be similar
to this report:
http://www-01.ibm.com/support/docview.wss?uid=swg1PM17433

So possibly a security change that forbids the automatic discovery
of files with a relative path if some symlinks are involved. CCing debian-java
as their input can be useful here.

I'm using:
$ java -version
java version "1.6.0_23"
OpenJDK Runtime Environment (IcedTea6 1.11pre) (6b23~pre9-1)
OpenJDK Server VM (build 20.0-b11, mixed mode)

Failure log:

[warning] /usr/bin/fop: Unable to locate servlet-api in /usr/share/java
java.lang.IllegalArgumentException: Cannot open file sRGB.pf
at 
java.awt.color.ICC_Profile.activateDeferredProfile(ICC_Profile.java:1085)
at java.awt.color.ICC_Profile$1.activate(ICC_Profile.java:741)
at 
sun.java2d.cmm.ProfileDeferralMgr.activateProfiles(ProfileDeferralMgr.java:93)
at java.awt.color.ICC_Profile.getInstance(ICC_Profile.java:774)
at java.awt.color.ICC_Profile.getInstance(ICC_Profile.java:994)
at 
org.apache.fop.pdf.PDFICCBasedColorSpace.setupsRGBColorProfile(PDFICCBasedColorSpace.java:141)
at 
org.apache.fop.pdf.PDFICCBasedColorSpace.setupsRGBAsDefaultRGBColorSpace(PDFICCBasedColorSpace.java:109)
at 
org.apache.fop.render.pdf.PDFRenderingUtil.addsRGBColorSpace(PDFRenderingUtil.java:265)
at 
org.apache.fop.render.pdf.PDFRenderingUtil.setupPDFDocument(PDFRenderingUtil.java:378)
at 
org.apache.fop.render.pdf.PDFDocumentHandler.startDocument(PDFDocumentHandler.java:144)
at 
org.apache.fop.render.intermediate.IFRenderer.startRenderer(IFRenderer.java:253)
at org.apache.fop.area.RenderPagesModel.(RenderPagesModel.java:79)
at 
org.apache.fop.area.AreaTreeHandler.setupModel(AreaTreeHandler.java:130)
at org.apache.fop.area.AreaTreeHandler.(AreaTreeHandler.java:102)
at 
org.apache.fop.render.RendererFactory.createFOEventHandler(RendererFactory.java:359)
at org.apache.fop.fo.FOTreeBuilder.(FOTreeBuilder.java:105)
at org.apache.fop.apps.Fop.createDefaultHandler(Fop.java:101)
at org.apache.fop.apps.Fop.(Fop.java:79)
at org.apache.fop.apps.FopFactory.newFop(FopFactory.java:271)
at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:109)
at org.apache.fop.cli.Main.startFOP(Main.java:174)
at org.apache.fop.cli.Main.main(Main.java:207)


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

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

Versions of packages fop depends on:
ii  default-jre-headless [java2-runtime-headless]1:1.6-43   
ii  gcj-4.4-jre-headless [java2-runtime-headless]4.4.6-10   
ii  gcj-4.6-jre-headless [java2-runtime-headless]4.6.1-4
ii  gcj-jre-headless [java2-runtime-headless]4:4.6.1-2  
ii  java-wrappers0.1.23 
ii  libavalon-framework-java 4.2.0-7
ii  libbatik-java1.7-7  
ii  libbsf-java  1:2.4.0-4  
ii  libcommons-io-java   1.4-3  
ii  libcommons-logging-java  1.1.1-8
ii  libxalan2-java   2.7.1-5
ii  libxerces2-java  2.11.0-2   
ii  libxml-commons-external-java 1.4.01-2   
ii  libxmlgraphics-commons-java  1.4.dfsg-3 
ii  libxt6   1:1.1.1-2  
ii  libxtst6 2:1.2.0-3  
ii  openjdk-6-jre-headless [java2-runtime-headless]  6b23~pre9-1
ii  sun-java6-jre [java2-runtime-headless]   6.26-3 

Versions of packages fop recommends:
ii  libsaxon-java  1:6.5.5-7

Versions of packages fop suggests:
pn  fop-doc 
pn  libservlet2.4-java  

-- no debconf information



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



Bug#641527: [Pkg-utopia-maintainers] Bug#641527: policykit-1: man page for pkaction seems to confuse some option

2011-09-14 Thread Michael Biebl
forwarded 641527 https://bugs.freedesktop.org/show_bug.cgi?id=40859
thanks

Am 14.09.2011 09:29, schrieb Heiko Schlittermann:
> Package: policykit-1
> Version: 0.96-4
> Severity: normal
> Tags: upstream
> 
> 
> The man page about pkaction states:
> 
> DESCRIPTION
> … if called with --action-id then all
> actions are displayed. Otherwise the action action. 
> If called without the --verbose option only the name of the
> action is shown. Otherwise details about the actions are shown.
> 
> I'd say it should read:
> 
> … if called without --action-id then all
> actions are displayed. Otherwise the action *action*.
> 

Forwarded upstream.


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


Bug#636396: mercurial: Cloning fails with: mpatch.mpatchError: patch cannot be decoded

2011-09-14 Thread Javi Merino
On 14/09/11 08:12, Arno Huggenfeld wrote:
> 
> Ok,
> 
> third try.
> 
> 
> As it seems that my first two mails vanished in the spam filter, next try 
> with different settings.
> 
> I discovered by chance that mercurial is working after
> 
> # echo 2 > /proc/cpu/alignment
> (meaning fix problem, default 0 means do nothing)
> 
> which strongly suggests that there is an alignment problem in mpatch.c . Most 
> of the times it is code which implicitly relies on a specific alignment of 
> structure members or array elements, which is not standardized and cpu, os 
> and compiler specific. 
> http://netwinder.osuosl.org/users/b/brianbr/public_html/alignment.html and 
> http://lecs.cs.ucla.edu/wiki/index.php have good explanations.

Nice!

> 
> I did some experiments with various versions:
> 
> 1.8.3-1 (wheezy): only working with echo 2 > /proc/cpu/alignment
> 1.8.4+174-6ab8b17adc03 (upstream hg-stable): only working with echo 2 > 
> /proc/cpu/alignment
> 1.9.1 (upstream previous release): only working with echo 2 > 
> /proc/cpu/alignment
> 1.9.1-2 (sid): only working with echo 2 > /proc/cpu/alignment
> 1.9.2 (upstream latest release): working
> 1.9.2+17-d23dfcbb8840+20110912 (upstream main): working
> 
> All tests were limited to hg verify on a small repository.

My current test case is:

cd /tmp
rm -rf a
hg init a
cd a
echo a > a
hg ci -Am0
hg tag t1
hg tag --remove t1

which fails in 1.9.2 .

> It is not mentioned in the release notes but something was fixed between 
> 1.9.1 and 1.9.2.

Yes, the situation has improved a lot in 1.9.2, you can clone and
commit, but there are still problems (see the test case above).

> Therefore I suggest Debian upgrading to 1.9.2.

1.9.2 was uploaded to debian yesterday.  I'm not root in the ARM machine
I'm using for debugging, so I can't test your suggestion.  Can you
please upgrade your package and see if it works?

It would really help if you could run the whole mercurial test suite.
To do that, download the sources from [0] unpack them and run "make
tests".  It will probably take hours to execute.

[0] http://mercurial.selenic.com/release/mercurial-1.9.2.tar.gz

Thanks,
Javi (Vicho)



signature.asc
Description: OpenPGP digital signature


Bug#641518: Fwd: dconf: Deprecation Warnings

2011-09-14 Thread Dag Wieers

On Wed, 14 Sep 2011, Filip Valder wrote:


Hi, this surely needs some revision. I'm not python expert so I can't
offer any patches. The dconf generates it's logs but it can't make diffs
and/or e-mail them to sysadmins. This is what comes from the CRON task
or when launching dconf by hand. Thus its usability is very limited:

/usr/bin/dconf:3: DeprecationWarning: The popen2 module is deprecated. Use 
the subprocess module.

import os, sys, glob, re, shutil, getopt, popen2, time, fnmatch
/usr/bin/dconf:5: DeprecationWarning: the md5 module is deprecated; use 
hashlib instead

import difflib, smtplib, gzip, md5, sha
/usr/bin/dconf:5: DeprecationWarning: the sha module is deprecated; use the 
hashlib module instead

import difflib, smtplib, gzip, md5, sha


There are patches in github that fix this.

Kind regards,
--
-- dag wieers, d...@wieers.com, http://dag.wieers.com/
-- dagit linux solutions, i...@dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]



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



Bug#641531: Support for WPA2-LEAP

2011-09-14 Thread Raúl Sánchez Siles
Package: wicd
Version: 1.7.0+ds1-5
Severity: wishlist
Tags: squeeze sid upstream

Hello:

I've noticed that wicd doesn't currently support for WPA2-LEAP in either
squeeze or sid versions.

I'm shortly attaching a patch that adds support for this.

Regards,



-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (500, 'stable'), (90, 'testing'), (50, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages wicd depends on:
ii  wicd-daemon  1.7.0+ds1-5 wired and wireless network manager
ii  wicd-gtk [wicd-client]   1.7.0+ds1-5 wired and wireless network manager

wicd recommends no packages.

wicd suggests no packages.

Versions of packages wicd-gtk depends on:
ii  python  2.6.6-3+squeeze6 interactive high-level object-orie
ii  python-glade2   2.17.0-4 GTK+ bindings: Glade support
ii  python-gtk2 2.17.0-4 Python bindings for the GTK+ widge
ii  wicd-daemon 1.7.0+ds1-5  wired and wireless network manager

Versions of packages wicd-daemon depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  dbus1.2.24-4+squeeze1simple interprocess messaging syst
ii  debconf [debconf-2. 1.5.36.1 Debian configuration management sy
ii  ethtool 1:2.6.34-3   display or change Ethernet device 
ii  iproute 20100519-3   networking and traffic control too
ii  iputils-ping3:20100418-3 Tools to test the reachability of 
ii  isc-dhcp-client [dh 4.1.1-P1-15+squeeze3 ISC DHCP client
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  net-tools   1.60-23  The NET-3 networking toolkit
ii  psmisc  22.11-1  utilities that use the proc file s
ii  python  2.6.6-3+squeeze6 interactive high-level object-orie
ii  python-dbus 0.83.1-1 simple interprocess messaging syst
ii  python-gobject  2.21.4+is.2.21.3-1   Python bindings for the GObject li
ii  python-iniparse 0.3.2-1  Module to access and modify config
ii  python-wicd 1.7.0+ds1-5  wired and wireless network manager
ii  wireless-tools  30~pre9-5Tools for manipulating Linux Wirel
ii  wpasupplicant   0.6.10-2.1   client support for WPA and WPA2 (I

Versions of packages python-wicd depends on:
ii  python  2.6.6-3+squeeze6 interactive high-level object-orie
ii  python-support  1.0.10   automated rebuilding support for P

-- debconf information:
* wicd/users: rasasi



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



Bug#641532: --timeout not documented in man page

2011-09-14 Thread Marc Haber
Package: ferm
Version: 2.1-1
Severity: minor

Hi,

the --timeout option is not documented in the man page.

Greetings
Marc



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



Bug#641429: /usr/bin/sensors: sensors report the wrong cpu temperature on intel atom 330

2011-09-14 Thread Richard Kennedy
On Wed, 2011-09-14 at 00:50 +0200, Aurelien Jarno wrote:
> On Tue, Sep 13, 2011 at 02:22:49PM +0100, Richard Kennedy wrote:
> > On Tue, 2011-09-13 at 15:15 +0200, Aurelien Jarno wrote:
> > > Le 13/09/2011 14:03, richard kennedy a écrit :
> > > > Package: lm-sensors
> > > > Version: 1:3.1.2-6
> > > > Severity: normal
> > > > File: /usr/bin/sensors
> > > > 
> > > > on my intel atom 330 system sensors always reports the cpu temp as +1.0 
> > > > C, and it never changes.
> > > > This problem only occurred when I upgraded to squeeze, on the previous 
> > > > stable version the temps
> > > >  reported correctly.
> > > > 
> > > > I'm not sure if this is a kernel isssue or just sensors. 
> > > 
> > > It's likely to be a kernel issue, but please provide me the output of
> > > the sensors command to confirm.
> > > 
> > Hi,
> > here it is, 
> > 
> > sensors
> > coretemp-isa-
> > Adapter: ISA adapter
> > Core 0:   +1.0°C  (crit = +90.0°C)  
> > 
> > coretemp-isa-0001
> > Adapter: ISA adapter
> > Core 1:   +1.0°C  (crit = +90.0°C) 
> > -
> 
> Can you please also send me the output of 
>   cat /sys/devices/platform/coretemp.0/temp1_input
> and
>   cat /sys/devices/platform/coretemp.1/temp1_input
> ?
> 

I've just had a fan fail on that machine and the values reported by
sensors have changed. But as room temp is about 20 degrees there's no
way this can be correct!.

-
cube:~$ cat /sys/devices/platform/coretemp.0/temp1_input 
7000
cube:~$ cat /sys/devices/platform/coretemp.1/temp1_input 
9000
cube:~$ sensors
coretemp-isa-
Adapter: ISA adapter
Core 0:   +7.0°C  (crit = +90.0°C)  

coretemp-isa-0001
Adapter: ISA adapter
Core 1:   +9.0°C  (crit = +90.0°C)
-
regards
Richard





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



Bug#641530: fop: fails with java.lang.IllegalArgumentException: Cannot open file sRGB.pf

2011-09-14 Thread Sylvestre Ledru
reassign 641530 openjdk-6
forcemerge 641530 639883
thanks


Bonjour Raphael,

Le mercredi 14 septembre 2011 à 09:51 +0200, Raphaël Hertzog a écrit :
> Package: fop
> Version: 1:1.0.dfsg2-2
> Severity: grave
> Justification: renders package unusable
Actually, this is a bug from the openjdk due to the multiarch switch of
the openjdk ...

Sylvestre






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



Bug#641530: fop: fails with java.lang.IllegalArgumentException: Cannot open file sRGB.pf

2011-09-14 Thread Sylvestre Ledru
reassign 641530 openjdk-6
forcemerge 641530 639883
thanks


Bonjour Raphael,

Le mercredi 14 septembre 2011 à 09:51 +0200, Raphaël Hertzog a écrit :
> Package: fop
> Version: 1:1.0.dfsg2-2
> Severity: grave
> Justification: renders package unusable
Actually, this is a bug from the openjdk due to the multiarch switch of
the openjdk ...

Sylvestre





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



Bug#641533: latex2rtf (1.9.19-4.1) failed to build on amd64 with GCC-4.6/oneiric

2011-09-14 Thread Daniel Holbach
Package: latex2rtf
Version: 1.9.19-4.1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

latex2rtf in Ubuntu fails to build, probably because --as-needed is passed
to the linker.

Build log: 
https://launchpad.net/ubuntu/+archive/test-rebuild-20110413/+buildjob/2456035/+files/buildlog_ubuntu-natty-amd64.latex2rtf_1.9.19-4.1_FAILEDTOBUILD.txt.gz

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

  * Makefile: add -lm to $LIBS, fixes FTBFS (LP: #770859)


Thanks for considering the patch.


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

Kernel: Linux 3.0.0-11-generic (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u latex2rtf-1.9.19/Makefile latex2rtf-1.9.19/Makefile
--- latex2rtf-1.9.19/Makefile
+++ latex2rtf-1.9.19/Makefile
@@ -39,7 +39,7 @@
 
 CFLAGS:=$(CFLAGS) -g -Wall -fsigned-char
 
-LIBS=
+LIBS=-lm
 #LIBS=-lMallocDebug -force_flat_namespace
 
 VERSION:="`scripts/version`"


Bug#641534: xsol: Display problem in Settings dialogue

2011-09-14 Thread Torquil Macdonald Sørensen
Package: xsol
Version: 0.31-7
Severity: normal

In the Settings dialogue, the text "Settings" covers part of
the text "Timed Game". A PNG screenshot is attached.

Best regards
Torquil Sørensen

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

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

Versions of packages xsol depends on:
ii  lesstif2  1:0.95.2-1
ii  libc6 2.13-21   
ii  libx11-6  2:1.4.4-1 
ii  libxt61:1.1.1-2 

xsol recommends no packages.

xsol suggests no packages.

-- no debconf information
<>

Bug#641535: lacking support for .orig.tar.bz2 upstream tarballs

2011-09-14 Thread Steffen Moeller
Package: dh-make
Version: 0.59
Severity: minor

This is fixed with -f, anyway ... would be nice.

Thanks.



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



Bug#641536: please add an IP address == network matching option

2011-09-14 Thread Marc Haber
Package: ferm
Version: 2.1-1
Severity: wishlist

Hi,

the appearance of the resolve function and the corresponding warning
in the documentation has made me thing about possibilities to make DNS
lookups in packet filter rules a little less dangerous. My idea would
be to add a possibility to give the packet filter rule set the
possibility to judge what to expect from a lookup.

For example, a function @match could be implemented using regexp
and/or Net::Patricia, allowing the code to judge whether the return of
a lookup is reasonable. For example:

 @match(,)

would return the empty string if ip address is not in any of the
prefixes, and the ip address if ip address is in one of the prefixes,
allowing code like

  proto tcp dport 80 daddr @match(@lookup("www.strato.de"),"2a01:238::/32") 
ACCEPT;

which will only produce a valid rule if www.strato.de is inside
Strato's IPv6 network. That way, IP address changes inside the
expected range are processed transparently with the system failing to
the safe side (not producing any rule) if the DNS answer is bogus.

Depending on the format of the match string, the function could choose
whether to match IPv4, IPv6 or regular expressions.

Greetings
Marc



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



Bug#641537: openjdk-6-jre: LibreOffice base runs extremely slowly

2011-09-14 Thread John Talbut

Package: openjdk-6-jre
Version: 6b23~pre9-1
Severity: important

After recent upgrades of openjdk LibeOffice base runs extremely slowly. 
 For instance, going to the bottom record of a 1800 record table used 
to take about 3 seconds, now it takes around 3 1/2 minutes.
This has been reported at LibreOffice: 
https://bugs.freedesktop.org/show_bug.cgi?id=35023 and marked by them as 
not their problem as it does not apply with earlier versions of Java.


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

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

Versions of packages openjdk-6-jre depends on:
ii  libaccess-bridge-java-jni  1.26.2-8
ii  libasound2 1.0.24.1-2
ii  libc6  2.13-18
ii  libgif44.1.6-9
ii  libjpeg62  6b1-2
ii  libpng12-0 1.2.46-3
ii  libpulse0  0.9.23-1
ii  libx11-6   2:1.4.4-1
ii  libxext6   2:1.3.0-3
ii  libxi6 2:1.4.3-3
ii  libxrender11:0.9.6-2
ii  libxtst6   2:1.2.0-3
ii  openjdk-6-jre-headless 6b23~pre9-1
ii  zlib1g 1:1.2.3.4.dfsg-3

Versions of packages openjdk-6-jre recommends:
ii  icedtea-netx  
ii  ttf-dejavu-extra  2.33-2

Versions of packages openjdk-6-jre suggests:
pn  icedtea-plugin  

-- no debconf information



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



Bug#639883: Bug#641530: fop: fails with java.lang.IllegalArgumentException: Cannot open file sRGB.pf

2011-09-14 Thread Raphael Hertzog
On Wed, 14 Sep 2011, Sylvestre Ledru wrote:
> Le mercredi 14 septembre 2011 à 09:51 +0200, Raphaël Hertzog a écrit :
> > Package: fop
> > Version: 1:1.0.dfsg2-2
> > Severity: grave
> > Justification: renders package unusable
> Actually, this is a bug from the openjdk due to the multiarch switch of
> the openjdk ...

Are you sure? Because #639883 claims to be fixed with openjdk-6 6b23~pre9-1
but I have this version installed and it doesn't work for me...

And I have the structure that Doko intented (cmm dir is a symlink):

$ ls -al /usr/lib/jvm/java-6-openjdk-i386/jre/lib/cmm
lrwxrwxrwx 1 root root 42  1 sept. 13:06 
/usr/lib/jvm/java-6-openjdk-i386/jre/lib/cmm -> 
../../../java-6-openjdk-common/jre/lib/cmm
$ ls -al /usr/lib/jvm/java-6-openjdk-i386/jre/lib/cmm/
total 264
drwxr-xr-x 2 root root   4096  2 sept. 08:49 .
drwxr-xr-x 6 root root   4096  2 sept. 08:49 ..
-rw-r--r-- 1 root root784  1 sept. 12:57 CIEXYZ.pf
-rw-r--r-- 1 root root556  1 sept. 12:57 GRAY.pf
-rw-r--r-- 1 root root488  1 sept. 12:57 LINEAR_RGB.pf
-rw-r--r-- 1 root root 234080  1 sept. 12:57 PYCC.pf
-rw-r--r-- 1 root root   6876  1 sept. 12:57 sRGB.pf

So either we unmerge or we reopen, I'll let you decide.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)



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



Bug#641530: fop: fails with java.lang.IllegalArgumentException: Cannot open file sRGB.pf

2011-09-14 Thread Sylvestre Ledru
Le mercredi 14 septembre 2011 à 10:40 +0200, Raphael Hertzog a écrit :
> On Wed, 14 Sep 2011, Sylvestre Ledru wrote:
> > Le mercredi 14 septembre 2011 à 09:51 +0200, Raphaël Hertzog a écrit :
> > > Package: fop
> > > Version: 1:1.0.dfsg2-2
> > > Severity: grave
> > > Justification: renders package unusable
> > Actually, this is a bug from the openjdk due to the multiarch switch of
> > the openjdk ...
> 
> Are you sure? Because #639883 claims to be fixed with openjdk-6 6b23~pre9-1
> but I have this version installed and it doesn't work for me...
I don't think it is really fixed. 
The test case in my comment of 639883 shows that it is still failing.
(at least for me). It is likely to break on your system too.

I will try to have a look to fix this bug in the openjdk.

Sylvestre






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



Bug#640786: replacing Perspectives extension with Convergence?

2011-09-14 Thread bertagaz
Hi,

On Mon, Sep 12, 2011 at 02:42:48PM -0700, Vagrant Cascadian wrote:
> it appears someone has already filed an ITP for convergence: #640786
> 
> i've got a git branch too, but haven't pushed it anywhere just yet (what am i 
> waiting for?).

I've refrained myself to send this ITP for days, thinking someone would
probably do it at some point. But so far no one did so I finally decided
to send it. It's nice to see that this bug attract people that have been
working on the packaging.

If we are several people interested to work on this, maybe we can setup a
team and a git on alioth, or maybe join the pkg-mozext-maintainers team
and use their infrastructure. What do you think?

bert.



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



Bug#635580: linux-image-2.6.39-2-amd64: lenovo ideapad v570 LCD brightness doesn't change

2011-09-14 Thread maximilian attems
On Tue, Sep 13, 2011 at 03:43:11PM -0400, Dmitriy A. Istselemov wrote:
> 13.09.2011 5:01, maximilian attems пишет:
> >
> >>I have Lenovo V570 laptop. i have tried different kernels 2.6.38, 2.6.39
> >>but on all of them I can't change the bightness of the screen.
> >How about newer 3.0 images? do they work?
> >
> >thank you.
> >
> The 3.0 kernel doesn't change anything. Brightness still doesn't change.

In that case please test against experimental 3.1-rcX

thank you

-- 
maks



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



Bug#641538: policyd-weight: debug bug: using wrong function to calculate the issuing group

2011-09-14 Thread Heiko Schlittermann
Package: policyd-weight
Version: 0.1.15.1-2
Severity: normal
Tags: upstream


In line 676 the policyd calls getpwuid($() to calculate the
name of the issuing *group*, I'd say, it should be getgrgid($().

Mostly the bug doesn't matter, since the *name* of the user 0
is the same as the name of the group 0.


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

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

Versions of packages policyd-weight depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  libnet-dns-perl0.66-2Perform DNS queries from a Perl sc
ii  libnet-ip-perl 1.25-2Perl extension for manipulating IP
ii  perl   5.10.1-17squeeze2 Larry Wall's Practical Extraction 

Versions of packages policyd-weight recommends:
ii  perl [libsys-syslog-pe 5.10.1-17squeeze2 Larry Wall's Practical Extraction 

policyd-weight suggests no packages.

-- no debconf information



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



Bug#535775: e17: Only a one-liner patch needed for #535775

2011-09-14 Thread Svante Signell
user debian-h...@lists.debian.org
usertags 535775 hurd
tags 535775 = patch
tag 535775  - upstream
thanks

Hi,

since SA_SIGINFO is now supported on GNU/Hurd that part of the patch is
no longer needed. The only remaining patch needed to make e17 build is
the simple inclusion of e.h in src/modules/temperature/tempget.cas as in
Message #19, repeated here for convenience:

--- e17-0.16.999.55225.orig/src/modules/temperature/tempget.c
2010-11-11 14:04:16.0 +0100
+++ e17-0.16.999.55225/src/modules/temperature/tempget.c
2011-06-14 17:46:10.0 +0200
@@ -1,3 +1,4 @@
+#include "e.h"
 #include 
 #include 
 #include 


Thanks!




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



Bug#641539: policyd-weight: wrong ownership for socket (fix included)

2011-09-14 Thread Heiko Schlittermann
Package: policyd-weight
Version: 0.1.15.1-2
Severity: normal
Tags: upstream


The socket using to communicate with the cache is chown-ed to
the wrong group, preventing successfull debug sessions talking to
an already existing cache. (Probably even preventing non-debug session
from talking to the existing cache too, but this I didn't check.)

Around line 2922 

2922 if(!( $( = getpwnam($USER) ))
2923 {
2924 mylog(warning=>"cache: couldn't change GID to user $GROUP: $!");
2925 }
2926 create_lockpath('cache');

It should be

2922 if(!( $( = getgrnam($GROUP) ))


As long as the UID of the used user (polw) is the same as the GID, this
bug doesn't matter. But since the polw user gets created during package 
installation
nobody can't gurantee the GID == UID.


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

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

Versions of packages policyd-weight depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  libnet-dns-perl0.66-2Perform DNS queries from a Perl sc
ii  libnet-ip-perl 1.25-2Perl extension for manipulating IP
ii  perl   5.10.1-17squeeze2 Larry Wall's Practical Extraction 

Versions of packages policyd-weight recommends:
ii  perl [libsys-syslog-pe 5.10.1-17squeeze2 Larry Wall's Practical Extraction 

policyd-weight suggests no packages.

-- no debconf information



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



Bug#641540: tahoe-lafs: Security vulnerability in 1.8.2

2011-09-14 Thread bertagaz
Package: tahoe-lafs
Version: 1.8.2-3
Severity: important
Tags: security

Upstream released a new minor version after the discovery of a
vulnerability in the 1.8.2 and older version.

Here's the announcement explaining the insights:

Dear Security Team,

The Tahoe-LAFS core team has discovered a bug in Tahoe-LAFS v1.8.2 and
all earlier versions starting with Tahoe-LAFS v1.3.0 that could allow
users to unauthorizedly delete immutable files in some cases.

In Tahoe-LAFS, each file is encoded into a redundant set of "shares"
(like in RAID-5 or RAID-6), and each share is stored on a different
server. There is a secret string called the "cancellation secret"
which is stored on the server by being appended to the end of the
share data. The bug is that the server allows a client to read past
the end of the share data and thus learn the cancellation secret. A
client which knows the cancellation secret can use it to cause that
server to delete the shares it stores of that file.

We have prepared a set of patches (attached) which do three things:

1. Fix the bounds violation in reading of immutable files which
allowed the clients to learn the cancellation secrets.

2. Remove the function which takes a cancellation secret and deletes
shares. This function (named "remote_cancel_lease") was not actually
used, as all users currently rely on a different mechanism for
deleting unused data (a garbage collection mechanism in which unused
shares get deleted by the server once no client has renewed its lease
on them in more than a month).

3. Fix some similar bounds violations in mutable files that could
potentially lead to similar vulnerability. This vulnerability is
probably not a concern in practice, because it doesn't arise unless
the legitimate, authorized client deliberately writes a "hole" into
the mutable file (by seeking past the end of the current data and not
writing over all the bytes thus uncovered). No extant version of
Tahoe-LAFS does this, so presumably no legitimate user would be
exposed to that vulnerability.

We intend to release and announce Tahoe-LAFS v1.8.3, containing only
these bugfixes compared to Tahoe-LAFS v1.8.2, and we'd like to
synchronize with you as much as possible in order to minimize the
window of time after this issue is publicly known and before
Tahoe-LAFS users can easily upgrade to a fixed version.

The patches backport cleanly to Tahoe-LAFS v1.7.1 and to Tahoe-LAFS
v1.6.1, which had exactly the same issues. We would actually encourage
you to upgrade to any older stable releases of Tahoe-LAFS to the
latest v1.8.3, because our very strong policy of backward
compatibility and quality control means that this is unlikely to
impose any surprises on your users. Nonetheless, we recognize that you
may prefer to backport the patches to older versions of Tahoe-LAFS
that you maintain.

Please let us know how to facilitate your adoption of these security
fixes. We intend to release these new versions of Tahoe-LAFS as soon
as possible -- hopefully by the end of Tuesday, the 13th of September,
2011.

Regards,

Zooko Wilcox-O'Hearn

on behalf of the Tahoe-LAFS team



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



Bug#628080: xserver-xorg-video-radeon: Low performance after a period of inactivity

2011-09-14 Thread Michel Dänzer
On Mit, 2011-09-14 at 10:33 +0200, dayer wrote: 
> Package: xserver-xorg-video-radeon
> Version: 1:6.14.2-1
> Followup-For: Bug #628080
> 
> With "irqpoll" at boot the problem is still being.
> "dmesg" prints this:
> 
> [ 1077.872450] irq 16: nobody cared (try booting with the "irqpoll" option)

Do these messages also appear if you boot with irqpoll? Are you sure it
takes effect?

> [ 1077.872667] handlers:
> [ 1077.872723] [] radeon_driver_irq_handler_kms
> [ 1077.872729] Disabling IRQ #16
> [ 1300.396474] irq 17: nobody cared (try booting with the "irqpoll" option)

[...]

> [ 1300.396536] handlers:
> [ 1300.396559] [] skge_intr
> [ 1300.396561] Disabling IRQ #17

Since several IRQs are affected, I suspect this is a fundamental problem
in the kernel/BIOS rather than in any driver.


-- 
Earthling Michel Dänzer   |   http://www.amd.com
Libre software enthusiast |  Debian, X and DRI developer



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



Bug#639737: fixed in nvidia-graphics-drivers 280.13.really.275.28-1

2011-09-14 Thread Andreas Beckmann
On 2011-09-13 20:23, Maurizio Oliveri wrote:
> Excuse me... WHAT?!

What is the subject of bug #639737?
   "nvidia-glx does not support xorg-video-abi-11 required by
xserver-xorg-core 1.11.0"

*That* was fixed in 280.13.really.275.28-1.

> I tried upgrading, and now X doesn't look as good as it did before...
> Transparency and font issues, for starters. The look is the same as
> using the old drivers with the ignoreABI option enabled... Actually,

And *this* is a new bug, a regression NVIDIA introduced in their new
release, so it deserves a new bug report. But there is already one:
http://bugs.debian.org/641344 "Graphics errors after upgrading to
xserver with abi 11" - is it the same you are experiencing?

Anyway, NVIDIA needs to be told about these problems, please follow
their bug reporting instructions:
http://www.nvnews.net/vbulletin/showthread.php?t=46678

> forcing ignoreABI to false in xorg.conf makes X unable to start, so

Can't reproduce this here. X starts fine with this minimal xorg.conf:

Section "Device"
Identifier "GPU"
Driver "nvidia"
EndSection
Section "ServerFlags"
Option  "IgnoreABI" "false"
EndSection

> the problem is still there, just hidden... And not even well hidden,
> since some graphical issues are easily noticed.

> I understand that probably this is going to last for a while (as
> probably nvidia and xorg will have to find out who actually broke
> what), but is this solution acceptable? I mean, X has some new
> features, the NVIDIA driver does aswell, shouldn't the user
> choose which one to upgrade and which one not to, instead of forcing
> the new version of something and the old version of something else?

What do you expect from using Debian unstable/sid? A well tested
distribution? Sid *is* the testbed. Sometimes things break.

> Leaving this bug open would also make users more aware of this
> situation, probably...

No, it won't help as it isn't descriptive about the NEW problem.

> As for myself, I'm back to xserver-xorg-core 2:1.10.4-1 and nvidia
> 280.13-5


On 2011-09-13 22:46, Santiago José López Borrazás wrote:
> That's all, I too am going on. And I think that is a problem with
> xserver-xorg-core than anything else.

Does the problem happen with any other driver? Or only NVIDIA's
proprietary one?

Please tell NVIDIA about it so that they notice they broke something
with their ABI 11 "fix". Run the nvidia-bug-report.sh script and post
the output to their forum.

Andreas



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



Bug#639883: [Openjdk] Bug#639883: Bug#641530: fop: fails with java.lang.IllegalArgumentException: Cannot open file sRGB.pf

2011-09-14 Thread Matthias Klose
On 09/14/2011 10:40 AM, Raphael Hertzog wrote:
> On Wed, 14 Sep 2011, Sylvestre Ledru wrote:
>> Le mercredi 14 septembre 2011 à 09:51 +0200, Raphaël Hertzog a écrit :
>>> Package: fop
>>> Version: 1:1.0.dfsg2-2
>>> Severity: grave
>>> Justification: renders package unusable
>> Actually, this is a bug from the openjdk due to the multiarch switch of
>> the openjdk ...
> 
> Are you sure? Because #639883 claims to be fixed with openjdk-6 6b23~pre9-1
> but I have this version installed and it doesn't work for me...
> 
> And I have the structure that Doko intented (cmm dir is a symlink):
> 
> $ ls -al /usr/lib/jvm/java-6-openjdk-i386/jre/lib/cmm
> lrwxrwxrwx 1 root root 42  1 sept. 13:06 
> /usr/lib/jvm/java-6-openjdk-i386/jre/lib/cmm -> 
> ../../../java-6-openjdk-common/jre/lib/cmm
> $ ls -al /usr/lib/jvm/java-6-openjdk-i386/jre/lib/cmm/
> total 264
> drwxr-xr-x 2 root root   4096  2 sept. 08:49 .
> drwxr-xr-x 6 root root   4096  2 sept. 08:49 ..
> -rw-r--r-- 1 root root784  1 sept. 12:57 CIEXYZ.pf
> -rw-r--r-- 1 root root556  1 sept. 12:57 GRAY.pf
> -rw-r--r-- 1 root root488  1 sept. 12:57 LINEAR_RGB.pf
> -rw-r--r-- 1 root root 234080  1 sept. 12:57 PYCC.pf
> -rw-r--r-- 1 root root   6876  1 sept. 12:57 sRGB.pf
> 
> So either we unmerge or we reopen, I'll let you decide.

this did work for me with the other test case. will just leave cmm there, and
not share it.





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



Bug#641541: xulrunner-6.0: eats too much (well beyond available) memory

2011-09-14 Thread Luca Capello
Package: xulrunner-6.0
Version: 6.0-4
Severity: important
Affects: conkeror

Hi there!

I do not think there is anything more to add here, IIRC Axel Beckert
(conkeror's maintainer) told me it is a known problem, nevertheless
reporting it (full log attached):
=
[43835.905298] xulrunner-bin invoked oom-killer: gfp_mask=0x201da, order=0, 
oom_adj=0, oom_score_adj=0
[43835.905304] xulrunner-bin cpuset=/ mems_allowed=0
[43835.905308] Pid: 3426, comm: xulrunner-bin Not tainted 3.0.0-1-amd64 #1
[...]
[43835.914256] Out of memory: Kill process 3383 (xulrunner-bin) score 757 or 
sacrifice child
[43835.914306] Killed process 3383 (xulrunner-bin) total-vm:3489368kB, 
anon-rss:1422660kB, file-rss:0kB
=

Some notes:

1) looking at my syslog (attached) I found out that this happened
   already on September 3rd.

2) this causes hibernation to not succeed with a nasty error, "PM: Not
   enough free swap", which is unbelievable given that I have 2GB RAM
   and 2GB swap.

3) I do not think that about 100 tabs (buffers in conkeror) is so much,
   especially considering how many Mike has ;-)

 

I have now installed xulrunner-7.0 and I will report back what happens.

Thx, bye,
Gismo / Luca

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

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

Versions of packages xulrunner-6.0 depends on:
ii  libasound21.0.24.1-3  
ii  libatk1.0-0   2.0.1-2 
ii  libbz2-1.01.0.5-7 
ii  libc6 2.13-18 
ii  libcairo2 1.10.2-6.1  
ii  libdbus-1-3   1.4.14-1
ii  libevent-1.4-21.4.14b-stable-1
ii  libfontconfig12.8.0-3 
ii  libfreetype6  2.4.6-2 
ii  libgcc1   1:4.6.1-9   
ii  libgdk-pixbuf2.0-02.24.0-1
ii  libglib2.0-0  2.28.6-1
ii  libgtk2.0-0   2.24.6-1
ii  libhunspell-1.2-0 1.2.14-4
ii  libjpeg8  8c-2
ii  libmozjs6d6.0-4   
ii  libnspr4-0d   4.8.9-1 
ii  libnss3-1d3.12.11-3   
ii  libpango1.0-0 1.28.4-3
ii  libpixman-1-0 0.22.2-1
ii  libreadline6  6.2-4   
ii  libsqlite3-0  3.7.7-2 
ii  libstartup-notification0  0.12-1  
ii  libstdc++64.6.1-9 
ii  libvpx0   0.9.7.p1-1  
ii  libx11-6  2:1.4.4-1   
ii  libxext6  2:1.3.0-3   
ii  libxrender1   1:0.9.6-2   
ii  libxt61:1.1.1-2   
ii  zlib1g1:1.2.3.4.dfsg-3

xulrunner-6.0 recommends no packages.

Versions of packages xulrunner-6.0 suggests:
pn  libcanberra0  
pn  libdbus-glib-1-2  0.94-4
pn  libgconf2-4   2.32.4-1  
pn  libgnomeui-0  
pn  libgnomevfs2-01:2.24.4-1
pn  libnotify4

-- no debconf information



xulrunner_oomkiller_20110913_dmesg.gz
Description: Binary data


xulrunner_oomkiller_20110903_syslog.gz
Description: Binary data


pgpQHriZFo20p.pgp
Description: PGP signature


Bug#634962: Bug 634962

2011-09-14 Thread Claus
We have the same problem.

Are there any chances that this will be fixed?

As described above it does not only irritate the users, but it also is 
impossible to deleted identities.



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



Bug#641530: [Openjdk] Bug#639883: Bug#641530: fop: fails with java.lang.IllegalArgumentException: Cannot open file sRGB.pf

2011-09-14 Thread Raphael Hertzog
Hi,

On Wed, 14 Sep 2011, Matthias Klose wrote:
> > And I have the structure that Doko intented (cmm dir is a symlink):
> > 
> > $ ls -al /usr/lib/jvm/java-6-openjdk-i386/jre/lib/cmm
> > lrwxrwxrwx 1 root root 42  1 sept. 13:06 
> > /usr/lib/jvm/java-6-openjdk-i386/jre/lib/cmm -> 
> > ../../../java-6-openjdk-common/jre/lib/cmm
> 
> this did work for me with the other test case. will just leave cmm there, and
> not share it.

I just tried here and this works indeed (aka
/usr/lib/jvm/java-6-openjdk-i386/jre/lib/cmm is a real dir with the .pf
files).

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)



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



Bug#641542: paraview: Please use xdmf2 package rather than internal versionof xdmf

2011-09-14 Thread Alastair McKinstry
Package: paraview
Severity: normal

Xdmf2 is shipped with paraview sources, but is also used in the VisIt software
(which is being packaged), so I have packaged it as  xdmf and it is now 
available
(version 2.1) in debian unstable. Please use this version rather than the 
internal
xdmf.

Thanks
Alastair McKinstry


-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.18-3-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash



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



Bug#641432: Multiarch libraries not found using find_library()

2011-09-14 Thread Patryk Cisek
> I can't reproducible on up-to-date sid, sorry. What's more, the bug
> itself is a bit inconsistent. The error is about X11 while example
> itself attempts to look for PNG.
Oh, sorry about that. I actually reproduced it when finding X11 when
compiling kadu. I switched in the demo to libpng, because FindPNG.cmake
is way simpler than FindX11.cmake and reproduced the same way as X11.
Just forgot to change my output from X11 to PNG in bug report mail.

Anyways, where does cmake take the directories for find_library() from?
I'd like to hunt the bug down. It might not be cmake's fault. Just
trying to dig into it a bit more.

BTW, all packages in my system are up-to-date Sid versions. Trying to
figure out the important difference between my system and yours.

Thanks. :)

-- 
Patryk Cisek



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



Bug#641543: [Orage]: Should honor the preferred applications

2011-09-14 Thread Manolo Díaz
Package: orage
Version: 4.8.1-2+b1
Severity: normal

Hi,

When I try to open the link "http://www.xfce.org"; clicking on Orage ->
Help -> About, Orage try to launch the epiphany browser, ignoring
settings for xfce preferred applications.

Best Regards,
Manolo Díaz



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

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

Versions of packages orage depends on:
ii  libc6   2.13-18
ii  libcairo2   1.10.2-6.1
ii  libdbus-1-3 1.4.14-1
ii  libdbus-glib-1-20.94-4
ii  libgdk-pixbuf2.0-0  2.24.0-1
ii  libglib2.0-02.28.6-1
ii  libgtk2.0-0 2.24.4-3
ii  libical00.44-3
ii  libnotify4  0.7.4-1
ii  libpango1.0-0   1.28.4-3
ii  libpopt01.16-1
ii  libx11-62:1.4.4-1
ii  libxfce4util4   4.8.1-3
ii  xfce4-panel 4.8.5-1

Versions of packages orage recommends:
ii  dbus-x11  1.4.14-1

Versions of packages orage suggests:
ii  sox  14.3.2-2



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



Bug#640210: [PATCH] don't use SSLv2 functions with openssl >=1.0.0

2011-09-14 Thread Roman I Khimov
Something like this might probably help.
Index: qt4-x11/src/network/ssl/qsslsocket_openssl.cpp
===
--- qt4-x11.orig/src/network/ssl/qsslsocket_openssl.cpp	2011-09-13 16:59:43.209715347 +0400
+++ qt4-x11/src/network/ssl/qsslsocket_openssl.cpp	2011-09-13 17:04:39.412968762 +0400
@@ -247,7 +247,9 @@
 init_context:
 switch (configuration.protocol) {
 case QSsl::SslV2:
+#if OPENSSL_VERSION_NUMBER < 0x1000L
 ctx = q_SSL_CTX_new(client ? q_SSLv2_client_method() : q_SSLv2_server_method());
+#endif
 break;
 case QSsl::SslV3:
 ctx = q_SSL_CTX_new(client ? q_SSLv3_client_method() : q_SSLv3_server_method());
Index: qt4-x11/src/network/ssl/qsslsocket_openssl_symbols.cpp
===
--- qt4-x11.orig/src/network/ssl/qsslsocket_openssl_symbols.cpp	2011-09-13 16:59:49.877662718 +0400
+++ qt4-x11/src/network/ssl/qsslsocket_openssl_symbols.cpp	2011-09-13 17:02:56.244966564 +0400
@@ -225,11 +225,9 @@
 DEFINEFUNC(void, SSL_set_connect_state, SSL *a, a, return, DUMMYARG)
 DEFINEFUNC(int, SSL_shutdown, SSL *a, a, return -1, return)
 #if OPENSSL_VERSION_NUMBER >= 0x1000L
-DEFINEFUNC(const SSL_METHOD *, SSLv2_client_method, DUMMYARG, DUMMYARG, return 0, return)
 DEFINEFUNC(const SSL_METHOD *, SSLv3_client_method, DUMMYARG, DUMMYARG, return 0, return)
 DEFINEFUNC(const SSL_METHOD *, SSLv23_client_method, DUMMYARG, DUMMYARG, return 0, return)
 DEFINEFUNC(const SSL_METHOD *, TLSv1_client_method, DUMMYARG, DUMMYARG, return 0, return)
-DEFINEFUNC(const SSL_METHOD *, SSLv2_server_method, DUMMYARG, DUMMYARG, return 0, return)
 DEFINEFUNC(const SSL_METHOD *, SSLv3_server_method, DUMMYARG, DUMMYARG, return 0, return)
 DEFINEFUNC(const SSL_METHOD *, SSLv23_server_method, DUMMYARG, DUMMYARG, return 0, return)
 DEFINEFUNC(const SSL_METHOD *, TLSv1_server_method, DUMMYARG, DUMMYARG, return 0, return)
@@ -605,11 +603,15 @@
 RESOLVEFUNC(SSL_set_connect_state, 152, libs.first )
 RESOLVEFUNC(SSL_shutdown, 173, libs.first )
 RESOLVEFUNC(SSL_write, 188, libs.first )
+#if OPENSSL_VERSION_NUMBER < 0x1000L
 RESOLVEFUNC(SSLv2_client_method, 192, libs.first )
+#endif
 RESOLVEFUNC(SSLv3_client_method, 195, libs.first )
 RESOLVEFUNC(SSLv23_client_method, 189, libs.first )
 RESOLVEFUNC(TLSv1_client_method, 198, libs.first )
+#if OPENSSL_VERSION_NUMBER < 0x1000L
 RESOLVEFUNC(SSLv2_server_method, 194, libs.first )
+#endif
 RESOLVEFUNC(SSLv3_server_method, 197, libs.first )
 RESOLVEFUNC(SSLv23_server_method, 191, libs.first )
 RESOLVEFUNC(TLSv1_server_method, 200, libs.first )
@@ -739,11 +741,15 @@
 RESOLVEFUNC(SSL_set_connect_state)
 RESOLVEFUNC(SSL_shutdown)
 RESOLVEFUNC(SSL_write)
+#if OPENSSL_VERSION_NUMBER < 0x1000L
 RESOLVEFUNC(SSLv2_client_method)
+#endif
 RESOLVEFUNC(SSLv3_client_method)
 RESOLVEFUNC(SSLv23_client_method)
 RESOLVEFUNC(TLSv1_client_method)
+#if OPENSSL_VERSION_NUMBER < 0x1000L
 RESOLVEFUNC(SSLv2_server_method)
+#endif
 RESOLVEFUNC(SSLv3_server_method)
 RESOLVEFUNC(SSLv23_server_method)
 RESOLVEFUNC(TLSv1_server_method)
Index: qt4-x11/src/network/ssl/qsslsocket_openssl_symbols_p.h
===
--- qt4-x11.orig/src/network/ssl/qsslsocket_openssl_symbols_p.h	2011-09-13 16:59:57.017663393 +0400
+++ qt4-x11/src/network/ssl/qsslsocket_openssl_symbols_p.h	2011-09-13 17:00:54.768966689 +0400
@@ -333,11 +333,9 @@
 void q_SSL_set_connect_state(SSL *a);
 int q_SSL_shutdown(SSL *a);
 #if OPENSSL_VERSION_NUMBER >= 0x1000L
-const SSL_METHOD *q_SSLv2_client_method();
 const SSL_METHOD *q_SSLv3_client_method();
 const SSL_METHOD *q_SSLv23_client_method();
 const SSL_METHOD *q_TLSv1_client_method();
-const SSL_METHOD *q_SSLv2_server_method();
 const SSL_METHOD *q_SSLv3_server_method();
 const SSL_METHOD *q_SSLv23_server_method();
 const SSL_METHOD *q_TLSv1_server_method();


Bug#641227: policyd-weight: Not only in testing!

2011-09-14 Thread Heiko Schlittermann
Package: policyd-weight
Version: 0.1.15.1-2
Severity: normal


This bug exists not only in testing, already the version in stable
has it and I think it should be fixed fast, as it prevents regular mail
systems from working. Not every user/admin should be forced to provide
an individual config file. 

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

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

Versions of packages policyd-weight depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  libnet-dns-perl0.66-2Perform DNS queries from a Perl sc
ii  libnet-ip-perl 1.25-2Perl extension for manipulating IP
ii  perl   5.10.1-17squeeze2 Larry Wall's Practical Extraction 

Versions of packages policyd-weight recommends:
ii  perl [libsys-syslog-pe 5.10.1-17squeeze2 Larry Wall's Practical Extraction 

policyd-weight suggests no packages.

-- no debconf information



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



Bug#641544: policyd-weight: debug mode produces several warnings - fixed

2011-09-14 Thread Heiko Schlittermann
Package: policyd-weight
Version: 0.1.15.1-2
Severity: normal
Tags: patch upstream


When using the debug mode several warnings about uninitialized
values are issued. It looks nasty.

I've fixed it, hopefully in a sensible way.


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

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

Versions of packages policyd-weight depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  libnet-dns-perl0.66-2Perform DNS queries from a Perl sc
ii  libnet-ip-perl 1.25-2Perl extension for manipulating IP
ii  perl   5.10.1-17squeeze2 Larry Wall's Practical Extraction 

Versions of packages policyd-weight recommends:
ii  perl [libsys-syslog-pe 5.10.1-17squeeze2 Larry Wall's Practical Extraction 

policyd-weight suggests no packages.

-- no debconf information
diff -r 61fc719c8e48 policyd-weight
--- a/policyd-weight	Wed Sep 14 11:11:31 2011 +0200
+++ b/policyd-weight	Wed Sep 14 11:50:48 2011 +0200
@@ -582,7 +582,7 @@
 my $my_PTIME;
 my $my_TEMP_PTIME;
 
-if(!($conf))
+if(not defined $conf)
 {
 if( -f "/etc/policyd-weight.conf")
 {
@@ -605,7 +605,7 @@
 my $conf_err;
 my $conf_str;
 our $old_mtime;
-if($conf ne "")
+if(defined $conf)
 {
 if(sprintf("%04o",(stat($conf))[2]) !~ /(7|6|3|2)$/)
 {
@@ -652,8 +652,11 @@
 if($CMD_DEBUG == 1)
 {
 $DEBUG = 1;
-$conf_str =~ s/\#.*?(\n)/$1/gs;
-$conf_str =~ s/\n+/\n/g;
+if (defined $conf_str) {
+	$conf_str =~ s/\#.*?(\n)/$1/gs;
+	$conf_str =~ s/\n+/\n/g;
+}
+else { $conf_str = "" }
 print "config: $conf\n".$conf_str."\n"; 
 $SPATH   .= ".debug";
 
@@ -2379,7 +2382,7 @@
 }
 
 ## HELO numeric check #
-my $glob_numeric_score;
+my $glob_numeric_score = 0;
 # check /1.2.3.4/ and /[1.2.3.4]/
 if($helo =~ /^[\d|\[][\d\.]+[\d|\]]$/)
 {
@@ -2798,7 +2801,7 @@
 my $sender = shift(@_) || '';
 my $domain = shift(@_) || '';
 
-$! = '';
+$! = undef;
 $@ = ();
 if( (!($csock)) || ($csock && (!($csock->connected))) )
 {
@@ -2919,7 +2922,7 @@
 die $!;
 }
 
-if(!( $( = getpwnam($USER) ))
+if(!( $( = getgrnam($GROUP) ))
 {
 mylog(warning=>"cache: couldn't change GID to user $GROUP: $!");
 }
@@ -3790,7 +3793,7 @@
 my $helo = shift;
 my $ip   = shift;
 
-if($$helo !~ /^\[(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})\]$/ ) { return }
+if($$helo !~ /^\[(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})\]$/ ) { return 0 }
 my $tmp_helo_ip = $1;
 
 my $tmpip = inet_aton( $tmp_helo_ip );


Bug#636396: mercurial: Cloning fails with: mpatch.mpatchError: patch cannot be decoded

2011-09-14 Thread Arno Huggenfeld

Thanks for the new version. Hg verify is working but I can confirm that your 
test fails.

Some more infos to my system:

jupiter:/# uname -rm
2.6.39.1 armv5tel

jupiter:/# cat /proc/cpuinfo
Processor   : Feroceon rev 0 (v5l)
BogoMIPS    : 265.42
Features    : swp half thumb fastmult edsp
CPU implementer : 0x41
CPU architecture: 5TEJ
CPU variant : 0x0
CPU part    : 0x926
CPU revision    : 0

Hardware    : Buffalo Linkstation Pro/Live
Revision    : 
Serial  : 

Package: mercurial
Version: 1.9.2-1

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

Kernel: Linux 2.6.39.1
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 mercurial depends on:
ii  libc6 2.13-18
ii  mercurial-common  1.9.2-1
ii  python    2.6.7-3
ii  python2.6 2.6.7-3
ii  python2.7 2.7.2-5
ii  ucf   3.0025+nmu2

mercurial recommends no packages.

Versions of packages mercurial suggests:
pn  kdiff3    0.9.95-7+b2
pn  qct   
pn  tk8.4 [wish]  8.4.19-4
pn  tk8.5 [wish]  8.5.10-1
pn  vim | emacs   


I started the tests suite with setting 0:

jupiter:/# cat /proc/cpu/alignment
User:   1042610
System: 2
Skipped:    0
Half:   1808
Word:   1040674
DWord:  2
Multi:  6
User faults:    0 (ignored)

@jupiter:~/mercurial-test/mercurial-1.9.2$ LANG=C make local
...

@jupiter:~/mercurial-test/mercurial-1.9.2$ LANG=C make tests > tests.log
...
I will send the results when finished but it isn't looking good.
Or did you want me to run the test with # echo 2 > /proc/cpu/alignment ?

Cheers
Arno


> Date: Wed, 14 Sep 2011 08:53:56 +0100
> From: cibervi...@gmail.com
> To: ahg...@hotmail.com; 636...@bugs.debian.org
> Subject: Re: Bug#636396: mercurial: Cloning fails with: mpatch.mpatchError: 
> patch cannot be decoded
>
> On 14/09/11 08:12, Arno Huggenfeld wrote:
> >
> > Ok,
> >
> > third try.
> >
> > 
> > As it seems that my first two mails vanished in the spam filter, next try 
> > with different settings.
> > 
> > I discovered by chance that mercurial is working after
> >
> > # echo 2 > /proc/cpu/alignment
> > (meaning fix problem, default 0 means do nothing)
> >
> > which strongly suggests that there is an alignment problem in mpatch.c . 
> > Most of the times it is code which implicitly relies on a specific 
> > alignment of structure members or array elements, which is not standardized 
> > and cpu, os and compiler specific. 
> > http://netwinder.osuosl.org/users/b/brianbr/public_html/alignment.html and 
> > http://lecs.cs.ucla.edu/wiki/index.php have good explanations.
>
> Nice!
>
> > 
> > I did some experiments with various versions:
> >
> > 1.8.3-1 (wheezy): only working with echo 2 > /proc/cpu/alignment
> > 1.8.4+174-6ab8b17adc03 (upstream hg-stable): only working with echo 2 > 
> > /proc/cpu/alignment
> > 1.9.1 (upstream previous release): only working with echo 2 > 
> > /proc/cpu/alignment
> > 1.9.1-2 (sid): only working with echo 2 > /proc/cpu/alignment
> > 1.9.2 (upstream latest release): working
> > 1.9.2+17-d23dfcbb8840+20110912 (upstream main): working
> >
> > All tests were limited to hg verify on a small repository.
>
> My current test case is:
>
> cd /tmp
> rm -rf a
> hg init a
> cd a
> echo a > a
> hg ci -Am0
> hg tag t1
> hg tag --remove t1
>
> which fails in 1.9.2 .
>
> > It is not mentioned in the release notes but something was fixed between 
> > 1.9.1 and 1.9.2.
>
> Yes, the situation has improved a lot in 1.9.2, you can clone and
> commit, but there are still problems (see the test case above).
>
> > Therefore I suggest Debian upgrading to 1.9.2.
>
> 1.9.2 was uploaded to debian yesterday. I'm not root in the ARM machine
> I'm using for debugging, so I can't test your suggestion. Can you
> please upgrade your package and see if it works?
>
> It would really help if you could run the whole mercurial test suite.
> To do that, download the sources from [0] unpack them and run "make
> tests". It will probably take hours to execute.
>
> [0] http://mercurial.selenic.com/release/mercurial-1.9.2.tar.gz
>
> Thanks,
> Javi (Vicho)
>
  


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



Bug#636084: Fixed symlink

2011-09-14 Thread Matthias Klose
tag 636084 + patch
user ubuntu-de...@lists.ubuntu.com
usertags 636084 oneiric ubuntu-patch
thanks

fixed the symlink in the rules file, complete diff at
http://launchpadlibrarian.net/79851983/oopango_1.0-1_1.0-1ubuntu1.diff.gz



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



Bug#641545: package ftbfs with -fstack-protector

2011-09-14 Thread Matthias Klose
Package: otpw
Version: 1.3-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

link with gcc, not ld.

patch at
http://launchpadlibrarian.net/79849686/otpw_1.3-2_1.3-2ubuntu1.diff.gz





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



Bug#641546: [jakarta-jmeter] New Upstream available

2011-09-14 Thread Jan Wagner
Package: jakarta-jmeter
Version: 2.4-1
Severity: wishlist

Hi there,

just a quick note that a new upstream version (2.5) was released 4 ago. Would 
be cool to have that packaged.

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


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


Bug#641209: fcntl solves the problem

2011-09-14 Thread Robert Kawecki
Hi,
Apparently, fcntl instead of flock does fix the issue. Thanks for the
quick reply. This can now be closed and I'll stick with the updated
version of znc.




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



Bug#641547: package ftbfs with ld --as-needed

2011-09-14 Thread Matthias Klose
Package: oss-preserve
Version: 1.1-6
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

see http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

failed build
https://launchpad.net/ubuntu/+archive/test-rebuild-20110816/+build/2707315


diff -u oss-preserve-1.1/debian/changelog oss-preserve-1.1/debian/changelog
--- oss-preserve-1.1/debian/changelog
+++ oss-preserve-1.1/debian/changelog
@@ -1,3 +1,15 @@
+oss-preserve (1.1-6ubuntu2) oneiric; urgency=low
+
+  * Fix applying the ld-as-needed patch.
+
+ -- Matthias Klose   Wed, 14 Sep 2011 11:49:06 +0200
+
+oss-preserve (1.1-6ubuntu1) oneiric; urgency=low
+
+  * Fix FTBFS with ld --as-needed. LP: #771105.
+
+ -- Matthias Klose   Wed, 14 Sep 2011 10:54:26 +0200
+
 oss-preserve (1.1-6) unstable; urgency=low
 
   * Update glib depends to libglib2.0 (Closes: #523710)
diff -u oss-preserve-1.1/debian/patches/series 
oss-preserve-1.1/debian/patches/series
--- oss-preserve-1.1/debian/patches/series
+++ oss-preserve-1.1/debian/patches/series
@@ -3 +3 @@
-
+ld-as-needed.diff
only in patch2:
unchanged:
--- oss-preserve-1.1.orig/debian/patches/ld-as-needed.diff
+++ oss-preserve-1.1/debian/patches/ld-as-needed.diff
@@ -0,0 +1,29 @@
+--- ./Makefile.am~ 2011-09-14 10:57:59.0 +0200
 ./Makefile.am  2011-09-14 11:00:14.560571554 +0200
+@@ -19,6 +19,6 @@
+ 
+ bin_PROGRAMS = ossctl
+ ossctl_SOURCES = ossctl.c
+-ossctl_LDFLAGS = `pkg-config glib-2.0 --libs`
++ossctl_LDADD = `pkg-config glib-2.0 --libs`
+ 
+ AM_CFLAGS = `pkg-config glib-2.0 --cflags`
+--- ./Makefile.in~ 2011-09-14 10:57:59.0 +0200
 ./Makefile.in  2011-09-14 11:00:29.920594088 +0200
+@@ -85,7 +85,7 @@
+ 
+ bin_PROGRAMS = ossctl
+ ossctl_SOURCES = ossctl.c
+-ossctl_LDFLAGS = `pkg-config glib-2.0 --libs`
++ossctl_LDADD = `pkg-config glib-2.0 --libs`
+ 
+ AM_CFLAGS = `pkg-config glib-2.0 --cflags`
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+@@ -99,7 +99,6 @@
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
+ ossctl_OBJECTS =  ossctl.o
+-ossctl_LDADD = $(LDADD)
+ ossctl_DEPENDENCIES = 
+ CFLAGS = @CFLAGS@
+ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) 
$(CFLAGS)


Bug#641541: xulrunner-6.0: eats too much (well beyond available) memory

2011-09-14 Thread Luca Capello
Hi Mike!

On Wed, 14 Sep 2011 11:42:31 +0200, Mike Hommey wrote:
> On Wed, Sep 14, 2011 at 11:37:57AM +0200, Luca Capello wrote:
>> 3) I do not think that about 100 tabs (buffers in conkeror) is so much,
>>especially considering how many Mike has ;-)
>> 
>>  
>
> Note that I was using about 1.4GB memory when I had around 300 or 400
> tabs and wasn't lazy loading them. I wouldn't be surprised that some
> tabs on some sites would make that go up significantly.

The problem is that I had around 100 tabs and xulrunner-6.0 was using
roughly 1-1.5GB VIRT memory, so is 1.5GB the upper limit?

>> I have now installed xulrunner-7.0 and I will report back what happens.

xulrunner-7.0 seems to use the same amount, let me see if it will be
killed someday:

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
 2886 luca  20   0 1147m 727m  24m S   10 36.3   3:27.64 xulrunner-bin

Two things I have completely forgot to add while reporting the bug:

a) no external plugins here (no Flash/Gnash, no Java)

b) xulrunner is the main battery drainer (see the CPU/MEM consumption
   above), which is a bad effect other than the hibernation one already
   reported, here the powertop output for the same session above:

 Usage   Events/sCategory   Description
 132.1 ms/s 373.4Process
/usr/lib/xulrunner-7.0/xulrunner-bin

Thx, bye,
Gismo / Luca

PS, I do not want to leave xulrunner/conkeror, so please do not tell me
that no one upstream cares about that ;-)


pgppdiMAo5YMm.pgp
Description: PGP signature


Bug#641548: package ftbfs with ld --as-needed

2011-09-14 Thread Matthias Klose
Package: pacman4console
Version: 1.2-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

see http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

patch at
http://launchpadlibrarian.net/79849685/pacman4console_1.2-2_1.2-2ubuntu1.diff.gz

failed build
https://launchpad.net/ubuntu/+archive/test-rebuild-20110816/+build/2707419




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



Bug#641227: policyd-weight: Not only in testing!

2011-09-14 Thread Chris Butler
On Wed, Sep 14, 2011 at 11:41:31AM +0200, Heiko Schlittermann wrote:
> This bug exists not only in testing, already the version in stable
> has it and I think it should be fixed fast, as it prevents regular mail
> systems from working. Not every user/admin should be forced to provide
> an individual config file. 

Thanks for your bug reports. I'm currently preparing a package of the new
upstream version, and will review your other bug fixes with the aim of
including them too. I hope to be able to upload the new packages this
evening.

I'll also get in touch with the release team once the new packages have hit
unstable, and see if this bug qualifies for an update in the next stable
point release.

-- 
Chris Butler 
  GnuPG Key ID: 4096R/49E3ACD3



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



Bug#641541: xulrunner-6.0: eats too much (well beyond available) memory

2011-09-14 Thread Mike Hommey
On Wed, Sep 14, 2011 at 11:37:57AM +0200, Luca Capello wrote:
> Package: xulrunner-6.0
> Version: 6.0-4
> Severity: important
> Affects: conkeror
> 
> Hi there!
> 
> I do not think there is anything more to add here, IIRC Axel Beckert
> (conkeror's maintainer) told me it is a known problem, nevertheless
> reporting it (full log attached):
> =
> [43835.905298] xulrunner-bin invoked oom-killer: gfp_mask=0x201da, order=0, 
> oom_adj=0, oom_score_adj=0
> [43835.905304] xulrunner-bin cpuset=/ mems_allowed=0
> [43835.905308] Pid: 3426, comm: xulrunner-bin Not tainted 3.0.0-1-amd64 #1
> [...]
> [43835.914256] Out of memory: Kill process 3383 (xulrunner-bin) score 757 or 
> sacrifice child
> [43835.914306] Killed process 3383 (xulrunner-bin) total-vm:3489368kB, 
> anon-rss:1422660kB, file-rss:0kB
> =
> 
> Some notes:
> 
> 1) looking at my syslog (attached) I found out that this happened
>already on September 3rd.
> 
> 2) this causes hibernation to not succeed with a nasty error, "PM: Not
>enough free swap", which is unbelievable given that I have 2GB RAM
>and 2GB swap.
> 
> 3) I do not think that about 100 tabs (buffers in conkeror) is so much,
>especially considering how many Mike has ;-)
> 
>  

Note that I was using about 1.4GB memory when I had around 300 or 400
tabs and wasn't lazy loading them. I wouldn't be surprised that some
tabs on some sites would make that go up significantly.

Mike



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



Bug#641549: package ftbfs with ld --as-needed

2011-09-14 Thread Matthias Klose
Package: paxtest
Version: 1:0.9.9-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

see http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

patch at
http://launchpadlibrarian.net/79849063/paxtest_1%3A0.9.9-1_1%3A0.9.9-1ubuntu1.diff.gz

failed build
https://launchpad.net/ubuntu/+archive/test-rebuild-20110816/+build/2707617




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



Bug#641550: package ftbfs with ld --as-needed

2011-09-14 Thread Matthias Klose
Package: phonefsod
Version: 0.1+git20100802-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

see http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

patch at
http://launchpadlibrarian.net/79847435/phonefsod_0.1%2Bgit20100802-2ubuntu1_0.1%2Bgit20100802-2ubuntu2.diff.gz




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



Bug#641541: xulrunner-6.0: eats too much (well beyond available) memory

2011-09-14 Thread Mike Hommey
On Wed, Sep 14, 2011 at 12:11:01PM +0200, Luca Capello wrote:
> Hi Mike!
> 
> On Wed, 14 Sep 2011 11:42:31 +0200, Mike Hommey wrote:
> > On Wed, Sep 14, 2011 at 11:37:57AM +0200, Luca Capello wrote:
> >> 3) I do not think that about 100 tabs (buffers in conkeror) is so much,
> >>especially considering how many Mike has ;-)
> >> 
> >>  
> >
> > Note that I was using about 1.4GB memory when I had around 300 or 400
> > tabs and wasn't lazy loading them. I wouldn't be surprised that some
> > tabs on some sites would make that go up significantly.
> 
> The problem is that I had around 100 tabs and xulrunner-6.0 was using
> roughly 1-1.5GB VIRT memory, so is 1.5GB the upper limit?
> 
> >> I have now installed xulrunner-7.0 and I will report back what happens.
> 
> xulrunner-7.0 seems to use the same amount, let me see if it will be
> killed someday:
> 
>   PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
>  2886 luca  20   0 1147m 727m  24m S   10 36.3   3:27.64 xulrunner-bin

I think you have two problems:
- xulrunner takes a lot of memory, and that should be better in xulrunner
  8.0 and 9.0 (8.0a2 builds on mozilla.debian.net)
- conkeror actively loads all your tabs

We should probably clone this bug and reassign to conkeror.

BTW, about:memory should work in conkeror.

> Two things I have completely forgot to add while reporting the bug:
> 
> a) no external plugins here (no Flash/Gnash, no Java)
> 
> b) xulrunner is the main battery drainer (see the CPU/MEM consumption
>above), which is a bad effect other than the hibernation one already
>reported, here the powertop output for the same session above:
> 
>  Usage   Events/sCategory   Description
>  132.1 ms/s 373.4Process
> /usr/lib/xulrunner-7.0/xulrunner-bin

That's a different problem, but it's probably related to the number of
tabs you use.

Mike



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



Bug#641551: package ftbfs with ld --as-needed

2011-09-14 Thread Matthias Klose
Package: pimd
Version: 2.1.6-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

see http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

patch at
http://launchpadlibrarian.net/79845569/pimd_2.1.6-1_2.1.6-1ubuntu1.diff.gz




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



Bug#641552: package ftbfs with ld --as-needed

2011-09-14 Thread Matthias Klose
Package: pspp
Version: 0.6.2-3
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

see http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

patch at
http://launchpadlibrarian.net/79842944/pspp_0.6.2-3ubuntu1_0.6.2-3ubuntu2.diff.gz




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



Bug#641553: pgapack: The way that the software is compiled fails the shipped test

2011-09-14 Thread Stefano Bridi
Package: pgapack
Version: 1.1.1-2
Severity: important

Dear Maintainer,

I was trying to compile the pgapack from source and I always got the embedded
test to fail. After some try and error i found that the parameter "-DWL=32" in
the configure/configure.in cause the first and last test to fail on my 64bit pc
("-DWL=64" seems to be fine).
So i tryied the packaged library and found that the problem is also here and so
this bug report:
In fact: using the test (instverf) in the pgapack package build against the
"libpgapack-serial1" package library I see the same behaviour:
Test 0 had 994 errors.
Test 1 was successful.
Test 2 was successful.
Test 3 was successful.
Test 4 had 989 errors.
With a rebuild from source of the same library with the "-DWL=64" I get
Test 0 was successful.
Test 1 was successful.
Test 2 was successful.
Test 3 was successful.
Test 4 was successful.

I'm the system administrator and not the end user of this library and so I
don't know what is going on ...



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

Kernel: Linux 3.0-3.dmz.2-liquorix-amd64 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

pgapack depends on no packages.

pgapack recommends no packages.

Versions of packages pgapack suggests:
ii  libpgapack-mpi1 1.1.1-2
ii  libpgapack-serial1  1.1.1-2

-- no debconf information



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



Bug#641468: lintian: update the lab layout (i.e. use pools)

2011-09-14 Thread Niels Thykier
On 2011-09-13 19:21, Jakub Wilk wrote:
> * Niels Thykier , 2011-09-13, 18:04:
>> Jakub realized the source of a lot of our errors on lintian.d.o are
>> caused by limitations in the file-system.  We should probably use a
>> pool or something similar to reduce the amount of elements in each dirs.
> 
> Just to shed more light on what the problem is:
> 
> $ stat /srv/lintian.debian.org/laboratory/binary/ | grep Links
> Device: 807h/2055dInode: 7512069 Links: 32000
> 
> On ext3 filesysytem, at least in squeeze, 32K is hard limit on number of
> hard links, so we can't create more directories in binary/.
> 
> ext4 doesn't have this limitation, so a work-around would be to convert
> the filesystem.
> 

Upgrading to ext4 might be a solution, but I personally think that
changing the Lab layout is the "right thing(tm)" to do in this case.
Considering we want derivatives to do archive-wide Lintian runs, it may
be prudent to be file-system agnostic.

Also, we can (ab)use this oppertunity to enable "multi-version" +
"multi-architectures" in static labs as well.  Hopefully we can also
clean up the Lab API while we are at it. XD

~Niels




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



Bug#558968: Resolve unresolved symbols in shared libraries

2011-09-14 Thread Matthias Klose
tags 558968 + patch
user ubuntu-de...@lists.ubuntu.com
usertags 558968 origin-ubuntu oneiric ubuntu-patch
user debian-...@lists.debian.org
usertags 558968 ld-as-needed
thanks

this avoids a build failure in prayer, when built with ld --as-needed.

patch at
http://launchpadlibrarian.net/79842943/uw-imap_8%3A2007e~dfsg-3.1ubuntu3_8%3A2007e~dfsg-3.1ubuntu4.diff.gz



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



Bug#641495: gnucash: Crashes on Online Action->Get Transactions

2011-09-14 Thread Micha Lenk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi Simon,

thank you for your feedback.

Am 13.09.2011 23:40, schrieb Simon Walter:
> on any online action on an account gnucash crashes with the following
> message:
> 
> gnucash: account.c:61: AB_Account_fromDb: Assertion `pname' failed.

Can you please provide some more information on the used online action?

Additionally a backtrace of your crash would be very helpful. If you're
a Gnome user, can you please install the packages gnucash-dbg and
bug-buddy and try to reproduce the crash? Bug-buddy should then assist
you to generate the needed backtrace.

Regards,
Micha
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJOcIY4AAoJEOpsprlRuFE5c1kQAI3qXjf2wg06UkdTN4RVRM0n
aND30ry9jA2IfloZ3pdJyUVlo7pf3WncjB4GjfLIU8S9qWanzoiQPWcJR3ENQyx5
As5fZVsWU9Ui07+p+fUs8r1tASeWjLtE8ba9/i6ZUVEXVwK6tGtvfvQ4BFtTGPy6
gquBHX+NmDpDIdcHHI6kaiCJrok/6rvRpGMOmALQRsurJbw3SllqslpKFcCLbyJm
jYqOeE8O1AdhV3YuoYpVvvmH8/1Ai/9x0jmmxxbUD9BKhaeDJO5FJYn6pYrA0ets
qQkf4PuaQh+nFatkj8mU9I/mfNJU+849KJnVUUQ12KccC31zdiqOFAZdyMkfCwQv
y+0I0B4V6YkQYqMUIj9Qo6/iKCs94CNmdhs5ZAo+J64m0Ewn9XITS2LX2rfUe6ZK
jId0uEzk+xv0AV3FtVS8/bJDCRP3pmSxmLlNV6FZUtl75uAlyN4l4pX3/flcbYXj
gViLyeFgJh434HuV5akVGkuU+To5OsbxZwkKMEAlouUaRoXXf1doXQEuyGIIU+CA
UjziFSC7F+8lqtEs2fIRuXy5cJoZBG4hqCI45TcX/rb4BMuOsaC0DMJBbdapeR7m
bIz9rtWozA7zyd9VpQv2juObLW/geKAcJ31tkrv2lxWdZ4zUQ5oaT/ZlNmi658nC
cxl8xPLmLk1qeK9l24DW
=S4jL
-END PGP SIGNATURE-



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



Bug#641554: package ftbfs with ls --as-needed

2011-09-14 Thread Matthias Klose
Package: psignifit
Version: 2.5.6-3
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

see http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

patch at
http://launchpadlibrarian.net/79817915/psignifit_2.5.6-3_2.5.6-3ubuntu1.diff.gz




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



Bug#639187: octave-msh: FTBFS: build-dependency not installable: octave-pkg-dev (>= 0.7.0)

2011-09-14 Thread Colin Watson
tags 639187 patch
user ubuntu-de...@lists.ubuntu.com
usertags 639187 ubuntu-patch oneiric
thanks

On Wed, Aug 24, 2011 at 10:17:21PM +0200, Mònica Ramírez Arceda wrote:
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
> 
> Relevant part:
> > ┌──┐
> > │ Install octave-msh build dependencies (apt-based resolver)
> >│
> > └──┘
> > 
> > Installing build dependencies
> > Reading package lists...
> > Building dependency tree...
> > Reading state information...
> > Some packages could not be installed. This may mean that you have
> > requested an impossible situation or if you are using the unstable
> > distribution that some required packages have not yet been created
> > or been moved out of Incoming.
> > The following information may help to resolve the situation:
> > 
> > The following packages have unmet dependencies:
> >  sbuild-build-depends-octave-msh-dummy : Depends: octave-pkg-dev (>= 0.7.0) 
> > but it is not going to be installed
> > E: Broken packages

I think this is the same as
https://bugs.launchpad.net/ubuntu/+source/octave-msh/+bug/831407:

  $ chdist apt-get unstable -o Debug::pkgProblemResolver=true install 
octave-pkg-dev gmsh
  Reading package lists... Done
  Building dependency tree... Done
  Starting
  Starting 2
  Investigating (0) gmsh [ i386 ] < none -> 2.5.1~beta1~svn9724~dfsg-1 > ( math 
)
  Broken gmsh:i386 Depends on libhdf5-openmpi-1.8.4 [ i386 ] < none -> 
1.8.4-patch1-3 > ( libs )
Considering libhdf5-openmpi-1.8.4:i386 2 as a solution to gmsh:i386 
Re-Instated libhdf5-openmpi-1.8.4:i386
  Investigating (0) libhdf5-serial-1.8.4 [ i386 ] < none -> 1.8.4-patch1-3 > ( 
libs )
  Broken libhdf5-serial-1.8.4:i386 Conflicts on libhdf5-1.8 [ i386 ] < none > ( 
none )
Considering libhdf5-openmpi-1.8.4:i386 2 as a solution to 
libhdf5-serial-1.8.4:i386 2
Holding Back libhdf5-serial-1.8.4:i386 rather than change libhdf5-1.8:i386
  Investigating (0) libhdf5-serial-dev [ i386 ] < none -> 1.8.4-patch1-3 > ( 
libdevel )
  Broken libhdf5-serial-dev:i386 Depends on libhdf5-serial-1.8.4 [ i386 ] < 
none -> 1.8.4-patch1-3 > ( libs ) (= 1.8.4-patch1-3)
Considering libhdf5-serial-1.8.4:i386 2 as a solution to 
libhdf5-serial-dev:i386 0
Holding Back libhdf5-serial-dev:i386 rather than change 
libhdf5-serial-1.8.4:i386
  Investigating (1) octave3.2-headers [ i386 ] < none -> 3.2.4-12 > ( math )
  Broken octave3.2-headers:i386 Depends on libhdf5-serial-dev [ i386 ] < none 
-> 1.8.4-patch1-3 > ( libdevel ) (>= 1.8.4)
Considering libhdf5-serial-dev:i386 0 as a solution to 
octave3.2-headers:i386 1
Holding Back octave3.2-headers:i386 rather than change 
libhdf5-serial-dev:i386
  Broken octave3.2-headers:i386 Depends on libhdf5-lam-dev [ i386 ] < none -> 
1.8.4-patch1-3 > ( libdevel ) (>= 1.8.4)
Considering libhdf5-lam-dev:i386 1 as a solution to octave3.2-headers:i386 1
Holding Back octave3.2-headers:i386 rather than change libhdf5-lam-dev:i386
  Broken octave3.2-headers:i386 Depends on libhdf5-mpich-dev [ i386 ] < none -> 
1.8.4-patch1-3 > ( libdevel ) (>= 1.8.4)
Considering libhdf5-mpich-dev:i386 1 as a solution to 
octave3.2-headers:i386 1
Holding Back octave3.2-headers:i386 rather than change 
libhdf5-mpich-dev:i386
  Broken octave3.2-headers:i386 Depends on libhdf5-openmpi-dev [ i386 ] < none 
-> 1.8.4-patch1-3 > ( libdevel ) (>= 1.8.4)
Considering libhdf5-openmpi-dev:i386 1 as a solution to 
octave3.2-headers:i386 1
Holding Back octave3.2-headers:i386 rather than change 
libhdf5-openmpi-dev:i386
Or group keep for octave3.2-headers:i386
  Investigating (2) octave-pkg-dev [ i386 ] < none -> 0.7.4 > ( devel )
  Broken octave-pkg-dev:i386 Depends on octave3.2-headers [ i386 ] < none -> 
3.2.4-12 > ( math )
Considering octave3.2-headers:i386 1 as a solution to octave-pkg-dev:i386 

Re-Instated libhdf5-serial-1.8.4:i386
Re-Instated libhdf5-serial-dev:i386
Re-Instated octave3.2-headers:i386
  Investigating (2) libhdf5-serial-1.8.4 [ i386 ] < none -> 1.8.4-patch1-3 > ( 
libs )
  Broken libhdf5-serial-1.8.4:i386 Conflicts on libhdf5-1.8 [ i386 ] < none > ( 
none )
Considering libhdf5-openmpi-1.8.4:i386 2 as a solution to 
libhdf5-serial-1.8.4:i386 2
Holding Back libhdf5-serial-1.8.4:i386 rather than change libhdf5-1.8:i386
  Investigating (2) libhdf5-serial-dev [ i386 ] < none -> 1.8.4-patch1-3 > ( 
libdevel )
  Broken libhdf5-serial-dev:i386 Depends on libhdf5-serial-1.8.4 [ i386 ] < 
none -> 1.8.4-patch1-3 > ( libs ) (= 1.8.4-patch1-3)
Considering libhdf5-serial-1.8.4:i386 2 as a solution to 
libhdf5-serial-dev:i386 0
Holding Back libhdf5-serial-dev:i386 rather than change 
libhdf5-serial-1.8.4:i386
  Investigating (3) octave3.2-headers [ i386 ] < none -> 3.2.4-12 > ( math )
  Broken octave3.2-headers:i386 

Bug#641555: package ftbfs with ld --as-needed

2011-09-14 Thread Matthias Klose
Package: ptex-bin
Version: 3.1.11+0.04b-0.1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

see http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

patch at
http://launchpadlibrarian.net/79817911/ptex-bin_3.1.11%2B0.04b-0.1_3.1.11%2B0.04b-0.1ubuntu1.diff.gz

failed build
https://launchpad.net/ubuntu/+archive/test-rebuild-20110816/+build/2708861




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



Bug#641556: package ftbfs with ld --as-needed

2011-09-14 Thread Matthias Klose
Package: rbldnsd
Version: 0.996b
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

see http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

patch at
http://launchpadlibrarian.net/79814680/rbldnsd_0.996b_0.996bubuntu1.diff.gz

failed build
https://launchpad.net/ubuntu/+archive/test-rebuild-20110816/+build/2710267




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



Bug#641557: package ftbfs with ld --as-needed

2011-09-14 Thread Matthias Klose
Package: rdup
Version: 1.0.5-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

see http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

patch at
http://launchpadlibrarian.net/79813787/rdup_1.0.5-1ubuntu1_1.0.5-1ubuntu2.diff.gz

failed build
https://launchpad.net/ubuntu/+archive/test-rebuild-20110816/+build/2710310




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



Bug#641558: package ftbfs with ld --as-needed

2011-09-14 Thread Matthias Klose
Package: reglookup
Version: 0.12.0-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

see http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

failed build
https://launchpad.net/ubuntu/+archive/test-rebuild-20110816/+build/2710392

diff -u reglookup-0.12.0/debian/changelog reglookup-0.12.0/debian/changelog
--- reglookup-0.12.0/debian/changelog
+++ reglookup-0.12.0/debian/changelog
@@ -1,3 +1,15 @@
+reglookup (0.12.0-1ubuntu2) oneiric; urgency=low
+
+  * Don't pass a library in OPT in debian/rules. LP: #771023.
+
+ -- Matthias Klose   Wed, 14 Sep 2011 12:54:49 +0200
+
+reglookup (0.12.0-1ubuntu1) oneiric; urgency=low
+
+  * Fix FTBFS with ld --as-needed. LP: #771023.
+
+ -- Matthias Klose   Tue, 13 Sep 2011 23:19:29 +0200
+
 reglookup (0.12.0-1) unstable; urgency=low
 
   [ Daniel Baumann ]
diff -u reglookup-0.12.0/debian/rules reglookup-0.12.0/debian/rules
--- reglookup-0.12.0/debian/rules
+++ reglookup-0.12.0/debian/rules
@@ -4,7 +4,7 @@
dh ${@}
 
 override_dh_auto_build:
-   dh_auto_build -- OPTS="-std=gnu89 -pedantic -lm -Wall -ggdb" 
INC="-I../include" LIB="-L/usr/lib"
+   dh_auto_build -- OPTS="-std=gnu89 -pedantic -Wall -ggdb" 
INC="-I../include" LIB="-L/usr/lib -lm"
 
 override_dh_auto_install:
dh_auto_install -- PREFIX=$(CURDIR)/debian/reglookup/usr 
MAN_PREFIX=\$${PREFIX}/share/man
only in patch2:
unchanged:
--- reglookup-0.12.0.orig/src/Makefile
+++ reglookup-0.12.0/src/Makefile
@@ -10,10 +10,10 @@
 all: $(FILES)
 
 $(REGLOOKUP): reglookup.o $(OBJ)
-   $(CC) $(CFLAGS) $(OPTS) $(LIB) -o $@ reglookup.o $(OBJ) $(EXTRA_OBJ)
+   $(CC) $(CFLAGS) $(OPTS) -o $@ reglookup.o $(OBJ) $(EXTRA_OBJ) $(LIB)
 
 $(REGLOOKUP_RECOVER): reglookup-recover.o $(OBJ)
-   $(CC) $(CFLAGS) $(OPTS) $(LIB) -o $@ reglookup-recover.o $(OBJ) 
$(EXTRA_OBJ)
+   $(CC) $(CFLAGS) $(OPTS) -o $@ reglookup-recover.o $(OBJ) $(EXTRA_OBJ) 
$(LIB)
 
 reglookup.o: reglookup.c
$(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ reglookup.c


Bug#641559: package ftbfs with ld --as-needed

2011-09-14 Thread Matthias Klose
Package: retty
Version: 1.0-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

see http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

patch at
http://launchpadlibrarian.net/79813725/retty_1.0-2_1.0-2ubuntu1.diff.gz

failed build
https://launchpad.net/ubuntu/+archive/test-rebuild-20110816/+build/2710460




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



Bug#641560: package ftbfs with ld --as-needed

2011-09-14 Thread Matthias Klose
Package: rofs-fuse
Version: 2006.11.28-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

see http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

patch at
http://launchpadlibrarian.net/79813021/rofs-fuse_2006.11.28-2_2006.11.28-2ubuntu1.diff.gz

failed build
https://launchpad.net/ubuntu/+archive/test-rebuild-20110816/+build/2710581




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



Bug#560339: Never released for lenny

2011-09-14 Thread Paul Martin
tags 560339 -pending +wontfix
thanks

As far as I can tell, ekeyd was never released to Debian as part of
lenny.  It is possible you got this package as part of the software on
the CD that came with the hardware.

We could provide a package to fix this (outside of Debian), but it is
likely that you have moved on from lenny by now.  If not, please
contact us.

This bug will be closed in a month's time.

-- 
Paul Martin 
and 



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



Bug#641561: package ftbfs with ld --as-needed

2011-09-14 Thread Matthias Klose
Package: root-tail
Version: 1.2-3
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

see http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

patch at
http://launchpadlibrarian.net/79813015/root-tail_1.2-3_1.2-3ubuntu1.diff.gz

failed build
https://launchpad.net/ubuntu/+archive/test-rebuild-20110816/+build/2710586




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



Bug#641562: rst2pdf fails to work with docutils >= 0.8.0

2011-09-14 Thread Sergio Talens-Oliag
Package: rst2pdf
Version: 0.16-2
Severity: important

Dear Maintainer,

This bug is notified upstream, see:

  http://code.google.com/p/rst2pdf/issues/detail?id=401

I've applied locally the patch included in:

  http://code.google.com/p/rst2pdf/issues/detail?id=401#c6

And it works, please consider adding the patch to the debian package while
upstream solves the issue.

Thanks in advance.

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

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

Versions of packages rst2pdf depends on:
ii  python2.6.7-3   
ii  python-docutils   0.8.1-2   
ii  python-pdfrw  0+svn136-3
ii  python-pkg-resources  0.6.16-1  
ii  python-pygments   1.4+dfsg-2
ii  python-reportlab  2.5-1.1   
ii  python-setuptools 0.6.16-1  
ii  python-simplejson 2.2.0-1   
ii  python-support1.0.14

rst2pdf recommends no packages.

Versions of packages rst2pdf suggests:
pn  python-aafigure   
pn  python-imaging   1.1.7-4
pn  python-matplotlib 
pn  python-sphinx 
pn  python-uniconvertor   

-- no debconf information

-- 
Sergio Talens-Oliag
Key fingerprint = FF77 A16B 9D09 FC7B 6656 CFAD 261D E19A 578A 36F2


signature.asc
Description: Digital signature


Bug#599059: merging Tuffy font fork

2011-09-14 Thread brtkr
Hi,
I don't know why I'm banned.



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



Bug#639186: octave-bim: FTBFS: build-dependency not installable: octave-pkg-dev (>= 0.7.1)

2011-09-14 Thread Colin Watson
tags 639186 patch
user ubuntu-de...@lists.ubuntu.com
usertags 639186 ubuntu-patch oneiric
thanks

On Wed, Aug 24, 2011 at 10:16:38PM +0200, Mònica Ramírez Arceda wrote:
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
> 
> Relevant part:
> > ┌──┐
> > │ Install octave-bim build dependencies (apt-based resolver)
> >│
> > └──┘
> > 
> > Installing build dependencies
> > Reading package lists...
> > Building dependency tree...
> > Reading state information...
> > Some packages could not be installed. This may mean that you have
> > requested an impossible situation or if you are using the unstable
> > distribution that some required packages have not yet been created
> > or been moved out of Incoming.
> > The following information may help to resolve the situation:
> > 
> > The following packages have unmet dependencies:
> >  sbuild-build-depends-octave-bim-dummy : Depends: octave-pkg-dev (>= 0.7.1) 
> > but it is not going to be installed
> > E: Broken packages

I think this has the same cause as #639187.  With the same rationale, I
suggest this workaround:

  * Add explicit build-dependency on libhdf5-openmpi-dev to work around apt
confusion when resolving dependencies of gmsh and octave3.2-headers
(closes: #639186, LP: #831386).

diff -Nru octave-bim-1.0.1/debian/control octave-bim-1.0.1/debian/control
--- octave-bim-1.0.1/debian/control 2011-04-14 21:08:22.0 +0100
+++ octave-bim-1.0.1/debian/control 2011-09-14 11:52:07.0 +0100
@@ -4,7 +4,7 @@
 Maintainer: Debian Octave Group 
 Uploaders: Thomas Weber 
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.7.1)
+Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.7.1), 
libhdf5-openmpi-dev
 Build-Depends-Indep: octave-msh (>=0.1.1-2)
 Standards-Version: 3.9.1
 Homepage: http://octave.sourceforge.net/bim

Thanks,

-- 
Colin Watson   [cjwat...@ubuntu.com]



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



Bug#599059: [Pkg-fonts-devel] Bug#599059: merging Tuffy font fork

2011-09-14 Thread Paul Wise
On Wed, Sep 14, 2011 at 7:09 PM, brtkr  wrote:

> I don't know why I'm banned.

You are not banned, why do you think you are?

-- 
bye,
pabs

http://wiki.debian.org/PaulWise



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



Bug#641563: Penn State's mirror is not updating

2011-09-14 Thread Stephen Powell
Package: mirrors

Penn State's Debian mirror, 
ftp://carroll.aset.psu.edu/pub/linux/distributions/debian,
is not updating.  I got the following message during an "aptitude update" 
attempt:

E: Release file for 
ftp://carroll.aset.psu.edu/pub/linux/distributions/debian/dists/
wheezy/InRelease is expired (invalid since 4d 20h 45min 56s).  Updates for this
repository will not be applied.

-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-



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



Bug#641564: gsmartcontrol: Info textbox in "Perform Tests" tab should use available vertical space.

2011-09-14 Thread Andreas Neudecker
Package: gsmartcontrol
Version: 0.8.6-1
Severity: normal

Dear Maintainer,

the "Perform Tests" tab of the "Device Information" dialogue of a harddrive has
an info textbox for the test types.

gsmartcontrol -> select drive -> context menu: "View details ..." -> tab
"Perform tests"

Even when the dialog is at it's minimum height (537 pixels on my screen) there
is a lot of unused space between this textbox and the buttons at the bottom of
the dialogue (1/3 of tab height approx.). This textbox has a scrollbar because
the text doesn't fit into the visible area.

It would be much nicer if the textbox would seize all the available vertical
space so the unnecessary scrollbar can be avoided.

Kind regards

Andreas




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

Kernel: Linux 3.0.0-1-686-pae (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

Versions of packages gsmartcontrol depends on:
ii  libatk1.0-0 2.0.1-2   
ii  libatkmm-1.6-1  2.22.5-1  
ii  libc6   2.13-18   
ii  libcairo2   1.10.2-6.1
ii  libcairomm-1.0-11.10.0-1  
ii  libfontconfig1  2.8.0-3   
ii  libfreetype62.4.6-2   
ii  libgcc1 1:4.6.1-4 
ii  libgdk-pixbuf2.0-0  2.23.5-3  
ii  libglib2.0-02.28.6-1  
ii  libglibmm-2.4-1c2a  2.28.1-1  
ii  libgtk2.0-0 2.24.4-3  
ii  libgtkmm-2.4-1c2a   1:2.24.2-1
ii  libpango1.0-0   1.28.4-3  
ii  libpangomm-1.4-12.28.2-1  
ii  libpcre38.12-4
ii  libsigc++-2.0-0c2a  2.2.9-1   
ii  libstdc++6  4.6.1-4   
ii  menu2.1.45
ii  smartmontools   5.41+svn3365-1

gsmartcontrol recommends no packages.

gsmartcontrol suggests no packages.

-- no debconf information



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



Bug#503461: Commited upstream

2011-09-14 Thread Hideki Yamane
Hi,

On Sun, 16 Aug 2009 19:46:47 -0300
Gustavo Noronha Silva  wrote:
> Sorry for the delay in acting on this. I just noticed I had neglected
> your patch, and committed the new translation upstream. It will be in
> the next version, which I plan to release in ~ a week.

 Oh no, I need one year to get ack, and two years passed until then... ;-)

 Please include it to Debian package, or tell me if I need to work to 
 update it.


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane



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



Bug#641565: libdecodeqr: FTBFS with ld --as-needed

2011-09-14 Thread Iain Lane
Package: libdecodeqr
Version: 0.9.3-5
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

Hi there,

libdecodeqr fails to build with a linker that defaults to --as-needed,
as shown in the attached build log (from Ubuntu).

This is because of incorrect link ordering. Libraries must go after the
objects that use them.

  http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

The attached patch fixes this.

  * debian/patches/04_fix_ftbfs_618132.dpatch: Reorder library linking so that
-lcv comes after -ldecodeqr which references it.

Thanks for considering the patch.

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

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru libdecodeqr-0.9.3/debian/changelog libdecodeqr-0.9.3/debian/changelog
diff -Nru libdecodeqr-0.9.3/debian/patches/04_fix_ftbfs_618132.patch libdecodeqr-0.9.3/debian/patches/04_fix_ftbfs_618132.patch
--- libdecodeqr-0.9.3/debian/patches/04_fix_ftbfs_618132.patch	2011-09-13 02:34:40.0 +0100
+++ libdecodeqr-0.9.3/debian/patches/04_fix_ftbfs_618132.patch	2011-09-14 11:21:42.0 +0100
@@ -35,7 +35,7 @@
  LIBCV=@LIBCV@
  LIBHIGHGUI=@LIBHIGHGUI@
 -LIBS=$(LIBCV) $(LIBHIGHGUI) -ldecodeqr
-+LIBS=$(LIBCV) $(LIBHIGHGUI) -lcxcore -ldecodeqr
++LIBS=$(LIBHIGHGUI) -lcxcore -ldecodeqr $(LIBCV)
  
  LDFLAGS=@LDFLAGS@ -L$(LIBDECODEQR_DIR)
  
@@ -48,7 +48,7 @@
  LIBCV=@LIBCV@
  LIBHIGHGUI=@LIBHIGHGUI@
 -LIBS=$(LIBCV) $(LIBHIGHGUI) -ldecodeqr
-+LIBS=$(LIBCV) $(LIBHIGHGUI) -lcxcore -ldecodeqr
++LIBS=$(LIBHIGHGUI) -lcxcore -ldecodeqr $(LIBCV) 
  
  LDFLAGS=@LDFLAGS@ -L$(LIBDECODEQR_DIR)
  


libdecodeqr_0.9.3-5-amd64-20110914-1042.gz
Description: GNU Zip compressed data


Bug#641432: [pat...@debian.org: Re: Bug#641432: Multiarch libraries not found using find_library()]

2011-09-14 Thread Patryk Cisek
Also forwarding to BTS.
-- 
Patryk Cisek
--- Begin Message ---
Update:
I created new user just for testing.
Logged to that new user accout, and tried cmake with the demo again. No
problem here -- probably environment variable(s) problem?

-- 
Patryk Cisek
--- End Message ---


Bug#641566: scenic: patches for various Ubuntu build failures

2011-09-14 Thread Colin Watson
Package: scenic
Version: 0.6.3-1
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch oneiric

This Ubuntu bug shows a build failure in scenic due to a module having
been removed from gstreamer:

  https://bugs.launchpad.net/ubuntu/+source/scenic/+bug/756010

I worked on this and found a succession of other build failures behind
it.  I hope you don't mind me attaching a patch for the whole lot in a
single bug report.

Whether to disable error options is probably a matter of opinion, but
-pedantic definitely had to go because the file that's breaking it is a
header file outside scenic's control.  As for the rest, my feeling is
that -Werror belongs in maintainer-only test builds and not in release
builds.

  * Make v4lsrc optional; it's gone, and v4l2src will do (LP: #756010).
  * Drop -pedantic -Wfatal-errors -Werror; the  header
fails -pedantic, and we also run into deprecations in libjack.
  * Fix link order to list libraries after other libraries that depend on
them.

diff -Nru scenic-0.6.3/debian/patches/2002_optional_v4lsrc.patch 
scenic-0.6.3/debian/patches/2002_optional_v4lsrc.patch
--- scenic-0.6.3/debian/patches/2002_optional_v4lsrc.patch  1970-01-01 
01:00:00.0 +0100
+++ scenic-0.6.3/debian/patches/2002_optional_v4lsrc.patch  2011-09-14 
11:35:55.0 +0100
@@ -0,0 +1,19 @@
+Description: Make v4lsrc optional; it's gone, and v4l2src will do
+Author: Colin Watson 
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/756010
+Forwarded: no
+Last-Update: 2011-09-14
+
+Index: b/utils/gst_check.py
+===
+--- a/utils/gst_check.py
 b/utils/gst_check.py
+@@ -91,7 +91,7 @@
+ except:
+ pass
+ 
+-optional_plugins = ["dc1394src", "dv1394src", "dvdemux", "dvdec", "alsasrc", 
"alsasink", "pulsesrc", "pulsesink", "glimagesink", "theoraenc", "theoradec", 
"lamemp3enc", "mp3parse", "mad", "x264enc", "ffenc_mpeg4", "ffenc_h263p", 
"celtenc", "celtdec"]
++optional_plugins = ["dc1394src", "dv1394src", "dvdemux", "dvdec", "alsasrc", 
"alsasink", "pulsesrc", "pulsesink", "glimagesink", "theoraenc", "theoradec", 
"lamemp3enc", "mp3parse", "mad", "x264enc", "ffenc_mpeg4", "ffenc_h263p", 
"celtenc", "celtdec", "v4lsrc"]
+ 
+ for plugin in gst_plugins:
+ if gst.element_factory_find(plugin) is None: 
diff -Nru scenic-0.6.3/debian/patches/2003_no_pedantic.patch 
scenic-0.6.3/debian/patches/2003_no_pedantic.patch
--- scenic-0.6.3/debian/patches/2003_no_pedantic.patch  1970-01-01 
01:00:00.0 +0100
+++ scenic-0.6.3/debian/patches/2003_no_pedantic.patch  2011-09-14 
12:05:04.0 +0100
@@ -0,0 +1,33 @@
+Description: Drop -pedantic -Wfatal-errors -Werror
+ The  header fails -pedantic, and we also run into
+ deprecations in libjack.
+Author: Colin Watson 
+Forwarded: no
+Last-Update: 2011-09-14
+
+Index: b/configure
+===
+--- a/configure
 b/configure
+@@ -21307,7 +21307,7 @@
+ 
+ $as_echo "#define CONFIG_DEBUG_LOCAL /**/" >>confdefs.h
+ 
+-CFLAGS="-O2 -Wextra -pedantic -Wfatal-errors -Werror -Wall -Wno-long-long 
-Wno-variadic-macros -Wshadow"
++CFLAGS="-O2 -Wextra -Wall -Wno-long-long -Wno-variadic-macros -Wshadow"
+ CXXFLAGS="-Weffc++ "
+ CXXFLAGS+=$CFLAGS
+ fi
+Index: b/configure.ac
+===
+--- a/configure.ac
 b/configure.ac
+@@ -212,7 +212,7 @@
+ 
+ if test "x${enable_debug}" = "xyes" ; then
+ AC_DEFINE(CONFIG_DEBUG_LOCAL,[],[Debug define from configure])
+-CFLAGS="-O2 -Wextra -pedantic -Wfatal-errors -Werror -Wall -Wno-long-long 
-Wno-variadic-macros -Wshadow"
++CFLAGS="-O2 -Wextra -Wall -Wno-long-long -Wno-variadic-macros -Wshadow"
+ CXXFLAGS="-Weffc++ "
+ CXXFLAGS+=$CFLAGS
+ fi
diff -Nru scenic-0.6.3/debian/patches/2004_link_order.patch 
scenic-0.6.3/debian/patches/2004_link_order.patch
--- scenic-0.6.3/debian/patches/2004_link_order.patch   1970-01-01 
01:00:00.0 +0100
+++ scenic-0.6.3/debian/patches/2004_link_order.patch   2011-09-14 
11:35:51.0 +0100
@@ -0,0 +1,59 @@
+Description: List libraries after other libraries that depend on them
+Author: Colin Watson 
+Forwarded: no
+Last-Update: 2011-09-14
+
+Index: b/src/main/Makefile.am
+===
+--- a/src/main/Makefile.am
 b/src/main/Makefile.am
+@@ -13,16 +13,17 @@
+ milhouse_CPPFLAGS += -D SVNVERSION=\"$(shell svnversion)\"
+ endif
+ 
+-milhouse_LDADD = $(ALL_GST_LIBS) $(JACK_LIBS) \
+-  $(GTK_LIBS) $(LIBAVC1394_LIBS) $(GL_LIBS) $(GLU_LIBS) 
$(BOOST_ASIO_LIB) \
+-  $(BOOST_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LIB) $(LIBDC1394_LIBS) 
\
+-$(BOOST_THREAD_LIB) $(BOOST_SYSTEM_LIB) $(BOOST_FILESYSTEM_LIB) \
++milhouse_LDADD = \
+ $(top_builddir)/src/gst/libgst.la  \
+ $(top_builddir)/src/caps/libcaps.la \
+ $(top_builddir)/src/

Bug#636396: mercurial: Cloning fails with: mpatch.mpatchError: patch cannot be decoded

2011-09-14 Thread Javi Merino
2011/9/14 Arno Huggenfeld :
>
> Thanks for the new version. Hg verify is working but I can confirm that your 
> test fails.

Good!

> I started the tests suite with setting 0:
>
> jupiter:/# cat /proc/cpu/alignment
> User:   1042610
> System: 2
> Skipped:    0
> Half:   1808
> Word:   1040674
> DWord:  2
> Multi:  6
> User faults:    0 (ignored)
>
> @jupiter:~/mercurial-test/mercurial-1.9.2$ LANG=C make local
> ...
>
> @jupiter:~/mercurial-test/mercurial-1.9.2$ LANG=C make tests > tests.log
> ...
> I will send the results when finished but it isn't looking good.
> Or did you want me to run the test with # echo 2 > /proc/cpu/alignment ?

I wanted both versions (if possible). If the problems only happen with
alignment=0 then it's definitely an alignment problem, and we can tell
people to set alignment to 2 in order to use mercurial for the time
being.

If it's definitely an alignment problem, we can add that to the bug
upstream[0] and see what mercurial devs have to say about it.

[0] http://mercurial.selenic.com/bts/issue2877

Thanks!
Javi (Vicho)



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



Bug#641567: subversion: svn merge with external merge tool (kdiff3) keeps on looping over unresolved conflicts even though they are marked as resolved

2011-09-14 Thread Wouter Van Hemel
Package: subversion
Version: 1.6.17dfsg-1
Severity: normal

Hello,

Something is going terribly wrong in the current version of Subversion when 
resolving conflicts by means of an external merge tool.

I'm running kdiff3 as an eternal merge tool by using the SVN_MERGE environment 
variable pointing to a basic script invoking kdiff3 (see bottom).

Whenever a conflict is found:
  - press 'l' to launch kdiff3
  - solve the problem and save "out"-file in kdiff3, returning "0" for success
  - press 'r' for resolving the conflict

However, at the end of the merge, Subversion starts all over, offering the same 
conflicting files again, over and over. I assume somehow the files aren't 
really marked as resolved, or lingering *.tmp files confuse Subversion.

Either way, merging with version 1.6.17 by using an external tool doesn't work 
as it should, as either the conflicting files or the internal state are not 
correctly updated.

Note that this is not a kdiff3 bug, as I double-checked the paths every time 
and it correctly merges and saves the files to the paths given by Subversion. I 
also checked the 1.6.17 source for the arguments given to the external merge 
tool, and no problems there.


Thanks for your time,

  Wouter



PS: simple invocation script for external merge tool:

#!/bin/sh 

echo "DEBUG: $*" >> $HOME/kdiff3.log

# base theirs mine merged wcpath
#kdiff3 "$1" "$2" "$3" -o "$4"
kdiff3 "$1" "$2" "$3" -o "$4" --L1 current-original --L2 new --L3 current-ours 
1>&2
if [ $? -eq 0 ]; then
exit 0
else
exit 1
fi

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

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

Versions of packages subversion depends on:
ii  libapr1 1.4.5-1 
ii  libc6   2.13-21 
ii  libsasl2-2  2.1.24~rc1.dfsg1+cvs2011-05-23-6
ii  libsvn1 1.6.17dfsg-1

subversion recommends no packages.

Versions of packages subversion suggests:
pn  db4.8-util 
pn  patch 2.6.1-2
pn  subversion-tools   

-- no debconf information



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



Bug#641568: When restarting, initscript does not actually wait for pgbouncer to stop before starting again

2011-09-14 Thread Chris Lamb
Package: pgbouncer
Version: 1.4.2-1
Severity: important

When restarting, the initscript not actually wait for pgbouncer to
shutdown first - it simply sleeps for 1 second.

If the process does take more than 1 second to shutdown, it will
continue and try and start, which will fail as it's still running,
leaving you without a running pgbouncer instances.

You should really use start-stop-daemon's --retry argument for this.

(I mentioned this in #640796 but clearly not strongly enough, and now I
just hit it in production.. :p)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-


signature.asc
Description: PGP signature


Bug#638595: can somebody do a NMU to solve 638595?

2011-09-14 Thread jidanni
> "CP" == Christian PERRIER  writes:
CP> I have no single idea about the bug you're talking about..:-). I read
CP> my mail offline so clues might help. Even for people who are online,
CP> not giving any context in you rrequest increases the probability that
CP> your mail is ignored (can you imagine how Stefano's mailbox is?).

I am trying to be polite about the issue hence cannot say what I really
feel. You will have to judge it yourself from the bug report.

CP> The best chance you have to get this bug fixed is probably preparing
CP> the NMU yourself and try having someone sponsoring it.

Over my head. Beyond my abilities.



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



Bug#641553: pgapack: The way that the software is compiled fails the shipped test

2011-09-14 Thread Dirk Eddelbuettel

On 14 September 2011 at 12:33, Stefano Bridi wrote:
| Package: pgapack
| Version: 1.1.1-2
| Severity: important
| 
| Dear Maintainer,
| 
| I was trying to compile the pgapack from source and I always got the embedded
| test to fail. After some try and error i found that the parameter "-DWL=32" in
| the configure/configure.in cause the first and last test to fail on my 64bit 
pc
| ("-DWL=64" seems to be fine).
| So i tryied the packaged library and found that the problem is also here and 
so
| this bug report:
| In fact: using the test (instverf) in the pgapack package build against the
| "libpgapack-serial1" package library I see the same behaviour:
| Test 0 had 994 errors.
| Test 1 was successful.
| Test 2 was successful.
| Test 3 was successful.
| Test 4 had 989 errors.
| With a rebuild from source of the same library with the "-DWL=64" I get
| Test 0 was successful.
| Test 1 was successful.
| Test 2 was successful.
| Test 3 was successful.
| Test 4 was successful.
| 
| I'm the system administrator and not the end user of this library and so I
| don't know what is going on ...

The sources are about 15 years old, and were unmaintained for many years
until I adopted them.

I have not changed the build process.  For Linux, it does an unconditional

linux)
SHELL="/bin/sh"
CC=cc
FC=f77
FFLAGS="-w"
LDFLAGS="-s $LDFLAGS"
CPPFLAGS="-DWL=32 -DFORTRANUNDERSCORE $CPPFLAGS"
;;

We could add a simple word-length test here -- this is shell script code. Do
you have a suggestion, besides maybe testing 'uname -m' for 'x86_64' and then
setting -DWL=64 ?

I don't really want to re-engineer the whole build system

Dirk 
 
 
| -- System Information:
| Debian Release: wheezy/sid
|   APT prefers unstable
|   APT policy: (500, 'unstable'), (1, 'experimental')
| Architecture: amd64 (x86_64)
| 
| Kernel: Linux 3.0-3.dmz.2-liquorix-amd64 (SMP w/2 CPU cores; PREEMPT)
| Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
| Shell: /bin/sh linked to /bin/dash
| 
| pgapack depends on no packages.
| 
| pgapack recommends no packages.
| 
| Versions of packages pgapack suggests:
| ii  libpgapack-mpi1 1.1.1-2
| ii  libpgapack-serial1  1.1.1-2
| 
| -- no debconf information
| 
| 

-- 
New Rcpp master class for R and C++ integration is scheduled for 
San Francisco (Oct 8), more details / reg.info available at
http://www.revolutionanalytics.com/products/training/public/rcpp-master-class.php



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



Bug#641562: rst2pdf fails to work with docutils >= 0.8.0

2011-09-14 Thread Jakub Wilk

severity 641562 grave
tags 641562 + upstream
forwarded 641562 http://code.google.com/p/rst2pdf/issues/detail?id=401
thanks

Indeed it fails with:

$ rst2pdf < /dev/null
Traceback (most recent call last):
  File "/usr/bin/rst2pdf", line 9, in 
load_entry_point('rst2pdf==0.16', 'console_scripts', 'rst2pdf')()
  File "/usr/lib/pymodules/python2.7/rst2pdf/createpdf.py", line 1452, in main
numbered_links=options.numbered_links,
  File "/usr/lib/pymodules/python2.7/rst2pdf/createpdf.py", line 169, in 
__init__
get_language (self.language)
TypeError: get_language() takes exactly 2 arguments (1 given)


FWIW, I rebuilt all packages transitively (build-)depending on 
python-docutils before uploading the new version to unstable. If rst2pdf 
run its test suite at build time, I'd likely caught this problem 
earlier.


--
Jakub Wilk



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



Bug#641569: package ftbfs with ld --as-needed

2011-09-14 Thread Matthias Klose
Package: see
Version: 0.61-5
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

see http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

patch at
http://launchpadlibrarian.net/79800727/see_0.61-5_0.61-5ubuntu1.diff.gz

failed build
https://launchpad.net/ubuntu/+archive/test-rebuild-20110816/+build/2711249




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



Bug#641570: frogatto: FTBFS with ld that defaults to --as-needed: bad link order

2011-09-14 Thread Colin Watson
Package: frogatto
Version: 1.1+dfsg-4
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch oneiric

frogatto fails to build with a linker that defaults to --as-needed, as
shown in this Ubuntu bug report (see comment #1):

  https://bugs.launchpad.net/ubuntu/+source/frogatto/+bug/771073

This is because of incorrect link ordering: it puts libraries before the
objects that use them rather than after.  See:

  http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

The following patch fixes this.

  * Fix link order to list libraries after the objects that require them.

diff -Nru frogatto-1.1+dfsg/debian/patches/link-order.patch 
frogatto-1.1+dfsg/debian/patches/link-order.patch
--- frogatto-1.1+dfsg/debian/patches/link-order.patch   1970-01-01 
01:00:00.0 +0100
+++ frogatto-1.1+dfsg/debian/patches/link-order.patch   2011-09-14 
12:49:02.0 +0100
@@ -0,0 +1,40 @@
+Description: List libraries after the objects that require them
+Author: Colin Watson 
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/771073
+Forwarded: no
+Last-Update: 2011-09-14
+
+Index: b/Makefile
+===
+--- a/Makefile
 b/Makefile
+@@ -16,10 +16,10 @@
+   $(CXX) -DIMPLEMENT_SAVE_PNG -fno-inline-functions -g $(OPT) `sdl-config 
--cflags` -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type 
-fthreadsafe-statics -c $<
+ 
+ game: $(objects)
+-  $(CXX) -g $(OPT) -L. -L/sw/lib -L. -D_GNU_SOURCE=1 -D_REENTRANT 
-Wnon-virtual-dtor -Wreturn-type -L/usr/lib `sdl-config --libs` -lSDLmain -lSDL 
-lGL -lGLU -lGLEW -lSDL_image -lSDL_ttf -lSDL_mixer -lpng -lboost_regex-mt 
-lboost_system-mt -lpthread -fthreadsafe-statics $(objects) -o game
++  $(CXX) -g $(OPT) -L. -L/sw/lib -L. -D_GNU_SOURCE=1 -D_REENTRANT 
-Wnon-virtual-dtor -Wreturn-type $(objects) -L/usr/lib `sdl-config --libs` 
-lSDLmain -lSDL -lGL -lGLU -lGLEW -lSDL_image -lSDL_ttf -lSDL_mixer -lpng 
-lboost_regex-mt -lboost_system-mt -lpthread -fthreadsafe-statics -o game
+ 
+ server: $(server_objects)
+-  $(CXX) -fno-inline-functions -g $(OPT) -L/sw/lib -D_GNU_SOURCE=1 
-D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -L/usr/lib `sdl-config --libs` 
-lSDLmain -lSDL -lGL -lGLU -lSDL_image -lSDL_ttf -lSDL_mixer -lboost_regex-mt 
-lboost_system-mt -lboost_thread-mt -lboost_iostreams-mt -fthreadsafe-statics 
$(server_objects) -o server
++  $(CXX) -fno-inline-functions -g $(OPT) -L/sw/lib -D_GNU_SOURCE=1 
-D_REENTRANT -Wnon-virtual-dtor -Wreturn-type $(server_objects) -L/usr/lib 
`sdl-config --libs` -lSDLmain -lSDL -lGL -lGLU -lSDL_image -lSDL_ttf 
-lSDL_mixer -lboost_regex-mt -lboost_system-mt -lboost_thread-mt 
-lboost_iostreams-mt -fthreadsafe-statics -o server
+ 
+ poolalloc.o: src/poolalloc.c
+   $(CC) -fno-inline-functions -g $(OPT) `sdl-config --cflags` 
-D_GNU_SOURCE=1 -D_REENTRANT -Wreturn-type -c src/poolalloc.c
+@@ -28,13 +28,13 @@
+   $(CC) -fno-inline-functions -g $(OPT) `sdl-config --cflags` 
-D_GNU_SOURCE=1 -D_REENTRANT -DUSE_LOCKS=1 -Wreturn-type -c src/malloc.c
+ 
+ formula_test: $(formula_test_objects)
+-  $(CXX) -O2 -g -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT 
-DUNIT_TEST_FORMULA -Wnon-virtual-dtor -Wreturn-type -L/usr/lib -lSDL -lGL 
-lGLU -lSDL_image -lSDL_ttf -lSDL_mixer -lboost_regex src/formula.cpp 
$(formula_test_objects) -o test
++  $(CXX) -O2 -g -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT 
-DUNIT_TEST_FORMULA -Wnon-virtual-dtor -Wreturn-type src/formula.cpp 
$(formula_test_objects) -L/usr/lib -lSDL -lGL -lGLU -lSDL_image -lSDL_ttf 
-lSDL_mixer -lboost_regex -o test
+ 
+ wml_modify_test: $(wml_modify_test_objects)
+-  $(CXX) -O2 -g -framework Cocoa -I/usr/local/include/boost-1_34 
-I/sw/include/SDL -Isrc/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT 
-DUNIT_TEST_WML_MODIFY -Wnon-virtual-dtor -Wreturn-type -L/usr/lib 
-lboost_regex src/wml_modify.cpp $(wml_modify_test_objects) -o test
++  $(CXX) -O2 -g -framework Cocoa -I/usr/local/include/boost-1_34 
-I/sw/include/SDL -Isrc/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT 
-DUNIT_TEST_WML_MODIFY -Wnon-virtual-dtor -Wreturn-type src/wml_modify.cpp 
$(wml_modify_test_objects) -L/usr/lib -lboost_regex -o test
+ 
+ wml_schema_test: $(wml_schema_test_objects)
+-  $(CXX) -O2 -g -framework Cocoa -I/usr/local/include/boost-1_34 
-I/sw/include/SDL -Isrc/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT 
-DUNIT_TEST_WML_SCHEMA -Wnon-virtual-dtor -Wreturn-type -L/usr/lib 
-lboost_regex src/wml_schema.cpp $(wml_schema_test_objects) -o test
++  $(CXX) -O2 -g -framework Cocoa -I/usr/local/include/boost-1_34 
-I/sw/include/SDL -Isrc/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT 
-DUNIT_TEST_WML_SCHEMA -Wnon-virtual-dtor -Wreturn-type src/wml_schema.cpp 
$(wml_schema_test_objects) -L/usr/lib -lboost_regex -o test
+ 
+ update-pot:
+   utils/make-pot.sh > po/frogatto.pot
diff -Nru frogatto-1.1+dfsg/debian/patches/series 

Bug#641571: omniorb-dfsg: FTBFS on hurd-i386

2011-09-14 Thread Pino Toscano
Package: omniorb-dfsg
Version: 4.1.5-2
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

currently[1], omniorb-dfsg does not compile on GNU/Hurd.
The attached patch provides support for it:
- recognizes the Hurd OS in configure.ac
- sets the proper makefile bits for the omnithread library
- makes pthread the thread implementation

The patch should also apply for omniORB 4.1.6 too.

[1] 
https://buildd.debian.org/status/fetch.php?pkg=omniorb-dfsg&arch=hurd-i386&ver=4.1.5-2&stamp=1305465184

Thanks,
-- 
Pino
--- a/configure.ac
+++ b/configure.ac
@@ -204,6 +204,7 @@
   *-*-netbsd*)   plat_name="NetBSD";   plat_def="__netbsd__";   os_v="1";;
   *-*-openbsd*)  plat_name="OpenBSD";  plat_def="__openbsd__";  os_v="3";;
   *-*-sco*)  plat_name="OSR5"; plat_def="__osr5__"; os_v="5";;
+  *-*-gnu*)  plat_name="GNU";  plat_def="__hurd__" ;os_v="0";;
 esac
 
 AC_SUBST(PLATFORM_NAME, $plat_name)
--- a/mk/beforeauto.mk.in
+++ b/mk/beforeauto.mk.in
@@ -775,6 +775,13 @@
 endif
 
 ###
+ifdef GNU
+OMNITHREAD_POSIX_CPPFLAGS = -DPthreadDraftVersion=10
+OMNITHREAD_CPPFLAGS = -D_REENTRANT -pthread
+OMNITHREAD_LIB += -lpthread
+endif
+
+###
 ifdef SunOS
 IMPORT_CPPFLAGS += -D__sunos__
 OMNITHREAD_POSIX_CPPFLAGS = -DPthreadDraftVersion=10 \
--- a/include/omnithread.h
+++ b/include/omnithread.h
@@ -184,6 +184,9 @@
 #elif defined(__Lynx__)
 #include 
 
+#elif defined(__GNU__)
+#include 
+
 #else
 #error "No implementation header file"
 #endif


Bug#641572: package ftbfs with ld --as-needed

2011-09-14 Thread Matthias Klose
Package: singular
Version: 3-0-4-3.dfsg-3.1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

see http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

patch at
http://launchpadlibrarian.net/79799003/singular_3-0-4-3.dfsg-3.1ubuntu1_3-0-4-3.dfsg-3.1ubuntu2.diff.gz

failed build
https://launchpad.net/ubuntu/+archive/test-rebuild-20110816/+build/2711524




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



Bug#641573: package ftbfs with multiarch locations

2011-09-14 Thread Matthias Klose
Package: sigit
Version: 0.3.2-2
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

not sure, why it's not yet seen by the rebuild tests in debian.

patch at
http://launchpadlibrarian.net/79799001/sigit_0.3.2-2_0.3.2-2ubuntu1.diff.gz

build failure
https://launchpad.net/ubuntu/+archive/test-rebuild-20110816/+build/2711435



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



Bug#641574: nfs-common: Mounting a share from 127.0.0.1 does not work when no network interfaces are up

2011-09-14 Thread Richard Hartmann
Package: nfs-common
Version: 1:1.2.2-4
Severity: normal

Basically, this is the same bug as in
https://bugzilla.redhat.com/show_bug.cgi?id=541198

Confirmed in Debian 6.0.2.


Thanks,
Richard

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

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

Versions of packages nfs-common depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  initscripts 2.88dsf-13.1 scripts for initializing and shutt
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libcap2 1:2.19-3 support for getting/setting POSIX.
ii  libcomerr2  1.41.12-2common error description library
ii  libevent-1.4-2  1.4.13-stable-1  An asynchronous event notification
ii  libgssapi-krb5-21.8.3+dfsg-4 MIT Kerberos runtime libraries - k
ii  libgssglue1 0.1-4mechanism-switch gssapi library
ii  libk5crypto31.8.3+dfsg-4 MIT Kerberos runtime libraries - C
ii  libkrb5-3   1.8.3+dfsg-4 MIT Kerberos runtime libraries
ii  libnfsidmap20.23-2   An nfs idmapping library
ii  librpcsecgss3   0.19-2   allows secure rpc communication us
ii  libwrap07.6.q-19 Wietse Venema's TCP wrappers libra
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  netbase 4.45 Basic TCP/IP networking system
ii  portmap 6.0.0-2  RPC port mapper
ii  ucf 3.0025+nmu1  Update Configuration File: preserv

nfs-common recommends no packages.

nfs-common suggests no packages.

-- no debconf information



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



Bug#641575: package ftbfs with ld --as-needed

2011-09-14 Thread Matthias Klose
Package: petris
Version: 1.0.1-8
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

see http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

patch at
http://launchpadlibrarian.net/79859537/petris_1.0.1-8_1.0.1-8ubuntu1.diff.gz

failed build
https://launchpad.net/ubuntu/+archive/test-rebuild-20110816/+build/2707866




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



  1   2   3   4   >