Bug#550792: udev: /dev/disk/by-uuid problem

2009-10-12 Thread Chris Donoghue
Upon reading from the source of udev and finding the information in the NEWS 
file about uuids I thought perhaps that the problem lay from changes in udev 
being now included in util-linux as was sort of indicated.  I hadn't looked 
into it further myself so what I gave was purely informational and to be used 
as a pointer as "here's what I had found" to use as you will. It was not any 
jumped to conclusion and as purely informational if it were wrong it could have 
quite easily just been ignored.

In my emails I had stated twice and the subject indicates that links in 
/dev/disk/by-uuid are not created during boot-up presumubly by the initramfs as 
after a delay and a message that the root system can't be found I am dropped 
into the initrd shell.

So, therein lies the problem and seemingly this problem lays within udev and 
the version (and it's data) that is put into the created initramfs via the 
initramfs hooks when run from the initramfs at boot up.  


using a boot option of 

linux ... root=UUID=my_uuid ...

within my grub.cfg file fails for every debian packages 146 version but works 
fine with version 141.

When dropped to the initrd shell

ls /dev/disk

gives me no entry at all of /dev/disk/by-uuid when using version 146 udev but 
for version 141 these entries exists as does the the uuid of my root drive 
within this directory. So, I suspect that is why my system is unable to boot as 
this entry doesn't exist.

As grub install setup defaults to using uuids this could potentially lead to 
all systems using grub to fail to boot when used with the current version of 
udev 146 as 141 works fine.




On Tue, Oct 13, 2009 at 04:32:46AM +0200, Marco d'Itri wrote:
> On Oct 13, Chris Donoghue  wrote:
> 
> > So that means that vol_id does exist but now it's not in udev but in 
> > util-linux instead. It's easy to be confused by all that.
> Since you appear to be so easily confused then I suggest you stop
> jumping to conclusions and answer my questions instead.
> vol_id has been replaced by blkid, and you still have not explained what
> exactly is wrong with your initramfs.
> 
> -- 
> ciao,
> Marco





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



Bug#550171: podlators-perl: uninstallable with Perl 5.10.1, possible removal?

2009-10-12 Thread Niko Tyni
reassign 550171 ftp.debian.org
severity 550171 normal
retitle 550171 RM: podlators-perl -- RoM; obsoleted by Perl 5.10.1
thanks

On Mon, Oct 12, 2009 at 02:47:24PM -0700, Russ Allbery wrote:
> Niko Tyni  writes:
> 
> > The Perl 5.10.1 packages conflict with podlators-perl (<= 2.2.2-1)
> > because the core version is an improvement over this one, see
> 
> >  
> > http://patch-tracker.debian.org/patch/series/view/perl/5.10.1-5/fixes/pod2man-index-backslash.diff
> 
> > This means that the podlators-perl is currently uninstallable in sid
> > and there isn't much point in updating it.
> 
> > Given the upstream release rate has slowed down, I suppose there isn't
> > much point in having a separate package in Debian at all. Therefore I'm
> > inclined to turn this into a removal request from sid. In any case it
> > should be removed from squeeze so as not to block the testing transition
> > of the perl package.
> 
> > Russ (cc'd explicitly): please let me know what you think. 
> 
> I have no objections.  There will be a new release shortly, but I'm not
> sure if I'm going to get it done this week before I go on vacation, so
> shortly may be sometime in November.
> 
> The new release at this point only incorporates fixes that I think you
> already have applied to the core version.

OK, thanks. Let's go for the removal then.
-- 
Niko Tyni   nt...@debian.org



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



Processed: Re: Bug#550171: podlators-perl: uninstallable with Perl 5.10.1, possible removal?

2009-10-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 550171 ftp.debian.org
Bug #550171 [podlators-perl] podlators-perl: uninstallable with Perl 5.10.1, 
possible removal?
Bug reassigned from package 'podlators-perl' to 'ftp.debian.org'.
Bug No longer marked as found in versions podlators-perl/2.2.2-1.
> severity 550171 normal
Bug #550171 [ftp.debian.org] podlators-perl: uninstallable with Perl 5.10.1, 
possible removal?
Severity set to 'normal' from 'grave'

> retitle 550171 RM: podlators-perl -- RoM; obsoleted by Perl 5.10.1
Bug #550171 [ftp.debian.org] podlators-perl: uninstallable with Perl 5.10.1, 
possible removal?
Changed Bug title to 'RM: podlators-perl -- RoM; obsoleted by Perl 5.10.1' from 
'podlators-perl: uninstallable with Perl 5.10.1, possible removal?'
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#550792: udev: /dev/disk/by-uuid problem

2009-10-12 Thread Marco d'Itri
On Oct 13, Chris Donoghue  wrote:

> So that means that vol_id does exist but now it's not in udev but in 
> util-linux instead. It's easy to be confused by all that.
Since you appear to be so easily confused then I suggest you stop
jumping to conclusions and answer my questions instead.
vol_id has been replaced by blkid, and you still have not explained what
exactly is wrong with your initramfs.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#550792: udev: /dev/disk/by-uuid problem

2009-10-12 Thread Chris Donoghue
Hi Marco,

udev is always one of those system killers


>From the 146 udev sources in the "NEWS" file:

udev 142

Bugfixes.

The program vol_id and the library libvolume_id are removed from the
repository. Libvolume_id is merged with libblkid from the util-linux-ng
package. Persistent disk links for label and uuid depend on the
util-linux-ng version (2.15) of blkid now. Older versions of blkid
can not be used with udev.



So that means that vol_id does exist but now it's not in udev but in util-linux 
instead. It's easy to be confused by all that.

This will need to be reassigned also to the util-linux maintainers then.

util-linux needs to have vol_id and libvolume_id built.  udev uses this to 
create uuid names and links in /dev/by-uuid. Perhaps this will mean a new 
libvolume package or others?

The hook to still copy in /lib/udev/vol_id into the initrd will still be 
required for use by udev as otherwise uuid names fail hence grub (version 2 
using default configs) will fail resulting in a unbootable system.

That could possibly mean the util_linux source created package build containing 
/lib/udev/vol_id may need to be a pre-depends for udev and the hook in udev to 
still include the vol_id I mentioned.

Also there is still /lib/udev/cdrom_id that isn't included in initrd hook in 
the udev package.  That could possibly be needed also.

Thanks


Chris




On Tue, Oct 13, 2009 at 02:22:21AM +0200, Marco d'Itri wrote:
> On Oct 13, Chris Donoghue  wrote:
> 
> > This list needs to at least include vol_id (or revert to the 0.141 version 
> > of this hook) as this obtains "uuid" entries for present disks in which 
> > udev then creates /dev/disk/by-uuid links.  
> 
> You are obviously confused, since vol_id does not exist anymore.
> What is missing from your initramfs, exactly?
> 
> -- 
> ciao,
> Marco





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



Bug#550792: udev: /dev/disk/by-uuid problem

2009-10-12 Thread Marco d'Itri
On Oct 13, Chris Donoghue  wrote:

> This list needs to at least include vol_id (or revert to the 0.141 version of 
> this hook) as this obtains "uuid" entries for present disks in which udev 
> then creates /dev/disk/by-uuid links.  

You are obviously confused, since vol_id does not exist anymore.
What is missing from your initramfs, exactly?

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#550792: udev: /dev/disk/by-uuid problem

2009-10-12 Thread Chris Donoghue
Package: udev
Version: 146-5
Severity: critical
Justification: breaks the whole system


This is in all versions of 146 udev debian packages. 

The initramfs hook file extra/initramfs.hook included in debian udev packages 
needs fixing.

0.141 versions contains at the bottom:

for program in /lib/udev/*_id; do
  copy_exec $program /lib/udev
done

146 version contains:

for program in ata_id edd_id path_id scsi_id usb_id; do
  copy_exec /lib/udev/$program /lib/udev
done

This list needs to at least include vol_id (or revert to the 0.141 version of 
this hook) as this obtains "uuid" entries for present disks in which udev then 
creates /dev/disk/by-uuid links.  

I raise this as critial as grub version two defaults to using UUIDs as root 
disks so without vol_id included no uuid entries can be found so any grub2 
installed system will completely unbootable.

I feel uuids make more sense and my fstab uses /dev/disk/by-uuid so that my 
hard-drive no matter the system I boot my hard-drive from and no matter if i 
use the drive as a PATA or SATA or even as a USB device which is especially 
useful especially for boot anywhere debian installs.


Thanks


Chris Donoghue




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



Bug#549804: marked as done (ocaml-samplerate: FTBFS: debian/rules:5: /usr/share/cdbs/1/class/ocaml.mk: No such file or directory)

2009-10-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Oct 2009 23:02:36 +
with message-id 
and subject line Bug#549804: fixed in ocaml-samplerate 0.1.1-1
has caused the Debian Bug report #549804,
regarding ocaml-samplerate: FTBFS: debian/rules:5: 
/usr/share/cdbs/1/class/ocaml.mk: No such file or directory
to be marked as done.

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

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


-- 
549804: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549804
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ocaml-samplerate
Version: 0.1.0-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091005 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> debian/rules:5: /usr/share/cdbs/1/class/ocaml.mk: No such file or directory
> make: *** No rule to make target `/usr/share/cdbs/1/class/ocaml.mk'.  Stop.
> dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules clean gave error 
> exit status 2
> 
> Build finished at 20091005-1907

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/10/05/ocaml-samplerate_0.1.0-1_lsid64.buildlog

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

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

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


--- End Message ---
--- Begin Message ---
Source: ocaml-samplerate
Source-Version: 0.1.1-1

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

libsamplerate-ocaml-dev_0.1.1-1_amd64.deb
  to pool/main/o/ocaml-samplerate/libsamplerate-ocaml-dev_0.1.1-1_amd64.deb
libsamplerate-ocaml_0.1.1-1_amd64.deb
  to pool/main/o/ocaml-samplerate/libsamplerate-ocaml_0.1.1-1_amd64.deb
ocaml-samplerate_0.1.1-1.diff.gz
  to pool/main/o/ocaml-samplerate/ocaml-samplerate_0.1.1-1.diff.gz
ocaml-samplerate_0.1.1-1.dsc
  to pool/main/o/ocaml-samplerate/ocaml-samplerate_0.1.1-1.dsc
ocaml-samplerate_0.1.1.orig.tar.gz
  to pool/main/o/ocaml-samplerate/ocaml-samplerate_0.1.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 549...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Romain Beauxis  (supplier of updated ocaml-samplerate 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Oct 2009 17:25:41 -0500
Source: ocaml-samplerate
Binary: libsamplerate-ocaml libsamplerate-ocaml-dev
Architecture: source amd64
Version: 0.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers 
Changed-By: Romain Beauxis 
Description: 
 libsamplerate-ocaml - OCaml interface to the samplerate library
 libsamplerate-ocaml-dev - OCaml interface to the samplerate library
Closes: 549804
Changes: 
 ocaml-samplerate (0.1.1-1) unstable; urgency=low
 .
   [ Stephane Glondu ]
   * Use ocaml.mk as a CDBS "rules" file (Closes: #549804)
 .
   [ Romain Beauxis ]
   * New upstream release.
   * Switched to new automatic dependency system.
   * Changed section to ocaml.
   * Bumped standards version to 3.8.3
   * Fixed Vcs-* fields.
   * Added doc-base registration.
Checksums-Sha1: 
 951d6fafaeedbb3c26be75d4582727531896810a 1756 ocaml-samplerate_0.1.1-1.dsc
 b6ed14299810c30f17c9e8416a1d68afc47cec23 53142 
ocaml-samplerate_0.1.1.orig.tar.gz
 2bf86bfc95db3f34912725838131965d016717bb 2063 ocaml-samplerate_0.1.1-1.diff.gz
 0e56a6802607f29571f127ecea8d42af1726ede2 6714 
libsamplerate-ocaml_0.1.1-1_amd64.deb
 114293586461b7aa5de23d7fa8d6edb492d94c35 12158 
libsamplerate-ocaml-dev_0.1.1-1_amd64.deb
Checksums-Sha256: 
 d544267f9459fc1ac5f78b4ad7d92eec06d9ce4e669bc4c2d46e7c0e42cca7d2 1756 
ocaml-samplerate_0.1.1-1.dsc
 db17d2aa22110497411e2712c440b41e6f2325bac9a13396b3bd494bf7eef2e9 53142 
ocaml-samplerate_0.1.1.orig

Bug#549805: marked as done (ocaml-pulseaudio: FTBFS: debian/rules:5: /usr/share/cdbs/1/class/ocaml.mk: No such file or directory)

2009-10-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Oct 2009 22:41:18 +
with message-id 
and subject line Bug#549805: fixed in ocaml-pulseaudio 0.1.1-1
has caused the Debian Bug report #549805,
regarding ocaml-pulseaudio: FTBFS: debian/rules:5: 
/usr/share/cdbs/1/class/ocaml.mk: No such file or directory
to be marked as done.

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

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


-- 
549805: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549805
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ocaml-pulseaudio
Version: 0.1.0-3
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091005 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> debian/rules:5: /usr/share/cdbs/1/class/ocaml.mk: No such file or directory
> make: *** No rule to make target `/usr/share/cdbs/1/class/ocaml.mk'.  Stop.
> dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules clean gave error 
> exit status 2
> 
> Build finished at 20091005-1915

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/10/05/ocaml-pulseaudio_0.1.0-3_lsid64.buildlog

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

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

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


--- End Message ---
--- Begin Message ---
Source: ocaml-pulseaudio
Source-Version: 0.1.1-1

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

libpulse-ocaml-dev_0.1.1-1_amd64.deb
  to pool/main/o/ocaml-pulseaudio/libpulse-ocaml-dev_0.1.1-1_amd64.deb
libpulse-ocaml_0.1.1-1_amd64.deb
  to pool/main/o/ocaml-pulseaudio/libpulse-ocaml_0.1.1-1_amd64.deb
ocaml-pulseaudio_0.1.1-1.diff.gz
  to pool/main/o/ocaml-pulseaudio/ocaml-pulseaudio_0.1.1-1.diff.gz
ocaml-pulseaudio_0.1.1-1.dsc
  to pool/main/o/ocaml-pulseaudio/ocaml-pulseaudio_0.1.1-1.dsc
ocaml-pulseaudio_0.1.1.orig.tar.gz
  to pool/main/o/ocaml-pulseaudio/ocaml-pulseaudio_0.1.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 549...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Romain Beauxis  (supplier of updated ocaml-pulseaudio 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Oct 2009 17:16:02 -0500
Source: ocaml-pulseaudio
Binary: libpulse-ocaml libpulse-ocaml-dev
Architecture: source amd64
Version: 0.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers 
Changed-By: Romain Beauxis 
Description: 
 libpulse-ocaml - OCaml interface to the PulseAudio sound server
 libpulse-ocaml-dev - OCaml interface to the pulseaudio library
Closes: 549805
Changes: 
 ocaml-pulseaudio (0.1.1-1) unstable; urgency=low
 .
   [ Stephane Glondu ]
   * Use ocaml.mk as a CDBS "rules" file (Closes: #549805)
 .
   [ Romain Beauxis ]
   * New upstream release.
   * Bumped standards verstion to 3.8.3
   * Fixed Vcs-* fields.
   * Switch to new automatic dependency system.
Checksums-Sha1: 
 d787f1b38b5743e7ad1b0159aa8b17be38e3ca4f 1741 ocaml-pulseaudio_0.1.1-1.dsc
 c145c26352fd16be62cc51abd16adbbc7081ac0c 68147 
ocaml-pulseaudio_0.1.1.orig.tar.gz
 84816ab720bb287246a13af429f2a213f868cffb 2231 ocaml-pulseaudio_0.1.1-1.diff.gz
 5281030281a00684a28ce1aa59a11fd52b3079c5 6730 libpulse-ocaml_0.1.1-1_amd64.deb
 42cf8d2de6dedb7aa49e68ae6a919f646e972c19 13366 
libpulse-ocaml-dev_0.1.1-1_amd64.deb
Checksums-Sha256: 
 ae1cb87f7311d1e953fd6c0743df37288cf055544e292bbf245333aeae415820 1741 
ocaml-pulseaudio_0.1.1-1.dsc
 594c18d444f1f9a795e42c57ae702b1b71728e6e6eb058401cd0b02bf6f1167e 68147 
ocaml-pulseaudio_0.1.1.orig.tar.gz
 9b83f30e9668b11554a1da02a48325212a6b265ac3a6f812ae78626ab5e27b7e 2231 
ocaml-pulseaudio_0.1.1-1.diff.gz

Bug#550629: python-pyorbit-omg and python-omniorb-omg: error when trying to install together

2009-10-12 Thread Floris Bruynooghe
On Sun, Oct 11, 2009 at 06:25:24PM +0200, Ralf Treinen wrote:
> This is a serious bug as it makes installation fail. Possible
> solutions are to have the two packages conflict, to rename the common
> file in one of the two packages, or to remove the file from one
> package and have this package depend on the other package. File
> diversions or a Replace relation are another possibility.

Looking at the contents of both packages I think they should conflict.
I will add this for the next version of python-omniorb-omg in our svn
repo, with a note in the package description explaining this.

Regards
Floris


-- 
Debian GNU/Linux -- The Power of Freedom
www.debian.org | www.gnu.org | www.kernel.org



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



Bug#534982: squid - DoS in external auth header parser

2009-10-12 Thread Amos Jeffries
I see "Bug No longer marked as fixed in versions squid/2.7.STABLE7-1 and
reopened." above.

Is this correct and 2.7.STABLE7 still showing the vulnerable behaviour?

Terry:  If possible I'd like to see some details of the event, for my
interest.

Amos
Squid Team



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



Bug#550171: podlators-perl: uninstallable with Perl 5.10.1, possible removal?

2009-10-12 Thread Russ Allbery
Niko Tyni  writes:

> The Perl 5.10.1 packages conflict with podlators-perl (<= 2.2.2-1)
> because the core version is an improvement over this one, see

>  
> http://patch-tracker.debian.org/patch/series/view/perl/5.10.1-5/fixes/pod2man-index-backslash.diff

> This means that the podlators-perl is currently uninstallable in sid
> and there isn't much point in updating it.

> Given the upstream release rate has slowed down, I suppose there isn't
> much point in having a separate package in Debian at all. Therefore I'm
> inclined to turn this into a removal request from sid. In any case it
> should be removed from squeeze so as not to block the testing transition
> of the perl package.

> Russ (cc'd explicitly): please let me know what you think. 

I have no objections.  There will be a new release shortly, but I'm not
sure if I'm going to get it done this week before I go on vacation, so
shortly may be sometime in November.

The new release at this point only incorporates fixes that I think you
already have applied to the core version.

-- 
Russ Allbery (r...@debian.org)   



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



Processed: [SCM] octave branch, master, updated. 3.2.2-2-4-gfcc02ec

2009-10-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 533803 pending
Bug #533803 [octave3.0] octave3.0: non-standard gcc/g++ used for build (gcc-4.1)
Added tag(s) pending.
> tags 543291 pending
Bug #543291 [octave3.0-headers] octave3.0-headers: will not install on squeeze
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#543291: marked as done (octave3.0-headers: will not install on squeeze)

2009-10-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Oct 2009 19:47:32 +
with message-id 
and subject line Bug#543291: fixed in octave3.0 1:3.0.5-7
has caused the Debian Bug report #543291,
regarding octave3.0-headers: will not install on squeeze
to be marked as done.

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

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


-- 
543291: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543291
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: octave3.0-headers
Version: 3.0.5-6+b1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

The package appears to have incompatible dependencies for squeeze:

servo:~ 0$ apt-cache policy gcc-4.3
gcc-4.3:
  Installed: 4.3.4-1
  Candidate: 4.3.4-1
  Version table:
 *** 4.3.4-1 0
500 http://debian.lcs.mit.edu testing/main Packages
200 http://ftp.us.debian.org unstable/main Packages
100 /var/lib/dpkg/status
servo:~ 0$ sudo apt-get install octave3.0-headers
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  octave3.0-headers: Depends: gcc-4.3 (< 4.3.4) but 4.3.4-1 is to be installed
 Depends: g++-4.3 (< 4.3.4) but 4.3.4-1 is to be installed
 Depends: gfortran-4.3 (< 4.3.4) but 4.3.4-1 is to be 
installed
E: Broken packages
servo:~ 100$ 

This is clearly related to #541444 (I assume).

Thanks.  Hopefully this can get cleared up soon, because I would
really like to use this package.  Unfortunately the alternative,
octave3.2, is also unavailable because of the similar bug above.

jamie.

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

Kernel: Linux 2.6.26-2-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/dash

Versions of packages octave3.0-headers depends on:
ii  g++4:4.3.3-9 The GNU C++ compiler
ii  g++-4.34.3.4-1   The GNU C++ compiler
ii  gcc4:4.3.3-9 The GNU C compiler
ii  gcc-4.34.3.4-1   The GNU C compiler
ii  gfortran   4:4.3.3-9 The GNU Fortran 95 compiler
ii  gfortran-4.3   4.3.4-1   The GNU Fortran 95 compiler
ii  libblas-dev1.2-2 Basic Linear Algebra Subroutines 3
ii  libfftw3-dev   3.1.2-3.1 library for computing Fast Fourier
ii  libhdf5-serial-dev 1.6.6-4+b1Hierarchical Data Format 5 (HDF5) 
ii  liblapack-dev  3.2.1-1   library of linear algebra routines
ii  libncurses5-dev5.7+20090803-1+b1 developer's libraries and docs for
ii  libreadline5-dev   5.2-5 GNU readline and history libraries
ii  octave3.0  1:3.0.5-6+b1  GNU Octave language for numerical 

octave3.0-headers recommends no packages.

octave3.0-headers suggests no packages.

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

iQIcBAEBCAAGBQJKkcSIAAoJEO00zqvie6q8wDQQAKFRLNfzEHoxCN4tpKV+Lb6q
WtG9/WH3R3leT/E3QLdh3CJRMgqMAnmiFWFoPKeAELI4f1JaLWeW/TRZ367BDHSl
qdScgZto8E2dLGPSN2kpIZHQpezb5jBthaVCunQ/ElGf02ciS/ZnG7NpHLdbdc9y
ds5kw1+a1K2a0ZMNHwtqbYYPB4SzMYvnIfximuOVe4XTM6//zoGDUhgQoT42sanO
RexmRNswDG1hH3urn4VgpehkcwqNTxqDzDDBetBsxZB2hRmkIVcQ4Ri0gMzt3Ppi
H2F+7KzJpfG/g5IvbKiVtGwLkjXvj8mb9m+UW7hSRNUZ6sdv3+Q/UkszpkUBn1kq
FUZlLQ4b9SO9t1Qwc5n4JioLNAeR+7sDEtrBhclPNyoDMP1qpYuEUEObsC3kwXv/
xW53g7+FLlRBM1EETS1xLcKgEqkA/0ZfoNDkHO67biNNSJk6E8JLpd/b6QiE+fTJ
U7O/XnTjEEZN4fpVlmurYaXpbNhR50EZ7htoE/cwnfW9Dz4svhFIgzl31n78REf7
rIl8rUoM5ah/dRJthbAMS/ANwgxf0eMfeRcJuhW/Kk/ytbmkmPZgFMUYzHb6/3K/
hbAs4suLPwhs8gNZ7ok+TlhNCfywiByn0erca4SjPlnPrduwj9pYX8mbySgQti0o
0r9i0/1n4kxLP3gT4WMS
=2G0E
-END PGP SIGNATURE-


--- End Message ---
--- Begin Message ---
Source: octave3.0
Source-Version: 1:3.0.5-7

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

octave2.9-doc_3.0.5-7_all.deb
  to pool/main/o/octave3.0/octave2.9-doc_3.0.5-7_all.deb
octave2.9-emacsen_3.0.5-7_all.deb
  to pool/main/o/octave3.0/octave2.9-emacsen_3.0.5-7_all.deb
octave2.9-headers_3.0.5-7_all.de

Bug#550769: [Pkg-haskell-maintainers] Bug#550769: haskell-regex-compat: FTBFS: Missing Build-Depends

2009-10-12 Thread Erik de Castro Lopo
Daniel Schepler wrote:

> [ ! -x /usr/bin/haddock ] || debian/hlibrary.setup haddock --hyperlink-source
> hlibrary.setup: hscolour version >=1.8 is required but it could not be found.

This has been fixed in Darcs:

http://darcs.debian.org/pkg-haskell/haskell-regex-compat/changelog

but has not yet been released. Probably time to push that one out.

Cheers,
Erik
-- 
--
Erik de Castro Lopo
http://www.mega-nerd.com/



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



Bug#533803: marked as done (octave3.0: non-standard gcc/g++ used for build (gcc-4.1))

2009-10-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Oct 2009 19:47:32 +
with message-id 
and subject line Bug#533803: fixed in octave3.0 1:3.0.5-7
has caused the Debian Bug report #533803,
regarding octave3.0: non-standard gcc/g++ used for build (gcc-4.1)
to be marked as done.

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

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


-- 
533803: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533803
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: octave3.0
Severity: important
User: debian-...@lists.debian.org
Usertags: non-standard-compiler, gcc-4.1

This package builds with a non standard compiler version; please check
if this package can be built with the default version of gcc/g++.

Please keep this report open until the package uses the default
compiler version for the package build.

The severity of this report is likely to be raised before the release.


--- End Message ---
--- Begin Message ---
Source: octave3.0
Source-Version: 1:3.0.5-7

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

octave2.9-doc_3.0.5-7_all.deb
  to pool/main/o/octave3.0/octave2.9-doc_3.0.5-7_all.deb
octave2.9-emacsen_3.0.5-7_all.deb
  to pool/main/o/octave3.0/octave2.9-emacsen_3.0.5-7_all.deb
octave2.9-headers_3.0.5-7_all.deb
  to pool/main/o/octave3.0/octave2.9-headers_3.0.5-7_all.deb
octave2.9-htmldoc_3.0.5-7_all.deb
  to pool/main/o/octave3.0/octave2.9-htmldoc_3.0.5-7_all.deb
octave2.9-info_3.0.5-7_all.deb
  to pool/main/o/octave3.0/octave2.9-info_3.0.5-7_all.deb
octave2.9_3.0.5-7_all.deb
  to pool/main/o/octave3.0/octave2.9_3.0.5-7_all.deb
octave3.0-common_3.0.5-7_all.deb
  to pool/main/o/octave3.0/octave3.0-common_3.0.5-7_all.deb
octave3.0-dbg_3.0.5-7_amd64.deb
  to pool/main/o/octave3.0/octave3.0-dbg_3.0.5-7_amd64.deb
octave3.0-doc_3.0.5-7_all.deb
  to pool/main/o/octave3.0/octave3.0-doc_3.0.5-7_all.deb
octave3.0-emacsen_3.0.5-7_all.deb
  to pool/main/o/octave3.0/octave3.0-emacsen_3.0.5-7_all.deb
octave3.0-headers_3.0.5-7_amd64.deb
  to pool/main/o/octave3.0/octave3.0-headers_3.0.5-7_amd64.deb
octave3.0-htmldoc_3.0.5-7_all.deb
  to pool/main/o/octave3.0/octave3.0-htmldoc_3.0.5-7_all.deb
octave3.0-info_3.0.5-7_all.deb
  to pool/main/o/octave3.0/octave3.0-info_3.0.5-7_all.deb
octave3.0_3.0.5-7.diff.gz
  to pool/main/o/octave3.0/octave3.0_3.0.5-7.diff.gz
octave3.0_3.0.5-7.dsc
  to pool/main/o/octave3.0/octave3.0_3.0.5-7.dsc
octave3.0_3.0.5-7_amd64.deb
  to pool/main/o/octave3.0/octave3.0_3.0.5-7_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 533...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Weber  (supplier of updated octave3.0 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Oct 2009 20:15:16 +0200
Source: octave3.0
Binary: octave3.0 octave3.0-doc octave3.0-htmldoc octave3.0-headers 
octave3.0-emacsen octave3.0-info octave2.9 octave2.9-doc octave2.9-htmldoc 
octave2.9-headers octave2.9-emacsen octave2.9-info octave3.0-dbg 
octave3.0-common
Architecture: source amd64 all
Version: 1:3.0.5-7
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group 
Changed-By: Thomas Weber 
Description: 
 octave2.9  - GNU Octave language for numerical computations (dummy package)
 octave2.9-doc - PDF documentation on the GNU Octave language (dummy package)
 octave2.9-emacsen - Emacs support for the GNU Octave language (dummy package)
 octave2.9-headers - header files for the GNU Octave language (dummy package)
 octave2.9-htmldoc - HTML documentation on the GNU Octave language (dummy 
package)
 octave2.9-info - GNU Info documentation on the GNU Octave language (dummy 
package)
 octave3.0  - GNU Octave language for numerical computations (3.0 branch)
 octave3.0-common - architecture-independent files for octave3.0
 octave3.0-dbg - Debug symbols for octave3.0
 octave3.0-doc - PDF documentation on the GNU Octave language (3.0 branch)
 octave3.0-emacsen - Emacs support for the GNU Octave language (3.0 branch)
 octave3.0-headers - header files for the GNU Octave language (3.0 branch)
 octave3.0-htmldoc - HTML documentation on the GNU Octave language (3.0 branch)
 octave3.0-info - GNU Info documentation on the GNU Oct

Bug#550769: haskell-regex-compat: FTBFS: Missing Build-Depends

2009-10-12 Thread Daniel Schepler
Package: haskell-regex-compat
Version: 0.92-2
Severity: serious

From my pbuilder build log:

...
debian/hlibrary.setup build
Preprocessing library regex-compat-0.92...
Building regex-compat-0.92...
[1 of 1] Compiling Text.Regex   ( Text/Regex.hs, dist/build/Text/Regex.o )
[1 of 1] Compiling Text.Regex   ( Text/Regex.hs, dist/build/Text/Regex.p_o )
/usr/bin/ar: creating dist/build/libHSregex-compat-0.92.a
/usr/bin/ar: creating dist/build/libHSregex-compat-0.92_p.a
mv dist dist-ghc6
touch build-ghc6-stamp
mv dist-ghc6 dist
[ ! -x /usr/bin/haddock ] || debian/hlibrary.setup haddock --hyperlink-source
hlibrary.setup: hscolour version >=1.8 is required but it could not be found.
make: *** [build-haddock-stamp] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler



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



Processed: Re: Bug#550737: lvm2: Mounting a snapshot fails after upgrade to 2.02.53-1

2009-10-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 550100 550737
Bug#550100: Snapshot creation results in symlink to COW, not snapshot
Bug#550737: lvm2: Mounting a snapshot fails after upgrade to 2.02.53-1
Forcibly Merged 550100 550737.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: severity of 550740 is important

2009-10-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 550740 important
Bug #550740 [linux-image-2.6.26-2-openvz-amd64] 
linux-image-2.6.26-2-openvz-amd64: checkpointing openvz resets shared memory to 
zero
Severity set to 'important' from 'critical'

>
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 debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: severity of 550687 is important

2009-10-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 550687 important
Bug #550687 [libvorbis] Source package contains non-free IETF RFC/I-D
Severity set to 'important' from 'serious'

>
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 debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: bug 550740 is forwarded to http://bugzilla.openvz.org/show_bug.cgi?id=1342

2009-10-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 550740 http://bugzilla.openvz.org/show_bug.cgi?id=1342
Bug #550740 [linux-image-2.6.26-2-openvz-amd64] 
linux-image-2.6.26-2-openvz-amd64: checkpointing openvz resets shared memory to 
zero
Set Bug forwarded-to-address to 
'http://bugzilla.openvz.org/show_bug.cgi?id=1342'.
>
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 debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#539452: gnudip: sql injection in gnudip2.cgi (and probably gdips.pl as well)

2009-10-12 Thread Moritz Muehlenhoff
On Sat, Aug 01, 2009 at 03:53:05AM +0200, Ansgar Burchardt wrote:
> Package: gnudip
> Version: 2.1.1-4.1
> Severity: grave
> Tags: security
> Justification: user security hole
> 
> Hi,
> 
> gnudip's web interface is vulnerable to SQL injections.  If one changes
> the email address to something like
> 
> t...@example.com", level="ADMIN
> 
> one gets administrator permissions.  The server script gdips.pl also
> looks prone to SQL injection attacks.

Sam, what's the status? This bug is more than two months old.

Cheers,
Moritz



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



Bug#549280: marked as done (alleyoop: Doesn't work with recent valgrinds)

2009-10-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Oct 2009 17:17:10 +
with message-id 
and subject line Bug#549280: fixed in alleyoop 0.9.5-1
has caused the Debian Bug report #549280,
regarding alleyoop: Doesn't work with recent valgrinds
to be marked as done.

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

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


-- 
549280: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549280
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: alleyoop
Version: 0.9.3-2.1+b1
Severity: grave
Justification: renders package unusable

prints this message when you start up (and exits valgrind).

No obvious way of correcting inside alleyoop... Hence unusuable :-/

==14306== Invalid --alignment= setting.  Should be a power of 2, >= 16, <=
4096.
valgrind: Bad option '--alignment'; aborting.
valgrind: Use --help for more information.

Regards,
nash

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

Kernel: Linux 2.6.30-1-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/dash

Versions of packages alleyoop depends on:
ii  gconf2 2.26.2-3  GNOME configuration database syste
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.28.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.24.2-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.2-1  The Bonobo UI library
ii  libc6  2.9-27GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared lib
ii  libgconf2-42.26.2-3  GNOME configuration database syste
ii  libglade2-01:2.6.4-1 library to load .glade files at ru
ii  libglib2.0-0   2.22.1-1  The GLib library of C routines
ii  libgnome2-02.28.0-1  The GNOME library - runtime files
ii  libgnomecanvas2-0  2.26.0-1  A powerful object-oriented display
ii  libgnomeui-0   2.24.2-1  The GNOME libraries (User Interfac
ii  libgnomevfs2-0 1:2.24.1-4GNOME Virtual File System (runtime
ii  libgtk2.0-02.18.1-1  The GTK+ graphical user interface 
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.17-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.26.0-1  Layout and rendering of internatio
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libxml22.7.5.dfsg-1  GNOME XML library
ii  valgrind   1:3.5.0-2 A memory debugger and profiler
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

alleyoop recommends no packages.

alleyoop suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: alleyoop
Source-Version: 0.9.5-1

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

alleyoop_0.9.5-1.diff.gz
  to pool/main/a/alleyoop/alleyoop_0.9.5-1.diff.gz
alleyoop_0.9.5-1.dsc
  to pool/main/a/alleyoop/alleyoop_0.9.5-1.dsc
alleyoop_0.9.5-1_amd64.deb
  to pool/main/a/alleyoop/alleyoop_0.9.5-1_amd64.deb
alleyoop_0.9.5.orig.tar.gz
  to pool/main/a/alleyoop/alleyoop_0.9.5.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 549...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Henriksson  (supplier of updated alleyoop package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Oct 2009 18:20:28 +0200
Source: alleyoop
Binary: alleyoop
Architecture: source amd64
Version: 0.9.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 

Changed-By: An

Processed: Re: 549151 pending.

2009-10-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 549151 + pending
Bug #549151 [pgocaml] FTBFS: /usr/share/cdbs/1/class/ocaml.mk: No such file or 
directory
Added tag(s) pending.
> --
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#550740: linux-image-2.6.26-2-openvz-amd64: checkpointing openvz resets shared memory to zero

2009-10-12 Thread Gerhard Heift
Package: linux-image-2.6.26-2-openvz-amd64
Version: 2.6.26-19
Severity: critical
Justification: causes serious data loss

The checkpoint/restore of vzctl resets shared memory in an openvz container
to zero if a programm access this shared memory.

More information in the upstream bugreport:

http://bugzilla.openvz.org/show_bug.cgi?id=1342

-- Package-specific info:
** Version:
Linux version 2.6.26-2-openvz-amd64 (Debian 2.6.26-19) (da...@debian.org) (gcc 
version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Wed Aug 19 
23:15:49 UTC 2009

** Command line:
root=/dev/mapper/service-system ro quiet

** Not tainted

** Kernel log:
[3.172062] ide0: BM-DMA at 0xfc00-0xfc07
[3.172076] ide1: BM-DMA at 0xfc08-0xfc0f
[3.172086] Probing IDE interface ide0...
[3.551179] hiddev96hidraw0: USB HID v1.10 Device [American Power Conversion 
Back-UPS BR  800 FW:9.o2 .I USB FW:o2 ] on usb-:00:1d.1-1
[3.551179] usbcore: registered new interface driver usbhid
[3.551179] usbhid: v2.6:USB HID core driver
[4.191959] hda: HL-DT-STDVD-ROM GDR8163B, ATAPI CD/DVD-ROM drive
[4.835552] hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[4.859479] hda: UDMA/33 mode selected
[4.859479] Probing IDE interface ide1...
[5.470719] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[5.475160] ide1 at 0x170-0x177,0x376 on irq 15
[6.007116] Driver 'sd' needs updating - please use bus_type methods
[6.007116] sd 0:0:0:0: [sda] 976773168 512-byte hardware sectors (500108 MB)
[6.007116] sd 0:0:0:0: [sda] Write Protect is off
[6.007116] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[6.007116] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[6.007116] sd 0:0:0:0: [sda] 976773168 512-byte hardware sectors (500108 MB)
[6.007116] sd 0:0:0:0: [sda] Write Protect is off
[6.007116] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[6.007116] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[6.007116]  sda:<6>hda: ATAPI 52X DVD-ROM drive, 256kB Cache
[6.015160] Uniform CD-ROM driver Revision: 3.20
[6.021160]  sda1 sda2
[6.021361] sd 0:0:0:0: [sda] Attached SCSI disk
[6.218508] md: raid0 personality registered for level 0
[6.229939] md: md0 stopped.
[6.234816] md: bind
[6.246839] md0: setting max_sectors to 128, segment boundary to 32767
[6.246839] raid0: looking at sda1
[6.246839] raid0:   comparing sda1(240832) with sda1(240832)
[6.246839] raid0:   END
[6.246839] raid0:   ==> UNIQUE
[6.246839] raid0: 1 zones
[6.246839] raid0: FINAL 1 zones
[6.246839] raid0: done.
[6.246839] raid0 : md_size is 240832 blocks.
[6.246839] raid0 : conf->hash_spacing is 240832 blocks.
[6.246839] raid0 : nb_zone is 1.
[6.246839] raid0 : Allocating 8 bytes for hash.
[6.247034] md: md1 stopped.
[6.273707] md: bind
[6.286009] md1: setting max_sectors to 128, segment boundary to 32767
[6.286009] raid0: looking at sda2
[6.286009] raid0:   comparing sda2(488142976) with sda2(488142976)
[6.286009] raid0:   END
[6.286009] raid0:   ==> UNIQUE
[6.286009] raid0: 1 zones
[6.286009] raid0: FINAL 1 zones
[6.286009] raid0: done.
[6.286009] raid0 : md_size is 488142976 blocks.
[6.286009] raid0 : conf->hash_spacing is 488142976 blocks.
[6.286009] raid0 : nb_zone is 1.
[6.286009] raid0 : Allocating 8 bytes for hash.
[6.357615] device-mapper: uevent: version 1.0.3
[6.358163] device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) initialised: 
dm-de...@redhat.com
[6.550451] PM: Starting manual resume from disk
[6.607194] kjournald starting.  Commit interval 5 seconds
[6.607194] EXT3-fs: mounted filesystem with ordered data mode.
[7.381760] udevd version 125 started
[8.058604] EDAC MC: Ver: 2.1.0 Aug 19 2009
[8.061974] EDAC e752x: tolm = 4, remapbase = ffc000, remaplimit = 0
[8.062011] EDAC MC0: Giving out device to 'e752x_edac' 'E7525': DEV 
:00:00.0
[8.062083] EDAC PCI0: Giving out device to module 'e752x_edac' controller 
'EDAC PCI controller': DEV ':00:00.0' (POLLED)
[8.264979] input: Power Button (FF) as /class/input/input2
[8.329093] ACPI: Power Button (FF) [PWRF]
[8.329291] input: Power Button (CM) as /class/input/input3
[8.378467] ACPI: Power Button (CM) [PWRB]
[8.507541] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[8.525388] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[9.315862] input: PC Speaker as /class/input/input4
[9.337959] intel_rng: FWH not detected
[9.337959] ACPI: PCI Interrupt :00:1f.3[B] -> GSI 17 (level, low) -> 
IRQ 17
[9.377984] Error: Driver 'pcspkr' is already registered, aborting...
[9.525583] Error: Driver 'pcspkr' is already registered, aborting...
[9.967052] input: ImPS/2 Generic Wheel Mouse as /class/input/input5
[   11.271590] EXT3 FS on dm-0, internal journal
[  

Bug#550627: marked as done (libsequel-ruby1.9 and libsequel-ruby1.8: error when trying to install together)

2009-10-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Oct 2009 16:21:10 +
with message-id 
and subject line Bug#550627: fixed in libsequel-ruby 3.5.0-2
has caused the Debian Bug report #550627,
regarding libsequel-ruby1.9 and libsequel-ruby1.8: error when trying to install 
together
to be marked as done.

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

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


-- 
550627: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550627
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libsequel-ruby1.8,libsequel-ruby1.9
Version: libsequel-ruby1.8/3.5.0-1
Version: libsequel-ruby1.9/3.5.0-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2009-10-11
Architecture: amd64
Distribution: sid

Hi,

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


WARNING: The following packages cannot be authenticated!
  libruby1.8 libruby1.9 ruby1.8 libsequel-ruby1.8 ruby1.9 libsequel-ruby1.9
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libruby1.8.
(Reading database ... 10405 files and directories currently installed.)
Unpacking libruby1.8 (from .../libruby1.8_1.8.7.174-2_amd64.deb) ...
Selecting previously deselected package libruby1.9.
Unpacking libruby1.9 (from .../libruby1.9_1.9.0.5-1_amd64.deb) ...
Selecting previously deselected package ruby1.8.
Unpacking ruby1.8 (from .../ruby1.8_1.8.7.174-2_amd64.deb) ...
Selecting previously deselected package libsequel-ruby1.8.
Unpacking libsequel-ruby1.8 (from .../libsequel-ruby1.8_3.5.0-1_all.deb) ...
Selecting previously deselected package ruby1.9.
Unpacking ruby1.9 (from .../ruby1.9_1.9.0.5-1_amd64.deb) ...
Selecting previously deselected package libsequel-ruby1.9.
Unpacking libsequel-ruby1.9 (from .../libsequel-ruby1.9_3.5.0-1_all.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libsequel-ruby1.9_3.5.0-1_all.deb (--unpack):
 trying to overwrite '/usr/bin/sequel', which is also in package 
libsequel-ruby1.8 0:3.5.0-1
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/libsequel-ruby1.9_3.5.0-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail. Possible
solutions are to have the two packages conflict, to rename the common
file in one of the two packages, or to remove the file from one
package and have this package depend on the other package. File
diversions or a Replace relation are another possibility.

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


  usr/bin/sequel
  

This bug is assigned to both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package.

-Ralf.


--- End Message ---
--- Begin Message ---
Source: libsequel-ruby
Source-Version: 3.5.0-2

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

libsequel-ruby1.8_3.5.0-2_all.deb
  to pool/main/libs/libsequel-ruby/libsequel-ruby1.8_3.5.0-2_all.deb
libsequel-ruby1.9_3.5.0-2_all.deb
  to pool/main/libs/libsequel-ruby/libsequel-ruby1.9_3.5.0-2_all.deb
libsequel-ruby_3.5.0-2.diff.gz
  to pool/main/libs/libsequel-ruby/libsequel-ruby_3.5.0-2.diff.gz
libsequel-ruby_3.5.0-2.dsc
  to pool/main/libs/libsequel-ruby/libsequel-ruby_3.5.0-2.dsc
libsequel-ruby_3.5.0-2_all.deb
  to pool/main/libs/libsequel-ruby/libsequel-ruby_3.5.0-2_all.deb



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

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

Debian distribution maintenance software
pp.
Sebastien Delafond  (supplier of updated libsequel-ruby 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Oct 2009 17:33:29 +0200
Source: libsequel-ruby
Binary: libsequel-ruby1.9 libsequel-ruby1.8 libsequel-ruby
Architecture: source all
Version: 3.5.0-2
Distribution: unstable
Urgency: low
Maintainer: Sebastien Delafond 
Changed-By: S

Processed: Re: no hashsum checks of downloaded content, thus allowing downloading and installation of malicious content

2009-10-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 545238 important
Bug #545238 [susv2] no hashsum checks of downloaded content, thus allowing 
downloading and installation of malicious content
Severity set to 'important' from 'critical'

> severity 545239 important
Bug #545239 [susv3] no hashsum checks of downloaded content, thus allowing 
downloading and installation of malicious content
Severity set to 'important' from 'critical'

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#545239: no hashsum checks of downloaded content, thus allowing downloading and installation of malicious content

2009-10-12 Thread Moritz Muehlenhoff
severity 545238 important
severity 545239 important
thanks

On Sun, Sep 06, 2009 at 12:37:48AM +0200, Christoph Anton Mitterer wrote:
> Package: susv2
> Version: 1.1
> Severity: critical
> Tags: security

This isn't a release-critical security bug, adjusting severity.

Cheers,
Moritz



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



Bug#547364: is not displaying photos again

2009-10-12 Thread Alexander Clausen
Package: digikam
Version: 2:1.0.0~beta5-1
Severity: normal


Had the same problem. Killing all kde related processes and
restarting digikam fixed the problem here
(running digikam on a xfce desktop)

Alex


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

Kernel: Linux 2.6.30.5 (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 digikam depends on:
ii  kdebase-runtime4:4.3.2-1 runtime components from the offici
ii  kdelibs5   4:4.3.2-2 core libraries for all KDE 4 appli
ii  kdepimlibs54:4.3.2-1 core libraries for KDE PIM 4 appli
ii  libc6  2.9-27GNU C Library: Shared libraries
ii  libgcc11:4.4.1-6 GCC support library
ii  libglib2.0-0   2.22.2-2  The GLib library of C routines
ii  libgphoto2-2   2.4.7-2   gphoto2 digital camera library
ii  libgphoto2-port0   2.4.7-2   gphoto2 digital camera port librar
ii  libjasper1 1.900.1-6 The JasPer JPEG-2000 runtime libra
ii  libjpeg62  6b-15 The Independent JPEG Group's JPEG 
ii  libkdcraw7 4:4.3.2-1 RAW picture decoding C++ library (
ii  libkexiv2-74:4.3.2-1 Qt like interface for the libexiv2
ii  libkipi6   4:4.3.2-1 library for apps that want to use 
ii  liblcms1   1.18.dfsg-1   Color management library
ii  liblensfun00.2.3-2   LensCorrection editor plugin libra
ii  liblqr-1-0 0.4.1-1   converts plain array images into m
ii  libmarble4 4:4.3.2-1 Marble globe widget library
ii  libphonon4 4:4.5.3-2 Qt 4 Phonon module
ii  libpng12-0 1.2.40-1  PNG library - runtime
ii  libqt4-dbus4:4.5.3-2 Qt 4 D-Bus module
ii  libqt4-network 4:4.5.3-2 Qt 4 network module
ii  libqt4-qt3support  4:4.5.3-2 Qt 3 compatibility library for Qt 
ii  libqt4-sql 4:4.5.3-2 Qt 4 SQL module
ii  libqt4-sql-sqlite  4:4.5.3-2 Qt 4 SQLite 3 database driver
ii  libqt4-svg 4:4.5.3-2 Qt 4 SVG module
ii  libqt4-xml 4:4.5.3-2 Qt 4 XML module
ii  libqtcore4 4:4.5.3-2 Qt 4 core module
ii  libqtgui4  4:4.5.3-2 Qt 4 GUI module
ii  libsoprano42.3.1+dfsg.1-1libraries for the Soprano RDF fram
ii  libstdc++6 4.4.1-6   The GNU Standard C++ Library v3
ii  libtiff4   3.9.1-1   Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.2.2-1 X11 client-side library
ii  libxau61:1.0.5-1 X11 authorisation library
ii  libxdmcp6  1:1.0.2-3 X11 Display Manager Control Protoc
ii  phonon 4:4.5.3-2 Qt 4 Phonon module metapackage
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages digikam recommends:
ii  dolphin 4:4.3.2-1file manager for KDE 4
ii  epiphany-browser [www-brows 2.28.0-4 Intuitive GNOME web browser
ii  iceweasel [www-browser] 3.5.3-2  lightweight web browser based on M
ii  kipi-plugins0.7.0-1  image manipulation/handling plugin
ii  konqueror [www-browser] 4:4.3.2-1KDE 4's advanced file manager, web
ii  links [www-browser] 2.2-1+b1 Web browser running in text mode
ii  lynx-cur [www-browser]  2.8.8dev.1-1 Text-mode WWW Browser with NLS sup
ii  midori [www-browser]0.1.10-1 fast, lightweight graphical web br
ii  w3m [www-browser]   0.5.2-2.1WWW browsable pager with excellent

Versions of packages digikam suggests:
pn  digikam-doc(no description available)

-- no debconf information



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



Bug#535513: marked as done (daily fails to generate ramdisk because / not mounted)

2009-10-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Oct 2009 17:04:21 +0100
with message-id <20091012160421.ga14...@deprecation.cyrius.com>
and subject line Fixed
has caused the Debian Bug report #535513,
regarding daily fails to generate ramdisk because / not mounted
to be marked as done.

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

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


-- 
535513: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535513
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: installation-reports
Severity: serious

I just tried a daily image on ARM and it failed because the ramdisk
cannot be generated.  Apparently this is because / is not mounted in
the chroot.

Jul  2 17:57:58 in-target: Setting up linux-image-2.6.26-2-orion5x (2.6.26-17) 
...
Jul  2 17:58:02 debconf: Obsolete command TITLE Configuring 
linux-image-2.6.26-2-orion5x called
Jul  2 17:58:04 in-target:
Jul  2 17:58:04 in-target:  Hmm. The package shipped with a symbolic link 
/lib/modules/2.6.26-2-orion5x/source
Jul  2 17:58:04 in-target:  However, I can not read the target: No such file or 
directory
Jul  2 17:58:04 in-target:  Therefore, I am deleting 
/lib/modules/2.6.26-2-orion5x/source
Jul  2 17:58:04 in-target:
Jul  2 17:58:04 in-target: Running depmod.
Jul  2 17:58:08 in-target: Finding valid ramdisk creators.
Jul  2 17:58:08 in-target: Using mkinitramfs-kpkg to build the ramdisk.
Jul  2 17:58:08 in-target: Deprecation WARNING: use update-initramfs(8)
Jul  2 17:58:09 in-target: readlink:
Jul  2 17:58:09 in-target: missing operand
Jul  2 17:58:09 in-target:
Jul  2 17:58:09 in-target: Try `readlink --help' for more information.
Jul  2 17:58:09 in-target: mkinitramfs-kpkg failed to create initrd image.
Jul  2 17:58:09 in-target: Failed to create initrd image.
Jul  2 17:58:10 in-target: dpkg: error processing linux-image-2.6.26-2-orion5x 
(--configure):
Jul  2 17:58:10 in-target:  subprocess installed post-installation script 
returned error exit status 9

It fails because $root is empty

++ awk '/\/dev\// {if ($3 == "/") {print "root=" $1 "\nFSTYPE=" $5; exit}}'
++ mount
+ eval ''
+ '[' '' = /dev/root ']'
++ readlink -f
readlink: missing operand
Try `readlink --help' for more information.
+ root=

which is because / is not mounted in the chroot:

~ # mount
rootfs on / type rootfs (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
tmpfs on /dev type tmpfs (rw,mode=755)
none on /dev/pts type devpts (rw,gid=5,mode=620,ptmxmode=000)
/dev/sda2 on /target type ext3 (rw,errors=remount-ro,data=ordered)
/dev/sda1 on /target/boot type ext2 (rw,errors=continue)
/dev/sda6 on /target/home type ext3 (rw,errors=continue,data=ordered)
/dev/sda2 on /dev/.static/dev type ext3 (rw,errors=remount-ro,data=ordered)
tmpfs on /target/dev type tmpfs (rw,mode=755)
~ # chroot /target
sh-3.2# mount
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
sh-3.2#
sh-3.2# cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
#
proc/proc   procdefaults0   0
# / was on /dev/sda2 during installation
UUID=d5f957fc-6c81-4a88-891c-d1f542de0fa3 /   ext3
errors=remount-ro 0   1
# /boot was on /dev/sda1 during installation
UUID=0471103b-39b3-4ed0-9eda-7b85ce0199c9 /boot   ext2defaults  
  0   2
# /home was on /dev/sda6 during installation
UUID=e44f917b-64a3-4d65-a25a-10dfd33f8b15 /home   ext3defaults  
  0   2
/dev/sda5   noneswapsw  0   0
sh-3.2#

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Colin fixed this in an update to debootstrap.
-- 
Martin Michlmayr
http://www.cyrius.com/

--- End Message ---


Bug#527977: jruby1.1: contains non-free material

2009-10-12 Thread Sebastien Delafond
reassign 527977 jruby1.2
thanks

On Oct/12, Martin Michlmayr wrote:
> jruby1.1 has been removed now.  Can this bug be closed now or does it
> also apply to jruby1.3 (and should be reassigned)?

it unfortunately also applies to the both jruby1.2 and jruby (1.3, for
which I moved away from the "one source package per upstream version"
fashion).

I think I'm going to have to put the upcoming jruby in non-free, as
keeping it in main would require a lot of efforts that I can't
accomplish on my own.

Cheers,

--Seb


signature.asc
Description: Digital signature


Bug#491509: marked as done (vmware-package: please keep it out of lenny)

2009-10-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Oct 2009 16:24:47 +0100
with message-id <20091012152447.ga12...@deprecation.cyrius.com>
and subject line vmware-package removed from Debian
has caused the Debian Bug report #491509,
regarding vmware-package: please keep it out of lenny
to be marked as done.

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

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


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

thanks.

-- 
Robert Edmonds
edmo...@debian.org


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 0.22+rm

vmware-package has been removed from Debian because it was
unmaintained and contained non-distributable files.

-- 
Martin Michlmayr
http://www.cyrius.com/

--- End Message ---


Processed: Re: Bug#527977: jruby1.1: contains non-free material

2009-10-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 527977 jruby1.2
Bug #527977 [jruby1.1] jruby1.1: contains non-free material
Warning: Unknown package 'jruby1.1'
Bug reassigned from package 'jruby1.1' to 'jruby1.2'.
Bug No longer marked as found in versions jruby1.1/1.1.6-2.
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#527977: jruby1.1: contains non-free material

2009-10-12 Thread Martin Michlmayr
* Sebastien Delafond  [2009-05-11 02:29]:
> tag 527977 confirmed
> thanks
> 
> On May/09, Peter Collingbourne wrote:
> > Package: jruby1.1
> > Version: 1.1.6-2
> > Severity: serious
> > Justification: Policy 2.2.1

jruby1.1 has been removed now.  Can this bug be closed now or does it
also apply to jruby1.3 (and should be reassigned)?


> > 
> > 
> > This package includes the following files:
> > 
> > /usr/lib/jruby1.1/lib/bsf.jar
> > /usr/lib/jruby1.1/lib/jruby.jar
> > /usr/lib/jruby1.1/lib/profile.jar
> > 
> > which correspond to the following files in the source tarball:
> > 
> > build_lib/asm-3.0.jar
> > build_lib/asm-analysis-3.0.jar
> > build_lib/asm-commons-3.0.jar
> > build_lib/asm-tree-3.0.jar
> > build_lib/asm-util-3.0.jar
> > build_lib/bnd-0.0.249.jar *
> > build_lib/bytelist-1.0.1.jar *
> > build_lib/constantine.jar *
> > build_lib/dynalang-0.3.jar *
> > build_lib/invokedynamic.jar *
> > build_lib/jcodings.jar *
> > build_lib/jline-0.9.93.jar
> > build_lib/jna.jar
> > build_lib/jna-posix.jar
> > build_lib/joda-time-1.5.1.jar
> > build_lib/joni.jar *
> > build_lib/jvyamlb-0.2.5.jar *
> > lib/bsf.jar
> > 
> > Also the following files in the source tarball are used during the
> > build process:
> > 
> > build_lib/backport-util-concurrent.jar *
> > build_lib/emma_ant.jar
> > build_lib/emma.jar
> > build_lib/jarjar-1.0rc8.jar
> > build_lib/junit.jar
> > build_lib/retroweaver-2.0.5.jar *
> > build_lib/retroweaver-rt-2.0.5.jar *
> > 
> > The source package does not include their source code.  This goes
> > against the DFSG requirement that "the program must include source
> > code" therefore the package at present should not be in main.
> > To solve this problem I recommend Depending (or a weaker dependency
> > if appropriate) and Build-Depending on the following packages:
> > 
> > libasm3-java
> > libjline-java
> > libjna-java
> > libjoda-time-java
> > libbsf-java
> > 
> > and Build-Depending only on the following:
> > 
> > junit
> > libemma-java
> > libjarjar-java
> > 
> > Some of the jar files (marked with *) do not have a package in the
> > Debian archive; for this package to remain in main the relevant source
> > code should be found and packaged for Debian and the new packages
> > should be added to Depends and/or Build-Depends.  Once this process
> > is complete the package's source tarball should be repackaged not to
> > include the above listed jar files.
> > 
> > bnd-0.0.249.jar does in fact include source code however as there is
> > no assurance that the class files were built from this source code,
> > this jar file should be treated in the same way.
> > 
> > -- System Information:
> > Debian Release: 5.0.1
> >   APT prefers testing
> >   APT policy: (500, 'testing')
> > Architecture: amd64 (x86_64)
> > 
> > Kernel: Linux 2.6.29-1-amd64 (SMP w/2 CPU cores)
> > Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
> > Shell: /bin/sh linked to /bin/bash
> > 
> > 
> 
> 
> 

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#518473: Support for netrc

2009-10-12 Thread Julian Andres Klode
On Mon, Oct 12, 2009 at 03:00:17PM +0200, Aurelien Jarno wrote:
> severity 518473 critical
> tag 518473 + security
> thanks
> 
> On Fri, Mar 06, 2009 at 02:37:14PM +0200, Jussi Hakala wrote:
> > Package: apt
> > Version: 0.7.6
> >
> > Apt does not support netrc in authentication.
> >
> 
> This patch is needed so that the username/password is not leaked in the
> build logs of our build daemons.
> 
> I am therefore increasing the severity to critical, and tag the bug
> security.
I just merged the patch into the debian-sid branch.
-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.



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



Bug#550725: uswsusp: Cases serious corruption on Ext4, with swap image file

2009-10-12 Thread Luca Niccoli
Package: uswsusp
Version: 0.8-1.1+b1
Severity: critical
Justification: breaks the whole system

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am (was) using a file as swap, not a partition, and uswsusp was thus 
configured.
After moving to the new disk, I recreated the swap file, updated the resume
offset value, and recreated initramfs images.
After hibernating, the system resumes fine, but random files are corrupted.
I don't think this is a hardware problem, as of now I noticed file corruption
only twice:
after the first time I tried hibernation, the system wouldn't get out of
rcS because several libraries were corrupted, so I re-copied everything from
the old disk and re-reconfigured uswsusp.
I tried hibernating, and some file in my home dir were corrupted (maybe
somewhere else too, don't know).
I'm not going to try a third time :)
I thought it could be a problem with extents, but I didn't find any report on
the net.
The odd thing is that running fsck.ext4 -f doesn't report errors.
Cheers,

Luca

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

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

Versions of packages uswsusp depends on:
ii  debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii  libc6 2.9-27 GNU C Library: Shared libraries
ii  libdirectfb-1.2-0 1.2.8-4direct frame buffer graphics - sha
ii  libgcc1   1:4.4.1-6  GCC support library
ii  libgcrypt11   1.4.4-4LGPL Crypto library - runtime libr
ii  libglib2.0-0  2.22.2-2   The GLib library of C routines
ii  libgpg-error0 1.6-1  library for common error values an
ii  liblzo2-2 2.03-1 data compression library
ii  libpci3   1:3.1.4-2  Linux PCI Utilities (shared librar
ii  libsplashy1   0.3.13-5   Library to draw splash screen on b
ii  libx86-1  1.1+ds1-6  x86 real-mode library

Versions of packages uswsusp recommends:
ii  initramfs-tools   0.93.4 tools for generating an initramfs
ii  mount 2.16.1-3   Tools for mounting and manipulatin

Versions of packages uswsusp suggests:
pn  splashy(no description available)

- -- debconf information:
  uswsusp/compute_checksum: false
  uswsusp/no_snapshot:
  uswsusp/suspend_loglevel:
  uswsusp/no_swap:
  uswsusp/resume_offset: 46302
  uswsusp/early_writeout: false
  uswsusp/image_size: 65000
  uswsusp/compress: true
  uswsusp/create_RSA_key: false
  uswsusp/snapshot_device:
  uswsusp/RSA_key_file: /etc/uswsusp.key
  uswsusp/max_loglevel:
  uswsusp/resume_device: /dev/sda1
  uswsusp/shutdown_method: platform
  uswsusp/encrypt: false
  uswsusp/splash: false
  uswsusp/RSA_key_bits: 1024
* uswsusp/continue_without_swap: true

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

iEYEARECAAYFAkrTPG8ACgkQ+AQB36CPPloyBgCgnvu/tifkl45J0a4+Oo9lGstj
hk0AoIIy6MlkKNy7lOi5ck3kdrHznw4i
=Pp9A
-END PGP SIGNATURE-



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



Processed: limit source to alleyoop, tagging 549280

2009-10-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #alleyoop (0.9.5-1) UNRELEASED; urgency=low
> #
> #  * debian/patches/02_default_alignment.diff: Added. (Closes: #549280)
> #
> limit source alleyoop
Limiting to bugs with field 'source' containing at least one of 'alleyoop'
Limit currently set to 'source':'alleyoop'

> tags 549280 + pending
Bug #549280 [alleyoop] alleyoop: Doesn't work with recent valgrinds
Added tag(s) pending.
>
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 debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



debian-bugs-rc@lists.debian.org

2009-10-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 549280 
> http://sourceforge.net/tracker/?func=detail&aid=2877067&group_id=79027&atid=555229
Bug #549280 [alleyoop] alleyoop: Doesn't work with recent valgrinds
Set Bug forwarded-to-address to 
'http://sourceforge.net/tracker/?func=detail&aid=2877067&group_id=79027&atid=555229'.
>
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 debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#550459: [whitedune] Segmentation fault at start up

2009-10-12 Thread Manolo Díaz
El Mon, 12 Oct 2009 10:29:36 +0200
Joerg Scheurich aka MUFTI 
wrote:


> Do you load a 3D file ?
> glVertex3f is usually used for rendering 3D objects.

Yes, I was trying examples from this page:
http://www.ccp14.ac.uk/ccp/web-mirrors/larryfinger/~larry.finger/drawxtl/samples.html
But it also happens when I call whitedune with no args, with no input
files.

I must say that there was no problem using an i386 platform (see
attached file, please).

> 
> Can you recompile the sources and then run the debugger ?

I've tried to build a package with non-striped binaries, but
DEB_BUILD_OPTIONS="nostrip" has failed for me. I've used the non-stripe
dune renamed as whitedune. Both backtraces, calling and without calling
input files, are attached.


> 
> Do this problem also occure on the current versions of white_dune ?
> http://129.69.35.12/dune/whitedune_0.29beta1364-1_i386.deb
> 

An i386 package won't run on my system, and building from sources will
fail. These are the last lines:

bison -y -d parser.y
parser.y:331.41-42: $$ for the midrule at $3 of `node' has no declared type
parser.y:332.54-55: $$ for the midrule at $3 of `node' has no declared type
parser.y:334.63-64: $$ for the midrule at $3 of `node' has no declared type
parser.y:335.60-61: $$ for the midrule at $3 of `node' has no declared type
parser.y:338.67-68: $$ for the midrule at $3 of `node' has no declared type
parser.y:345.41-42: $$ for the midrule at $3 of `node' has no declared type
parser.y:346.59-60: $$ for the midrule at $3 of `node' has no declared type
parser.y:347.56-57: $$ for the midrule at $3 of `node' has no declared type
parser.y:350.56-57: $$ for the midrule at $3 of `node' has no declared type
make: *** [parser.cpp] Error 1

> very thanks for the bugreport

You are welcome

> 
> so long
> MUFTI

Kind Regards,
-- 
Manolo Díaz
gdb /usr/bin/whitedune
GNU gdb (GDB) 6.8.50.20090628-cvs-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
...
(gdb) run /tmp/ags4.wrl
Starting program: /usr/bin/whitedune /tmp/ags4.wrl
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
0x005387b1 in swCreateMainWindow (title=0x55e3a9 "Dune", x=0, y=0, 
width=800, height=600) at swt.c:1300
1300wnd->shell = XtVaAppCreateShell( title, "ProgramClass",
Current language:  auto; currently c
(gdb) bt
#0  0x005387b1 in swCreateMainWindow (title=0x55e3a9 "Dune", x=0, y=0, 
width=800, height=600) at swt.c:1300
#1  0x004cfd0b in DuneApp::newMainWnd (this=0x852980, 
mainw...@0x852a88) at DuneApp.cpp:132
#2  0x004cff9b in DuneApp::OpenFile (this=0x852980, 
openpath=0x7fffe826 "/tmp/ags4.wrl") at DuneApp.cpp:555
#3  0x00408662 in main (argc=2, argv=0x7fffe5b8) at main.cpp:310
(gdb)
~$ gdb /usr/bin/whitedune
GNU gdb (GDB) 6.8.50.20090628-cvs-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
...
(gdb) run
Starting program: /usr/bin/whitedune
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
0x005387b1 in swCreateMainWindow (title=0x55e3a9 "Dune", x=0, y=0, 
width=800, height=600) at swt.c:1300
1300wnd->shell = XtVaAppCreateShell( title, "ProgramClass",
Current language:  auto; currently c
(gdb) bt
#0  0x005387b1 in swCreateMainWindow (title=0x55e3a9 "Dune", x=0, y=0, 
width=800, height=600) at swt.c:1300
#1  0x004cfd0b in DuneApp::newMainWnd (this=0x852980, 
mainw...@0x852a88) at DuneApp.cpp:132
#2  0x004d07ac in DuneApp::OnFileNewWindow (this=0x852980) at 
DuneApp.cpp:157
#3  0x0040870b in main (argc=1, argv=0x7fffe5d8) at main.cpp:318
(gdb)
Using the following machine I can run whitedune flawless.

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

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

Versions of packages whitedune depends on:
ii  lesstif2   1:0.95.0-2.3  OSF/Motif 2.1 implementation relea
ii  libc6  2.9-25GNU C Library: Shared libraries
ii  libgcc11:4.4.1-4 GCC 

Bug#550715: marked as done (gmchess: package split lacks Conflict/Replace decl)

2009-10-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Oct 2009 21:24:47 +0800
with message-id 
and subject line bug 550715 done
has caused the Debian Bug report #550715,
regarding gmchess: package split lacks Conflict/Replace decl
to be marked as done.

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

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


-- 
550715: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550715
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: eleeye, libeval0
Version: 0.20.3-1
Severity: serious

(Lecture de la base de données... 319095 fichiers et répertoires déjà
installés.)
Dépaquetage de libeval0 (à partir de .../libeval0_0.20.3-1_i386.deb) ...
dpkg : erreur de traitement de
/var/cache/apt/archives/libeval0_0.20.3-1_i386.deb (--unpack) :
 tentative de remplacement de « /usr/lib/libeval.so.0.0.0 », qui
appartient aussi au paquet gmchess
Sélection du paquet eleeye précédemment désélectionné.
Dépaquetage de eleeye (à partir de .../eleeye_0.20.3-1_i386.deb) ...
dpkg : erreur de traitement de
/var/cache/apt/archives/eleeye_0.20.3-1_i386.deb (--unpack) :
 tentative de remplacement de « /usr/games/eleeye_engine », qui appartient
aussi au paquet gmchess
Des erreurs ont été rencontrées pendant l'exécution :
 /var/cache/apt/archives/libeval0_0.20.3-1_i386.deb
 /var/cache/apt/archives/eleeye_0.20.3-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)




--- End Message ---
--- Begin Message ---
bug 550715 done when fixing bug 550696.

--- End Message ---


Bug#550323: marked as done (Package is uninstallable)

2009-10-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Oct 2009 15:15:32 +0200
with message-id <20091012131532.ge2...@mithrandir>
and subject line fixed in -5
has caused the Debian Bug report #550323,
regarding Package is uninstallable
to be marked as done.

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

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


-- 
550323: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550323
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: paraview
Version: 3.4.0-4+b1
Severity: serious


paraview depend on libhdf5-serial-1.6.6-0 or libhdf5-1.6.6-0, but there is no 
such packages in debian sid, but libhdf5-serial-1.8.3 is exists.


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

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




--- End Message ---
--- Begin Message ---
Package: paraview
Version: 3.4.0-5

Fixed

-- 
Francesco P. Lovergine

--- End Message ---


Bug#550342: [pkg-firebird-general] Bug#550342: Bug#550342: firebird2.1 - FTBFS: error: #error "Define SWAP_DOUBLE for your platform correctly !"

2009-10-12 Thread marius adrian popa
On Fri, Oct 9, 2009 at 6:27 PM, Bastian Blank  wrote:
> On Fri, Oct 09, 2009 at 06:12:45PM +0300, marius adrian popa wrote:
>> from google i see the machine is s390
>> i think we forgot the patch for xdr
>> if i compare the patch for debian with the one from fedora
>> http://patch-tracker.debian.org/patch/series/view/firebird2.1/2.1.3.18185-0.ds1-2/port-s390.patch
>
> Please compare it to my patch from #415668. It lacks several parts,
> including the application of -fsigned-char to
> builds/posix/prefix.linux_generic.

all patches seems to be applied upstream maybe damian can modify it
quickly in firebird 2.1 git too
I have added the forgoten undef for SWAP_DOUBLE in the s390 and s390x port
http://firebird.cvs.sourceforge.net/viewvc/firebird/firebird2/src/remote/xdr.cpp?r1=1.26.4.8&r2=1.26.4.9&pathrev=B2_1_Release

Only the -fsigned-char is not included yet , I have to put a question
on firebird-devel list first
>
> Bastian
>
> --
> The heart is not a logical organ.
>                -- Dr. Janet Wallace, "The Deadly Years", stardate 3479.4
>



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



Processed: Re: Support for netrc

2009-10-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 518473 critical
Bug #518473 [apt] Support for netrc
Severity set to 'critical' from 'normal'

> tag 518473 + security
Bug #518473 [apt] Support for netrc
Added tag(s) security.
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#550715: gmchess: package split lacks Conflict/Replace decl

2009-10-12 Thread Yann Dirson
Package: eleeye, libeval0
Version: 0.20.3-1
Severity: serious

(Lecture de la base de données... 319095 fichiers et répertoires déjà
installés.)
Dépaquetage de libeval0 (à partir de .../libeval0_0.20.3-1_i386.deb) ...
dpkg : erreur de traitement de
/var/cache/apt/archives/libeval0_0.20.3-1_i386.deb (--unpack) :
 tentative de remplacement de « /usr/lib/libeval.so.0.0.0 », qui
appartient aussi au paquet gmchess
Sélection du paquet eleeye précédemment désélectionné.
Dépaquetage de eleeye (à partir de .../eleeye_0.20.3-1_i386.deb) ...
dpkg : erreur de traitement de
/var/cache/apt/archives/eleeye_0.20.3-1_i386.deb (--unpack) :
 tentative de remplacement de « /usr/games/eleeye_engine », qui appartient
aussi au paquet gmchess
Des erreurs ont été rencontrées pendant l'exécution :
 /var/cache/apt/archives/libeval0_0.20.3-1_i386.deb
 /var/cache/apt/archives/eleeye_0.20.3-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)





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



Bug#548394: [gnome-power-manager] gnome fails to start, Install problem

2009-10-12 Thread Brent S. Elmer Ph.D.
Something in the gnome upgrade changed which totally broke my gnome.  I
don't think it had anything to do with gnome-power-manager.  I submitted
a bug report to gnome-session.  I tried several things to try to make it
work.  The only thing I could do to make it work was delete .gnome2
and .gconf.  The last several months, Debian testing is more like Debian
unstable.  It seems that a lot of things are broken in Debian testing
now.  I have been running Debian testing for years and right now it is
particularly unstable.  On one of my computers, X is totally broken.

On Mon, 2009-10-12 at 08:13 +0200, Michael Biebl wrote:
> Hi,
> 
> most likely your installation (of gnome-power-manager) was interrupted.
> 
> Could you run
> dpkg --configure -a
> and
> apt-get -f install
> 
> and check if that fixes your problem
> 
> If not, please install debsums and run "debsums gnome-power-manager"
> 
> Thanks,
> Michael




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



Bug#545627: marked as done (libdbix-class-perl: FTBFS: tests failed)

2009-10-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Oct 2009 12:17:38 +
with message-id 
and subject line Bug#545627: fixed in libdbix-class-perl 0.08112-1
has caused the Debian Bug report #545627,
regarding libdbix-class-perl: FTBFS: tests failed
to be marked as done.

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

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


-- 
545627: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545627
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libdbix-class-perl
Version: 0.08108-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090907 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> # Looks like you failed 3 tests of 22.
> t/search/preserve_original_rsdubious
>   Test returned status 3 (wstat 768, 0x300)
> DIED. FAILED tests 1-2, 4
>   Failed 3/22 tests, 86.36% okay
> t/search/subqueryok
> t/update/type_aware..ok
> t/zzz_perl_perf_bug..ok
> 1/3 skipped: various reasons
> Failed 1/186 test programs. 3/4476 subtests failed.
> t/zzz_sqlite_deadlockok
> Failed Test Stat Wstat Total Fail  List of Failed
> ---
> t/search/preserve_original_rs.t3   768223  1-2 4
>  (23 subtests UNEXPECTEDLY SUCCEEDED), 19 tests and 106 subtests skipped.
> Failed 1/186 test scripts. 3/4476 subtests failed.
> Files=186, Tests=4476, 176 wallclock secs (61.24 cusr +  5.02 csys = 66.26 
> CPU)
> make[2]: *** [test_dynamic] Error 255

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/09/07/libdbix-class-perl_0.08108-1_lsid64.buildlog

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

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

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


--- End Message ---
--- Begin Message ---
Source: libdbix-class-perl
Source-Version: 0.08112-1

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

libdbix-class-perl_0.08112-1.diff.gz
  to pool/main/libd/libdbix-class-perl/libdbix-class-perl_0.08112-1.diff.gz
libdbix-class-perl_0.08112-1.dsc
  to pool/main/libd/libdbix-class-perl/libdbix-class-perl_0.08112-1.dsc
libdbix-class-perl_0.08112-1_all.deb
  to pool/main/libd/libdbix-class-perl/libdbix-class-perl_0.08112-1_all.deb
libdbix-class-perl_0.08112.orig.tar.gz
  to pool/main/libd/libdbix-class-perl/libdbix-class-perl_0.08112.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 545...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonathan Yu  (supplier of updated libdbix-class-perl package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 11 Oct 2009 21:10:41 -0400
Source: libdbix-class-perl
Binary: libdbix-class-perl
Architecture: source all
Version: 0.08112-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group 
Changed-By: Jonathan Yu 
Description: 
 libdbix-class-perl - extensible and flexible object <-> relational mapper
Closes: 545627
Changes: 
 libdbix-class-perl (0.08112-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * New upstream release 0.08109
 + Improvements to database replication
 + Add supports for many special database types
 + Massive optimization of the DBI storage layer (reduces amount
   of calls to ping)
   * Updated dependencies
   * Standards-Version 3.8.3 (no changes)
   * Now run storage stress tests during build, too
   * Add a whatis patch and README.source
   * Use RELEASE_TESTING instead of AUTOMATED_TESTING (only in
 the case of this package). Some tests cannot run under CPANTS,
 which has AUTOMATED_TESTING set, but sh

Bug#550696: marked as done (convert-pgn: file conflict with gmchess)

2009-10-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Oct 2009 12:17:30 +
with message-id 
and subject line Bug#550696: fixed in gmchess 0.20.3-2
has caused the Debian Bug report #550696,
regarding convert-pgn: file conflict with gmchess
to be marked as done.

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

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


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

It seems that a "Replaces: gmchess (<< 0.20.3-1)" is missing from the
new packages convert-pgn, eleeye and libeval0, as can be seen from the
following hiccup: (sorry for the German, but I think the problem should
be clear):

,
| % sudo aptitude -V -D safe-upgrade
| [...]
| Wähle vormals abgewähltes Paket convert-pgn.
| Entpacke convert-pgn (aus .../convert-pgn_0.20.3-1_i386.deb) ...
| dpkg: Fehler beim Bearbeiten von 
/var/cache/apt/archives/convert-pgn_0.20.3-1_i386.deb (--unpack):
|  Versuche, »/usr/games/convert_pgn« zu überschreiben, welches auch in Paket 
gmchess 0:0.20.2-3 ist
| [...]
| Wähle vormals abgewähltes Paket libeval0.
| Entpacke libeval0 (aus .../libeval0_0.20.3-1_i386.deb) ...
| dpkg: Fehler beim Bearbeiten von 
/var/cache/apt/archives/libeval0_0.20.3-1_i386.deb (--unpack):
|  Versuche, »/usr/lib/libeval.so.0.0.0« zu überschreiben, welches auch in 
Paket gmchess 0:0.20.2-3 ist
| Wähle vormals abgewähltes Paket eleeye.
| Entpacke eleeye (aus .../eleeye_0.20.3-1_i386.deb) ...
| dpkg: Fehler beim Bearbeiten von 
/var/cache/apt/archives/eleeye_0.20.3-1_i386.deb (--unpack):
|  Versuche, »/usr/games/eleeye_engine« zu überschreiben, welches auch in Paket 
gmchess 0:0.20.2-3 ist
| [...]
| Fehler traten auf beim Bearbeiten von:
|  /var/cache/apt/archives/convert-pgn_0.20.3-1_i386.deb
|  /var/cache/apt/archives/libeval0_0.20.3-1_i386.deb
|  /var/cache/apt/archives/eleeye_0.20.3-1_i386.deb
| E: Sub-process /usr/bin/dpkg returned an error code (1)
| Ein Paket konnte nicht installiert werden. Versuche zu lösen:
| dpkg: Abhängigkeitsprobleme verhindern Konfiguration von gmchess:
|  gmchess hängt ab von eleeye; aber:
|   Paket eleeye ist nicht installiert.
|  gmchess hängt ab von convert-pgn; aber:
|   Paket convert-pgn ist nicht installiert.
| dpkg: Fehler beim Bearbeiten von gmchess (--configure):
|  Abhängigkeitsprobleme - lasse es unkonfiguriert
`


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

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

Versions of packages convert-pgn depends on:
ii  libc6 2.9-27 GNU C Library: Shared libraries
ii  libgcc1   1:4.4.1-6  GCC support library
ii  libstdc++64.4.1-6The GNU Standard C++ Library v3

convert-pgn recommends no packages.

convert-pgn suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: gmchess
Source-Version: 0.20.3-2

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

convert-pgn_0.20.3-2_amd64.deb
  to pool/main/g/gmchess/convert-pgn_0.20.3-2_amd64.deb
eleeye_0.20.3-2_amd64.deb
  to pool/main/g/gmchess/eleeye_0.20.3-2_amd64.deb
gmchess_0.20.3-2.diff.gz
  to pool/main/g/gmchess/gmchess_0.20.3-2.diff.gz
gmchess_0.20.3-2.dsc
  to pool/main/g/gmchess/gmchess_0.20.3-2.dsc
gmchess_0.20.3-2_amd64.deb
  to pool/main/g/gmchess/gmchess_0.20.3-2_amd64.deb
libeval0-dev_0.20.3-2_amd64.deb
  to pool/main/g/gmchess/libeval0-dev_0.20.3-2_amd64.deb
libeval0_0.20.3-2_amd64.deb
  to pool/main/g/gmchess/libeval0_0.20.3-2_amd64.deb



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

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

Debian distribution maintenance software
pp.
Aron Xu  (supplier of updated gmchess package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Oct 2009 19:07:30 +0800
Source: gmchess
Binary: gmchess eleeye convert-pgn libeval0 libeval0-dev
Architecture: source amd64
Version: 0.20.3-2
Distribution: unstable
Urgency: low
Mainta

Bug#550704: grub-pc - Needs to handle symlinks in /dev/mapper

2009-10-12 Thread Felix Zielcke
Am Montag, den 12.10.2009, 13:22 +0200 schrieb Bastian Blank:
> Package: grub-pc
> Version: 1.97~beta4-1
> Severity: grave
> 
> I'm going to remove the workaround in lvm2 to make /dev/mapper/* real
> devices, they will be replaced by symlinks to /dev/dm-*.

Why?

Peter Rajnoha from the Redhat LVM/DM Team sent a mail to grub-devel to
ask us about our opinion to this:

http://lists.gnu.org/archive/html/grub-devel/2009-09/msg00176.html#

All 3 mails linked at the bottom of the page is all which was talked
about grub-devel related to this topic.

Quote from his 2nd mail after my reply to it:

> Maybe the udev maintainers just prefer cryptic numbers for every real
> device and only accept symlinks for descriptive ones.

Yes, that's the case.

Sorry but that says everything.

-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer




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



Bug#549151: FTBFS: /usr/share/cdbs/1/class/ocaml.mk: No such file or directory

2009-10-12 Thread Mehdi Dogguy
Mehdi Dogguy wrote:
> notfixed 549151 1.3-2
> thanks
> 
> 
> The version 1.3-2 is now uploaded. So, it doesn't exist yet.
err.   ^^^
   not

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/



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



Processed: Re: openjdk-6: Package is not binNMU safe / uninstallable in sid

2009-10-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 550680 important
Bug #550680 [openjdk-6] openjdk-6: Package is not binNMU safe / uninstallable 
in sid
Severity set to 'important' 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 debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#550680: openjdk-6: Package is not binNMU safe / uninstallable in sid

2009-10-12 Thread Matthias Klose

severity 550680 important
thanks

uploaded -2. binNMU safety is for the next upload




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



Bug#550704: grub-pc - Needs to handle symlinks in /dev/mapper

2009-10-12 Thread Bastian Blank
Package: grub-pc
Version: 1.97~beta4-1
Severity: grave

I'm going to remove the workaround in lvm2 to make /dev/mapper/* real
devices, they will be replaced by symlinks to /dev/dm-*.

Bastian

-- 
Only a fool fights in a burning house.
-- Kank the Klingon, "Day of the Dove", stardate unknown



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



Processed: Re: Bug#549151: FTBFS: /usr/share/cdbs/1/class/ocaml.mk: No such file or directory

2009-10-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> notfixed 549151 1.3-2
Bug #549151 [pgocaml] FTBFS: /usr/share/cdbs/1/class/ocaml.mk: No such file or 
directory
There is no source info for the package 'pgocaml' at version '1.3-2' with 
architecture ''
Unable to make a source version for version '1.3-2'
Bug No longer marked as fixed in versions 1.3-2.
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#549151: FTBFS: /usr/share/cdbs/1/class/ocaml.mk: No such file or directory

2009-10-12 Thread Mehdi Dogguy
notfixed 549151 1.3-2
thanks


The version 1.3-2 is now uploaded. So, it doesn't exist yet.

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/



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



Bug#550127: marked as done (FTBFS: make[1]: *** No rule to make target `src/tools/bootstrap/Makefile', needed by `sub-tools-bootstrap-sub_src_target_ordered'. Stop.)

2009-10-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Oct 2009 10:31:42 +
with message-id 
and subject line Bug#550127: fixed in qt4-x11 4:4.5.3-3
has caused the Debian Bug report #550127,
regarding FTBFS: make[1]: *** No rule to make target 
`src/tools/bootstrap/Makefile', needed by 
`sub-tools-bootstrap-sub_src_target_ordered'.  Stop.
to be marked as done.

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

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


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

Hi,

your package FTBFS'd on all buildds (so far). Example on kfreebsd-amd64:
| Qt is now configured for building. Just run 'make'.
| Once everything is built, you must run 'make install'.
| Qt will be installed into /usr
| 
| To reconfigure, run 'make confclean' and 'configure'.
| 
| /usr/bin/make sub-src
| make[1]: Entering directory 
`/build/buildd-qt4-x11_4.5.3-1-kfreebsd-amd64-yiDroM/qt4-x11-4.5.3'
| make[1]: *** No rule to make target `src/tools/bootstrap/Makefile', needed by 
`sub-tools-bootstrap-sub_src_target_ordered'.  Stop.
| make[1]: Leaving directory 
`/build/buildd-qt4-x11_4.5.3-1-kfreebsd-amd64-yiDroM/qt4-x11-4.5.3'
| make: *** [debian/stamp-makefile-build] Error 2
| dpkg-buildpackage: error: debian/rules build gave error exit status 2

Mraw,
KiBi.


--- End Message ---
--- Begin Message ---
Source: qt4-x11
Source-Version: 4:4.5.3-3

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

libphonon-dev_4.5.3-3_amd64.deb
  to pool/main/q/qt4-x11/libphonon-dev_4.5.3-3_amd64.deb
libphonon-dev_4.5.3-3_i386.deb
  to pool/main/q/qt4-x11/libphonon-dev_4.5.3-3_i386.deb
libphonon4_4.5.3-3_amd64.deb
  to pool/main/q/qt4-x11/libphonon4_4.5.3-3_amd64.deb
libphonon4_4.5.3-3_i386.deb
  to pool/main/q/qt4-x11/libphonon4_4.5.3-3_i386.deb
libqt4-assistant_4.5.3-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-assistant_4.5.3-3_amd64.deb
libqt4-assistant_4.5.3-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-assistant_4.5.3-3_i386.deb
libqt4-core_4.5.3-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-core_4.5.3-3_amd64.deb
libqt4-core_4.5.3-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-core_4.5.3-3_i386.deb
libqt4-dbg_4.5.3-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-dbg_4.5.3-3_amd64.deb
libqt4-dbg_4.5.3-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-dbg_4.5.3-3_i386.deb
libqt4-dbus_4.5.3-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-dbus_4.5.3-3_amd64.deb
libqt4-dbus_4.5.3-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-dbus_4.5.3-3_i386.deb
libqt4-designer_4.5.3-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-designer_4.5.3-3_amd64.deb
libqt4-designer_4.5.3-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-designer_4.5.3-3_i386.deb
libqt4-dev_4.5.3-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-dev_4.5.3-3_amd64.deb
libqt4-dev_4.5.3-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-dev_4.5.3-3_i386.deb
libqt4-gui_4.5.3-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-gui_4.5.3-3_amd64.deb
libqt4-gui_4.5.3-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-gui_4.5.3-3_i386.deb
libqt4-help_4.5.3-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-help_4.5.3-3_amd64.deb
libqt4-help_4.5.3-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-help_4.5.3-3_i386.deb
libqt4-network_4.5.3-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-network_4.5.3-3_amd64.deb
libqt4-network_4.5.3-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-network_4.5.3-3_i386.deb
libqt4-opengl-dev_4.5.3-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-opengl-dev_4.5.3-3_amd64.deb
libqt4-opengl-dev_4.5.3-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-opengl-dev_4.5.3-3_i386.deb
libqt4-opengl_4.5.3-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-opengl_4.5.3-3_amd64.deb
libqt4-opengl_4.5.3-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-opengl_4.5.3-3_i386.deb
libqt4-qt3support_4.5.3-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-qt3support_4.5.3-3_amd64.deb
libqt4-qt3support_4.5.3-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-qt3support_4.5.3-3_i386.deb
libqt4-script_4.5.3-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-script_4.5.3-3_amd64.deb
libqt4-script_4.5.3-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-script_4.5.3-3_i386.deb
libqt4-scripttools_4.5.3-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-scripttools_4.5.3-3_amd64.deb
libqt4-scripttools_4.5.3-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-scripttools_4.5.3-3_i386.deb
libqt4-sql-ibase_4.5.3-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-sql-ibase_4.5.3-3_amd64.deb
libqt4-sql-ibase_4.5.3-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-sql-ibase_4.5.3-3_i386.deb
libqt4-sql-m

Bug#544870: bugzilla3: Broken dependency to yui

2009-10-12 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Actually the simple symlink will not do it. Bugzilla's templates need to
be changed to reflect Debian's directory structure where the yui
directory has subdirectories for the different components.

Cheers,

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

iEYEARECAAYFAkrTCoEACgkQXjXn6TzcAQkKHgCgrk1PrwCM62PkH0UYZyotSUxp
j1gAoNTA2nKtvCNrV27MhIW8GoNd8oo4
=Q8RI
-END PGP SIGNATURE-



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



Bug#550687: Source package contains non-free IETF RFC/I-D

2009-10-12 Thread Simon Josefsson
Ivo Emanuel Gonçalves  writes:

> On 10/12/09, Simon Josefsson  wrote:
>> 1. Ask the author of the RFC to re-license the RFC under a free
>>license.  A template for this e-mail request can be found at
>>http://wiki.debian.org/NonFreeIETFDocuments
>
> Section 11 of said RFC states:
>
> Copying conditions
>
> The author(s) agree to grant third parties the irrevocable
> right to copy, use and distribute the work, with
> or without modification, in any medium, without royalty,
> provided that, unless separate permission is granted,
> redistributed modified works do not contain misleading
> author, version, name of work, or endorsement information.
>
> Just like the linked Debian page recommends.  What else do you want?

As I said, I believe debian/copyright needs to explain that.  Below is a
patch to illustrate what I mean.

Thanks,
/Simon

--- debian/copyright~   2009-10-12 10:43:49.0 +0200
+++ debian/copyright2009-10-12 12:47:57.0 +0200
@@ -38,3 +38,11 @@
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+The file doc/rfc5215.txt is available under the
+following license:
+
+   The authors agree to grant third parties the irrevocable right to
+   copy, use, and distribute the work, with or without modification, in
+   any medium, without royalty, provided that, unless separate
+   permission is granted, redistributed modified works do not contain
+   misleading author, version, name of work, or endorsement information.



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



Processed: tagging 550627

2009-10-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # Automatically generated email from bts, devscripts version 2.10.35lenny7
> tags 550627 + confirmed pending
Bug #550627 [libsequel-ruby1.8,libsequel-ruby1.9] libsequel-ruby1.9 and 
libsequel-ruby1.8: error when trying to install together
Added tag(s) confirmed and pending.
>
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 debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#538871: eclipse: fails to start on amd64

2009-10-12 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

retitle #538871 Fails to start with newest xulrunner
thanks

Hello,

the file does not exist on my system:

m...@gnu:~/build$ ls -l /usr/lib/mozilla/
insgesamt 4
drwxr-xr-x 2 root root 4096 11. Okt 23:58 plugins
m...@gnu:~/build$ ls -l /usr/lib/firefox
ls: Zugriff auf /usr/lib/firefox nicht möglich: Datei oder Verzeichnis
nicht gefunden
m...@gnu:~/build$ ls -l /usr/lib/xulrunner-1.9.1/
insgesamt 12920
lrwxrwxrwx 1 root root   34  8. Jul 09:29 chrome ->
../../share/xulrunner-1.9.1/chrome
drwxr-xr-x 2 root root20480 11. Okt 20:28 components
lrwxrwxrwx 1 root root   36  8. Jul 09:29 defaults ->
../../share/xulrunner-1.9.1/defaults
lrwxrwxrwx 1 root root   20 11. Okt 20:27 dictionaries ->
../../share/hunspell
lrwxrwxrwx 1 root root   36  8. Jul 09:29 greprefs ->
../../share/xulrunner-1.9.1/greprefs
lrwxrwxrwx 1 root root   33  8. Jul 09:29 icons ->
../../share/xulrunner-1.9.1/icons
- -rw-r--r-- 1 root root12164 11. Okt 00:57 libjavaxpcomglue.so
lrwxrwxrwx 1 root root   17 11. Okt 20:27 libmozjs.so ->
../libmozjs.so.2d
- -rw-r--r-- 1 root root12308 11. Okt 00:57 libxpcom.so
- -rw-r--r-- 1 root root 12883216 11. Okt 00:57 libxul.so
lrwxrwxrwx 1 root root   35  8. Jul 09:29 modules ->
../../share/xulrunner-1.9.1/modules
- -rwxr-xr-x 1 root root10796 11. Okt 00:57 mozilla-xremote-client
- -rw-r--r-- 1 root root   47 11. Okt 00:57 platform.ini
drwxr-xr-x 2 root root 4096 11. Okt 20:27 plugins
lrwxrwxrwx 1 root root   31  8. Jul 09:29 res ->
../../share/xulrunner-1.9.1/res
- -rwxr-xr-x 1 root root10450 24. Aug 17:52 run-mozilla.sh
- -rw-r--r-- 1 root root6 11. Okt 00:55 update.locale
- -rwxr-xr-x 1 root root19516 11. Okt 00:57 updater
- -rwxr-xr-x 1 root root37704 11. Okt 00:57 xpcshell
- -rwxr-xr-x 1 root root 3834 11. Okt 00:57 xulrunner
- -rwxr-xr-x 1 root root84768 11. Okt 00:57 xulrunner-bin
- -rwxr-xr-x 1 root root77632 11. Okt 00:57 xulrunner-stub
m...@gnu:~/build$ ls -l /usr/lib/mozilla-firefox
ls: Zugriff auf /usr/lib/mozilla-firefox nicht möglich: Datei oder
Verzeichnis nicht gefunden


And it seems like it is deprecated with the current xulrunner in sid:

gnu:~# apt-file search libgtkembedmoz.so
icedove: /usr/lib/icedove/libgtkembedmoz.so
icedove-dbg: /usr/lib/debug/usr/lib/icedove/libgtkembedmoz.so
iceowl: /usr/lib/iceowl/libgtkembedmoz.so
kompozer: /usr/lib/kompozer/libgtkembedmoz.so

- --
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org

Comment:
Always if we think we are right,
we were maybe wrong.
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkrTCB8ACgkQ2XA5inpabMff9wCdG9sCoGEW80Q4bK5GCNpzT87m
PEkAnRfhnXMo5bUO5sFDZpVvB2lhi28N
=DjMS
-END PGP SIGNATURE-



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



Bug#548975: marked as done (kvm-source: allows MMU hypercalls from ring > 0)

2009-10-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Oct 2009 10:19:50 +
with message-id 
and subject line Bug#548975: fixed in kvm 85+dfsg-4.1
has caused the Debian Bug report #548975,
regarding kvm-source: allows MMU hypercalls from ring > 0
to be marked as done.

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

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


-- 
548975: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548975
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kvm-source
Version: 85+dfsg-4
Severity: critical
Tags: patch security
Justification: potential privilege escalation

Upstream patch:
  
http://git.kernel.org/?p=virt/kvm/kvm.git;a=commitdiff;h=07708c4af1346ab1521b26a202f438366b7bcffd

Please mention CVE-2009-3290 in your changelog.

diff -urpN kvm-85+dfsg.orig/debian/patches/CVE-2009-3290.patch 
kvm-85+dfsg/debian/patches/CVE-2009-3290.patch
--- kvm-85+dfsg.orig/debian/patches/CVE-2009-3290.patch 1969-12-31 
17:00:00.0 -0700
+++ kvm-85+dfsg/debian/patches/CVE-2009-3290.patch  2009-09-29 
17:05:38.0 -0600
@@ -0,0 +1,34 @@
+diff -urpN kvm-85+dfsg.orig/kernel/include/linux/kvm_para.h 
kvm-85+dfsg/kernel/include/linux/kvm_para.h
+--- kvm-85+dfsg.orig/kernel/include/linux/kvm_para.h   2009-04-21 
04:04:03.0 -0600
 kvm-85+dfsg/kernel/include/linux/kvm_para.h2009-09-29 
17:04:54.0 -0600
+@@ -53,6 +53,7 @@
+ #define KVM_ENOSYS1000
+ #define KVM_EFAULTEFAULT
+ #define KVM_E2BIG E2BIG
++#define KVM_EPERM EPERM
+ 
+ #define KVM_HC_VAPIC_POLL_IRQ 1
+ #define KVM_HC_MMU_OP 2
+diff -urpN kvm-85+dfsg.orig/kernel/x86/x86.c kvm-85+dfsg/kernel/x86/x86.c
+--- kvm-85+dfsg.orig/kernel/x86/x86.c  2009-04-21 04:04:13.0 -0600
 kvm-85+dfsg/kernel/x86/x86.c   2009-09-29 17:05:01.0 -0600
+@@ -2873,6 +2873,11 @@ int kvm_emulate_hypercall(struct kvm_vcp
+   a3 &= 0x;
+   }
+ 
++  if (kvm_x86_ops->get_cpl(vcpu) != 0) {
++  ret = -KVM_EPERM;
++  goto out;
++  }
++
+   switch (nr) {
+   case KVM_HC_VAPIC_POLL_IRQ:
+   ret = 0;
+@@ -2884,6 +2889,7 @@ int kvm_emulate_hypercall(struct kvm_vcp
+   ret = -KVM_ENOSYS;
+   break;
+   }
++out:
+   kvm_register_write(vcpu, VCPU_REGS_RAX, ret);
+   ++vcpu->stat.hypercalls;
+   return r;
diff -urpN kvm-85+dfsg.orig/debian/patches/series 
kvm-85+dfsg/debian/patches/series
--- kvm-85+dfsg.orig/debian/patches/series  2009-09-29 17:04:12.0 
-0600
+++ kvm-85+dfsg/debian/patches/series   2009-09-29 17:05:53.0 -0600
@@ -8,3 +8,4 @@ from-debian-qemu/62_linux_boot_nasm.patc
 security/leftover.patch
 qemu-ifup_head.patch
 readd_drive_boot_parameter_help.patch
+CVE-2009-3290.patch


--- End Message ---
--- Begin Message ---
Source: kvm
Source-Version: 85+dfsg-4.1

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

kvm-dbg_85+dfsg-4.1_i386.deb
  to pool/main/k/kvm/kvm-dbg_85+dfsg-4.1_i386.deb
kvm-source_85+dfsg-4.1_all.deb
  to pool/main/k/kvm/kvm-source_85+dfsg-4.1_all.deb
kvm_85+dfsg-4.1.diff.gz
  to pool/main/k/kvm/kvm_85+dfsg-4.1.diff.gz
kvm_85+dfsg-4.1.dsc
  to pool/main/k/kvm/kvm_85+dfsg-4.1.dsc
kvm_85+dfsg-4.1_i386.deb
  to pool/main/k/kvm/kvm_85+dfsg-4.1_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 548...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giuseppe Iuculano  (supplier of updated kvm package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 09 Oct 2009 19:07:06 +0200
Source: kvm
Binary: kvm kvm-source kvm-dbg
Architecture: source all i386
Version: 85+dfsg-4.1
Distribution: unstable
Urgency: high
Maintainer: Jan Lübbe 
Changed-By: Giuseppe Iuculano 
Description: 
 kvm- Full virtualization on x86 hardware
 kvm-dbg- Debugging info for kvm
 kvm-source - Source for the KVM driver
Closes: 548975
Changes: 
 kvm (85+dfsg-4.1) unstable; urgency=high
 .
   * Non-maintainer upload by the testing Security Team.
   * Considers hypercalls valid only if issued from guest ring 0 (CVE-2009-3290)
 Thanks to Dann Frazier (Closes: 548975)
Checksums-Sh

Bug#549842: marked as done (ocaml-gavl: FTBFS: debian/rules:5: /usr/share/cdbs/1/class/ocaml.mk: No such file or directory)

2009-10-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Oct 2009 10:20:42 +
with message-id 
and subject line Bug#549843: fixed in ocaml-gavl 0.1.2-1
has caused the Debian Bug report #549843,
regarding ocaml-gavl: FTBFS: debian/rules:5: /usr/share/cdbs/1/class/ocaml.mk: 
No such file or directory
to be marked as done.

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

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


-- 
549843: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549843
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ocaml-gavl
Version: 0.1.1-2
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091005 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> debian/rules:5: /usr/share/cdbs/1/class/ocaml.mk: No such file or directory
> make: *** No rule to make target `/usr/share/cdbs/1/class/ocaml.mk'.  Stop.
> dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules clean gave error 
> exit status 2
> 
> Build finished at 20091005-1915

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/10/05/ocaml-gavl_0.1.1-2_lsid64.buildlog

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

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

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


--- End Message ---
--- Begin Message ---
Source: ocaml-gavl
Source-Version: 0.1.2-1

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

libgavl-ocaml-dev_0.1.2-1_amd64.deb
  to pool/main/o/ocaml-gavl/libgavl-ocaml-dev_0.1.2-1_amd64.deb
libgavl-ocaml_0.1.2-1_amd64.deb
  to pool/main/o/ocaml-gavl/libgavl-ocaml_0.1.2-1_amd64.deb
ocaml-gavl_0.1.2-1.diff.gz
  to pool/main/o/ocaml-gavl/ocaml-gavl_0.1.2-1.diff.gz
ocaml-gavl_0.1.2-1.dsc
  to pool/main/o/ocaml-gavl/ocaml-gavl_0.1.2-1.dsc
ocaml-gavl_0.1.2.orig.tar.gz
  to pool/main/o/ocaml-gavl/ocaml-gavl_0.1.2.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 549...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Romain Beauxis  (supplier of updated ocaml-gavl package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Oct 2009 03:51:21 -0500
Source: ocaml-gavl
Binary: libgavl-ocaml libgavl-ocaml-dev
Architecture: source amd64
Version: 0.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers 
Changed-By: Romain Beauxis 
Description: 
 libgavl-ocaml - OCaml interface to the gavl library
 libgavl-ocaml-dev - OCaml interface to the gavl library
Closes: 531023 549843
Changes: 
 ocaml-gavl (0.1.2-1) unstable; urgency=low
 .
   [ Stephane Glondu ]
   * Use ocaml.mk as a CDBS "rules" file (Closes: #549843)
 .
   [ Samuel Mimram ]
   * Correct typo in description, closes: #531023.
 .
   [ Romain Beauxis ]
   * New upstream release.
   * Bumped standards version to 3.8.3
   * Changed section to ocaml
   * Switched to new automatic dependency system.
Checksums-Sha1: 
 bfbbb70a6de52b383a9c4f08eeb1dabe07a0967e 1688 ocaml-gavl_0.1.2-1.dsc
 2ec78d65f3b888c484d496547431da56379e472b 64661 ocaml-gavl_0.1.2.orig.tar.gz
 8180380ce3435b7c71fcdb398b7c8259a59179e8 2243 ocaml-gavl_0.1.2-1.diff.gz
 ea48517061777a030f8e739bb467671506fa454e 10540 libgavl-ocaml_0.1.2-1_amd64.deb
 9de1682efb6e95d9015f0f351cf08a7e492073bf 30552 
libgavl-ocaml-dev_0.1.2-1_amd64.deb
Checksums-Sha256: 
 547438e5eb1515120d544b70dcc2a96902b8e60e3625a0b2fce48432fa73b913 1688 
ocaml-gavl_0.1.2-1.dsc
 3f0c2e2d5f9a7a834b56ce13bc8db99e0dc0cd7437937998dc62e584121475f0 64661 
ocaml-gavl_0.1.2.orig.tar.gz
 c471c9a9096cc9c32781bc60107236cb5de43b2a37431b315a8cad37fc81743c 2243 
ocaml-gavl_0.1.2-1.diff.gz
 5a880a11407679ee12481beed27541b78398e483b0ee8d7829270687db38897e 10540 
libgavl-ocaml_0.1.2-1_

Bug#549843: marked as done (ocaml-gavl: FTBFS: debian/rules:5: /usr/share/cdbs/1/class/ocaml.mk: No such file or directory)

2009-10-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Oct 2009 10:20:42 +
with message-id 
and subject line Bug#549843: fixed in ocaml-gavl 0.1.2-1
has caused the Debian Bug report #549843,
regarding ocaml-gavl: FTBFS: debian/rules:5: /usr/share/cdbs/1/class/ocaml.mk: 
No such file or directory
to be marked as done.

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

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


-- 
549843: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549843
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ocaml-gavl
Version: 0.1.1-2
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091005 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> debian/rules:5: /usr/share/cdbs/1/class/ocaml.mk: No such file or directory
> make: *** No rule to make target `/usr/share/cdbs/1/class/ocaml.mk'.  Stop.
> dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules clean gave error 
> exit status 2
> 
> Build finished at 20091005-1915

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/10/05/ocaml-gavl_0.1.1-2_lsid64.buildlog

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

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

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


--- End Message ---
--- Begin Message ---
Source: ocaml-gavl
Source-Version: 0.1.2-1

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

libgavl-ocaml-dev_0.1.2-1_amd64.deb
  to pool/main/o/ocaml-gavl/libgavl-ocaml-dev_0.1.2-1_amd64.deb
libgavl-ocaml_0.1.2-1_amd64.deb
  to pool/main/o/ocaml-gavl/libgavl-ocaml_0.1.2-1_amd64.deb
ocaml-gavl_0.1.2-1.diff.gz
  to pool/main/o/ocaml-gavl/ocaml-gavl_0.1.2-1.diff.gz
ocaml-gavl_0.1.2-1.dsc
  to pool/main/o/ocaml-gavl/ocaml-gavl_0.1.2-1.dsc
ocaml-gavl_0.1.2.orig.tar.gz
  to pool/main/o/ocaml-gavl/ocaml-gavl_0.1.2.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 549...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Romain Beauxis  (supplier of updated ocaml-gavl package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Oct 2009 03:51:21 -0500
Source: ocaml-gavl
Binary: libgavl-ocaml libgavl-ocaml-dev
Architecture: source amd64
Version: 0.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers 
Changed-By: Romain Beauxis 
Description: 
 libgavl-ocaml - OCaml interface to the gavl library
 libgavl-ocaml-dev - OCaml interface to the gavl library
Closes: 531023 549843
Changes: 
 ocaml-gavl (0.1.2-1) unstable; urgency=low
 .
   [ Stephane Glondu ]
   * Use ocaml.mk as a CDBS "rules" file (Closes: #549843)
 .
   [ Samuel Mimram ]
   * Correct typo in description, closes: #531023.
 .
   [ Romain Beauxis ]
   * New upstream release.
   * Bumped standards version to 3.8.3
   * Changed section to ocaml
   * Switched to new automatic dependency system.
Checksums-Sha1: 
 bfbbb70a6de52b383a9c4f08eeb1dabe07a0967e 1688 ocaml-gavl_0.1.2-1.dsc
 2ec78d65f3b888c484d496547431da56379e472b 64661 ocaml-gavl_0.1.2.orig.tar.gz
 8180380ce3435b7c71fcdb398b7c8259a59179e8 2243 ocaml-gavl_0.1.2-1.diff.gz
 ea48517061777a030f8e739bb467671506fa454e 10540 libgavl-ocaml_0.1.2-1_amd64.deb
 9de1682efb6e95d9015f0f351cf08a7e492073bf 30552 
libgavl-ocaml-dev_0.1.2-1_amd64.deb
Checksums-Sha256: 
 547438e5eb1515120d544b70dcc2a96902b8e60e3625a0b2fce48432fa73b913 1688 
ocaml-gavl_0.1.2-1.dsc
 3f0c2e2d5f9a7a834b56ce13bc8db99e0dc0cd7437937998dc62e584121475f0 64661 
ocaml-gavl_0.1.2.orig.tar.gz
 c471c9a9096cc9c32781bc60107236cb5de43b2a37431b315a8cad37fc81743c 2243 
ocaml-gavl_0.1.2-1.diff.gz
 5a880a11407679ee12481beed27541b78398e483b0ee8d7829270687db38897e 10540 
libgavl-ocaml_0.1.2-1_

Bug#547364: digikam is not displaying photos again

2009-10-12 Thread Andrew Schulman
> digikam is not displaying any photos -- again.

Ditto here, with versions 2:1.0.0~beta4-2 and 2:1.0.0~beta5-1.  No photos 
are displayed.

Thanks,
Andrew.



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



Bug#550687: Source package contains non-free IETF RFC/I-D

2009-10-12 Thread Ivo Emanuel Gonçalves
On 10/12/09, Simon Josefsson  wrote:
> 1. Ask the author of the RFC to re-license the RFC under a free
>license.  A template for this e-mail request can be found at
>http://wiki.debian.org/NonFreeIETFDocuments

Section 11 of said RFC states:

Copying conditions

The author(s) agree to grant third parties the irrevocable
right to copy, use and distribute the work, with
or without modification, in any medium, without royalty,
provided that, unless separate permission is granted,
redistributed modified works do not contain misleading
author, version, name of work, or endorsement information.

Just like the linked Debian page recommends.  What else do you want?

-Ivo



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



Bug#538822: dash fails to install if /bin/sh points to mksh

2009-10-12 Thread Gerrit Pape
On Tue, Sep 22, 2009 at 09:51:21AM +, Gerrit Pape wrote:
> On Fri, Aug 07, 2009 at 08:49:22PM +0200, Sven Joachim wrote:
> > [ Please keep CC'ing me, I'm not subscribed to the bug. ]
> > On 2009-08-07 18:49 +0200, Luk Claes wrote:
> > > dash's preinst guarantees that there is a diversion so that the unpack
> > > always succeeds...
> > 
> > Only the first part of this sentence is true.  Indeed there will always
> > be a diversion, but if a diversion had existed before that was _not_
> > created by the dash package, the preinst won't change it.
> > 
> > Thus, both the bash and the dash versions of /usr/share/man/man1/sh.1.gz
> > (and /bin/sh) would be diverted which raises the file conflict.
> 
> Yes, the problem can be reproduced with a fresh lenny bootstrap, a
> manual diversion of /bin/sh (not with --package dash, e.g. as suggested
> by bash's README.Debian), and then upgrade dash to 0.5.5.1-3.
> 
> I can also confirm that mksh no longer can provide /bin/sh at all if
> dash and bash are installed.  There can only be exactly one diversion
> for /bin/sh, and as both packages, dash and bash, currently include
> /bin/sh, the diversion must belong to either of them.
> 
> I'm not sure what the best solution is.  In dash's preinst we can make
> sure not only that a diversion exist, but also that it belongs to the
> dash package.  This would require removing a possibly existing
> diversion.
> 
> If the bash package finds a modified /bin/sh symlink and no diversion,
> its preinst outputs a message and prompts for RETURN, we could do
> similar for the diversion in dash.  That would fix the upgrade issue,
> but doesn't help mksh.  For multiple alternative packages providing
> /bin/sh there should be a different solution than diversions, I don't
> think they'll work out.

Hi, do you still work on the transition to make dash the default
/bin/sh?

I'm not sure I know all about the plan that was agreed upon.  E.g., is
there a plan to make bash not include the /bin/sh symlink in the
package, but handle it in the postinst just as dash did previously?

Regards, Gerrit.



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



Processed: your mail

2009-10-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 545600 libcv-dev
Bug #545600 [freej] freej: FTBFS: cxtypes.h:144: error: conflicting declaration 
'typedef long long int int64'
Bug reassigned from package 'freej' to 'libcv-dev'.
Bug No longer marked as found in versions freej/0.10git20090824-1.
>
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 debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#550696: convert-pgn: file conflict with gmchess

2009-10-12 Thread Sven Joachim
Package: convert-pgn
Version: 0.20.3-1
Severity: serious

It seems that a "Replaces: gmchess (<< 0.20.3-1)" is missing from the
new packages convert-pgn, eleeye and libeval0, as can be seen from the
following hiccup: (sorry for the German, but I think the problem should
be clear):

,
| % sudo aptitude -V -D safe-upgrade
| [...]
| Wähle vormals abgewähltes Paket convert-pgn.
| Entpacke convert-pgn (aus .../convert-pgn_0.20.3-1_i386.deb) ...
| dpkg: Fehler beim Bearbeiten von 
/var/cache/apt/archives/convert-pgn_0.20.3-1_i386.deb (--unpack):
|  Versuche, »/usr/games/convert_pgn« zu überschreiben, welches auch in Paket 
gmchess 0:0.20.2-3 ist
| [...]
| Wähle vormals abgewähltes Paket libeval0.
| Entpacke libeval0 (aus .../libeval0_0.20.3-1_i386.deb) ...
| dpkg: Fehler beim Bearbeiten von 
/var/cache/apt/archives/libeval0_0.20.3-1_i386.deb (--unpack):
|  Versuche, »/usr/lib/libeval.so.0.0.0« zu überschreiben, welches auch in 
Paket gmchess 0:0.20.2-3 ist
| Wähle vormals abgewähltes Paket eleeye.
| Entpacke eleeye (aus .../eleeye_0.20.3-1_i386.deb) ...
| dpkg: Fehler beim Bearbeiten von 
/var/cache/apt/archives/eleeye_0.20.3-1_i386.deb (--unpack):
|  Versuche, »/usr/games/eleeye_engine« zu überschreiben, welches auch in Paket 
gmchess 0:0.20.2-3 ist
| [...]
| Fehler traten auf beim Bearbeiten von:
|  /var/cache/apt/archives/convert-pgn_0.20.3-1_i386.deb
|  /var/cache/apt/archives/libeval0_0.20.3-1_i386.deb
|  /var/cache/apt/archives/eleeye_0.20.3-1_i386.deb
| E: Sub-process /usr/bin/dpkg returned an error code (1)
| Ein Paket konnte nicht installiert werden. Versuche zu lösen:
| dpkg: Abhängigkeitsprobleme verhindern Konfiguration von gmchess:
|  gmchess hängt ab von eleeye; aber:
|   Paket eleeye ist nicht installiert.
|  gmchess hängt ab von convert-pgn; aber:
|   Paket convert-pgn ist nicht installiert.
| dpkg: Fehler beim Bearbeiten von gmchess (--configure):
|  Abhängigkeitsprobleme - lasse es unkonfiguriert
`


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

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

Versions of packages convert-pgn depends on:
ii  libc6 2.9-27 GNU C Library: Shared libraries
ii  libgcc1   1:4.4.1-6  GCC support library
ii  libstdc++64.4.1-6The GNU Standard C++ Library v3

convert-pgn recommends no packages.

convert-pgn suggests no packages.

-- no debconf information



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



Bug#550695: [shared-mime-info]

2009-10-12 Thread gvo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: shared-mime-info
Version: 0.70-1
Severity: serious

- --- Please enter the report below this line. ---
Hi, i've installed shared-mime-info_0.70-1 by apt-get update in
my Debian/Sid amd64; after upgrade all file association in pcmanfm were
lost.


If I try :
11:48 r...@ra ~# update-mime-database.real /usr/share/mime
Unknown media type in type 'chemical/x-alchemy'
Unknown media type in type 'chemical/x-cache'
Unknown media type in type 'chemical/x-cactvs-ascii'
Unknown media type in type 'chemical/x-cactvs-binary'
...
And it's the same log in /var/log/apt/term.log

I've downgraded to shared-mime-info_0.60-2 in Testing repository to get
file association work again.


11:42 r...@ra ~# apt-cache policy shared-mime-info
shared-mime-info:
  Installé : 0.70-1
  Candidat : 0.70-1
 Table de version :
 *** 0.70-1 0
987 http://ftp.fr.debian.org sid/main Packages
100 /var/lib/dpkg/status
 0.60-2 0
980 http://ftp.fr.debian.org testing/main Packages
 0.30-2 0
500 http://ftp.fr.debian.org stable/main Packages

11:43 r...@ra ~# dpkg -l | grep shared-mime-info
ii  shared-mime-info 0.70-1

- --- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.30-2-amd64

Debian Release: squeeze/sid
  988 unstablewww.debian-multimedia.org 
  987 unstableftp.fr.debian.org 
  985 stable  security.debian.org 
  984 stable  www.debian-multimedia.org 
  980 testing ftp.fr.debian.org 
   98 experimentalftp.fr.debian.org 
  500 stable  ftp.fr.debian.org 

- --- Package information. ---
Depends(Version) | Installed
-+-
libc6   (>= 2.3) | 2.9-27
libglib2.0-0 (>= 2.16.0) | 2.22.2-2
libxml2   (>= 2.7.4) | 2.7.6.dfsg-1


Package's Recommends field is empty.

Package's Suggests field is empty.






- -- 
- --
Paulo Gravito
http://les-empires.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkrS/SIACgkQ7AjVLByYN2ov1ACeOLrNgOFYpQhmcp7E8G5+XTvJ
IMYAoKKvy04eh3Aa616pY4B7AGzhTPFG
=gXSj
-END PGP SIGNATURE-


Bug#528029: Prize Won! (Details inside)

2009-10-12 Thread Yahoo/Msn Corporation
Prize Won! (Five hundred and fifty two Thousand pounds sterling), kindly 
confirm receipt of this email, by forwarding Your Details as states below to 
our events manager on Email: claimsagent_harli...@yahoo.co.uk 
Name/Address/Tel number/Age/Occupation/Country of Origin.



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



Bug#550687: Source package contains non-free IETF RFC/I-D

2009-10-12 Thread Simon Josefsson
Severity: serious
Package: libvorbis
Version: 1.2.3-2
User: debian-rele...@lists.debian.org
Usertags: nonfree-doc rfc

Hi!

This source package contains the following files from the
IETF under non-free license terms:

+  libvorbis-1.2.3/doc/rfc5215.txt

Looking into the background here, it may be that the intention of the
author was to release the document under a free license since source
code for the document is included and the document author may be
involved with the project.  If that is true (needs to be confirmed) the
solution is to fix the debian/copyright file to mention the file and its
copyright status -- the file contains other copyright notices than the
ones mentioned in debian/copyright now.

The license on RFC/I-Ds is not DFSG-free, see:
 * http://bugs.debian.org/199810
 * http://release.debian.org/removing-non-free-documentation
 * http://wiki.debian.org/NonFreeIETFDocuments

The lenny/squeeze release policy says binary and source packages must each be 
free:
 * http://release.debian.org/lenny/rc_policy.txt
 * http://release.debian.org/squeeze/rc_policy.txt

The severity is serious, because this violates the Debian policy:
 * http://www.debian.org/doc/debian-policy/ch-archive.html#s-dfsg

There are (at least) three ways to fix this problem.  In order of
preference:

1. Ask the author of the RFC to re-license the RFC under a free
   license.  A template for this e-mail request can be found at
   http://wiki.debian.org/NonFreeIETFDocuments

2. Remove the non-free material from the source, e.g., by re-packaging
   the upstream archive and adding 'dfsg' to the Debian package
   version name.

3. Move the package to non-free.

General discussions are kindly requested to take place on debian-legal
or debian-devel in the thread with Subject: "Non-free IETF RFC/I-Ds in
source packages".

Thanks,
Simon



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



Processed: update

2009-10-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 538034 2:3.4.2-1
Bug #538034 [samba] Source package contains non-free IETF RFC/I-D
There is no source info for the package 'samba' at version '2:3.4.2-1' with 
architecture ''
Unable to make a source version for version '2:3.4.2-1'
Bug Marked as found in versions 2:3.4.2-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#545432: missing symbols noted in grub-ieee1275 within grub-emu

2009-10-12 Thread Felix Zielcke
Am Sonntag, den 11.10.2009, 20:55 -0400 schrieb Daniel Kahn Gillmor:
> found 545432 1.97~beta3-1
> thanks
> 
> just wanted to note that grub-ieee1275 continues to be a problem.  You
> can see this directly from a powerpc machine without actually using grub
> as the bootloader, with grub-emu.
> 
> just launching grub-emu puts the following text in the terminal:
> 
> ---
>   GNU GRUB  version 1.97~beta3
> 
>  [ Minimal BASH-like line editing is supported. For the first word, TAB
>lists possible command completions. Anywhere else TAB lists possible
>device/file completions. ]
> 
> Welcome to GRUB!
> 
> error: invalid arch independent ELF magic
>   sh:grub>
> ---
> 
> I think this same error message shows up as the __ashldi3 error 
> when trying to actually boot from it via OpenFirmware.

This error has nothing to do with that.
It even happens on i386-pc.
grub-emu doestn't support modules, but the code dealing with this isn't
totally disabled.

I send another mail to upstream, but honourly I personally don't have
much hope that this gets fixed.
Hm maybe it would help to send also a mail to the Debian powerpc and
sparc porter lists.


-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer




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



Bug#544350: pcp: Missing runlevels and dependencies in init.d scripts

2009-10-12 Thread Petter Reinholdtsen
[Nathan Scott]
> For PCP we have several daemons in the one package (as you see above
> in that ls output) and depending on the deployment, maybe some
> should be enabled, and maybe some not ... its not necessarily a bad
> thing to leave that choice up to the administrator, in the end, for
> PCP.

Well, the package used to enable them all, and I provided headers
assuming that the old behaviour should be kept.

> Is there any downside (other than not auto-starting in boot) to not
> having Default run levels set in the script?  Is it required /
> policy to do so?  I couldn't find docs that suggest that is/isn't
> the case anywhere.

Yes, it make it hard to enable the service, as the headers need to be
overridden or the init.d scripts edited before update-rc.d will enable
the scripts.  If you do not want to enable the service at boot after
initial installation, you should change the postinst to not call
update-rc.d instead of removing the runlevels from the default-*
headers.

I do not have any references available, but in Debian services are
normally expected to work out of the box after installation.

Happy hacking,
-- 
Petter Reinholdtsen



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