Bug#457182: Any news ?

2008-01-07 Thread Denis Sacchet

Hi everyone,

do you have any news on this bug ?
do you need more information ? (trace, logs, action to be done ?)
This bug is very annoying ...

Thanks

Denis

--
Denis Sacchet aka. Ouba ("`-/")_.-'"``-._
 . . `; -._)-;-,_`)
"Computers are like air conditionners   (v_,)'  _  )`-.\  ``-'
They stop working properly when you_.- _..-_/ / ((.'
open Windows !!!"((,.-'   ((,/



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



Bug#447961: upcoming NMU for nut

2008-01-07 Thread Arnaud Quette
Hi Sebastian,

thanks for taking care of this.
I have an update (2.2.1) underway, but devs drained most of my time.
I can integrate your changes in it if you prefer...

Note that, for #447961, I've suppressed udev from Build-deps, keeping
it only in Depends.

2008/1/6, Sebastian Harl <[EMAIL PROTECTED]>:
> tags 445000 + patch
> tags 447961 + patch
> thanks
>
> Hi,
>
> As there was no progress for either of these bugs I will do a 0-day NMU. You
> can find the diff for the NMU at [1]. As the changes for both bugs are trivial
> I did not split it up for each bug.
>
> Cheers,
> Sebastian
>
> [1] http://debian.tokkee.org/debian.org/NMU-deltas/nut-2.2.0-2.1.diff

Arnaud
-- 
Linux / Unix Expert R&D - MGE Office Protection Systems - http://www.mgeops.com
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://people.debian.org/~aquette/
Free Software Developer - http://arnaud.quette.free.fr/



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



Bug#447172: patch for lirc source package for Makefiles modifications etc

2008-01-07 Thread Václav Ovsík
Hi,
I was fighting with lirc-modules-source last weekend.

Please consider my changes to lirc source package - patch attached.

Original Makefiles modification by sed I replaced with a smarter awk
script. Two rules for making Makefile.in and Makefile are removed from
Makefile based on `Makefile' string on left side of colon and all lines
up to next rule are removed. Original sed script kills Makefile because
Makefile structure changed with new version of lirc (new autoconf or
automake or similar).

Finally I found, that gawk is optional package (tested with gawk).
I fixed regexps, that works with mawk now, witch is required package.
I hope, things are correct now.

Regards
-- 
Zito
diff -ruN lirc-0.8.2/debian/modules-source/Makefile lirc-0.8.2.zito/debian/modules-source/Makefile
--- lirc-0.8.2/debian/modules-source/Makefile	2008-01-06 22:21:02.0 +0100
+++ lirc-0.8.2.zito/debian/modules-source/Makefile	2008-01-06 21:43:09.0 +0100
@@ -13,13 +13,13 @@
 -DLIRC_PORT=$(LIRC_SIR_PORT) \
 -DLIRC_IRQ=$(LIRC_SIR_IRQ) )
 
-KSRC=/usr/src/linux/$(shell uname -r)/build
+KSRC=/lib/modules/$(shell uname -r)/build
 KERNEL_LOCATION = $(KSRC)
 CC = gcc -D__KERNEL__ -I $(KSRC)/include
 CFLAGS= -O2 -g -Wall
 DEFS=-DHAVE_CONFIG_H -I. -I../..
 
-KVERS=$(shell sed -n -e '/UTS_RELEASE/s/^[^"]*"\([^"]*\)".*$\/\1/p' $(KSRC)/include/linux/version.h)
+KVERS=$(shell sed -n -e '/UTS_RELEASE/s/^[^"]*"\([^"]*\)".*$\/\1/p' $(KSRC)/include/linux/utsrelease.h)
 KPATCHLEVEL=$(shell echo $(KVERS) | sed -n -e 's/^[0-9]*\.\([0-9]*\)\..*/\1/p')
 
 KEXT=o
diff -ruN lirc-0.8.2/debian/modules-source/debian/control.in lirc-0.8.2.zito/debian/modules-source/debian/control.in
--- lirc-0.8.2/debian/modules-source/debian/control.in	2008-01-06 22:21:02.0 +0100
+++ lirc-0.8.2.zito/debian/modules-source/debian/control.in	2008-01-06 21:19:42.0 +0100
@@ -8,7 +8,7 @@
 Package: lirc-modules-$KVERS
 Architecture: $KARCH
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: kernel-image-$KVERS (= $KDREV)
+Recommends: linux-image-$KVERS (= $KDREV)
 Description: Linux Infra-red Remote Control support (binary kernel modules)
  This package contains the LIRC binary kernel modules for linux
  version $KVERS.
diff -ruN lirc-0.8.2/debian/modules-source/debian/rules lirc-0.8.2.zito/debian/modules-source/debian/rules
--- lirc-0.8.2/debian/modules-source/debian/rules	2008-01-06 22:21:02.0 +0100
+++ lirc-0.8.2.zito/debian/modules-source/debian/rules	2008-01-06 21:42:01.0 +0100
@@ -25,7 +25,7 @@
 KDREV_REV   = $(shell echo $(KDREV) | sed -ne '1s/\([^:]*:\)\?\(.*\)/\2/p')
 
 # Now we need to get the kernel-version somehow
-KVERS=`sed -n -e '/UTS_RELEASE/s/^[^"]*"\([^"]*\)".*$$/\1/p' $(KSRC)/include/linux/version.h`
+KVERS=`sed -n -e '/UTS_RELEASE/s/^[^"]*"\([^"]*\)".*$$/\1/p' $(KSRC)/include/linux/utsrelease.h`
 
 KARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU)
 ifeq ($(KARCH),)
diff -ruN lirc-0.8.2/debian/rules lirc-0.8.2.zito/debian/rules
--- lirc-0.8.2/debian/rules	2008-01-06 22:21:02.0 +0100
+++ lirc-0.8.2.zito/debian/rules	2008-01-07 09:25:49.0 +0100
@@ -77,9 +77,14 @@
 	find debian/tmp/usr/src/modules/lirc -name "*.o" -o -name Makefile.in \
 		-o -name Makefile.am -o -name "*.ko"| xargs rm
 	for file in `find debian/tmp/usr/src/modules/lirc -name Makefile`; \
-		do sed -e'/configure\.in/,/CONFIG_HEADERS/D' \
-			-e'/^CC *=/d' -e '/^KERNEL_LOCATION *=/d' \
-$$file >$$file.tmp && \
+		do \
+		awk '/^[^:]*Makefile[^:]*:/ \
+{ beg=1; prune=1; } \
+			 ( /^[ \t]*$$/ || /^[^\t]/ ) && !beg \
+{ prune=0; } \
+			 !prune && !/^(CC|KERNEL_LOCATION)[ \t]*=/ \
+{ print; } \
+			 { beg = 0; }' $$file >$$file.tmp && \
 			mv $$file.tmp $$file; \
 		done
 	sed -n \


Bug#457412: [Pkg-kde-extras] Bug#457412: kmymoney2 crash when libchipcard2-data not installed

2008-01-07 Thread Fathi Boudra
Hi Micha,

Fatih, you shouldn't have closed the bug without providing any
> versioning information. Moreover, if it's not a bug of kmymoney2, please
> reassign it to the affected package (instead of simply closing it) next
> time.
>
> You missed the fact that libchipcard2 is still available in Etch, and
> needs to be fixed there because missing dependencies are of release
> critical severity (especially when causing segfaults). Thus I reassign
> the bug to libchipcard2 -- and will take care of it there.


Just to be clear, i  didn't missed anything.

I  choosed  to close the bug without anything more than my 2c comments which
is pretty clear:

Please, submit your bug report to Ubuntu Launchpad.


By the way, i took time to look if it'isn't a kmymoney bug but not more.
I can understand you don't agree with my decision, anyway i would like to
explain my motivation and explain it:

our priority is our users.


cheers,

Fathi


Bug#459545: maildrop: Tries to overwrite /usr/bin/makedat, which is also supplied by courier-base

2008-01-07 Thread Kurt Pruenner
Package: maildrop
Version: 2.0.3-1
Severity: serious
Justification: Policy 10.1

Upgrading maildrop from version 2.0.3 to the new version 2.0.4 in unstable 
fails due to the new package trying to overwrite 
/usr/bin/makedat which is already supplied by courier-base:

| Preparing to replace maildrop 2.0.3-1 (using .../maildrop_2.0.4-1_arm.deb) ...
| Unpacking replacement maildrop ...
| dpkg: error processing /var/cache/apt/archives/maildrop_2.0.4-1_arm.deb 
(--unpack):
|  trying to overwrite `/usr/bin/makedat', which is also in package courier-base
| dpkg-deb: subprocess paste killed by signal (Broken pipe)
| Errors were encountered while processing:
|  /var/cache/apt/archives/maildrop_2.0.4-1_arm.deb
| E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Kernel: Linux 2.6.22-3-ixp4xx
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages maildrop depends on:
ii  courier-authlib   0.60.1-1   Courier authentication library
ii  courier-mta [mail-transport-a 0.58.0-1   Courier mail server - ESMTP daemon
ii  libc6 2.7-5  GNU C Library: Shared libraries
ii  libgcc1   1:4.2.2-4  GCC support library
ii  libgdbm3  1.8.3-3GNU dbm database routines (runtime
ii  libpcre3  7.3-2  Perl 5 Compatible Regular Expressi
ii  libstdc++64.2.2-4The GNU Standard C++ Library v3

maildrop recommends no packages.

-- no debconf information



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



Bug#459547: etckeeper: '-e' option fails: hangs in 'editor'

2008-01-07 Thread Johannes Graumann
Package: etckeeper
Version: 0.8
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***
On my system I have set 'nano' as the default 'editor'.
When trying to use etckeeper with the '-e' option in
/etc/etckeeper/etckeeper.conf, etckeeper will call the
editor, but I'm unable to do anything - no cursor movements,
no typing, nothing. Only killing the window, deleting
the '-e' setting and restarting aptitude allows me to
proceed.

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

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

Versions of packages etckeeper depends on:
ii  debconf [debconf-2.0]1.5.17  Debian configuration management 
sy
ii  git-core 1:1.5.3.7-1 fast, scalable, distributed 
revisi
ii  metastore1-2 Store and restore metadata

etckeeper recommends no packages.

-- debconf information:
* etckeeper/unclean: true
  etckeeper/commit_failed:


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


Processed: your mail

2008-01-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 459545 maildrop 2.0.4-1
Bug#459545: maildrop: Tries to overwrite /usr/bin/makedat, which is also 
supplied by courier-base
Bug reassigned from package `maildrop' to `maildrop'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#337913: drecks

2008-01-07 Thread ggghhg Munsin

I was always embarassed of my small cock in the Mens locker room - but not 
anymore http://www.Restroosster.com/



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



Bug#459551: lwresd fails to start after upgrade

2008-01-07 Thread Philip Armstrong
Package: lwresd
Version: 1:9.4.2-2
Severity: grave
Justification: renders package unusable

/var/lib/dpkg/info/lwresd.postinst: line 43: rndc-confgen: command not found
dpkg: error processing lwresd (--configure):
 subprocess post-installation script returned error exit status 127

??

cheers, Phil

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

Kernel: Linux 2.6.23-1-686 (SMP w/1 CPU core)
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/bash

Versions of packages lwresd depends on:
ii  libbind9-30   1:9.4.2-2  BIND9 Shared Library used by BIND
ii  libc6 2.7-5  GNU C Library: Shared libraries
ii  libdns32  1:9.4.2-2  DNS Shared Library used by BIND
ii  libisc32  1:9.4.2-2  ISC Shared Library used by BIND
ii  libisccc301:9.4.2-2  Command Channel Library used by BI
ii  libisccfg30   1:9.4.2-2  Config File Handling Library used 
ii  liblwres301:9.4.2-2  Lightweight Resolver Library used 
ii  libssl0.9.8   0.9.8g-3   SSL shared libraries

Versions of packages lwresd recommends:
ii  libnss-lwres 0.93-4.1+b1 NSS module for using bind9's lwres

-- no debconf information



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



Bug#459424: libsane: upgrade breaks system, /dev/ missies files afterwards

2008-01-07 Thread Tobias Frost
Please read 
http://lists.debian.org/debian-policy/2008/01/msg00059.html

"However as far as I see, the actual issue in #459424 is very different:
package bar (in this context: libsane-extras) is buggy whether it is in 
installed state or removed state.
Package foo (in this context: libsane) is not required to work around bar 
breakage as long as bar
is not part of a stable release.  If foo insists to do it, then I think
the best option is to do it in the preinst script."

I'm not reopening, to let you decide how to handle the bug.


On Sun, 2008-01-06 at 20:08 +0100, Julien BLACHE wrote:
> reassign 459424 libsane-extras 1.0.18.13
> close 459424 1.0.18.14
> thanks
> 
> Tobias Frost <[EMAIL PROTECTED]> wrote:
> 
> > I do not habe libsane-extras installed, as this is only "suggested".
> > Might it be the case, that your dependencies are not set up correctly
> > and libsane is indeed required than "only" suggested?
> >
> > dpkg -l libsanes

> > ||/ NameVersion Description
> > +++-===-===-==
> > rc  libsane-extras  1.0.18.10   API library
> > for scanners -- extra backends
> 
> You need to purge it.
> 
> JB.
> 



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



Bug#459424: libsane: upgrade breaks system, /dev/ missies files afterwards

2008-01-07 Thread Julien BLACHE
Tobias Frost <[EMAIL PROTECTED]> wrote:

Hi,

> "However as far as I see, the actual issue in #459424 is very different:
> package bar (in this context: libsane-extras) is buggy whether it is in 
> installed state or removed state.
> Package foo (in this context: libsane) is not required to work around bar 
> breakage as long as bar
> is not part of a stable release.  If foo insists to do it, then I think
> the best option is to do it in the preinst script."

I'm not willing to touch a conffile from another package in the
preinst, this would be an option but it's another option that's very
prone to breakage.

I have two ways to avoid the current breakage for people in your
situation:
 - have libsane Depend on libsane-extras (>= 1.0.18.15)
 - change the name of the label in the udev rules in libsane, so as to
   make it unique again

At that time, if I was to do something about it, I'd just add the
dependency to libsane. That's going to pull in libsane-extras for
everybody, which is no big deal. libsane-extras is only a separate
package because it's handy when it needs to be updated, not because
of its size or dependencies.

Option 2 is a partial fix, in that the udev rules in libsane-extras
really have 2 bugs, and option 2 only works around one of them. I'd
rather have them BOTH fixed.

I think I'm going for option 1 later today.

> I'm not reopening, to let you decide how to handle the bug.

As far as libsane-extras is concerned, the bug is fixed. The bug did
not make it to a stable release, as it only appeared after Linux
2.6.22, and that's w after Etch's release :)

JB.

-- 
 Julien BLACHE <[EMAIL PROTECTED]>  |  Debian, because code matters more 
 Debian & GNU/Linux Developer|   
 Public key available on  - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#459560: crashes at once on hppa architecture

2008-01-07 Thread Helge Deller
Package: ant
Version: 1.7.0-3
Severity: grave

ant crashes at once on the hppa architecture if it's called from the command 
line.

Example:
[EMAIL PROTECTED] ~]$ ant
Segmentation fault

the last part of strace gives:
.
brk(0)  = 0x12000
brk(0x33000)= 0x33000
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=0, st_size=0, ...}) = 0
mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 3, 0) = 0x438b4000
mmap2(NULL, 1183744, PROT_READ, MAP_PRIVATE, 3, 0x222) = 0x434b4000
close(3)= 0
gettimeofday({1199701873, 548740}, NULL) = 0
rt_sigaction(SIGHUP, {0x4012722a, [], 0}, NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], NULL, 8) = 0
rt_sigaction(SIGPWR, {0x4012722a, ~[], SA_RESTART}, NULL, 8) = 0
rt_sigaction(SIGXCPU, {0x4012722a, ~[], SA_RESTART}, NULL, 8) = 0
open("/proc/stat", O_RDONLY)= 3
read(3, "cpu  89099 18209902 2666026 2211"..., 4096) = 447
close(3)= 0
sched_getscheduler(25290)   = 0 (SCHED_OTHER)
sched_getparam(25290, { 0 })= 0
open("/proc/self/maps", O_RDONLY)   = 3
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=81920*1024}) = 0
fstat64(3, {st_mode=0, st_size=46673409605649, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x4000b000
read(3, "0001-00011000 r-xp  "..., 1024) = 1024
read(3, ".4\n40288000-40289000 rwxp e0"..., 1024) = 1024
read(3, "43663000 rwxp 0007a000 08:03 798"..., 1024) = 194
close(3)= 0
munmap(0x4000b000, 4096)= 0
mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x4009c000
mmap(0x400ac000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 0x400ac000
mmap(0x400bc000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 0x400bc000
getpid()= 25290
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 25290 detached



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: hppa (parisc)

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

Versions of packages ant depends on:
ii  gij [java-virtual-machine]4:4.2.1-6  The GNU Java bytecode interpreter
ii  gij-4.1 [java1-runtime]   4.1.2-6The GNU Java bytecode interpreter
ii  gij-4.2 [java1-runtime]   4.2.1-5The GNU Java bytecode interpreter
ii  java-gcj-compat   1.0.76-5   Java runtime environment using GIJ
ii  libxerces2-java   2.9.0-1Validating XML parser for Java wit

Versions of packages ant recommends:
ii  ant-gcj   1.7.0-3Java based build tool like make
ii  ant-optional  1.7.0-3Java based build tool like make - 

-- no debconf information



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



Bug#459545: maildrop: Tries to overwrite /usr/bin/makedat, which is also supplied by courier-base

2008-01-07 Thread Josip Rodin
On Mon, Jan 07, 2008 at 10:06:05AM +0100, Kurt Pruenner wrote:
> Package: maildrop
> Version: 2.0.3-1
> Severity: serious
> Justification: Policy 10.1
> 
> Upgrading maildrop from version 2.0.3 to the new version 2.0.4 in unstable 
> fails due to the new package trying to overwrite 
> /usr/bin/makedat which is already supplied by courier-base:

Stefan, we need to alternative-ize makedat, because Sam moved the makedat
program into the maildrop source build as well (apparently it used to be
disabled by mistake). I'll set up Conflicts at my end to handle the old
versions; can you do your bit, too, please.

-- 
 2. That which causes joy or happiness.



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



Bug#459564: icedove does not open any http link anymore

2008-01-07 Thread Eric Valette
Package: icedove
Version: 2.0.0.9-2
Severity: grave
Justification: renders package unusable

In the network preference I have an http link for the automatic
proxy configuration URL. IT open many iceweasel tabs and is not processed.

HTML mails with link also open every figure in a separate browser tab.

Unusable!!!

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

Kernel: Linux 2.6.23.12 (PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])
Shell: /bin/sh linked to /bin/bash

Versions of packages icedove depends on:
ii  debianutils 2.28.2   Miscellaneous utilities specific t
ii  fontconfig  2.5.0-2  generic font configuration library
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.7-5GNU C Library: Shared libraries
ii  libcairo2   1.4.12-2 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.5.0-2  generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.3-20080104-1 GCC support library
ii  libglib2.0-02.14.4-2 The GLib library of C routines
ii  libgtk2.0-0 2.12.3-2 The GTK+ graphical user interface 
ii  libhunspell-1.1-0   1.1.9-1  spell checker and morphological an
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libnspr4-0d 4.7.0~1.9b1-2NetScape Portable Runtime Library
ii  libnss3-1d  3.12.0~1.9b1-2   Network Security Service libraries
ii  libpango1.0-0   1.18.3-1 Layout and rendering of internatio
ii  libstdc++6  4.3-20080104-1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  psmisc  22.6-1   Utilities that use the proc filesy
ii  zlib1g  1:1.2.3.3.dfsg-8 compression library - runtime

icedove recommends no packages.

-- no debconf information



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



Bug#459563: javac / ecj crashes at once at startup on hppa architecture

2008-01-07 Thread Helge Deller
Package: ecj
Version: 3.3.0+0728-5
Severity: grave


javac / ecj crashes at once at startup on the hppa architecture

Example:

[EMAIL PROTECTED] ~]$ uname -a
Linux ls3545 2.6.24-rc4 #25 Sat Dec 8 12:36:01 CET 2007 parisc GNU/Linux

[EMAIL PROTECTED] ~]$ javac
Segmentation fault


I assume the problem is similiar as for the "ant" bug report:
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;bug=459560


The last lines of a strace shows:
.
brk(0x5ac000)   = 0x5ac000
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=0, st_size=0, ...}) = 0
mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 3, 0) = 0x438b4000
mmap2(NULL, 1183744, PROT_READ, MAP_PRIVATE, 3, 0x222) = 0x42cb4000
close(3)= 0
rt_sigaction(SIGPWR, {0x4012722a, ~[], SA_RESTART}, NULL, 8) = 0
rt_sigaction(SIGXCPU, {0x4012722a, ~[], SA_RESTART}, NULL, 8) = 0
open("/proc/stat", O_RDONLY)= 3
read(3, "cpu  91477 18209902 2666735 2212"..., 4096) = 447
close(3)= 0
sched_getscheduler(25385)   = 0 (SCHED_OTHER)
sched_getparam(25385, { 0 })= 0
open("/proc/self/maps", O_RDONLY)   = 3
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=81920*1024}) = 0
fstat64(3, {st_mode=0, st_size=46673409605649, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x40017000
read(3, "0001-004ee000 r-xp  "..., 1024) = 1024
read(3, "lib/libz.so.1.2.3.3\n403b9000-427"..., 1024) = 867
close(3)= 0
munmap(0x40017000, 4096)= 0
mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x40017000
mmap(0x40027000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x4009e000
mmap(0x400ae000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x400ae000
getpid()= 25385
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 25385 detached




-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: hppa (parisc)

Kernel: Linux 2.6.24-rc4
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ecj depends on:
ii  gij-4.2 4.2.1-5  The GNU Java bytecode interpreter
ii  java-common 0.27 Base of all Java packages
ii  libecj-java 3.3.0+0728-5 Eclipse Java compiler (library)
ii  libgcj8-jar 4.2.1-5  Java runtime library for use with 

Versions of packages ecj recommends:
ii  ecj-gcj 3.3.0+0728-5 standalone version of the Eclipse 

-- no debconf information



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



Bug#459545: maildrop: Tries to overwrite /usr/bin/makedat, which is also supplied by courier-base

2008-01-07 Thread Stefan Hornburg

Josip Rodin wrote:

On Mon, Jan 07, 2008 at 10:06:05AM +0100, Kurt Pruenner wrote:

Package: maildrop
Version: 2.0.3-1
Severity: serious
Justification: Policy 10.1

Upgrading maildrop from version 2.0.3 to the new version 2.0.4 in unstable fails due to the new package trying to overwrite 
/usr/bin/makedat which is already supplied by courier-base:


Stefan, we need to alternative-ize makedat, because Sam moved the makedat
program into the maildrop source build as well (apparently it used to be
disabled by mistake). I'll set up Conflicts at my end to handle the old
versions; can you do your bit, too, please.



Yes, of course.

Regards
  Racke

--
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team




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



Bug#458687: marked as done (dash: REGRESSION in expanding foo/bar/*.sh)

2008-01-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Jan 2008 11:02:02 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458690: fixed in dash 0.5.4-6
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Subject: dash: REGRESSION in expanding foo/bar/*.sh
Package: dash
Version: 0.5.4-3
Severity: grave

*** Please type your report below this line ***
Hi!

I have to until recently been very satisfied with running dash as my
/bin/sh

But the -3 upgrade subtle broke the startkde script (in ksmserver package)

I have isolated parts of the startkde-script:

Transcription as follows:
[EMAIL PROTECTED]:~$ cat kdetest.sh
#! /bin/sh
exepath=`kde-config --path exe | tr : '\n'`
#Following command expands as following
#kde-config --path exe | tr : '\n'
#/home/pusling/.kde/bin/
#/usr/bin/
#
for prefix in `echo "$exepath" | sed -n -e 's,/bin[^/]*/,/env/,p'`; do
  for file in "$prefix"*.sh; do
echo "found $file"
test -r "$file" && echo "sourcing file: $file"
  done
done

[EMAIL PROTECTED]:~$ dpkg -l dash
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)
||/ Name   Version  
  
Description
+++-==-==-
ii  dash   0.5.4-2  
  
The Debian Almquist Shell
[EMAIL PROTECTED]:~$ sh kdetest.sh
found /home/pusling/.kde/env/gpg-agent.sh
sourcing file: /home/pusling/.kde/env/gpg-agent.sh
found /usr/env/*.sh
[EMAIL PROTECTED]:~$ dpkg -l dash
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)
||/ Name   Version  
  
Description
+++-==-==-
ii  dash   0.5.4-3  
  
POSIX-compliant shell
[EMAIL PROTECTED]:~$ sh kdetest.sh
found /home/pusling/.kde/env/*.sh
found /usr/env/*.sh
[EMAIL PROTECTED]:~$ 

It seems that the * is never expanded here. 

/Sune

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

Kernel: Linux 2.6.20-1-vserver-k7 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages dash depends on:
ii  libc6 2.7-5  GNU C Library: Shared libraries

dash recommends no packages.

-- debconf information:
* dash/sh: true

-- 
How could I do for clicking the board over the desktop to the 3Dfx 
wordprocessor?

First you should delete from a graphic DirectX mouse, in such way you neither 
have to insert in the file of a RO prompt, nor must digit from the 9X 3Dfx 
bus over a editor of the modem on a button but therefore from X-Windows 95 
and from the panel menu within AutoCAD you can't receive from a button to 
save a MIDI head.


signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Source: dash
Source-Version: 0.5.4-6

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

ash_0.5.4-6_all.deb
  to pool/main/d/dash/ash_0.5.4-6_all.deb
dash_0.5.4-6.diff.gz
  to pool/main/d/dash/dash_0.5.4-6.diff.gz
dash_0.5.4-6.dsc
  to pool/main/d/dash/dash_0.5.4-6.dsc



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gerrit Pape <[EMAIL PROTECTED]> (supplier of updated dash package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGI

Bug#458690: marked as done (dash: REGRESSION in expanding foo/bar/*.sh)

2008-01-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Jan 2008 11:02:02 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458687: fixed in dash 0.5.4-6
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: dash
Version: 0.5.4-3
Severity: grave

Hi!

I have to until recently been very satisfied with running dash as my
/bin/sh

But the -3 upgrade subtle broke the startkde script (in ksmserver package)

I have isolated parts of the startkde-script:

Transcription as follows:
[EMAIL PROTECTED]:~$ cat kdetest.sh
#! /bin/sh
exepath=`kde-config --path exe | tr : '\n'`
#Following command expands as following
#kde-config --path exe | tr : '\n'
#/home/pusling/.kde/bin/
#/usr/bin/
#
for prefix in `echo "$exepath" | sed -n -e 's,/bin[^/]*/,/env/,p'`; do
  for file in "$prefix"*.sh; do
echo "found $file"
test -r "$file" && echo "sourcing file: $file"
  done
done

[EMAIL PROTECTED]:~$ dpkg -l dash
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   Version  
  Description
+++-==-==-
ii  dash   0.5.4-2  
  The Debian Almquist Shell
[EMAIL PROTECTED]:~$ sh kdetest.sh
found /home/pusling/.kde/env/gpg-agent.sh
sourcing file: /home/pusling/.kde/env/gpg-agent.sh
found /usr/env/*.sh
[EMAIL PROTECTED]:~$ dpkg -l dash
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   Version  
  Description
+++-==-==-
ii  dash   0.5.4-3  
  POSIX-compliant shell
[EMAIL PROTECTED]:~$ sh kdetest.sh
found /home/pusling/.kde/env/*.sh
found /usr/env/*.sh
[EMAIL PROTECTED]:~$ 

It seems that the * is never expanded here. 

/Sune

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

Kernel: Linux 2.6.20-1-vserver-k7 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages dash depends on:
ii  libc6 2.7-5  GNU C Library: Shared libraries

dash recommends no packages.

-- debconf information:
* dash/sh: true


--- End Message ---
--- Begin Message ---
Source: dash
Source-Version: 0.5.4-6

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

ash_0.5.4-6_all.deb
  to pool/main/d/dash/ash_0.5.4-6_all.deb
dash_0.5.4-6.diff.gz
  to pool/main/d/dash/dash_0.5.4-6.diff.gz
dash_0.5.4-6.dsc
  to pool/main/d/dash/dash_0.5.4-6.dsc



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gerrit Pape <[EMAIL PROTECTED]> (supplier of updated dash package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 10:37:47 +
Source: dash
Binary: ash dash
Architecture: all source
Version: 0.5.4-6
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape <[EMAIL PROTECTED]>
Changed-By: Gerrit Pape <[EMAIL PROTECTED]>
Description: 
 ash- compatibility package for dash
 dash   - POSIX-compliant shell
Closes: 458687 458690 459049
Changes: 
 dash (0.5.4-6) unstable; urgency=low
 .
   * debian/control: add Vcs-Git: http://smarden.org/git/dash.git/.
   * debian/diff/0041-PARSER-Add-FAKEEOFMARK-for-expandstr.d

Bug#426355: marked as done (libonig SEGV when using UTF-8 encoding)

2008-01-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Jan 2008 11:02:06 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#426355: fixed in libonig 5.9.1-1
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libonig-dev
Version: 5.2.0-1
Severity: grave

The following (see below) simple C program produces a SEGV in
onig_new.  To see this, compile the code using, e.g., 

   gcc bug.c -lonig

and then run it:

   ./a.out

On my debian etch system, I see:

  Segmentation fault (core dumped)

I set the severity level to grave because this bug makes the library
unusable to me.

Valgrind shows where the error occurs:

==1902== Invalid read of size 4
==1902==at 0x43F0025: (within /usr/lib/libonig.so.2.0.0)
==1902==by 0x4402089: onigenc_unicode_apply_all_case_fold (in 
/usr/lib/libonig.so.2.0.0)
==1902==by 0x43F09AD: (within /usr/lib/libonig.so.2.0.0)
==1902==by 0x43F1A1D: (within /usr/lib/libonig.so.2.0.0)
==1902==by 0x43F1B18: (within /usr/lib/libonig.so.2.0.0)
==1902==by 0x43F171E: (within /usr/lib/libonig.so.2.0.0)
==1902==by 0x43F1A1D: (within /usr/lib/libonig.so.2.0.0)
==1902==by 0x43F1B18: (within /usr/lib/libonig.so.2.0.0)
==1902==by 0x43F1CEE: onig_parse_make_tree (in /usr/lib/libonig.so.2.0.0)
==1902==by 0x43F8921: onig_compile (in /usr/lib/libonig.so.2.0.0)

Here is the code to bug.c:

#include 
#include 
#include 
#include 
int main (int argc, char **argv)
{
   const UChar *pattern;
   OnigErrorInfo err_info;
   int status;
   regex_t *re;
   int i;
   
   for (i = 0; i < 2; i++)
 {
pattern = (UChar *) "(?i)[a-z][a-z]+";
status = onig_new (&re, pattern, pattern + strlen ((char *)pattern),
   ONIG_OPTION_NONE, ONIG_ENCODING_UTF8,
   ONIG_SYNTAX_PERL, &err_info);
onig_free (re);
if (status != ONIG_NORMAL)
  {
 fprintf (stderr, "onig_new failed\n");
 return 1;
  }
 }
   return 0;
}

Thanks,
--John

--- End Message ---
--- Begin Message ---
Source: libonig
Source-Version: 5.9.1-1

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

libonig-dev_5.9.1-1_i386.deb
  to pool/main/libo/libonig/libonig-dev_5.9.1-1_i386.deb
libonig2-dbg_5.9.1-1_i386.deb
  to pool/main/libo/libonig/libonig2-dbg_5.9.1-1_i386.deb
libonig2_5.9.1-1_i386.deb
  to pool/main/libo/libonig/libonig2_5.9.1-1_i386.deb
libonig_5.9.1-1.diff.gz
  to pool/main/libo/libonig/libonig_5.9.1-1.diff.gz
libonig_5.9.1-1.dsc
  to pool/main/libo/libonig/libonig_5.9.1-1.dsc
libonig_5.9.1.orig.tar.gz
  to pool/main/libo/libonig/libonig_5.9.1.orig.tar.gz



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexander Wirt <[EMAIL PROTECTED]> (supplier of updated libonig package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 11:46:27 +0100
Source: libonig
Binary: libonig-dev libonig2 libonig2-dbg
Architecture: source i386
Version: 5.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Max Kellermann <[EMAIL PROTECTED]>
Changed-By: Alexander Wirt <[EMAIL PROTECTED]>
Description: 
 libonig-dev - Development files for libonig2
 libonig2   - Oniguruma regular expressions library
 libonig2-dbg - Debugging symbols for libonig2
Closes: 426355
Changes: 
 libonig (5.9.1-1) unstable; urgency=low
 .
   [ Max Kellermann ]
   * new upstream release
   * acknowledge NMU, thanks Laurent (closes: #426355)
   * run test suite after build
   * added watch file
   * bumped Standards-Version to 3.7.3
   * added homepage header to debian/control
   * priority "extra"
Files: 
 e81ba5744efbc64905da0ae7b369a834 700 libs extra libonig_5.9.1-1.dsc
 5ce5f9bba5e83f0ea6ec24e1ac77091c 586578 libs extra libonig_5.9.1.orig.tar.gz
 dd946bf292f734dfd3fd1c8465fb36ad 3569 libs extra libonig_5.9.1-1.diff.gz
 029a803f1993b0af6e380efe2510fbc3 133930 libs extra libonig2_5.9.1-1_i386.deb
 70ea9499a3dbc96549f6175302ea 146968 libdevel extra 
libonig2-dbg_5.9.1-1_i386.deb
 56c76d76fc8f993c67c17a813dc3b438 18473

Bug#458687: marked as done (dash: REGRESSION in expanding foo/bar/*.sh)

2008-01-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Jan 2008 11:02:02 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458687: fixed in dash 0.5.4-6
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Subject: dash: REGRESSION in expanding foo/bar/*.sh
Package: dash
Version: 0.5.4-3
Severity: grave

*** Please type your report below this line ***
Hi!

I have to until recently been very satisfied with running dash as my
/bin/sh

But the -3 upgrade subtle broke the startkde script (in ksmserver package)

I have isolated parts of the startkde-script:

Transcription as follows:
[EMAIL PROTECTED]:~$ cat kdetest.sh
#! /bin/sh
exepath=`kde-config --path exe | tr : '\n'`
#Following command expands as following
#kde-config --path exe | tr : '\n'
#/home/pusling/.kde/bin/
#/usr/bin/
#
for prefix in `echo "$exepath" | sed -n -e 's,/bin[^/]*/,/env/,p'`; do
  for file in "$prefix"*.sh; do
echo "found $file"
test -r "$file" && echo "sourcing file: $file"
  done
done

[EMAIL PROTECTED]:~$ dpkg -l dash
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)
||/ Name   Version  
  
Description
+++-==-==-
ii  dash   0.5.4-2  
  
The Debian Almquist Shell
[EMAIL PROTECTED]:~$ sh kdetest.sh
found /home/pusling/.kde/env/gpg-agent.sh
sourcing file: /home/pusling/.kde/env/gpg-agent.sh
found /usr/env/*.sh
[EMAIL PROTECTED]:~$ dpkg -l dash
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)
||/ Name   Version  
  
Description
+++-==-==-
ii  dash   0.5.4-3  
  
POSIX-compliant shell
[EMAIL PROTECTED]:~$ sh kdetest.sh
found /home/pusling/.kde/env/*.sh
found /usr/env/*.sh
[EMAIL PROTECTED]:~$ 

It seems that the * is never expanded here. 

/Sune

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

Kernel: Linux 2.6.20-1-vserver-k7 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages dash depends on:
ii  libc6 2.7-5  GNU C Library: Shared libraries

dash recommends no packages.

-- debconf information:
* dash/sh: true

-- 
How could I do for clicking the board over the desktop to the 3Dfx 
wordprocessor?

First you should delete from a graphic DirectX mouse, in such way you neither 
have to insert in the file of a RO prompt, nor must digit from the 9X 3Dfx 
bus over a editor of the modem on a button but therefore from X-Windows 95 
and from the panel menu within AutoCAD you can't receive from a button to 
save a MIDI head.


signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Source: dash
Source-Version: 0.5.4-6

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

ash_0.5.4-6_all.deb
  to pool/main/d/dash/ash_0.5.4-6_all.deb
dash_0.5.4-6.diff.gz
  to pool/main/d/dash/dash_0.5.4-6.diff.gz
dash_0.5.4-6.dsc
  to pool/main/d/dash/dash_0.5.4-6.dsc



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gerrit Pape <[EMAIL PROTECTED]> (supplier of updated dash package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGI

Bug#458690: marked as done (dash: REGRESSION in expanding foo/bar/*.sh)

2008-01-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Jan 2008 11:02:02 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458690: fixed in dash 0.5.4-6
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: dash
Version: 0.5.4-3
Severity: grave

Hi!

I have to until recently been very satisfied with running dash as my
/bin/sh

But the -3 upgrade subtle broke the startkde script (in ksmserver package)

I have isolated parts of the startkde-script:

Transcription as follows:
[EMAIL PROTECTED]:~$ cat kdetest.sh
#! /bin/sh
exepath=`kde-config --path exe | tr : '\n'`
#Following command expands as following
#kde-config --path exe | tr : '\n'
#/home/pusling/.kde/bin/
#/usr/bin/
#
for prefix in `echo "$exepath" | sed -n -e 's,/bin[^/]*/,/env/,p'`; do
  for file in "$prefix"*.sh; do
echo "found $file"
test -r "$file" && echo "sourcing file: $file"
  done
done

[EMAIL PROTECTED]:~$ dpkg -l dash
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   Version  
  Description
+++-==-==-
ii  dash   0.5.4-2  
  The Debian Almquist Shell
[EMAIL PROTECTED]:~$ sh kdetest.sh
found /home/pusling/.kde/env/gpg-agent.sh
sourcing file: /home/pusling/.kde/env/gpg-agent.sh
found /usr/env/*.sh
[EMAIL PROTECTED]:~$ dpkg -l dash
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   Version  
  Description
+++-==-==-
ii  dash   0.5.4-3  
  POSIX-compliant shell
[EMAIL PROTECTED]:~$ sh kdetest.sh
found /home/pusling/.kde/env/*.sh
found /usr/env/*.sh
[EMAIL PROTECTED]:~$ 

It seems that the * is never expanded here. 

/Sune

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

Kernel: Linux 2.6.20-1-vserver-k7 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages dash depends on:
ii  libc6 2.7-5  GNU C Library: Shared libraries

dash recommends no packages.

-- debconf information:
* dash/sh: true


--- End Message ---
--- Begin Message ---
Source: dash
Source-Version: 0.5.4-6

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

ash_0.5.4-6_all.deb
  to pool/main/d/dash/ash_0.5.4-6_all.deb
dash_0.5.4-6.diff.gz
  to pool/main/d/dash/dash_0.5.4-6.diff.gz
dash_0.5.4-6.dsc
  to pool/main/d/dash/dash_0.5.4-6.dsc



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gerrit Pape <[EMAIL PROTECTED]> (supplier of updated dash package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 10:37:47 +
Source: dash
Binary: ash dash
Architecture: all source
Version: 0.5.4-6
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape <[EMAIL PROTECTED]>
Changed-By: Gerrit Pape <[EMAIL PROTECTED]>
Description: 
 ash- compatibility package for dash
 dash   - POSIX-compliant shell
Closes: 458687 458690 459049
Changes: 
 dash (0.5.4-6) unstable; urgency=low
 .
   * debian/control: add Vcs-Git: http://smarden.org/git/dash.git/.
   * debian/diff/0041-PARSER-Add-FAKEEOFMARK-for-expandstr.d

Bug#459568: sbaz unusable in lenny

2008-01-07 Thread Silvestre Zabala
Subject: sbaz unusable in lenny
Package: sbaz
Version: 1.20-2
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***

$ sbaz-setup /tmp/
Exception in thread "main" java.lang.NoClassDefFoundError:
scala/runtime/Comparator
at sbaz.clui.Settings.parseOptions(Settings.scala:66)
at
sbaz.clui.CommandLine$.processCommandLine(CommandLine.scala:32)
at sbaz.clui.CommandLine$.main(CommandLine.scala:63)
at sbaz.clui.CommandLine.main(CommandLine.scala)

$ sbaz
sbaz [ global_options... ] command command_options...

Global options:

   -d Operate on dir as the local managed directory.
   -n | --dryrun   Do not actually do anything.  Only print out what
   tool would normally do with the following arguments.
   -v | --verbose  Output messages about what the sbaz tool is doing
   -versionVersion information


Available commands:

Exception in thread "main" java.lang.NoClassDefFoundError:
scala/runtime/BoxesUtility
at sbaz.clui.CommandUtil$$anonfun$0.apply(Command.scala:68)
at scala.List.sort_1$0(List.scala:794)
at scala.List.sort(List.scala:823)
at sbaz.clui.CommandUtil$.(Command.scala:68)
at sbaz.clui.CommandUtil$.(Command.scala)
at sbaz.clui.commands.Help$.run(Help.scala:29)
at sbaz.clui.CommandLine$.usageExit(CommandLine.scala:26)
at
sbaz.clui.CommandLine$.processCommandLine(CommandLine.scala:36)
at sbaz.clui.CommandLine$.main(CommandLine.scala:63)
at sbaz.clui.CommandLine.main(CommandLine.scala)


I suppose the unversioned dependency to scala-library is wrong and
should be replaced by a versionend one depending on a newer
scala-library than currently is in lenny.

Best regards,
  Silvestre Zabala

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (101, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages sbaz depends on:
ii  scala-library 2.3.0-1.1  The Scala standard library

sbaz recommends no packages.

-- no debconf information


Bug#459567: dirmngr segfaults on hppa architecture

2008-01-07 Thread Helge Deller
Package: dirmngr
Version: 1.0.1-2
Severity: grave

dirmngr segfaults at once on hppa architecture

Example:
3545:~# uname -a
Linux ls3545 2.6.24-rc4 #25 Sat Dec 8 12:36:01 CET 2007 parisc GNU/Linux

ls3545:~# dirmngr
dirmngr[28087]: error opening `/root/.gnupg/dirmngr_ldapservers.conf':
No such file or directory
Segmentation fault

strace shows:
.
gettimeofday({1199704348, 771319}, NULL) = 0
rt_sigprocmask(SIG_BLOCK, NULL, ~[KILL STOP], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/root/.gnupg/dirmngr.conf", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No
such file or directory)
open("/root/.gnupg/dirmngr_ldapservers.conf", O_RDONLY|O_LARGEFILE) = -1
ENOENT (No such file or directory)
fstat64(2, {st_mode=0, st_size=46673409605637, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x40008000
getpid()= 28089
write(2, "dirmngr[28089]: error opening `/"..., 97dirmngr[28089]: error
opening `/root/.gnupg/dirmngr_ldapservers.conf': No such file or
directory
) = 97
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_DFL}, 8) = 0
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x40009000
gettimeofday({1199704348, 777586}, NULL) = 0
rt_sigprocmask(SIG_BLOCK, [USR1], [], 8) = 0
rt_sigaction(SIGUSR1, {0x406578fa, [], SA_STACK}, {SIG_DFL}, 8) = 0
sigaltstack({ss_sp=0x40009008, ss_flags=0, ss_size=262144}, {ss_sp=0,
ss_flags=SS_DISABLE, ss_size=0}) = 0
getpid()= 28089
kill(28089, SIGUSR1)= 0
rt_sigsuspend(~[USR1])  = -514
--- SIGUSR1 (User defined signal 1) @ 0 (0) ---
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 28089 detached



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: hppa (parisc)

Kernel: Linux 2.6.24-rc4
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dirmngr depends on:
ii  adduser 3.105add and remove users and groups
ii  libc6   2.7-5GNU C Library: Shared libraries
ii  libgcrypt11 1.4.0-2  LGPL Crypto library - runtime libr
ii  libgpg-error0   1.4-2library for common error values an
ii  libksba81.0.2-1  X.509 and CMS support library
ii  libldap22.1.30.dfsg-13.5 OpenLDAP libraries
ii  libpth202.0.7-9  The GNU Portable Threads
ii  lsb-base3.1-24   Linux Standard Base 3.1 init scrip

dirmngr recommends no packages.

-- no debconf information



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



Bug#452730: marked as done (changelogs out of sync)

2008-01-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Jan 2008 11:02:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#452730: fixed in dpkg 1.14.15
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: dpkg-dev
Version: 1.14.11
Severity: serious

[EMAIL PROTECTED]:/usr/share/doc/dpkg-dev$ dpkg -l dpkg-dev
[...]
ii  dpkg-dev   1.14.11package building tools for Debian
[EMAIL PROTECTED]:/usr/share/doc/dpkg-dev$ zcat changelog.Debian.gz | head -n 1
dpkg (1.14.10) unstable; urgency=low

This is because of

lrwxrwxrwx 1 root root 4 2007-10-09 10:22 dpkg-dev -> dpkg

which makes the stuff go out of sync. *If* you do stuff like this, you
need the make the using stuff depend on *exactly* the version of the
used stuff to not get the changelogs out of sync.

Regards,

Rene

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

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

Versions of packages dpkg-dev depends on:
ii  binutils2.18.1~cvs20071027-1 The GNU assembler, linker and bina
ii  cpio2.9-6GNU cpio -- a program to manage ar
ii  dpkg1.14.10  package maintenance system for Deb
ii  make3.81-3   The GNU version of the "make" util
ii  patch   2.5.9-4  Apply a diff file to an original
ii  perl [perl5]5.8.8-12 Larry Wall's Practical Extraction 
ii  perl-modules5.8.8-12 Core Perl modules

Versions of packages dpkg-dev recommends:
ii  bzip2 1.0.3-7high-quality block-sorting file co
ii  gcc [c-compiler]  4:4.2.1-6  The GNU C compiler
ii  gcc-3.4 [c-compiler]  3.4.6-6The GNU C compiler
ii  gcc-4.1 [c-compiler]  4.1.2-17   The GNU C compiler
ii  gcc-4.2 [c-compiler]  4.2.2-3The GNU C compiler

-- no debconf information


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: dpkg
Source-Version: 1.14.15

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

dpkg-dev_1.14.15_all.deb
  to pool/main/d/dpkg/dpkg-dev_1.14.15_all.deb
dpkg_1.14.15.dsc
  to pool/main/d/dpkg/dpkg_1.14.15.dsc
dpkg_1.14.15.tar.gz
  to pool/main/d/dpkg/dpkg_1.14.15.tar.gz
dpkg_1.14.15_i386.deb
  to pool/main/d/dpkg/dpkg_1.14.15_i386.deb
dselect_1.14.15_i386.deb
  to pool/main/d/dpkg/dselect_1.14.15_i386.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guillem Jover <[EMAIL PROTECTED]> (supplier of updated dpkg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 12:12:16 +0200
Source: dpkg
Binary: dpkg dselect dpkg-dev
Architecture: source i386 all
Version: 1.14.15
Distribution: unstable
Urgency: low
Maintainer: Dpkg Developers <[EMAIL PROTECTED]>
Changed-By: Guillem Jover <[EMAIL PROTECTED]>
Description: 
 dpkg   - package maintenance system for Debian
 dpkg-dev   - package building tools for Debian
 dselect- user tool to manage Debian packages
Closes: 155741 157093 157305 179320 214684 342495 352554 379027 379641 452730 
453656 454036 457918 457964 458276 458519 458521 458589 458732 458860 459016 
459018 459223
Changes: 
 dpkg (1.14.15) unstable; urgency=low
 .
   [ Raphael Hertzog ]
   * Make sure {dpkg-dev,dselect}.preinst are included in the source tarball.
 Closes: #452730
   * Blacklist armel-specific symbols in dpkg-gensymbols. Reported by Riku
 Voipio. Closes: #457964
   * Fix typos in various manpages. Patch from A. Costa. Closes: #458276
   * Make dpkg-shlibdeps choose the right symbols files when we have several
 debian/*/DEBIAN/symbols for a given soname. Closes: #458860
   * Add a -S option to dpkg-shlibdeps to indicate a package build
 tree to scan first when trying to find a needed library.
   * Chan

Processed: found 452730 in 1.14.7

2008-01-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.12
> found 452730 1.14.7
Bug#452730: changelogs out of sync
Bug marked as found in version 1.14.7.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#459570: upgrading to findutils/locate loses updatedb configuration!

2008-01-07 Thread Hamish Moffatt
Package: locate
Version: 4.2.31-4
Severity: serious
Justification: Configuration changes lost

It looks like the new locate package reads
/etc/updatedb.findutils.cron.local as its configuration file now.
Configuration changes made to /etc/updatedb.conf are lost with this
package split, which is a serious bug.

It looks like the format of the files is compatible so it could be
renamed by the scripts instead.


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

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

Versions of packages locate depends on:
ii  findutils 4.2.31-4   utilities for finding files--find,
ii  libc6 2.7-5  GNU C Library: Shared libraries

locate recommends no packages.

-- no debconf information



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



Bug#459560: crashes at once on hppa architecture

2008-01-07 Thread Deller, Helge
This is probably the same problem as in ecj Bug#459563




Bug#458869: marked as done (python-qt4: FTBFS: sipQtCorepart0.cpp:(.text+0xe7): undefined reference to `PyProperty_Type')

2008-01-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Jan 2008 11:17:19 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458869: fixed in python-qt4 4.3.3-2
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: python-qt4
version: 4.3.3-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080103 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:

 > g++ -Wl,--no-undefined -shared -Wl,--version-script=QtCore.exp -o QtCore.so 
 > sipQtCorepart0.o sipQtCorepart1.o sipQtCorepart2.o sipQtCorepart3.o 
 > sipQtCorepart4.o sipQtCorepart5.o sipQtCorepart6.o sipQtCorepart7.o 
 > sipQtCorepart8.o sipQtCorepart9.o sipQtCorepart10.o sipQtCorepart11.o 
 > sipQtCorepart12.o sipQtCorepart13.o sipQtCorepart14.o sipQtCorepart15.o 
 > sipQtCorepart16.o sipQtCorepart17.o sipQtCorepart18.o sipQtCorepart19.o 
 > sipQtCorepart20.o sipQtCorepart21.o sipQtCorepart22.o sipQtCorepart23.o 
 > sipQtCorepart24.o sipQtCorepart25.o sipQtCorepart26.o sipQtCorepart27.o 
 > sipQtCorepart28.o sipQtCorepart29.o sipQtCorepart30.o sipQtCorepart31.o 
 > sipQtCorepart32.o sipQtCorepart33.o sipQtCorepart34.o -L/usr/lib 
 > -L/usr/X11R6/lib -lQtCore
 > sipQtCorepart0.o: In function `qtcore_pyqtproperty_dealloc':
 > sipQtCorepart0.cpp:(.text+0xe7): undefined reference to `PyProperty_Type'
 > sipQtCorepart0.o: In function `qtcore_pyqtproperty_traverse':
 > sipQtCorepart0.cpp:(.text+0x14e): undefined reference to `PyProperty_Type'
 > sipQtCorepart0.o: In function `func_Q_FLAGS':
 > sipQtCorepart0.cpp:(.text+0x29d): undefined reference to `_Py_NoneStruct'
 > sipQtCorepart0.o: In function `func_Q_ENUMS':
 > sipQtCorepart0.cpp:(.text+0x33b): undefined reference to `_Py_NoneStruct'
 > sipQtCorepart0.o: In function `func_pyqtRestoreInputHook':
 > sipQtCorepart0.cpp:(.text+0x3be): undefined reference to `PyOS_InputHook'
 > sipQtCorepart0.cpp:(.text+0x3cf): undefined reference to `_Py_NoneStruct'
 > sipQtCorepart0.o: In function `func_pyqtRemoveInputHook':
 > sipQtCorepart0.cpp:(.text+0x432): undefined reference to `PyOS_InputHook'
 > sipQtCorepart0.cpp:(.text+0x440): undefined reference to `_Py_NoneStruct'
 > sipQtCorepart0.o: In function `func_qRemovePostRoutine':
 > sipQtCorepart0.cpp:(.text+0x4f9): undefined reference to `_Py_NoneStruct'
 > sipQtCorepart0.cpp:(.text+0x526): undefined reference to `_Py_NoneStruct'
 > sipQtCorepart0.o: In function `slot_Qt_KeyboardModifier___or__':
[.]
 > sipQtCorepart34.cpp:(.text+0xd5f): undefined reference to 
 > `PyEval_RestoreThread'
 > sipQtCorepart34.cpp:(.text+0xd83): undefined reference to `PyErr_Clear'
 > sipQtCorepart34.cpp:(.text+0xd8a): undefined reference to 
 > `_Py_NotImplementedStruct'
 > sipQtCorepart34.o: In function `slot_Qt_KeyboardModifiers___or__':
 > sipQtCorepart34.cpp:(.text+0xe94): undefined reference to `PyEval_SaveThread'
 > sipQtCorepart34.cpp:(.text+0xec8): undefined reference to 
 > `PyEval_RestoreThread'
 > sipQtCorepart34.o: In function `init_Qt_KeyboardModifiers':
 > sipQtCorepart34.cpp:(.text+0xfd7): undefined reference to `PyEval_SaveThread'
 > sipQtCorepart34.cpp:(.text+0xff9): undefined reference to 
 > `PyEval_RestoreThread'
 > sipQtCorepart34.cpp:(.text+0x1048): undefined reference to 
 > `PyEval_SaveThread'
 > sipQtCorepart34.cpp:(.text+0x1066): undefined reference to 
 > `PyEval_RestoreThread'
 > collect2: ld returned 1 exit status
 > make[2]: *** [QtCore.so] Error 1
 > make[2]: Leaving directory `/build/user/python-qt4-4.3.3/build-2.4/QtCore'
 > make[1]: *** [all] Error 2
 > make[1]: Leaving directory `/build/user/python-qt4-4.3.3/build-2.4'
 > make: *** [build-2.4/build-stamp] Error 2
 > dpkg-buildpackage: failure: debian/rules build gave error exit status 2

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

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

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---
Source: python-qt4
Source-Version: 4.3.3-2

We believe that the bug you reported is fixed in the latest version of
python-qt4, which is

Bug#426224: backporting to stable ?

2008-01-07 Thread Andre Ferraz
I have a question, this is not a case to port this fix for stable?
sometimes users compile the latest kernel from kernel.org for his server
(my case for example). 
If shutdown remains without the patch , this can be a serious problem
for the debian stable user , this patch cannot be into sysinit stable
package as a security fix?

Best regards

---
Perl is, in intent, a cleaned up and summarized version of that wonderful 
semi-natural language known as "Unix". -- Larry Wall



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



Bug#457412: [Pkg-kde-extras] Bug#457412: kmymoney2 crash when libchipcard2-data not installed

2008-01-07 Thread Micha Lenk
Hi Fathi,

Am Montag, den 07.01.2008, 09:57 +0100 schrieb Fathi Boudra:
> Hi Micha,
> 
> Fatih, you shouldn't have closed the bug without providing any 
> versioning information. Moreover, if it's not a bug of kmymoney2, 
> please
> reassign it to the affected package (instead of simply closing it) 
> next
> time.

You didn't say anything about the lines above...

> You missed the fact that libchipcard2 is still available in Etch, and 
> needs to be fixed there because missing dependencies are of release
> critical severity (especially when causing segfaults). Thus I reassign
> the bug to libchipcard2 -- and will take care of it there.
> 
> Just to be clear, i  didn't missed anything.

Apparently we disagree on that statement.

> I  choosed  to close the bug without anything more than my 2c comments
> which is pretty clear:
> Please, submit your bug report to Ubuntu Launchpad.
> 
> By the way, i took time to look if it'isn't a kmymoney bug but not
> more.
> I can understand you don't agree with my decision, anyway i would like
> to explain my motivation and explain it:
> 
> our priority is our users. 

I can't follow your arguments here. Since I'm not sure that we will find
a consensus on *how* to achieve the common motivation: "our priority is
our users", please give me feedback on whether reopening and reassigning
the bug to libchipcard2 was correct from your point of view.

Kind regards
  Micha



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



Bug#459560: crashes at once on hppa architecture

2008-01-07 Thread Michael Koch
On Mon, Jan 07, 2008 at 12:28:48PM +0100, Deller, Helge wrote:
> This is probably the same problem as in ecj Bug#459563

I think both are issues in GCJ. Ant itself is only bytecode. So no
native calls (except when ant-gcj and ant-optional-gcj are installed but
I think these are empty on hppa anyway).

In both cases gij is called (indirectly). Can you please try to make a
simple testcase running gij on hppa?


Cheers,
Michael



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



Bug#459563: Bug#459560: crashes at once on hppa architecture

2008-01-07 Thread Deller, Helge
Michael wrote:
> In both cases gij is called (indirectly). Can you please try to make a
> simple testcase running gij on hppa?

Ok, but then a testcase isn't needed, as it's easily reproducable. 
Just call "gij" without any parameters and it will crash (as already
reported in Bug #459563).




Bug#459564: Example of whatpage opened by icedove in my browser (probably due to biff notification pluggin)

2008-01-07 Thread VALETTE Eric RD-MAPS-REN
1.0.4
http://downloads.mozdev.org/moztraybiff/mozTrayBiff-1.0.4.xpi
   

   
1.0.4
   
   
{3550f703-e582-4d05-9a08-453d09bdfdc6}
0.7
0.7
   
http://downloads.mozdev.org/moztraybiff/mozTrayBiff-1.0.4.xpi
   
   
   

   
1.0.5
   
   
{3550f703-e582-4d05-9a08-453d09bdfdc6}
0.8
0.8
   
http://downloads.mozdev.org/moztraybiff/mozTrayBiff-1.0.5-i486-linux-tb0.8.xpi
   
   
   

   
1.0.6
   
   
{3550f703-e582-4d05-9a08-453d09bdfdc6}
0.9
0.9
   
http://downloads.mozdev.org/moztraybiff/mozTrayBiff-1.0.6-i486-linux-tb0.9.xpi
   
   
   

   
1.0.7
   
   
{3550f703-e582-4d05-9a08-453d09bdfdc6}
1.0
1.0
   
http://downloads.mozdev.org/moztraybiff/mozTrayBiff-1.0.7-i486-linux-tb1.0.xpi
   
   
   

   
1.1
   
   
{3550f703-e582-4d05-9a08-453d09bdfdc6}
1.0
1.0
   
http://downloads.mozdev.org/moztraybiff/mozTrayBiff-1.1-i486-linux-tb1.0.2.xpi
   
   
   

   
1.1
   
   
{3550f703-e582-4d05-9a08-453d09bdfdc6}
1.0
1.0
   
http://downloads.mozdev.org/moztraybiff/mozTrayBiff-1.1-x86_64-redhat-linux-tb1.0.2.xpi
   
   
   
   
   
1.2
   
   
{3550f703-e582-4d05-9a08-453d09bdfdc6}
1.0
1.0
   
http://downloads.mozdev.org/moztraybiff/mozTrayBiff-1.2-i486-linux-gnu-tb1.0.7.xpi
   
   
   

   
1.2
   
   
{3550f703-e582-4d05-9a08-453d09bdfdc6}
1.5
1.5
   
http://downloads.mozdev.org/moztraybiff/mozTrayBiff-1.2-i486-linux-gnu-tb1.5.xpi
   
   
   

   
1.2
   
   
{3550f703-e582-4d05-9a08-453d09bdfdc6}
1.5
1.5
   
http://downloads.mozdev.org/moztraybiff/mozTrayBiff-1.2-x86_64-redhat-linux-tb1.5.xpi
   
   
   

   
1.2.1
   
   
{3550f703-e582-4d05-9a08-453d09bdfdc6}
1.5
1.5
   
http://downloads.mozdev.org/moztraybiff/mozTrayBiff-1.2.1-tb1.5.xpi
   
   
   

   
1.2.2
   
   
{3550f703-e582-4d05-9a08-453d09bdfdc6}
1.5
1.5.0.*
   
http://downloads.mozdev.org/moztraybiff/mozTrayBiff-1.2.2-tb1.5.xpi
   
   
   

   
1.2.3
   
   
{3550f703-e582-4d05-9a08-453d09bdfdc6}
2.0
2.0.0.*
   
http://downloads.mozdev.org/moztraybiff/mozTrayBiff-1.2.3-tb2.0.0.0.xpi

-- 
Eric Valette
France Telecom
Recherche & Developpement
Middleware et Plates-formes Avancées
Architecte Livebox
tél : (+33) 2 99 12 45 71
mél : 




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



Processed: housekeeping

2008-01-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> package octave2.1
Ignoring bugs not assigned to: octave2.1

> retitle 417486 [should not ship with Lenny] FTBFS with GCC 4.3: missing 
> #includes
Bug#417486: FTBFS with GCC 4.3: missing #includes
Changed Bug title to `[should not ship with Lenny] FTBFS with GCC 4.3: missing 
#includes' from `FTBFS with GCC 4.3: missing #includes'.

> retitle 441721 [should not ship with Lenny] octave2.1: package content 
> changed if build twice or more times in a row
Bug#441721: octave2.1_: package content changed if build twice or more times in 
a row
Changed Bug title to `[should not ship with Lenny] octave2.1: package content 
changed if build twice or more times in a row' from `octave2.1_: package 
content changed if build twice or more times in a row'.

> package octave2.1-forge
Ignoring bugs not assigned to: octave2.1-forge

> retitle 417494 [should not ship with Lenny] FTBFS with GCC 4.3: missing 
> #includes
Bug#417494: FTBFS with GCC 4.3: missing #includes
Changed Bug title to `[should not ship with Lenny] FTBFS with GCC 4.3: missing 
#includes' from `FTBFS with GCC 4.3: missing #includes'.

> package octave2.9-forge
Ignoring bugs not assigned to: octave2.9-forge

> tags 438465 + moreinfo
Bug#438465: octave2.9-forge: image/edge.m fails with 'wrong type argument'
Tags were: confirmed
Tags added: moreinfo

> retitle 438465 [workaround given] octave2.9-forge: image/edge.m fails with 
> 'wrong type argument'
Bug#438465: octave2.9-forge: image/edge.m fails with 'wrong type argument'
Changed Bug title to `[workaround given] octave2.9-forge: image/edge.m fails 
with 'wrong type argument'' from `octave2.9-forge: image/edge.m fails with 
'wrong type argument''.

> tags 452556 wontfix
Bug#452556: octave2.9-forge: octave2.9 does not find leasqr functions
There were no tags set.
Tags added: wontfix

> package octave3.0-headers
Ignoring bugs not assigned to: octave3.0-headers

> retitle 435275 octave3.0-headers depends on gcc-3.4
Bug#435275: octave2.9-headers depends on gcc-3.4
Changed Bug title to `octave3.0-headers depends on gcc-3.4' from 
`octave2.9-headers depends on gcc-3.4'.

> package octaviz
Ignoring bugs not assigned to: octaviz

> retitle 452436 [sidux] octaviz: examples do not run because of line vtk_init
Bug#452436: octaviz: examples do not run because of line vtk_init
Changed Bug title to `[sidux] octaviz: examples do not run because of line 
vtk_init' from `octaviz: examples do not run because of line vtk_init'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#449475: Serious doubts about the distributability of a file

2008-01-07 Thread Vincent Fourmond
[please CC me and the bug for replies, thanks]

  Hello,

  The package vegastrike (in main) contains two files whose copyright
header is reproduced integrally in this message. It seems to me that
the copyright notices conflict, and effectively render the file not
distributable, but I am not quite sure; if this file is effectively a
derived work from the work copyrighted by the Universtity of North
Carolina, it is not distributable. It all depends on the meaning of
"based on". What do you think ? What should be done ?

  Thanks

  Vincent


/*
Copyright (C) 1998,2000 by Written by Alex Pfaffe

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Library General Public License for more details.

You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

// The following classes are utility classes for the RAPID collision detection
// algorithm. The code is based on the UNC implementation of the RAPID
// algorithm:

/*\

  Copyright 1995 The University of North Carolina at Chapel Hill.
  All Rights Reserved.

  Permission to use, copy, modify and distribute this software and its
  documentation for educational, research and non-profit purposes, without
  fee, and without a written agreement is hereby granted, provided that the
  above copyright notice and the following three paragraphs appear in all
  copies.

  IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL BE
  LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR
  CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
  USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY
  OF NORTH CAROLINA HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
  DAMAGES.

  THE UNIVERSITY OF NORTH CAROLINA SPECIFICALLY DISCLAIM ANY
  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE
  PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF
  NORTH CAROLINA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT,
  UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

  The authors may be contacted via:

  US Mail: S. Gottschalk
   Department of Computer Science
   Sitterson Hall, CB #3175
   University of N. Carolina
   Chapel Hill, NC 27599-3175

  Phone:   (919)962-1749

  EMail:  [EMAIL PROTECTED]


\**/



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



Bug#422288: pygoocanvas - FTBFS: Build-depends against unavailable package

2008-01-07 Thread Michael Banck
Hi,

seems pygoocanvas builds fine now, so this bug should get closed.


Michael



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



Processed: Severity

2008-01-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity #459414 normal
Bug#459414: sshm - binary in package is not rebuilt
Severity set to `normal' from `serious'

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#458827: marked as done (libcwiid1-dev needs to depend on libbluetooth-dev)

2008-01-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Jan 2008 14:02:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458827: fixed in cwiid 0.6.00-3
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libcwiid1-dev
Version: 0.6.00-2
Severity: grave
Justification: renders package unusable

cwiid.h in libcwiid1-dev includes bluetooth/bluetooth.h, found in
libbluetooth-dev.  However, libcwiid1-dev does not depend on
libbluetooth-dev.  This makes it impossible to build any program which
includes cwiid.h .  Please add a Depends on libbluetooth-dev to
libcwiid1-dev.

- Josh Triplett

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

Kernel: Linux 2.6.23-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libcwiid1-dev depends on:
ii  libcwiid1 0.6.00-2   library to interface with the wiim

libcwiid1-dev recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: cwiid
Source-Version: 0.6.00-3

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

cwiid_0.6.00-3.diff.gz
  to pool/main/c/cwiid/cwiid_0.6.00-3.diff.gz
cwiid_0.6.00-3.dsc
  to pool/main/c/cwiid/cwiid_0.6.00-3.dsc
libcwiid1-dev_0.6.00-3_amd64.deb
  to pool/main/c/cwiid/libcwiid1-dev_0.6.00-3_amd64.deb
libcwiid1_0.6.00-3_amd64.deb
  to pool/main/c/cwiid/libcwiid1_0.6.00-3_amd64.deb
lswm_0.6.00-3_amd64.deb
  to pool/main/c/cwiid/lswm_0.6.00-3_amd64.deb
python-cwiid_0.6.00-3_amd64.deb
  to pool/main/c/cwiid/python-cwiid_0.6.00-3_amd64.deb
wmgui_0.6.00-3_amd64.deb
  to pool/main/c/cwiid/wmgui_0.6.00-3_amd64.deb
wminput_0.6.00-3_amd64.deb
  to pool/main/c/cwiid/wminput_0.6.00-3_amd64.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Romain Beauxis <[EMAIL PROTECTED]> (supplier of updated cwiid package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 11:40:08 +0100
Source: cwiid
Binary: libcwiid1-dev python-cwiid wmgui lswm libcwiid1 wminput
Architecture: source amd64
Version: 0.6.00-3
Distribution: unstable
Urgency: high
Maintainer: Romain Beauxis <[EMAIL PROTECTED]>
Changed-By: Romain Beauxis <[EMAIL PROTECTED]>
Description: 
 libcwiid1  - library to interface with the wiimote
 libcwiid1-dev - library to interface with the wiimote -- development
 lswm   - wiimote discover utility
 python-cwiid - library to interface with the wiimote
 wmgui  - GUI interface to the wiimote
 wminput- Userspace driver for the wiimote
Closes: 449977 458827
Changes: 
 cwiid (0.6.00-3) unstable; urgency=high
 .
   * Added dependency on libbluetooth-dev for libcwiid1-dev
   Closes: #458827
   * Fixed watch file
   Closes: #449977
   * Updated standards to 3.7.3 (no changes)
   * Added --as-needed flag for wmgui until libraries are fixed.
Files: 
 eaad2fbf71defbe253cae2266ca9fd2b 770 utils extra cwiid_0.6.00-3.dsc
 5936352ccbea533685f4f08d8545f878 14081 utils extra cwiid_0.6.00-3.diff.gz
 b88508e95c27fe861638bb34f6dd2d7a 18786 python extra 
python-cwiid_0.6.00-3_amd64.deb
 483a5b3c2a7bf2e51b672a745a439238 23018 libs extra libcwiid1_0.6.00-3_amd64.deb
 99ae2f4ad68b6274fabbc84c68c2fc89 25178 libdevel extra 
libcwiid1-dev_0.6.00-3_amd64.deb
 a08cee7139d2efaa0be9a729318aeea4 13390 utils extra lswm_0.6.00-3_amd64.deb
 aa9ae1ba0ae1e745e466bdb89bc04159 49752 utils extra wmgui_0.6.00-3_amd64.deb
 01210a8d1a6819f350249384ff4b9309 51192 utils extra wminput_0.6.00-3_amd64.deb

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

iD8DBQFHgi3ZnuQ3Rt5ZmAARAo+sAKCn19XE6iSpm2zzVDuXMZLj3LrHUgCffMeM
WoBSaCrUlJXZXpI9kA1PKuI=
=XyYH
-END PGP SIGNATURE-


--- End Message ---


Bug#440632: CVE-2007-5707 remote denial of service with malformed objectClasses attribute

2008-01-07 Thread Thomas Sesselmann

Hello,

how is the status of this _grave_ bug for stable (etch) and oldstable (sarge)?
It will be very nice if this will be fixed, since the fixed version is in
testing (security) since 2007-11-18.


thanks and best regards

Thomas Sesselmann

-- 
Dipl.-Inf. Thomas Sesselmann
Kirchhoff-Institut fuer Physik
Universitaet Heidelberg
INF227 / D-69120 Heidelberg
Tel.:   +49/6221/54-9132
E-Mail: [EMAIL PROTECTED]
gpg-key: 0x9392E54B  or finger -l [EMAIL PROTECTED]



signature.asc
Description: OpenPGP digital signature


Bug#426224: [Pkg-sysvinit-devel] Bug#426224: backporting to stable ?

2008-01-07 Thread Petter Reinholdtsen
[Andre Ferraz]
> I have a question, this is not a case to port this fix for stable?
> sometimes users compile the latest kernel from kernel.org for his server
> (my case for example). 
> If shutdown remains without the patch , this can be a serious problem
> for the debian stable user , this patch cannot be into sysinit stable
> package as a security fix?

It might warrant a update in stable, but I am not sure.  Someone need
to check what the stable release managers think about it, and if they
agree, prepare a update of etch.

Do you have time to do this?

There is also the case of getting feedback from testers.  Do this
patch solve the issue completely?  I can't test it myself, as I do not
got a machine with SATA on it. :)

Happy hacking,
-- 
Petter Reinhoildtsen



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



Bug#449475: Serious doubts about the distributability of a file

2008-01-07 Thread John Halton
On Jan 7, 2008 1:38 PM, Vincent Fourmond <[EMAIL PROTECTED]> wrote:
> It seems to me that
> the copyright notices conflict, and effectively render the file not
> distributable, but I am not quite sure; if this file is effectively a
> derived work from the work copyrighted by the Universtity of North
> Carolina, it is not distributable. It all depends on the meaning of
> "based on". What do you think ? What should be done ?

I agree that the notices are incompatible, but I think the problem is
more fundamental. The big problem is in the licence terms for the UNC
code:

>   Permission to use, copy, modify and distribute this software and its
>   documentation for educational, research and non-profit purposes, without
>   fee, and without a written agreement is hereby granted,

This limitation to "educational, research and non-profit purposes"
makes the UNC code non-free. So if any UNC code is included in the
file in question, then this makes the file undistributable in main.
Probably OK in non-free given that Debian is a non-profit
organisation.

John

(TINLA)



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



Bug#459487: git-core: FTBFS on experimental/hppa [host: lofn] (Was: Log for failed build of git-core_1:1.5.4~rc2-1 (dist=experimental))

2008-01-07 Thread Gerrit Pape
On Sun, Jan 06, 2008 at 10:07:40PM +0100, Martin Zobel-Helas wrote:
> > *** t7201-co.sh ***
> > *   ok 1: setup
> > *   ok 2: checkout from non-existing branch
> > *   ok 3: checkout with dirty tree without -m
> > *   ok 4: checkout with unrelated dirty tree without -m
> > *   ok 5: checkout -m with dirty tree
> > *   ok 6: checkout -m with dirty tree, renamed
> > *   ok 7: checkout -m with merge conflict
> > * FAIL 8: checkout to detach HEAD
> > 
> > 
> > git checkout -f renamer && git clean -f &&
> > git checkout renamer^ 2>messages &&
> > (cat >messages.expect < > Note: moving to "renamer^" which isn't a local branch
> > If you want to create a new branch from this checkout, you may do so
> > (now or later) by using -b with the checkout command again. Example:
> >   git checkout -b 
> > HEAD is now at 7329388... Initial A one, A two
> > EOF
> > ) &&
> > git diff messages.expect messages &&
> > H=$(git rev-parse --verify HEAD) &&
> > M=$(git show-ref -s --verify refs/heads/master) &&
> > test "z$H" = "z$M" &&
> > if git symbolic-ref HEAD >/dev/null 2>&1
> > then
> > echo "OOPS, HEAD is still symbolic???"
> > false
> > else
> > : happy
> > fi
> > 
> > *   ok 9: checkout to detach HEAD with branchname^
> > *   ok 10: checkout to detach HEAD with HEAD^0
> > *   ok 11: checkout with ambiguous tag/branch names
> > *   ok 12: checkout with ambiguous tag/branch names
> > * failed 1 among 12 test(s)
> > make[2]: *** [t7201-co.sh] Error 1
> > make[2]: Leaving directory `/build/buildd/git-core-1.5.4~rc2/t'
> > make[1]: *** [test] Error 2
> > make[1]: Leaving directory `/build/buildd/git-core-1.5.4~rc2'
> > make: *** [build-arch-stamp] Error 2

Hi Martin,

can you please run the affected selftest manually with the --verbose
switch, and post to more verbose output?:

 $ cd t/
 $ sh t7201-co.sh --verbose --debug

Or alternatively the complete build with
 $ export GIT_TEST_OPTS=--verbose --debug
set in the environment.

Thanks, Gerrit.



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



Bug#459603: lsb-rpm: Produces packages that are not LSB-compliant

2008-01-07 Thread Alexander E. Patrakov
Package: lsb-rpm
Version: 4.4.1-14.1
Severity: grave
Justification: renders package unusable

Packages created by lsb-rpm don't pass the checks that the lsbpkgchk
program (from the lsb-pkgchk3 package, or directly from LSB website,
http://ftp.freestandards.org/pub/lsb/test_suites/released-3.1.0/binary/application/lsb-pkgchk-3.1.1-1.i486.rpm)
does.

Additionally, according to some anonymous pretending to be Jeff
Johnson on the linux.org.ru site,

(http://www.linux.org.ru/jump-message.jsp?msgid=2391597&cid=2394613)
"The LSB format is not used by any version of rpm since rpm-3.0.5 and
LSB packages cannot be produced by any version of rpm currently used in
Linux."

(http://www.linux.org.ru/jump-message.jsp?msgid=2391597&cid=2394781)
"unmodified rpm-4.4.2.1 cannot produce LSB "standard" packages" (and
debian doesn't apply patches that affect the output format)

I don't know whether the comments above come actually from Jeff Johnson
and whether they are true, but the "lsbpkgchk" messages do have the
ultimate authority.

Testcase: try bulding something simple, like Bison.

First, edit the /usr/lib/rpm/rpmrc file so that the "buildarchtranslate"
statements point to i486 (as mandated by LSB) instead of i386.

Second, put bison-2.3.tar.bz2 (from GNU) to /usr/src/rpm/SOURCES/ and
create the following spec file (save as bison.spec):

- 8< -
Summary: Generates parsers
Name: bison
Version: 2.3
Release: 1
Group: Base
License: GPL
Distribution: LeafOS
Vendor: LeafOS
Packager: LeafOS
URL: http://www.gnu.org/software/bison/
Source0: http://ftp.gnu.org/gnu/bison/bison-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-root
Requires: lsb = 3.1, lsb-core-ia32 >= 3.0

%description
Bison generates, from a series of rules, a program for analyzing the
structure
of text files; Bison is a replacement for Yacc (Yet Another Compiler
Compiler)

%prep
%setup -q

%build
%configure CC=lsbcc3 CXX=lsbc++3
echo '#define YYENABLE_NLS 1' >> config.h
make

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
rm -f $RPM_BUILD_ROOT/usr/share/info/dir

%preun
install-info --delete %{_infodir}/bison.info.gz %{_infodir}/dir

%post
install-info %{_infodir}/bison.info.gz %{_infodir}/dir

%files
%defattr(-,root,root)
/*
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO

%clean
rm -rf $RPM_BUILD_ROOT
- 8< -

Finally, run these commands:

lsb-rpm -bb bison.spec
lsbpkgchk /usr/src/rpm/RPMS/i486/bison-2.3-1.i486.rpm

and see the following errors:

Error: checkRpmIdx() unexpected Index tag=1140 type=4 offset=d00 count=21
Error: checkRpmIdx() unexpected Index tag=1141 type=4 offset=d84 count=21
Error: checkRpmIdx() unexpected Index tag=1142 type=8 offset=e08 count=7
Error: checkRpmIdx() unexpected Index tag=1143 type=4 offset=eec count=21
Error: checkRpmIdx() unexpected Index tag=1144 type=4 offset=f70 count=21
Error: checkRpmIdx() unexpected Index tag=1145 type=4 offset=ff4 count=1
Error: checkRpmIdx() unexpected Index tag=1147 type=8 offset=ff8 count=21

Since the only purpose of lsb-rpm is to produce LSB-compliant packages
and it fails to do this, I am reporting a grave bug.

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

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

Versions of packages lsb-rpm depends on:
ii  rpm   4.4.1-14.1 Red Hat package manager

lsb-rpm recommends no packages.

-- no debconf information

-- 
Alexander E. Patrakov



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



Bug#459614: e2fsprogs: FTBFS on amd64: llseek.c breaks under dietlibc

2008-01-07 Thread Aaron M. Ucko
Package: e2fsprogs
Version: 1.40.4-1
Severity: serious
Tags: patch
Justification: no longer builds from source

Hi, Ted!

Your recent switch to dietlibc for e2fsprogs-static had the
unfortunate side effect of breaking amd64 builds, as dietlibc (unlike
glibc) doesn't bother providing either llseek or lseek64 on 64-bit
architectures.  As a consequence, llseek.c consults an incomplete list
of 64-bit architectures, incorrectly concludes that amd64 doesn't
count, and tries to include , which dietlibc also
lacks.  (FTR, you can find a full build log at
http://buildd.debian.org/fetch.cgi?pkg=e2fsprogs;ver=1.40.4-1;arch=amd64;stamp=1199555656
.)

I am attaching a patch that replaces the hardcoded architecture list
with a generic sizeof comparison; could you please apply it, or
otherwise address the breakage?

Thanks!

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

Kernel: Linux 2.6.23.10 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
--- e2fsprogs-1.40.4.orig/lib/blkid/llseek.c
+++ e2fsprogs-1.40.4/lib/blkid/llseek.c
@@ -45,11 +45,11 @@
 
 #else	/* ! HAVE_LLSEEK */
 
-#if defined(__alpha__) || defined(__ia64__)
+#if SIZEOF_LONG == SIZEOF_LONG_LONG
 
 #define llseek lseek
 
-#else /* !__alpha__ && !__ia64__*/
+#else /* SIZEOF_LONG != SIZEOF_LONG_LONG */
 
 #include 
 
--- e2fsprogs-1.40.4.orig/lib/ext2fs/llseek.c
+++ e2fsprogs-1.40.4/lib/ext2fs/llseek.c
@@ -46,11 +46,11 @@
 
 #else	/* ! HAVE_LLSEEK */
 
-#if defined(__alpha__) || defined (__ia64__)
+#if SIZEOF_LONG == SIZEOF_LONG_LONG
 
 #define llseek lseek
 
-#else /* !__alpha__ && !__ia64__*/
+#else /* SIZEOF_LONG != SIZEOF_LONG_LONG */
 
 #include 
 


Processed: Re: Bug#459606: libc6: 2.7-5 breaks dpkg on sparc64

2008-01-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 459606 linux-2.6
Bug#459606: libc6: 2.7-5 breaks dpkg on sparc64
Bug reassigned from package `libc6' to `linux-2.6'.

> forcemerge 433187 459606
Bug#433187: linux-2.6 - [sparc64-smp] produces unkillable processes
Bug#459606: libc6: 2.7-5 breaks dpkg on sparc64
Bug#430984: pthreads issue with libc6
Forcibly Merged 430984 433187 459606.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#446745: Same Here

2008-01-07 Thread Carlos Moffat
Package: tilda
Version: 0.09.4+cvs20071012-1

--- Please enter the report below this line. ---

Same here. The bug is completely reproducible. 


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22.071109

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstablehttp.us.debian.org 
1 experimentalhttp.us.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-==
libatk1.0-0  (>= 1.20.0) | 1.20.0-1
libc6   (>= 2.6.1-1) | 2.7-5
libcairo2 (>= 1.4.0) | 1.4.12-2
libconfuse0 (>= 2.5) | 2.6-1
libfontconfig1(>= 2.4.0) | 2.5.0-2
libglade2-0 (>= 1:2.6.1) | 1:2.6.2-1
libglib2.0-0 (>= 2.14.0) | 2.14.4-2
libgtk2.0-0  (>= 2.12.0) | 2.12.3-2
libpango1.0-0(>= 1.18.3) | 1.18.3-1
libvte9(>= 1:0.16.9) | 1:0.16.11-1
libx11-6 | 2:1.0.3-7
libxft2   (>> 2.1.1) | 2.1.12-2
libxml2  (>= 2.6.29) | 2.6.30.dfsg-3





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



Bug#459340: icedove: incompatible build-type (linux-gnu_x86-gcc3) breaks addons

2008-01-07 Thread Alexander Sack - Debian Bugmail
On Sat, Jan 05, 2008 at 06:05:24PM +0100, Michael Biebl wrote:
> Package: icedove
> Version: 2.0.0.9-2
> Severity: critical
> Justification: breaks unrelated software
> 
> Hi,
> 
> after uprading to 2.0.0.9-2 from 2.0.0.6-1, my addons don't work
> anymore. I tried to uninstall them and reinstall them again, but then
> the add-on manager displays a error message, that my addon is
> incompatible, e.g. installing the enigmail xpi from
> https://addons.mozilla.org/de/thunderbird yields

hmm .. didn't know that enigmail from official addons mozilla.org
worked at all.

maybe use the enigmail package in the archive for now?

 - Alexander

-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org/



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



Processed: tagging 459551

2008-01-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.11ubuntu3
> # getting this too
> tags 459551 + confirmed
Bug#459551: lwresd fails to start after upgrade
There were no tags set.
Tags added: confirmed

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#459551: tagging 459551

2008-01-07 Thread Loic Minier
# Automatically generated email from bts, devscripts version 2.10.11ubuntu3
# getting this too
tags 459551 + confirmed




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



Bug#447961: upcoming NMU for nut

2008-01-07 Thread Sebastian Harl
Hi Arnaud,

On Mon, Jan 07, 2008 at 09:38:10AM +0100, Arnaud Quette wrote:
> I have an update (2.2.1) underway, but devs drained most of my time.
> I can integrate your changes in it if you prefer...

Whatever you prefer. If you don't think you will make the upload within the
near future, I'd suggest, I'll NMU the package - I don't suppose it will
disrupt any of your work done on 2.2.1 so far.

> Note that, for #447961, I've suppressed udev from Build-deps, keeping
> it only in Depends.

I don't think udev is required at package build time but removing it from the
build dependencies should not have any influence on #447961...

Thanks for your response!

Cheers,
Sebastian

-- 
Sebastian "tokkee" Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/

Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin



signature.asc
Description: Digital signature


Bug#358338: successfull use of asterisk + misdn

2008-01-07 Thread Victor Seva
I'm using my own packages, based on your work, of misdn-kernel and misdn-user 
with asterisk. I don't know anything about libraries so ... But I'm building 
asterisk with no problems with thouse packages.


I hope this could help someone.

http://linuxmaniac.torreviejawireless.org/debian/misdn-kernel/
http://linuxmaniac.torreviejawireless.org/debian/misdn-user/
http://linuxmaniac.torreviejawireless.org/debian/asterisk/
--
 -
|   ,''`. Victor Seva |
|  : :' :  [EMAIL PROTECTED] |
|  `. `'   PGP Key ID: 0xDD12F253 |
|`-Debian user, admin and contributor |
 -



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



Bug#459547: etckeeper: '-e' option fails: hangs in 'editor'

2008-01-07 Thread Joey Hess
Johannes Graumann wrote:
> *** Please type your report below this line ***
> On my system I have set 'nano' as the default 'editor'.
> When trying to use etckeeper with the '-e' option in
> /etc/etckeeper/etckeeper.conf, etckeeper will call the
> editor, but I'm unable to do anything - no cursor movements,
> no typing, nothing. Only killing the window, deleting
> the '-e' setting and restarting aptitude allows me to
> proceed.

Does this happen before apt upgrades anything and not afterwards?

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#459632: initramfs-tools: Unable to detect LVM correctly if root device does not match /dev/mapper/*

2008-01-07 Thread Jerome Vizcaino
Package: initramfs-tools
Version: 0.91d
Severity: critical
Justification: breaks the whole system

I've got a LVM setup on top of a raid1 (soft raid). Raid is detected fine but
the LVM was not.

Here is the problem.
LVM has an 'lvm' volume group and a 'root' logical volume.
Udev has two entries for this device :
- /dev/mapper/lvm-root
- /dev/lvm/root

On my first try, I had /dev/lvm/root defined as the mounted root device (in
/etc/mtab). Even if /dev/lvm/root is a symlink to /dev/mapper/lvm-root,
initramfs does not detect it as a LVM volume and therefore does not include 
the scripts in the initrd.

The thing is, when detecting the root filesystem device, the script should 
check if the device is a link and if so, check if the target is of the 
form /dev/mapper/*

Changing the root filesystem to /dev/mapper/lvm-root solved the problem (after 
I wasted about an hour).

-- Package-specific info:
-- /proc/cmdline
root=/dev/mapper/lvm-root ro

-- /proc/filesystems
cramfs
ext3
fuseblk
vfat

-- lsmod
Module  Size  Used by
nls_iso8859_1   4128  0
nls_cp437   5792  0
vfat   12032  0
fat48540  1 vfat
binfmt_misc2  1
ppdev   8676  0
parport_pc 33828  0
lp 10980  0
parport33960  3 ppdev,parport_pc,lp
button  7920  0
ac  5188  0
battery 9988  0
ipv6  236996  438
fuse   41908  3
snd_seq_dummy   3748  0
snd_seq_oss29408  0
snd_seq_midi8160  0
snd_rawmidi22624  1 snd_seq_midi
snd_seq_midi_event  6880  2 snd_seq_oss,snd_seq_midi
snd_seq46320  6
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_seq_device  7692  5
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
sidewinder 11744  0
ns558   4704  0
gameport   14984  2 sidewinder,ns558
w83627hf   22964  0
w83781d26700  0
hwmon_vid   2944  2 w83627hf,w83781d
eeprom  7024  0
i2c_isa 4192  0
cryptoloop  2912  0
loop   16932  1 cryptoloop
nvidia   6215760  24
ath_rate_sample11808  1
tsdev   7968  0
ath_pci88384  0
snd_intel8x0   32124  1
wlan  183620  3 ath_rate_sample,ath_pci
snd_ac97_codec 92836  1 snd_intel8x0
ath_hal   191504  3 ath_rate_sample,ath_pci
ac97_bus2272  1 snd_ac97_codec
snd_pcm_oss39200  0
snd_mixer_oss  15424  1 snd_pcm_oss
snd_pcm72324  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
psmouse36016  0
pcspkr  3104  0
snd_timer  21028  2 snd_seq,snd_pcm
serio_raw   6692  0
i2c_i8018656  0
iTCO_wdt9924  0
rtc12856  0
snd48324  12
snd_seq_oss,snd_rawmidi,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,
snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore   7520  1 snd
snd_page_alloc 10056  2 snd_intel8x0,snd_pcm
i2c_core   23552  5 w83781d,eeprom,i2c_isa,nvidia,i2c_i801
shpchp 31060  0
pci_hotplug29184  1 shpchp
intel_agp  23188  1
agpgart31912  2 nvidia,intel_agp
vdev   9312  3
ext3  121288  4
jbd55336  1 ext3
mbcache 8260  1 ext3
dm_mirror  20928  0
dm_snapshot16900  0
dm_mod 52160  9 dm_mirror,dm_snapshot
raid1  22336  2
md_mod 73588  5 raid1
sg 32668  0
sr_mod 16516  0
cdrom  32832  1 sr_mod
ide_disk   16512  3
usb_storage76608  0
generic 4836  0 [permanent]
piix8868  0 [permanent]
ide_core  113764  4 ide_disk,usb_storage,generic,piix
ata_piix   13348  0
skge   38096  0
ata_generic 7556  0
ehci_hcd   30796  0
uhci_hcd   22960  0
floppy 54884  0
usbcore   125416  4 usb_storage,ehci_hcd,uhci_hcd
sd_mod 27136  6
thermal13416  0
processor  31176  1 thermal
fan 4836  0
sata_sx4   12388  0
sata_via   11460  0
sata_promise   12228  5
libata115984  5
ata_piix,ata_generic,sata_sx4,sata_via,sata_promise
scsi_mod  136620  5 sg,sr_mod,usb_storage,sd_mod,libata

-- /etc/kernel-img.conf
# Kernel Image management overrides
# See kernel-img.conf(5) for details
do_symlinks = no
do_initrd = Yes
postinst_hook = /usr/sbin/update-grub
postrm_hook =

Bug#459547: marked as done (etckeeper: '-e' option fails: hangs in 'editor')

2008-01-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Jan 2008 19:02:02 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#459547: fixed in etckeeper 0.9
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: etckeeper
Version: 0.8
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***
On my system I have set 'nano' as the default 'editor'.
When trying to use etckeeper with the '-e' option in
/etc/etckeeper/etckeeper.conf, etckeeper will call the
editor, but I'm unable to do anything - no cursor movements,
no typing, nothing. Only killing the window, deleting
the '-e' setting and restarting aptitude allows me to
proceed.

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

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

Versions of packages etckeeper depends on:
ii  debconf [debconf-2.0]1.5.17  Debian configuration management 
sy
ii  git-core 1:1.5.3.7-1 fast, scalable, distributed 
revisi
ii  metastore1-2 Store and restore metadata

etckeeper recommends no packages.

-- debconf information:
* etckeeper/unclean: true
  etckeeper/commit_failed:


signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Source: etckeeper
Source-Version: 0.9

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

etckeeper_0.9.dsc
  to pool/main/e/etckeeper/etckeeper_0.9.dsc
etckeeper_0.9.tar.gz
  to pool/main/e/etckeeper/etckeeper_0.9.tar.gz
etckeeper_0.9_all.deb
  to pool/main/e/etckeeper/etckeeper_0.9_all.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated etckeeper package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 13:46:22 -0500
Source: etckeeper
Binary: etckeeper
Architecture: source all
Version: 0.9
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description: 
 etckeeper  - store /etc in git or mercurial
Closes: 459547
Changes: 
 etckeeper (0.9) unstable; urgency=low
 .
   * Separate debconf use from the main flow of the script so the commit
 stage can use editors etc. Closes: #459547
   * Remove the hint about setting -e to get interactive commits, since
 I don't want to encourage users to do that. (For one thing, it's unlikely
 to work if a graphical package manager is used..)
Files: 
 d14b64e1cbee928dd154bf5136160396 596 admin optional etckeeper_0.9.dsc
 75266085637e5957be24804fa16cc033 24163 admin optional etckeeper_0.9.tar.gz
 c1d0b3ab2f5c264b92bbddf2e05488dc 16446 admin optional etckeeper_0.9_all.deb

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

iD8DBQFHgnOO2tp5zXiKP0wRAjyOAKC4ttMYqLM2hUkujIiSsJMviy+y7wCfQ2Gb
SDchO2fJl3XYmQuOzqNjHM8=
=k48C
-END PGP SIGNATURE-


--- End Message ---


Bug#459632: marked as done (initramfs-tools: Unable to detect LVM correctly if root device does not match /dev/mapper/*)

2008-01-07 Thread Debian Bug Tracking System
Your message dated Mon, 7 Jan 2008 20:10:50 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#459632: initramfs-tools: Unable to detect LVM correctly if 
root device does not match /dev/mapper/*
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: initramfs-tools
Version: 0.91d
Severity: critical
Justification: breaks the whole system

I've got a LVM setup on top of a raid1 (soft raid). Raid is detected fine but
the LVM was not.

Here is the problem.
LVM has an 'lvm' volume group and a 'root' logical volume.
Udev has two entries for this device :
- /dev/mapper/lvm-root
- /dev/lvm/root

On my first try, I had /dev/lvm/root defined as the mounted root device (in
/etc/mtab). Even if /dev/lvm/root is a symlink to /dev/mapper/lvm-root,
initramfs does not detect it as a LVM volume and therefore does not include 
the scripts in the initrd.

The thing is, when detecting the root filesystem device, the script should 
check if the device is a link and if so, check if the target is of the 
form /dev/mapper/*

Changing the root filesystem to /dev/mapper/lvm-root solved the problem (after 
I wasted about an hour).

-- Package-specific info:
-- /proc/cmdline
root=/dev/mapper/lvm-root ro

-- /proc/filesystems
cramfs
ext3
fuseblk
vfat

-- lsmod
Module  Size  Used by
nls_iso8859_1   4128  0
nls_cp437   5792  0
vfat   12032  0
fat48540  1 vfat
binfmt_misc2  1
ppdev   8676  0
parport_pc 33828  0
lp 10980  0
parport33960  3 ppdev,parport_pc,lp
button  7920  0
ac  5188  0
battery 9988  0
ipv6  236996  438
fuse   41908  3
snd_seq_dummy   3748  0
snd_seq_oss29408  0
snd_seq_midi8160  0
snd_rawmidi22624  1 snd_seq_midi
snd_seq_midi_event  6880  2 snd_seq_oss,snd_seq_midi
snd_seq46320  6
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_seq_device  7692  5
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
sidewinder 11744  0
ns558   4704  0
gameport   14984  2 sidewinder,ns558
w83627hf   22964  0
w83781d26700  0
hwmon_vid   2944  2 w83627hf,w83781d
eeprom  7024  0
i2c_isa 4192  0
cryptoloop  2912  0
loop   16932  1 cryptoloop
nvidia   6215760  24
ath_rate_sample11808  1
tsdev   7968  0
ath_pci88384  0
snd_intel8x0   32124  1
wlan  183620  3 ath_rate_sample,ath_pci
snd_ac97_codec 92836  1 snd_intel8x0
ath_hal   191504  3 ath_rate_sample,ath_pci
ac97_bus2272  1 snd_ac97_codec
snd_pcm_oss39200  0
snd_mixer_oss  15424  1 snd_pcm_oss
snd_pcm72324  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
psmouse36016  0
pcspkr  3104  0
snd_timer  21028  2 snd_seq,snd_pcm
serio_raw   6692  0
i2c_i8018656  0
iTCO_wdt9924  0
rtc12856  0
snd48324  12
snd_seq_oss,snd_rawmidi,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,
snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore   7520  1 snd
snd_page_alloc 10056  2 snd_intel8x0,snd_pcm
i2c_core   23552  5 w83781d,eeprom,i2c_isa,nvidia,i2c_i801
shpchp 31060  0
pci_hotplug29184  1 shpchp
intel_agp  23188  1
agpgart31912  2 nvidia,intel_agp
vdev   9312  3
ext3  121288  4
jbd55336  1 ext3
mbcache 8260  1 ext3
dm_mirror  20928  0
dm_snapshot16900  0
dm_mod 52160  9 dm_mirror,dm_snapshot
raid1  22336  2
md_mod 73588  5 raid1
sg 32668  0
sr_mod 16516  0
cdrom  32832  1 sr_mod
ide_disk   16512  3
usb_storage76608  0
generic 4836  0 [permanent]
piix8868  0 [permanent]
ide_core  113764  4 ide_disk,usb_storage,generic,piix
ata_piix   13348  0
skge   38096  0
ata_generic  

Bug#459340: icedove: incompatible build-type (linux-gnu_x86-gcc3) breaks addons

2008-01-07 Thread Michael Biebl

Alexander Sack - Debian Bugmail wrote:

On Sat, Jan 05, 2008 at 06:05:24PM +0100, Michael Biebl wrote:

Package: icedove
Version: 2.0.0.9-2
Severity: critical
Justification: breaks unrelated software

Hi,

after uprading to 2.0.0.9-2 from 2.0.0.6-1, my addons don't work
anymore. I tried to uninstall them and reinstall them again, but then
the add-on manager displays a error message, that my addon is
incompatible, e.g. installing the enigmail xpi from
https://addons.mozilla.org/de/thunderbird yields


hmm .. didn't know that enigmail from official addons mozilla.org
worked at all.

maybe use the enigmail package in the archive for now?


There are other extensions I use which are not packaged (yet). So I 
simply downgraded to 2.0.0.6-1 for now.


And yes, I definitely expect that the extensions from addons.mozilla.org 
work for icedove/iceweasel.


Cheers,
Michael
--
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#452295: marked as done (lastfmsubmitd: unable to submit songs due to a missing import in client.py)

2008-01-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Jan 2008 20:32:13 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#452295: fixed in lastfmsubmitd 0.37-1
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: lastfmsubmitd
Version: 0.36-1
Severity: serious
Tags: patch

Subject says all, I'm attaching a trivial patch.

  File "/home/adeodato/bin/lastfm_submit_files", line 52, in main
client.submit_many(tracks)
  File "/var/lib/python-support/python2.4/lastfm/client.py", line 73, in 
submit_many
lastfm.marshaller.dump_documents(songs, spool_file)
AttributeError: 'module' object has no attribute 'marshaller'

Thanks, and sorry I didn't find time to test lastfmsubmitd before it
migrated to testing.

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Man: Wow, that woman looks exactly the way Nina is going to look in
about ten years... Oh shit, it is Nina. Don't tell her what I said, okay?
-- http://www.overheardinnewyork.com/archives/003086.html
--- lastfm/client.py~
+++ lastfm/client.py
@@ -4,6 +4,7 @@
 import tempfile
 
 import lastfm.config
+import lastfm.marshaller
 
 SLEEP_TIME = 5
 PIDFILE_BASE = '/var/run/lastfm'
--- End Message ---
--- Begin Message ---
Source: lastfmsubmitd
Source-Version: 0.37-1

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

lastfmsubmitd_0.37-1.diff.gz
  to pool/main/l/lastfmsubmitd/lastfmsubmitd_0.37-1.diff.gz
lastfmsubmitd_0.37-1.dsc
  to pool/main/l/lastfmsubmitd/lastfmsubmitd_0.37-1.dsc
lastfmsubmitd_0.37-1_all.deb
  to pool/main/l/lastfmsubmitd/lastfmsubmitd_0.37-1_all.deb
lastfmsubmitd_0.37.orig.tar.gz
  to pool/main/l/lastfmsubmitd/lastfmsubmitd_0.37.orig.tar.gz
lastmp_0.37-1_all.deb
  to pool/main/l/lastfmsubmitd/lastmp_0.37-1_all.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Decklin Foster <[EMAIL PROTECTED]> (supplier of updated lastfmsubmitd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 14:59:58 -0500
Source: lastfmsubmitd
Binary: lastfmsubmitd lastmp
Architecture: source all
Version: 0.37-1
Distribution: unstable
Urgency: low
Maintainer: Decklin Foster <[EMAIL PROTECTED]>
Changed-By: Decklin Foster <[EMAIL PROTECTED]>
Description: 
 lastfmsubmitd - submission daemon for the Last.fm social music network
 lastmp - MPD client for lastfmsubmitd
Closes: 439211 452295
Changes: 
 lastfmsubmitd (0.37-1) unstable; urgency=low
 .
   * The "And then I got sick all weekend" release.
   * New upstream release (Closes: #452295, #439211)
Files: 
 32f1cda2d59928167ceaa51314caa8fb 666 sound optional lastfmsubmitd_0.37-1.dsc
 7322e89ceb6aa30403dc7d796e131e82 22881 sound optional 
lastfmsubmitd_0.37.orig.tar.gz
 537f288fa63b73a867511b776b1dca93 10733 sound optional 
lastfmsubmitd_0.37-1.diff.gz
 4eb25f54ad5f59da7d1ce0c8bbc886d7 29724 sound optional 
lastfmsubmitd_0.37-1_all.deb
 9efd911cc6e8426159cd7461699883d1 14760 sound optional lastmp_0.37-1_all.deb

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

iD8DBQFHgoXcuIJGh/GWjRsRAgI/AKCFsLsHX6cyoa8PnuQ62H0UwEM0RQCeMb8d
YX+Qw0WK53/SNQZfQxvyLNE=
=AlHK
-END PGP SIGNATURE-


--- End Message ---


Bug#429480: BestPharmaOfelia

2008-01-07 Thread Allen Harrell
ExcellentPillsLiza
http://pillsenricor.com




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



Bug#459646: Gnash package dependency conflict

2008-01-07 Thread Howard Cox
Subject: gnash: Gnash package dependency conflict
Package: gnash
Version: 0.8.1~rc.070818-2.1
Severity: grave
Justification: renders package unusable on non-Sid systems
Tags: l10n

*** Please type your report below this line ***

Gnash is now un-usable on anything but a pure
Sid install.

The previous release (0.8.1~rc.070818-1 ) could be installed perfectly
on a 'Lenny' (or pure-Etch) system, as it was listed as compatible with
the libgtk2.0 package version 2.10.13-1. The new Gnash package
"required" version 2.12.0, however this is not a technical requirement as
Gnash functions
perfectly when when forcibly installed with dpkg on my system which has
libgtk2.0 2.10.13-1.

Could someone simply change the dependency listings to allow users to
install Gnash without having to use the Unstable GTK2 package (which I
have found to cause crashes and numerous conflicts within Lenny).

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


Bug#459648: tkdesk: unmarked dependancy, required package not "in"

2008-01-07 Thread laxminarayan G Kamath A
Package: tkdesk
Version: 2.0-9
Severity: grave
Justification: renders package unusable

Installed tkdesk.. It required me to have itcl , which is not marked as a 
dependancy. Further, tkdesk requires itcl3.2 whereas still has itcl3.1

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

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

Versions of packages tkdesk depends on:
ii  blt   2.4z-4 the BLT extension library for Tcl/
ii  itcl3 3.2.1-3.1  [incr Tcl] OOP extension for Tcl -
ii  libc6 2.7-5  GNU C Library: Shared libraries
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  tcl8.48.4.16-4   Tcl (the Tool Command Language) v8
ii  tk8.4 8.4.16-2   Tk toolkit for Tcl and X11, v8.4 -

tkdesk recommends no packages.

-- no debconf information



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



Bug#458396: marked as done (FTBFS because due to missing apt-transport-https libraries)

2008-01-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Jan 2008 21:32:02 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#452862: fixed in apt 0.7.10
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: apt
Version: 0.7.9
Severity: serious
Tags: patch
Justification: no longer builds from source

the apt-transport-https deb currently does not build because
libapt-pkg-libc6.7-6.so.4.6 is not in the right location when dh_shlibs
is run.

as a temporary fix for the problem, i modified debian/rules to copy the
missing libraries from the build directory to 
debian/apt-transport-https/usr/lib.  see attached diff.

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

Kernel: Linux 2.6.23-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt depends on:
ii  debian-archive-keyring2007.07.31 GnuPG archive keys of the Debian a
ii  libc6 2.7-5  GNU C Library: Shared libraries
ii  libgcc1   1:4.2.2-4  GCC support library
ii  libstdc++64.2.2-4The GNU Standard C++ Library v3

apt recommends no packages.

-- no debconf information
--- ../../apt-0.7.9-orig/debian/rules   2007-12-29 23:53:03.0 -0500
+++ rules   2007-12-30 16:44:57.0 -0500
@@ -313,6 +313,7 @@
dh_compress -p$@
dh_fixperms -p$@
dh_installdeb -p$@
+   cp build/bin/libapt* debian/$@/usr/lib
dh_shlibdeps -p$@ -l`pwd`/debian/apt/usr/lib:`pwd`/debian/$@/usr/lib 
dh_gencontrol -p$@
dh_md5sums -p$@
--- End Message ---
--- Begin Message ---
Source: apt
Source-Version: 0.7.10

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

apt-doc_0.7.10_all.deb
  to pool/main/a/apt/apt-doc_0.7.10_all.deb
apt-transport-https_0.7.10_i386.deb
  to pool/main/a/apt/apt-transport-https_0.7.10_i386.deb
apt-utils_0.7.10_i386.deb
  to pool/main/a/apt/apt-utils_0.7.10_i386.deb
apt_0.7.10.dsc
  to pool/main/a/apt/apt_0.7.10.dsc
apt_0.7.10.tar.gz
  to pool/main/a/apt/apt_0.7.10.tar.gz
apt_0.7.10_i386.deb
  to pool/main/a/apt/apt_0.7.10_i386.deb
libapt-pkg-dev_0.7.10_i386.deb
  to pool/main/a/apt/libapt-pkg-dev_0.7.10_i386.deb
libapt-pkg-doc_0.7.10_all.deb
  to pool/main/a/apt/libapt-pkg-doc_0.7.10_all.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Vogt <[EMAIL PROTECTED]> (supplier of updated apt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 21:40:47 +0100
Source: apt
Binary: apt-utils libapt-pkg-doc libapt-pkg-dev apt-transport-https apt-doc apt
Architecture: source all i386
Version: 0.7.10
Distribution: unstable
Urgency: low
Maintainer: APT Development Team <[EMAIL PROTECTED]>
Changed-By: Michael Vogt <[EMAIL PROTECTED]>
Description: 
 apt- Advanced front-end for dpkg
 apt-doc- Documentation for APT
 apt-transport-https - APT https transport
 apt-utils  - APT utility programs
 libapt-pkg-dev - Development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - Documentation for APT development
Closes: 219034 260825 430207 438136 438545 443286 448316 451328 452858 452862 
453088 453774 454561 456457 456909 457917 458039 458966 459013
Changes: 
 apt (0.7.10) unstable; urgency=low
 .
   [ Otavio Salvador ]
   * Applied patch from Mike O'Connor <[EMAIL PROTECTED]> to add a manpage to
 apt-mark, closes: #430207.
   * Applied patch from Andrei Popescu <[EMAIL PROTECTED]> to add a
 note about some frontends in apt.8 manpage, closes: #438545.
   * Applied patch from Aurelien Jarno <[EMAIL PROTECTED]> to avoid CPU
 getting crazy when /dev/null is redirected to stdin (which breaks
 buildds), closes: #452858.
   * Applied patch from Aurelien Jarno <[EMAIL PROTECTED]> to fix building
 with newest dpkg-shlibdeps changing the packaging building order and a
 patch from Robert M

Bug#452862: marked as done (apt: FTBFS: dpkg-shlibdeps: failure: couldn't find library libapt-pkg-libc6.7-6.so.4.6)

2008-01-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Jan 2008 21:32:02 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#452862: fixed in apt 0.7.10
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: apt
Version: 0.7.9
Severity: serious
Justification: no longer builds from source

Due to a change in dpkg-shlibdeps apt does not build anymore on sid:

dh_fixperms -papt-transport-https
dh_installdeb -papt-transport-https
dh_shlibdeps -papt-transport-https 
-l`pwd`/debian/apt/usr/lib:`pwd`/debian/apt-transport-https/usr/lib 
dpkg-shlibdeps: failure: couldn't find library libapt-pkg-libc6.7-6.so.4.6 
(note: only packages with 'shlibs' files are looked into).
dh_shlibdeps: command returned error code 512
make: *** [apt-transport-https] Error 1

The order in which the packages are built should be changed this way:
-binary-arch: apt-transport-https apt libapt-pkg-dev apt-utils
+binary-arch: apt libapt-pkg-dev apt-utils apt-transport-https


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

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

Versions of packages apt depends on:
ii  debian-archive-keyring2007.07.31 GnuPG archive keys of the Debian a
ii  libc6 2.7-1  GNU C Library: Shared libraries
ii  libgcc1   1:4.2.2-3  GCC support library
ii  libstdc++64.2.2-3The GNU Standard C++ Library v3

apt recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: apt
Source-Version: 0.7.10

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

apt-doc_0.7.10_all.deb
  to pool/main/a/apt/apt-doc_0.7.10_all.deb
apt-transport-https_0.7.10_i386.deb
  to pool/main/a/apt/apt-transport-https_0.7.10_i386.deb
apt-utils_0.7.10_i386.deb
  to pool/main/a/apt/apt-utils_0.7.10_i386.deb
apt_0.7.10.dsc
  to pool/main/a/apt/apt_0.7.10.dsc
apt_0.7.10.tar.gz
  to pool/main/a/apt/apt_0.7.10.tar.gz
apt_0.7.10_i386.deb
  to pool/main/a/apt/apt_0.7.10_i386.deb
libapt-pkg-dev_0.7.10_i386.deb
  to pool/main/a/apt/libapt-pkg-dev_0.7.10_i386.deb
libapt-pkg-doc_0.7.10_all.deb
  to pool/main/a/apt/libapt-pkg-doc_0.7.10_all.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Vogt <[EMAIL PROTECTED]> (supplier of updated apt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 21:40:47 +0100
Source: apt
Binary: apt-utils libapt-pkg-doc libapt-pkg-dev apt-transport-https apt-doc apt
Architecture: source all i386
Version: 0.7.10
Distribution: unstable
Urgency: low
Maintainer: APT Development Team <[EMAIL PROTECTED]>
Changed-By: Michael Vogt <[EMAIL PROTECTED]>
Description: 
 apt- Advanced front-end for dpkg
 apt-doc- Documentation for APT
 apt-transport-https - APT https transport
 apt-utils  - APT utility programs
 libapt-pkg-dev - Development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - Documentation for APT development
Closes: 219034 260825 430207 438136 438545 443286 448316 451328 452858 452862 
453088 453774 454561 456457 456909 457917 458039 458966 459013
Changes: 
 apt (0.7.10) unstable; urgency=low
 .
   [ Otavio Salvador ]
   * Applied patch from Mike O'Connor <[EMAIL PROTECTED]> to add a manpage to
 apt-mark, closes: #430207.
   * Applied patch from Andrei Popescu <[EMAIL PROTECTED]> to add a
 note about some frontends in apt.8 manpage, closes: #438545.
   * Applied patch from Aurelien Jarno <[EMAIL PROTECTED]> to avoid CPU
 getting crazy when /dev/null is redirected to stdin (which breaks
 buildds), closes: #452858.
   * Applied patch from Aurelien Jarno <[EMAIL PROTECTED]> to fix building
 with newest dpkg-shlibdeps changing the packaging building order and a
 patch from Robert Millan <[EMAIL PROTECTED]> to fix parallel building,
 closes: #452862.
   * 

Bug#453793: marked as done (apt: FTBFS: dpkg-shlibdeps: failure: couldn't find library libapt-pkg-libc6.7-6.so.4.6 needed by debian/apt-transport-https/usr/lib/apt/methods/https (its RPATH is '').)

2008-01-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Jan 2008 21:32:02 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#452862: fixed in apt 0.7.10
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: apt
version: 0.7.9
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20071130 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

 > dh_clean -papt-transport-https -k
 > dh_installdirs -papt-transport-https
 > # install the method
 > mkdir -p debian/apt-transport-https/usr/lib/apt/methods
 > mv ./build/bin/methods/https debian/apt-transport-https/usr/lib/apt/methods
 > dh_installdocs -papt-transport-https
 > dh_installexamples -papt-transport-https
 > # Install the man pages..
 > dh_installman -papt-transport-https
 > dh_installchangelogs -papt-transport-https
 > dh_strip -papt-transport-https
 > dh_compress -papt-transport-https
 > dh_fixperms -papt-transport-https
 > dh_installdeb -papt-transport-https
 > dh_shlibdeps -papt-transport-https 
 > -l`pwd`/debian/apt/usr/lib:`pwd`/debian/apt-transport-https/usr/lib 
 > dpkg-shlibdeps: failure: couldn't find library libapt-pkg-libc6.7-6.so.4.6 
 > needed by debian/apt-transport-https/usr/lib/apt/methods/https (its RPATH is 
 > '').
 > Note: libraries are not searched in other binary packages that do not have 
 > any shlibs file.
 > To help dpkg-shlibdeps find private libraries, you might need to set 
 > LD_LIBRARY_PATH.
 > dh_shlibdeps: command returned error code 512
 > make: *** [apt-transport-https] Error 1
 > dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary gave error 
 > exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2007/11/30

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

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---
Source: apt
Source-Version: 0.7.10

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

apt-doc_0.7.10_all.deb
  to pool/main/a/apt/apt-doc_0.7.10_all.deb
apt-transport-https_0.7.10_i386.deb
  to pool/main/a/apt/apt-transport-https_0.7.10_i386.deb
apt-utils_0.7.10_i386.deb
  to pool/main/a/apt/apt-utils_0.7.10_i386.deb
apt_0.7.10.dsc
  to pool/main/a/apt/apt_0.7.10.dsc
apt_0.7.10.tar.gz
  to pool/main/a/apt/apt_0.7.10.tar.gz
apt_0.7.10_i386.deb
  to pool/main/a/apt/apt_0.7.10_i386.deb
libapt-pkg-dev_0.7.10_i386.deb
  to pool/main/a/apt/libapt-pkg-dev_0.7.10_i386.deb
libapt-pkg-doc_0.7.10_all.deb
  to pool/main/a/apt/libapt-pkg-doc_0.7.10_all.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Vogt <[EMAIL PROTECTED]> (supplier of updated apt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 21:40:47 +0100
Source: apt
Binary: apt-utils libapt-pkg-doc libapt-pkg-dev apt-transport-https apt-doc apt
Architecture: source all i386
Version: 0.7.10
Distribution: unstable
Urgency: low
Maintainer: APT Development Team <[EMAIL PROTECTED]>
Changed-By: Michael Vogt <[EMAIL PROTECTED]>
Description: 
 apt- Advanced front-end for dpkg
 apt-doc- Documentation for APT
 apt-transport-https - APT https transport
 apt-utils  - APT utility programs
 libapt-pkg-dev - Development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - Documentation for APT development
Closes: 219034 260825 430207 438136 438545 443286 448316 451328 452858 452862 
453088 453774 454561 456457 456909 457917 458039 458966 459013
Changes: 
 apt (0.7.10) unstable; urgency=low
 .
   [ Otavio Salvador ]
   * Applied patch from Mik

Bug#459649: f-spot: Extensions broken on upgrade

2008-01-07 Thread Roland Mas
Package: f-spot
Version: 0.4.1-4
Severity: grave

Upgrading f-spot makes some extensions unavailable (the ones shipped
with F-Spot, but strangely not the external ones such as
DevelopInUfraw and RawPlusJpeg).  

I'm pasting from IRC (with only minor edits), here's some context:

- broken = the "Export To" menu has an empty submenu;
- rebuilding DB = mautil -v --registry ~/.gnome2/f-spot reg-build

 With f-spot 0.4.1-3, the external extensions are operational, but 
the built-ins are not. (built-ins = exporters)
 Lo-lan-do: do you get assembly warnings again, right?
 Mono.Addins.Serialization...
 Not even
 Lo-lan-do: try rebuild of DB again
 Lo-lan-do: after upgrading to -4 it should be broken again, it seems 
to be an in issue of mono-addins, but knowing the f-spot code base I am pretty 
sure f-spot is fucked
 the code has such bad error handling, never saw something like that
 last time I saw such code was ifolder from novell
 monodevelop is extremly clean, mono-addins I dont remember
 After a DB rebuild, all extensions work
 and now upgrade to -4
 should be broken again
* Lo-lan-do upgrades back to 0.4.1-4
 any change AFAIK breaks it
 Correct.  Built-ins are broken again (but still no warning, and 
external extensions still not broken)
 I'll give it a go.
 Lo-lan-do: could you please file a bugreport about this case? the 
other one was about ABI breakage of flickrnet which is closed now
 Lo-lan-do: make it RC

Roland.

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

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

Versions of packages f-spot depends on:
ii  beagle  0.3.2-1  indexing and search tool for your 
ii  dbus1.1.2-1  simple interprocess messaging syst
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.7-5GNU C Library: Shared libraries
ii  libcairo2   1.4.12-2 The Cairo 2D vector graphics libra
ii  libexif12   0.6.16-2.1   library to parse EXIF files
ii  libflickrnet2.1.5-cil   25277-5  Flickr.Net API Library
ii  libgconf2.0-cil 2.16.0-10CLI binding for GConf 2.16
ii  libgl1-mesa-glx [libgl1]7.0.2-3  A free implementation of the OpenG
ii  libglade2.0-cil 2.10.2-5 CLI binding for the Glade librarie
ii  libglib2.0-02.14.4-2 The GLib library of C routines
ii  libglib2.0-cil  2.10.2-5 CLI binding for the GLib utility l
ii  libgnome-vfs2.0-cil 2.16.0-10CLI binding for GnomeVFS 2.16
ii  libgnome2.0-cil 2.16.0-10CLI binding for GNOME 2.16
ii  libgnomeui-02.20.1.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.20.1-1   GNOME Virtual File System (runtime
ii  libgphoto2-22.4.0-8  gphoto2 digital camera library
ii  libgphoto2-port02.4.0-8  gphoto2 digital camera port librar
ii  libgtk2.0-0 2.12.3-2 The GTK+ graphical user interface 
ii  libgtk2.0-cil   2.10.2-5 CLI binding for the GTK+ toolkit 2
ii  libgtkhtml2.0-cil   2.16.0-10CLI binding for GtkHTML 3.8
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  liblcms11.16-8   Color management library
ii  libmono-addins-gui0.2-cil   0.3-2GTK# frontend library for Mono.Add
ii  libmono-addins0.2-cil   0.3-2addin framework for extensible CLI
ii  libmono-corlib2.0-cil   1.2.6+dfsg-5 Mono core library (2.0)
ii  libmono-sharpzip2.84-cil1.2.6+dfsg-5 Mono SharpZipLib library
ii  libmono-sqlite2.0-cil   1.2.6+dfsg-5 Mono Sqlite library
ii  libmono-system-data2.0-cil  1.2.6+dfsg-5 Mono System.Data Library
ii  libmono-system-web2.0-cil   1.2.6+dfsg-5 Mono System.Web Library
ii  libmono-system2.0-cil   1.2.6+dfsg-5 Mono System libraries (2.0)
ii  libmono2.0-cil  1.2.6+dfsg-5 Mono libraries (2.0)
ii  libndesk-dbus-glib1.0-cil   0.4.1-1  CLI implementation of D-Bus (GLib 
ii  libndesk-dbus1.0-cil0.6.0-1  CLI implementation of D-Bus
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcomposite1  1:0.4.0-1X11 Composite extension library
ii  mono-runtime1.2.6+dfsg-5 Mono runtime

Versions of packages f-spot recommends:
ii  dcraw 8.80-1 decode raw digital camera images
pn  sqlite (no description available)
ii  sqlite3   3.4.2-2A command line interface for SQLit

-- no debconf information



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

Bug#437128: marked as done (nvidia-kernel-source - does not build against 64bit kerne)

2008-01-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Jan 2008 22:02:07 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#437128: fixed in nvidia-graphics-drivers 169.07-1
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: nvidia-kernel-source
Version: 100.14.11-1
Severity: serious

The i386 package does not build against x86_64 kernels provided by
debian.

Bastian

-- 
There is a multi-legged creature crawling on your shoulder.
-- Spock, "A Taste of Armageddon", stardate 3193.9

--- End Message ---
--- Begin Message ---
Source: nvidia-graphics-drivers
Source-Version: 169.07-1

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

nvidia-glx-dev_169.07-1_amd64.deb
  to pool/non-free/n/nvidia-graphics-drivers/nvidia-glx-dev_169.07-1_amd64.deb
nvidia-glx-ia32_169.07-1_amd64.deb
  to pool/non-free/n/nvidia-graphics-drivers/nvidia-glx-ia32_169.07-1_amd64.deb
nvidia-glx_169.07-1_amd64.deb
  to pool/non-free/n/nvidia-graphics-drivers/nvidia-glx_169.07-1_amd64.deb
nvidia-graphics-drivers_169.07-1.diff.gz
  to 
pool/non-free/n/nvidia-graphics-drivers/nvidia-graphics-drivers_169.07-1.diff.gz
nvidia-graphics-drivers_169.07-1.dsc
  to 
pool/non-free/n/nvidia-graphics-drivers/nvidia-graphics-drivers_169.07-1.dsc
nvidia-graphics-drivers_169.07.orig.tar.gz
  to 
pool/non-free/n/nvidia-graphics-drivers/nvidia-graphics-drivers_169.07.orig.tar.gz
nvidia-kernel-source_169.07-1_amd64.deb
  to 
pool/non-free/n/nvidia-graphics-drivers/nvidia-kernel-source_169.07-1_amd64.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Randall Donald <[EMAIL PROTECTED]> (supplier of updated nvidia-graphics-drivers 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 12:15:15 -0800
Source: nvidia-graphics-drivers
Binary: nvidia-glx nvidia-glx-ia32 nvidia-kernel-source nvidia-glx-dev
Architecture: source amd64
Version: 169.07-1
Distribution: unstable
Urgency: low
Maintainer: Debian NVIDIA Maintainers <[EMAIL PROTECTED]>
Changed-By: Randall Donald <[EMAIL PROTECTED]>
Description: 
 nvidia-glx - NVIDIA binary Xorg driver
 nvidia-glx-dev - NVIDIA binary Xorg driver development files
 nvidia-glx-ia32 - NVIDIA binary XFree86 4.x driver
 nvidia-kernel-source - NVIDIA binary kernel module source
Closes: 416594 437128 458295
Changes: 
 nvidia-graphics-drivers (169.07-1) unstable; urgency=low
 .
   * New upstream.
   * Remove ROOT_CMD from debian.binary/rules (closes: 416594)
   * always include x86_64 nv-kernel.o and detect which to use at kernel-source
   build time. (closes: #458295, #437128)
   * move patches dir out of the way.
   * rename tarball to nvidia-kernel.tar.bz2 for upcoming module packaging.
Files: 
 037996721974b87667a27551a8cc572e 891 non-free/x11 optional 
nvidia-graphics-drivers_169.07-1.dsc
 2c6c6df6371d9f64130c1e151d5220c0 24808104 non-free/x11 optional 
nvidia-graphics-drivers_169.07.orig.tar.gz
 e9bfb607c133f70dd888bf5152754756 87992 non-free/x11 optional 
nvidia-graphics-drivers_169.07-1.diff.gz
 05301294cb3dff12e40f2931d3379e76 3879268 non-free/x11 optional 
nvidia-glx-ia32_169.07-1_amd64.deb
 0567380b242455d32214a5a873ea616b 5146546 non-free/x11 optional 
nvidia-glx_169.07-1_amd64.deb
 fcd7186b2838b0e18544dfe5787880ec 147272 non-free/x11 optional 
nvidia-glx-dev_169.07-1_amd64.deb
 c8752dff6ed7efa683ab70a12ceee875 5077872 non-free/x11 optional 
nvidia-kernel-source_169.07-1_amd64.deb

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

iD8DBQFHgpGVU+6HYGwn3qsRAsaVAJ4/reooI4ZW5UzFvHuTKenpBiSXrQCgyYvT
yuy/RtaOkhvgD9S3w+twr7w=
=Onlo
-END PGP SIGNATURE-


--- End Message ---


Bug#458295: marked as done (nvidia-kernel-source: does not build using amd64 kernel using 32-bit userland)

2008-01-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Jan 2008 22:02:07 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458295: fixed in nvidia-graphics-drivers 169.07-1
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: nvidia-kernel-source
Version: 100.14.19-1
Severity: critical
Justification: breaks the whole system


When running module-assistant update,build,install nvidia, the ld
complains that it can't put an elf32 object in an elf64 kernel module.

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

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

Versions of packages nvidia-kernel-source depends on:
ii  debhelper 5.0.63 helper programs for debian/rules
ii  dpatch2.0.28 patch maintenance system for Debia
ii  make  3.81-3 The GNU version of the "make" util
ii  sed   4.1.5-5The GNU sed stream editor

Versions of packages nvidia-kernel-source recommends:
ii  devscripts   2.10.11 Scripts to make the life of a Debi
ii  kernel-package   11.001  A utility for building Linux kerne
ii  nvidia-glx   100.14.19-1 NVIDIA binary Xorg driver

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: nvidia-graphics-drivers
Source-Version: 169.07-1

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

nvidia-glx-dev_169.07-1_amd64.deb
  to pool/non-free/n/nvidia-graphics-drivers/nvidia-glx-dev_169.07-1_amd64.deb
nvidia-glx-ia32_169.07-1_amd64.deb
  to pool/non-free/n/nvidia-graphics-drivers/nvidia-glx-ia32_169.07-1_amd64.deb
nvidia-glx_169.07-1_amd64.deb
  to pool/non-free/n/nvidia-graphics-drivers/nvidia-glx_169.07-1_amd64.deb
nvidia-graphics-drivers_169.07-1.diff.gz
  to 
pool/non-free/n/nvidia-graphics-drivers/nvidia-graphics-drivers_169.07-1.diff.gz
nvidia-graphics-drivers_169.07-1.dsc
  to 
pool/non-free/n/nvidia-graphics-drivers/nvidia-graphics-drivers_169.07-1.dsc
nvidia-graphics-drivers_169.07.orig.tar.gz
  to 
pool/non-free/n/nvidia-graphics-drivers/nvidia-graphics-drivers_169.07.orig.tar.gz
nvidia-kernel-source_169.07-1_amd64.deb
  to 
pool/non-free/n/nvidia-graphics-drivers/nvidia-kernel-source_169.07-1_amd64.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Randall Donald <[EMAIL PROTECTED]> (supplier of updated nvidia-graphics-drivers 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 12:15:15 -0800
Source: nvidia-graphics-drivers
Binary: nvidia-glx nvidia-glx-ia32 nvidia-kernel-source nvidia-glx-dev
Architecture: source amd64
Version: 169.07-1
Distribution: unstable
Urgency: low
Maintainer: Debian NVIDIA Maintainers <[EMAIL PROTECTED]>
Changed-By: Randall Donald <[EMAIL PROTECTED]>
Description: 
 nvidia-glx - NVIDIA binary Xorg driver
 nvidia-glx-dev - NVIDIA binary Xorg driver development files
 nvidia-glx-ia32 - NVIDIA binary XFree86 4.x driver
 nvidia-kernel-source - NVIDIA binary kernel module source
Closes: 416594 437128 458295
Changes: 
 nvidia-graphics-drivers (169.07-1) unstable; urgency=low
 .
   * New upstream.
   * Remove ROOT_CMD from debian.binary/rules (closes: 416594)
   * always include x86_64 nv-kernel.o and detect which to use at kernel-source
   build time. (closes: #458295, #437128)
   * move patches dir out of the way.
   * rename tarball to nvidia-kernel.tar.bz2 for upcoming module packaging.
Files: 
 037996721974b87667a27551a8cc572e 891 non-free/x11 optional 
nvidia-graphics-drivers_169.07-1.dsc
 2c6c6df6371d9f64130c1e151d5220c0 24808104 non-free/x11 optional 
nvidia-graphics-drivers_169.07.orig.tar.gz
 e9bfb607c133f70dd888bf5152754756 87992 non-free/x11 optional 
nvidia-graphics-drivers_169.07-1.diff.gz
 053012

Bug#416594: marked as done (nvidia-kernel-source: bad attempt to nest fakeroot sessions)

2008-01-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Jan 2008 22:02:07 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#416594: fixed in nvidia-graphics-drivers 169.07-1
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: nvidia-kernel-source
Version: 1.0.9746-2
Severity: grave
Justification: renders package unusable

From linux-source-2.6.18 version 2.6.18.dfsg.1-12 on, the Nvidia kernel
module fails to build. Until version 2.6.18.dfsg.1-11, there was no
problem. I'm using the experimental drivers, but the error applies to
the unstable package as well.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'proposed-updates'), (500, 'stable'), 
(200, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)

Versions of packages nvidia-kernel-source depends on:
ii  debhelper 5.0.42 helper programs for debian/rules
ii  dpatch2.0.21 patch maintenance system for Debia
ii  make  3.81-3 The GNU version of the "make" util
ii  sed   4.1.5-1The GNU sed stream editor

Versions of packages nvidia-kernel-source recommends:
ii  devscripts2.10.2 Scripts to make the life of a Debi
ii  kernel-package10.068 A utility for building Linux kerne
ii  nvidia-glx1.0.9746-2 NVIDIA binary XFree86 4.x driver

-- no debconf information

-- 
You will gain money by a fattening action.
exec debian/rules  DEBIAN_REVISION=2.6.18-10.00.Custom  
KPKG_SELECTED_MODULES="nvidia-kernel"  INITRD=YES  modules_image 
for module in /usr/src/modules/nvidia-kernel ; do   \
  if test -d  $module; then\
(cd $module;  \
  if ./debian/rules KVERS="2.6.18" 
KSRC="/usr/src/linux-source-2.6.18" \
 KMAINT="Andreas Kroschel" KEMAIL="[EMAIL 
PROTECTED]"  \
 KPKG_DEST_DIR="/usr/src/linux-source-2.6.18/.."
   \
 KPKG_MAINTAINER="Andreas Kroschel"\
 KPKG_EXTRAV_ARG=""\
 ARCH="i386"  \
 KDREV="2.6.18-10.00.Custom" kdist_image; then\
  echo "Module $module processed fine";\
  else  \
   echo "Module $module failed.";  \
   if [ "Xfakeroot" != "X" ]; then  \
  echo "Perhaps $module does not understand --rootcmd?";  \
  echo "If you see messages that indicate that it is not"; \
  echo "in fact being built as root, please file a bug ";  \
  echo "against $module."; \
   fi;  \
   echo "Hit return to Continue";   \
 read ans;\
  fi;   \
 );\
  else  \
   echo "Module $module does not exist";   \
   echo "Hit return to Continue?";  \
  fi;   \
done
make[1]: Entering directory `/usr/src/modules/nvidia-kernel'
echo "ROOT_CMD = fakeroot"
ROOT_CMD = fakeroot
fakeroot /usr/bin/make -w -f debian/rules binary_modules
make[2]: Entering directory `/usr/src/modules/nvidia-kernel'
# select which makefile to use.
rm -f /usr/src/modules/nvidia-kernel/nv/Makefile || true
if [ 6 = 6  ]; then \
 cd /usr/src/modules/nvidia-kernel/nv ; \
 ln -s Makefile.kbuild Makefile ; \
 cd .. ; \
 if [ 0  = 1 ] ; then \
dpatch apply 04_minion ; \
 fi ; \
 if [ 0 = 1 ]; then \
dpatch apply 01_sysfs ; \
dpatch status 01_sysfs >patch-stamp ; \
dpatch apply 02_pcialias ; \
dpatch status 02_pcialias >>patch-stamp ; \
 fi ; \
fi
if [  6 

Bug#449475: Serious doubts about the distributability of a file

2008-01-07 Thread Francesco Poli
On Mon, 7 Jan 2008 15:05:40 + John Halton wrote:

> On Jan 7, 2008 1:38 PM, Vincent Fourmond <[EMAIL PROTECTED]> wrote:
> > It seems to me that
> > the copyright notices conflict, and effectively render the file not
> > distributable, but I am not quite sure; if this file is effectively a
> > derived work from the work copyrighted by the Universtity of North
> > Carolina, it is not distributable. It all depends on the meaning of
> > "based on". What do you think ? What should be done ?
> 
> I agree that the notices are incompatible, but I think the problem is
> more fundamental. The big problem is in the licence terms for the UNC
> code:
> 
> >   Permission to use, copy, modify and distribute this software and its
> >   documentation for educational, research and non-profit purposes, without
> >   fee, and without a written agreement is hereby granted,
> 
> This limitation to "educational, research and non-profit purposes"
> makes the UNC code non-free. So if any UNC code is included in the
> file in question, then this makes the file undistributable in main.

Agreed.
But I think it's worse than that, see below.

> Probably OK in non-free given that Debian is a non-profit
> organisation.

Wait, wait: IIUC, we are talking about a work which is licensed
under the terms of the GNU LGPL v2 or later as a whole, but includes
code licensed under a non-profit-only license.

The two licenses are incompatible, as you noticed, hence the Debian
Project has no valid permission to redistribute the work, even in
non-free.  More precisely, in order to comply with Section 4 of LGPLv2,
the Debian Project should distribute the whole work under the terms of
the LGPL, but this is impossible without violating the UNC Chapel Hill
license.

Consequently, I would say that the work is legally undistributable
(regardless of the archive section Debian chooses to distribute from).


My usual disclaimers: IANAL, TINLA, IANADD, TINASOTODP.

-- 
 http://frx.netsons.org/progs/scripts/refresh-pubring.html
 New! Version 0.6 available! What? See for yourself!
. Francesco Poli .
 GnuPG key fpr == C979 F34B 27CE 5CD8 DC12  31B5 78F4 279B DD6D FCF4


pgpXIIPXymE81.pgp
Description: PGP signature


Bug#452295: lastfmsubmitd: unable to submit songs due to a missing import in client.py

2008-01-07 Thread Adeodato Simó
* Decklin Foster [Thu, 03 Jan 2008 12:37:27 -0500]:

> Sorry, it totally slipped my mind that I should have cut a release
> soon after fixing these. I will do so for tomorrow.

No problem, cheers for the upload.

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Don't ask the barber whether you need a haircut.
-- Daniel S. Greenberg





Bug#458015: "invalid group" error in postinst

2008-01-07 Thread Stephen Gran
This one time, at band camp, Robert Millan said:
> postinst seems to assume that "clamav" group already exists:
> 
> [...]
> S'està configurant clamav-base (0.92~dfsg-2) ...
> chown: «clamav:clamav»: el grup no és vàlid
> dpkg: s'ha produït un error en processar clamav-base (--configure):
>  el subprocés post-installation script retornà el codi d'eixida d'error 1

Sorry about taking so long to get back to you - I was on vacation.

Whatis the output of `id clamav` on the affected system?  It appears
that you have the user but not the group, which is a "should not happen"
kind of situation.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Processed: Re: Bug#459621: bsd-mailx: missing /usr/bin/mail link

2008-01-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 459621 grave
Bug#459621: bsd-mailx: missing /usr/bin/mail link
Severity set to `grave' from `normal'

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#458015: "invalid group" error in postinst

2008-01-07 Thread Robert Millan
On Mon, Jan 07, 2008 at 11:24:01PM +, Stephen Gran wrote:
> This one time, at band camp, Robert Millan said:
> > postinst seems to assume that "clamav" group already exists:
> > 
> > [...]
> > S'està configurant clamav-base (0.92~dfsg-2) ...
> > chown: «clamav:clamav»: el grup no és vàlid
> > dpkg: s'ha produït un error en processar clamav-base (--configure):
> >  el subprocés post-installation script retornà el codi d'eixida d'error 1
> 
> Sorry about taking so long to get back to you - I was on vacation.

No problem.

> Whatis the output of `id clamav` on the affected system?  It appears
> that you have the user but not the group, which is a "should not happen"
> kind of situation.

At this time I have neither the user nor the group, but when this error
happened I had only the user.  I'm afraid I can't explain why.  All I know
is:

  - This was a long-standing sid chroot.
  - It never had clamav installed before (that I can recall).
  - I did "sudo apt-get install clamav", which produced this error.

Which package is responsible for adding the group?

-- 
Robert Millan

 I know my rights; I want my phone call!
 What use is a phone call, if you are unable to speak?
(as seen on /.)



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



Bug#458015: "invalid group" error in postinst

2008-01-07 Thread Stephen Gran
This one time, at band camp, Robert Millan said:
> On Mon, Jan 07, 2008 at 11:24:01PM +, Stephen Gran wrote:
> 
> > Whatis the output of `id clamav` on the affected system?  It appears
> > that you have the user but not the group, which is a "should not happen"
> > kind of situation.
> 
> At this time I have neither the user nor the group, but when this error
> happened I had only the user.  I'm afraid I can't explain why.  All I know
> is:
> 
>   - This was a long-standing sid chroot.
>   - It never had clamav installed before (that I can recall).
>   - I did "sudo apt-get install clamav", which produced this error.
> 
> Which package is responsible for adding the group?

clamav-base.  It does a fairly standard:
  if [ -z "$2" ]; then
if [ -z "`getent passwd clamav`" ]; then
  adduser --system --no-create-home \
--disabled-password --disabled-login \
--shell /bin/false --group --home /var/lib/clamav clamav
fi
chown clamav:clamav $DATABASEDIR
chown clamav:clamav $RUNDIR
chown clamav:clamav $LOGDIR

This can go wrong if you've removed the package but not purged it and
then delgroup'ed the group (if you purge the package, it removes both
user and group), or if even on a fresh install there is a user but no
group present.  Both of those are so strange I didn't (and don't)
consider them hugely interesting cases to code around.

I just don't know how you've gotten that error.  The only thing I can
think of is that you may have scripts for copying in accounts into the
chroot that fails to also copy in the groups?
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#425506: marked as done (specimen: Wipes out your loaded bank if you choose "New" and then "Save")

2008-01-07 Thread Debian Bug Tracking System
Your message dated Tue, 08 Jan 2008 00:02:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#425506: fixed in specimen 0.5.2rc3-1
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: specimen
Version: 0.5.1-1.1
Severity: grave

I tried to create a new bank on the fly, by choosing "New" and then "Save" in 
order to save the new bank somewhere, and it wiped out the existing bank I had 
previously loaded! My heart jumped all the way up into my sinuses. Took me 
about 15 minutes to re-create the bank.

Fix is here:

--- specimen-0.5.2.rc3.orig/src/gui/bank-ops.c
+++ specimen-0.5.2.rc3/src/gui/bank-ops.c
@@ -140,5 +140,6 @@
 int bank_ops_new ( )
 {
  patch_destroy_all ( );
+last_bank = strdup ("\0");
  return 0;
 }

The "proper" thing would probably be to gray out the Save button and then only 
enable it again once the first patch has been added. But I didn't feel like 
dealing with GTK's weird API for finding a handle to a widget by name. The 
above simple patch will at least prevent catastrophic data loss, and is good 
enough for me.


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

Kernel: Linux 2.6.21-rt1-1 (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/bash

Versions of packages specimen depends on:
ii  libart-2.0-2   2.3.19-3  Library of functions for 2D graphi
ii  libasound2 1.0.13-2  ALSA library
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libc6  2.5-7 GNU C Library: Shared libraries
ii  libcairo2  1.4.6-1   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libglib2.0-0   2.12.12-1 The GLib library of C routines
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgtk2.0-02.10.12-2 The GTK+ graphical user interface 
ii  libjack0   0.103.0-5 JACK Audio Connection Kit (librari
ii  libpango1.0-0  1.16.4-1  Layout and rendering of internatio
ii  libphat0   0.4.1-1   collection of GTK widgets geared t
ii  libsamplerate0 0.1.2-4   audio rate conversion library
ii  libsndfile11.0.17-1  Library for reading/writing audio 
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.8-2 X cursor management library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxml22.6.28.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.2.1-1 X11 RandR extension library
ii  libxrender11:0.9.2-1 X Rendering Extension client libra

specimen recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: specimen
Source-Version: 0.5.2rc3-1

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

specimen_0.5.2rc3-1.diff.gz
  to pool/main/s/specimen/specimen_0.5.2rc3-1.diff.gz
specimen_0.5.2rc3-1.dsc
  to pool/main/s/specimen/specimen_0.5.2rc3-1.dsc
specimen_0.5.2rc3-1_amd64.deb
  to pool/main/s/specimen/specimen_0.5.2rc3-1_amd64.deb
specimen_0.5.2rc3.orig.tar.gz
  to pool/main/s/specimen/specimen_0.5.2rc3.orig.tar.gz



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Eduardo Marcel Macan <[EMAIL PROTECTED]> (supplier of updated specimen package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 21:01:46 -0200
Source: specimen
Binary: specimen
Architecture: source amd6

Bug#459669: gtk-engines: should this package be removed?

2008-01-07 Thread Raphael Geissert
Source: gtk-engines
Version: 0.12-8.1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: proposed-removal

Hi,

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

 * It has a RC bug (although it is still recent)
 * FTBFS under two situations which both provide a patch and are more than one 
year old
 * last maintainer upload was on 2002
 * It is one, of the many, packages stalling libgtk1.2's removal
 * Uses the ancient standards version 3.5.2

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

If you agree, sending the following commands to [EMAIL PROTECTED]
should do it (after replacing nn with this bug's number):
severity nn normal
reassign nn ftp.debian.org
retitle nn RM:  -- RoM;  
thanks

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

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

Thank you,
-- 
Atomo64 - Raphael

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


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


Bug#457503: gnumail.app: segfault on selecting preferences

2008-01-07 Thread Hubert Chathi
On Thu, 3 Jan 2008 15:48:27 +0100 Xavier Brochard
<[EMAIL PROTECTED]> wrote:

> Le Sat, 29 Dec 2007 22:56:37 -0700,
> Hubert Chathi <[EMAIL PROTECTED]> a écrit :
> > OK, can you try one more thing?  Can you install
> > libgnustep-ba/usr/share/GNUstep/Makefiles/filesystem.shse1.14,
> > gnustep-base-common, and gnustep-base-runtime from the experimental
> > distribution ("deb http:///debian experimental
> > main").  Reinstall the gnumail package, and keep the PGP bundle
> > installed.  And see if it still crashes.
> 
> I've done it. I've also installed gnustep-make (see below)
> GNUMail segfault at startup

So it segfaults even if you don't click on Preferences?

[...]

> it segfault at startup
> debugapp show this error
> /usr/share/GNUstep/Makefiles/GNUstep.sh: line
> 210: /usr/share/GNUstep/Makefiles/filesystem.sh: missing file
> 
> The missing file is in gnustep-make package.

OK, I'll fix that.  Thanks.

-- 
Hubert Chathi <[EMAIL PROTECTED]> -- Jabber: [EMAIL PROTECTED]
PGP/GnuPG key: 1024D/124B61FA http://www.uhoreg.ca/
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA




Bug#459672: aime: should this package be removed?

2008-01-07 Thread Raphael Geissert
Source: aime
Version: 0.60.3-7.3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: proposed-removal

Hi,

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

 * It FTBFS under two situations (kfreebsd and gcc-4.3)
 * It has a low popcon and the number of installations has never been over 25 
according to popcon.
 * There's a new upstream release available (almost six years old)
 * Upstream seems to be dead
 * Uses the ancient standards version 3.6.1
 * It uses two very ancient autotools helper files

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

If you agree, sending the following commands to [EMAIL PROTECTED]
should do it (after replacing nn with this bug's number):
severity nn normal
reassign nn ftp.debian.org
retitle nn RM:  -- RoM;  
thanks

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

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

Thank you,
-- 
Atomo64 - Raphael

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


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


Bug#459564: icedove: this seems to have broken the tray icon and google calendar add on as well

2008-01-07 Thread tony mancill
Package: icedove
Version: 2.0.0.9-2
Followup-For: Bug #459564

Starting with this version, my icedove tray icon is broken and the
Provider for Google Calendar plugin no longer works (my calendar now
comes up empty).  I'm not sure it's a grave bug, but definitely quite
serious.  I believe the problem is related to the original bug reported,
as new mail icon is looking for add-on updates, and the access to gcal 
is via http.

Any help would appreciated.
Thanks,
tony

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

Kernel: Linux 2.6.23.8 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages icedove depends on:
ii  debianutils 2.28.2   Miscellaneous utilities specific t
ii  fontconfig  2.5.0-2  generic font configuration library
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.7-5GNU C Library: Shared libraries
ii  libcairo2   1.4.12-2 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.5.0-2  generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2.2-5GCC support library
ii  libglib2.0-02.14.4-2 The GLib library of C routines
ii  libgtk2.0-0 2.12.3-2 The GTK+ graphical user interface 
ii  libhunspell-1.1-0   1.1.9-1  spell checker and morphological an
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libnspr4-0d 4.7.0~1.9b1-2NetScape Portable Runtime Library
ii  libnss3-1d  3.12.0~1.9b1-2   Network Security Service libraries
ii  libpango1.0-0   1.18.3-1 Layout and rendering of internatio
ii  libstdc++6  4.2.2-5  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  psmisc  22.6-1   Utilities that use the proc filesy
ii  zlib1g  1:1.2.3.3.dfsg-8 compression library - runtime

icedove recommends no packages.

-- debconf information:
* icedove/browser: Debian



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



Processed: merging 435945 449147

2008-01-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.11
> merge 435945 449147
Bug#435945: libghemical: not binNMU safe
Bug#449147: libghemical0c2a: Uninstallable, not binNMU safe.
Merged 435945 449147.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#459678: network-manager can't connect to my wireless network, it's dropped whet trying to associate with router (timed out).

2008-01-07 Thread Artyom Loenko
Package: network-manager
Version: 0.6.5-3
Severity: grave
Justification: renders package unusable

network-manager can't connect to my wireless network, it's dropped whet trying 
to associate with router (timed out). my network without any 
encryption and router allow connect from MAC address. when i tried to 'iwconfig 
eth2 essid "my_net"' and then 'dhclient eth2' - network works 
perfectly.

Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection 
(rev 02)

dive:/home/dive# lsmod | grep 3945
ipw3945   192740  1 
ieee80211  31656  1 ipw3945
firmware_class  9504  2 pcmcia,ipw3945

some log's info:
dive:/home/dive# NetworkManager --no-daemon
NetworkManager:   starting...
NetworkManager:   New VPN service 'openvpn' 
(org.freedesktop.NetworkManager.openvpn).
NetworkManager:   New VPN service 'vpnc' 
(org.freedesktop.NetworkManager.vpnc).
NetworkManager:   Found radio killswitch 
/org/freedesktop/Hal/devices/ipw_wlan_switch
NetworkManager:   eth2: Device is fully-supported using driver 'ipw3945'.
NetworkManager:   nm_device_init(): waiting for device's worker thread to 
start
NetworkManager:   nm_device_init(): device's worker thread started, 
continuing.
NetworkManager:   Now managing wireless (802.11) device 'eth2'.
NetworkManager:   Deactivating device eth2.
NetworkManager:   eth1: Device is fully-supported using driver 'sky2'.
NetworkManager:   nm_device_init(): waiting for device's worker thread to 
start
NetworkManager:   nm_device_init(): device's worker thread started, 
continuing.
NetworkManager:   Now managing wired Ethernet (802.3) device 'eth1'.
NetworkManager:   Deactivating device eth1.
NetworkManager:   Updating allowed wireless network lists.
NetworkManager:   Wireless now enabled by radio killswitch
NetworkManager:   SWITCH: no current connection, found better connection 
'eth2'.
NetworkManager:   Will activate connection 'eth2/divenet'.
NetworkManager:   Device eth2 activation scheduled...
NetworkManager:   Activation (eth2) started...
NetworkManager:   Activation (eth2) Stage 1 of 5 (Device Prepare) 
scheduled...
NetworkManager:   Activation (eth2) Stage 1 of 5 (Device Prepare) 
started...
NetworkManager:   Activation (eth2) Stage 2 of 5 (Device Configure) 
scheduled...
NetworkManager:   Activation (eth2) Stage 1 of 5 (Device Prepare) 
complete.
NetworkManager:   Activation (eth2) Stage 2 of 5 (Device Configure) 
starting...
NetworkManager:   Activation (eth2/wireless): access point 'divenet' is 
unencrypted, no key needed.
NetworkManager:   SUP: sending command 'INTERFACE_ADD eth2
wext/var/run/wpa_supplicant '
NetworkManager:   SUP: response was 'OK'
NetworkManager:   SUP: sending command 'AP_SCAN 1'
NetworkManager:   SUP: response was 'OK'
NetworkManager:   SUP: sending command 'ADD_NETWORK'
NetworkManager:   SUP: response was '0'
NetworkManager:   SUP: sending command 'SET_NETWORK 0 ssid 646976656e6574'
NetworkManager:   SUP: response was 'OK'
NetworkManager:   SUP: sending command 'SET_NETWORK 0 key_mgmt NONE'
NetworkManager:   SUP: response was 'OK'
NetworkManager:   SUP: sending command 'ENABLE_NETWORK 0'
Trying to associate with 00:13:49:e1:f4:4c (SSID='divenet' freq=2432 MHz)
NetworkManager:   SUP: response was 'OK'
NetworkManager:   Activation (eth2) Stage 2 of 5 (Device Configure) 
complete.
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:13:49:e1:f4:4c (SSID='divenet' freq=2432 MHz)
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:13:49:e1:f4:4c (SSID='divenet' freq=2432 MHz)
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:13:49:e1:f4:4c (SSID='divenet' freq=2432 MHz)
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:13:49:e1:f4:4c (SSID='divenet' freq=2432 MHz)
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:13:49:e1:f4:4c (SSID='divenet' freq=2432 MHz)
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:13:49:e1:f4:4c (SSID='divenet' freq=2432 MHz)
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:13:49:e1:f4:4c (SSID='divenet' freq=2432 MHz)
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:13:49:e1:f4:4c (SSID='divenet' freq=2432 MHz)
NetworkManager:   nm_signal_handler(): Caught signal 2, shutting down 
normally.
NetworkManager:   Caught terminiation signal
NetworkManager:  [1199756624.895513] nm_print_open_socks(): Open Sockets 
List:
NetworkManager:  [1199756624.895578] nm_print_open_socks(): Open Sockets 
List Done.
NetworkManager:   Deactivating device eth2.
NetworkManager:   Activation (eth2): cancelling...
NetworkManager:   Activation (eth2) cancellation handler scheduled...
NetworkManager:   Activation (eth2): waiting for device to cancel 
activation.
NetworkManager:   Activation (eth2) cancellation handled.
NetworkManager:   Activation (eth2): cancelled.
CTRL-EVENT-TERMINATING -

Processed: reassign 435945 to libghemical0c2a

2008-01-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.11
> reassign 435945 libghemical0c2a
Bug#435945: libghemical: not binNMU safe
Bug reassigned from package `libghemical' to `libghemical0c2a'.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#459564: icedove: this seems to have broken the tray icon and google calendar add on as well

2008-01-07 Thread Alexander Sack - Debian Bugmail
tags 459564 + confirmed
thanks

On Mon, Jan 07, 2008 at 05:39:20PM -0800, tony mancill wrote:
> Package: icedove
> Version: 2.0.0.9-2
> Followup-For: Bug #459564
> 
> Starting with this version, my icedove tray icon is broken and the
> Provider for Google Calendar plugin no longer works (my calendar now
> comes up empty).  I'm not sure it's a grave bug, but definitely quite
> serious.  I believe the problem is related to the original bug reported,
> as new mail icon is looking for add-on updates, and the access to gcal 
> is via http.

This might have been introduced by the recent fix for s390
architecture. I will take a look for the next upload.

Where can I get the google calendar plugin to test?

 - Alexander

-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org/



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



Processed: Re: Bug#459564: icedove: this seems to have broken the tray icon and google calendar add on as well

2008-01-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 459564 + confirmed
Bug#459564: icedove does not open any http link anymore
There were no tags set.
Tags added: confirmed

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: severity of 459678 is normal

2008-01-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.12
> severity 459678 normal
Bug#459678: network-manager can't connect to my wireless network, it's dropped 
whet trying to associate with router (timed out).
Severity set to `normal' from `grave'

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#459688: keytouch: doesn't ship debian/changelog nor debian/copyright

2008-01-07 Thread Piotr Engelking
Package: keytouch
Version: 2.3.2-2
Severity: serious
Justification: Policy 12.5, 12.7

The keytouch binary package doesn't ship debian/changelog nor
debian/copyright, which is a violation of section 1 of the RC policy.


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

Kernel: Linux 2.6.23
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages keytouch depends on:
ii  keytouch-data 2.3.2-2keyboard definition files and docu
ii  libasound21.0.15-3   ALSA library
ii  libatk1.0-0   1.20.0-1   The ATK accessibility toolkit
ii  libc6 2.7-5  GNU C Library: Shared libraries
ii  libglib2.0-0  2.14.3-1   The GLib library of C routines
ii  libgnome-menu22.20.2-1   an implementation of the freedeskt
ii  libgtk2.0-0   2.12.1-1   The GTK+ graphical user interface
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxtst6  2:1.0.3-1  X11 Testing -- Resource extension

keytouch recommends no packages.

-- no debconf information



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



Bug#459564: icedove: this seems to have broken the tray icon and google calendar add on as well

2008-01-07 Thread tony mancill
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

In case it helps anyone...

In looking at the differences between 2.0.0.9-1 and 2.0.0.9-2, it appears
that the change to debian/icedove.js (installed as
/etc/icedove/pref/icedove.js) is causing the different behavior on my
system.  I commented out the following two lines in
/etc/icedove/pref/icedove.js and the problem with google calendar was resolved:

$ diff icedove.js.PREV icedove.js
19,20c19,20
< pref("network.protocol-handler.external.http", true);
< pref("network.protocol-handler.app.http", "x-www-browser");
- ---
> //pref("network.protocol-handler.external.http", true);
> //pref("network.protocol-handler.app.http", "x-www-browser");

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

iD8DBQFHgv4+pdwBkPlyvgMRAqSSAJ9+FepZkfn5AyEILyjFP1lv/tqPaACfUleE
A8BkF3SHaQDg6URYKfF0Vxo=
=Rmh6
-END PGP SIGNATURE-



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



Bug#459551: marked as done (lwresd fails to start after upgrade)

2008-01-07 Thread Debian Bug Tracking System
Your message dated Tue, 08 Jan 2008 04:17:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#459551: fixed in bind9 1:9.4.2-3
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: lwresd
Version: 1:9.4.2-2
Severity: grave
Justification: renders package unusable

/var/lib/dpkg/info/lwresd.postinst: line 43: rndc-confgen: command not found
dpkg: error processing lwresd (--configure):
 subprocess post-installation script returned error exit status 127

??

cheers, Phil

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

Kernel: Linux 2.6.23-1-686 (SMP w/1 CPU core)
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/bash

Versions of packages lwresd depends on:
ii  libbind9-30   1:9.4.2-2  BIND9 Shared Library used by BIND
ii  libc6 2.7-5  GNU C Library: Shared libraries
ii  libdns32  1:9.4.2-2  DNS Shared Library used by BIND
ii  libisc32  1:9.4.2-2  ISC Shared Library used by BIND
ii  libisccc301:9.4.2-2  Command Channel Library used by BI
ii  libisccfg30   1:9.4.2-2  Config File Handling Library used 
ii  liblwres301:9.4.2-2  Lightweight Resolver Library used 
ii  libssl0.9.8   0.9.8g-3   SSL shared libraries

Versions of packages lwresd recommends:
ii  libnss-lwres 0.93-4.1+b1 NSS module for using bind9's lwres

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: bind9
Source-Version: 1:9.4.2-3

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

bind9-doc_9.4.2-3_all.deb
  to pool/main/b/bind9/bind9-doc_9.4.2-3_all.deb
bind9-host_9.4.2-3_i386.deb
  to pool/main/b/bind9/bind9-host_9.4.2-3_i386.deb
bind9_9.4.2-3.diff.gz
  to pool/main/b/bind9/bind9_9.4.2-3.diff.gz
bind9_9.4.2-3.dsc
  to pool/main/b/bind9/bind9_9.4.2-3.dsc
bind9_9.4.2-3_i386.deb
  to pool/main/b/bind9/bind9_9.4.2-3_i386.deb
dnsutils_9.4.2-3_i386.deb
  to pool/main/b/bind9/dnsutils_9.4.2-3_i386.deb
libbind-dev_9.4.2-3_i386.deb
  to pool/main/b/bind9/libbind-dev_9.4.2-3_i386.deb
libbind9-30_9.4.2-3_i386.deb
  to pool/main/b/bind9/libbind9-30_9.4.2-3_i386.deb
libdns32_9.4.2-3_i386.deb
  to pool/main/b/bind9/libdns32_9.4.2-3_i386.deb
libisc32_9.4.2-3_i386.deb
  to pool/main/b/bind9/libisc32_9.4.2-3_i386.deb
libisccc30_9.4.2-3_i386.deb
  to pool/main/b/bind9/libisccc30_9.4.2-3_i386.deb
libisccfg30_9.4.2-3_i386.deb
  to pool/main/b/bind9/libisccfg30_9.4.2-3_i386.deb
liblwres30_9.4.2-3_i386.deb
  to pool/main/b/bind9/liblwres30_9.4.2-3_i386.deb
lwresd_9.4.2-3_i386.deb
  to pool/main/b/bind9/lwresd_9.4.2-3_i386.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
LaMont Jones <[EMAIL PROTECTED]> (supplier of updated bind9 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 10:16:06 -0700
Source: bind9
Binary: lwresd bind9-doc dnsutils libisccc30 bind9 libisccfg30 libbind-dev 
bind9-host libbind9-30 libdns32 liblwres30 libisc32
Architecture: all i386 source 
Version: 1:9.4.2-3
Distribution: unstable
Urgency: low
Maintainer: LaMont Jones <[EMAIL PROTECTED]>
Changed-By: LaMont Jones <[EMAIL PROTECTED]>
Description: 
 bind9  - Internet Domain Name Server
 bind9-doc  - Documentation for BIND
 bind9-host - Version of 'host' bundled with BIND 9.X
 dnsutils   - Clients provided with BIND
 libbind-dev - Static Libraries and Headers used by BIND
 libbind9-30 - BIND9 Shared Library used by BIND
 libdns32   - DNS Shared Library used by BIND
 libisc32   - ISC Shared Library used by BIND
 libisccc30 - Command Channel Library used by BIND
 libisccfg30 - Config File Handling Library used by BIND
 liblwres30 - Lightweight Resolver Library used by BIND
 lwresd - Lightweight Resolver Daemon
Closes: 459551
Changes: 
 bind9 (1:9.4.2

Bug#459688: marked as done (keytouch: doesn't ship debian/changelog nor debian/copyright)

2008-01-07 Thread Debian Bug Tracking System
Your message dated Mon, 7 Jan 2008 22:39:06 -0600
with message-id <[EMAIL PROTECTED]>
and subject line Bug#459688: keytouch: doesn't ship debian/changelog nor 
debian/copyright
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: keytouch
Version: 2.3.2-2
Severity: serious
Justification: Policy 12.5, 12.7

The keytouch binary package doesn't ship debian/changelog nor
debian/copyright, which is a violation of section 1 of the RC policy.


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

Kernel: Linux 2.6.23
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages keytouch depends on:
ii  keytouch-data 2.3.2-2keyboard definition files and docu
ii  libasound21.0.15-3   ALSA library
ii  libatk1.0-0   1.20.0-1   The ATK accessibility toolkit
ii  libc6 2.7-5  GNU C Library: Shared libraries
ii  libglib2.0-0  2.14.3-1   The GLib library of C routines
ii  libgnome-menu22.20.2-1   an implementation of the freedeskt
ii  libgtk2.0-0   2.12.1-1   The GTK+ graphical user interface
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxtst6  2:1.0.3-1  X11 Testing -- Resource extension

keytouch recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
On Tue, Jan 08, 2008 at 05:23:18AM +0100, Piotr Engelking wrote:
> Package: keytouch
> Version: 2.3.2-2
> Severity: serious
> Justification: Policy 12.5, 12.7
> 
> The keytouch binary package doesn't ship debian/changelog nor
> debian/copyright, which is a violation of section 1 of the RC policy.
>
> Versions of packages keytouch depends on:
> ii  keytouch-data 2.3.2-2keyboard definition files and 
> docu

/usr/share/doc/keytouch in package keytouch is a symlink to
/usr/share/doc/keytouch-data, and that directory contains the relevant
files. This is allowed by section 12.5 because keytouch Depends: on
keytouch-data and both packages come from the same source.


signature.asc
Description: Digital signature
--- End Message ---


Bug#458852: [Pkg-octave-devel] Bug#458852: octave3.0 crashes on arm

2008-01-07 Thread Soeren Sonnenburg
On Fri, 2008-01-04 at 10:19 +0100, Thomas Weber wrote:
> Am Donnerstag, den 03.01.2008, 10:56 +0100 schrieb Soeren Sonnenburg:
> > Package: octave3.0
> > Version: 3.0.0-1
> > Severity: grave
> > 
> > just try 
> > 
> > echo version | octave
> > 
> > or 
> > 
> > octave
> > 
> > on an arm machine:
> > 
> > 
> > $ uname -a
> > Linux arm 2.6.18-4-versatile #1 Sun Jun 17 14:34:28 UTC 2007
> armv5tejl GNU/Linux
> 
> Is this real or emulated hardware?

OK, I've recompiled octave w/ -O2 -g and it dies on loading
dispatch.oct. This could be enough info for upstream to fix it.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x40022490 (LWP 11491)]
0x40db4890 in octave_shlib::make_shlib ()
   from /usr/lib/octave-3.0.0/liboctave.so
(gdb) bt
#0  0x40db4890 in octave_shlib::make_shlib ()
   from /usr/lib/octave-3.0.0/liboctave.so
#1  0x401f7584 in octave_dynamic_loader::do_load_oct (
this=, [EMAIL PROTECTED], [EMAIL PROTECTED], 
relative=false) at ../liboctave/oct-shlib.h:52
#2  0x401f7f54 in octave_dynamic_loader::load_oct ([EMAIL PROTECTED], 
[EMAIL PROTECTED], relative=false) at dynamic-ld.cc:508
#3  0x40469150 in load_fcn_from_file ([EMAIL PROTECTED], exec_script=true)
at parse.y:3440
#4  0x40469878 in load_fcn_from_file (sym_rec=0xf71658, exec_script=true)
at parse.y:3480
#5  0x40519554 in lookup (sym_rec=0xf71658, exec_script=true)
at variables.cc:
#6  0x408021e4 in tree_identifier::do_lookup (this=0xf6fe38, 
[EMAIL PROTECTED], exec_script=true) at pt-id.cc:110
#7  0x408038e0 in tree_identifier::rvalue (this=0xf6fe38, nargout=1)
at pt-id.cc:161
#8  0x408024c4 in tree_identifier::rvalue (this=0xbedd5450) at pt-id.cc:204
#9  0x4080b72c in tree_index_expression::rvalue (this=0xf71958, nargout=0)
at pt-idx.cc:279
#10 0x4083db18 in tree_statement::eval (this=0xf6f080, silent=false, 
nargout=0, in_function_body=false) at pt-stmt.cc:133
#11 0x4083e50c in tree_statement_list::eval (this=0xf66428, silent=false, 
---Type  to continue, or q  to quit---
nargout=0) at pt-stmt.cc:190
#12 0x404672e8 in parse_and_execute (f=0xf60620) at parse.y:2864
#13 0x40467c68 in parse_fcn_file ([EMAIL PROTECTED], exec_script=true, 
force_script=true) at parse.y:3336
#14 0x40468308 in source_file ([EMAIL PROTECTED], [EMAIL PROTECTED])
at parse.y:3613
#15 0x402eeac4 in execute_pkg_add_or_del ([EMAIL PROTECTED], 
[EMAIL PROTECTED]) at load-path.cc:1232
#16 0x402eedd8 in execute_pkg_add ([EMAIL PROTECTED]) at load-path.cc:1240
#17 0x402f3960 in load_path::do_set (this=0xf38c80, [EMAIL PROTECTED], 
warn=false)
at load-path.cc:454
#18 0x402f3c1c in load_path::do_initialize (this=0xf38c80, 
set_initial_path=true) at load-path.cc:382
#19 0x404427b8 in octave_main (argc=1, argv=0xbedd6b14, embedded=0)
at load-path.h:51
#20 0x424de040 in __libc_start_main () from /lib/libc.so.6
Backtrace stopped: frame did not save the PC
(gdb) up 2
#2  0x401f7f54 in octave_dynamic_loader::load_oct ([EMAIL PROTECTED], 
[EMAIL PROTECTED], relative=false) at dynamic-ld.cc:508
508 ? instance->do_load_oct (fcn_name, file_name, relative) : false;
Current language:  auto; currently c++
(gdb) p fcn_name 
$1 = (const string &) @0xbedd5664: {static npos = 4294967295, 
  _M_dataplus = {> = {<__gnu_cxx::new_allocator> = 
{}, }, _M_p = 0xf662ec "dispatch"}}
(gdb) p file_name 
$2 = (const string &) @0xbedd5660: {static npos = 4294967295, 
  _M_dataplus = {> = {<__gnu_cxx::new_allocator> = 
{}, }, 
_M_p = 0xf7247c 
"/usr/lib/octave/3.0.0/oct/arm-unknown-linux-gnu/dispatch.oct"}}
(gdb) 

Soeren



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