Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#537125: Installs into /debian/tmp

0 views
Skip to first unread message

Julian Andres Klode

unread,
Jul 15, 2009, 7:20:15 AM7/15/09
to
Package: dbus
Version: 1.2.16-1
Severity: grave

/debian/tmp/... is installed, instead of the files inside it
e.g. /debian/tmp/usr/lib/dbus-1.0/dbus-daemon-launch-helper
instead of /usr/lib/dbus-1.0/dbus-daemon-launch-helper.

root@hp:~# dpkg -L dbus
/.
/etc
/etc/init.d
/etc/init.d/dbus
/etc/default
/etc/default/dbus
/var
/var/lib
/var/lib/dbus
/usr
/usr/share
/usr/share/doc
/usr/share/doc/dbus
/usr/share/doc/dbus/copyright
/usr/share/doc/dbus/AUTHORS
/usr/share/doc/dbus/README.gz
/usr/share/doc/dbus/changelog.Debian.gz
/usr/share/doc/dbus/changelog.gz
/debian
/debian/tmp
/debian/tmp/etc
/debian/tmp/etc/dbus-1
/debian/tmp/etc/dbus-1/session.d
/debian/tmp/etc/dbus-1/system.d
/debian/tmp/etc/dbus-1/session.conf
/debian/tmp/etc/dbus-1/system.conf
/debian/tmp/usr
/debian/tmp/usr/lib
/debian/tmp/usr/lib/dbus-1.0
/debian/tmp/usr/lib/dbus-1.0/dbus-daemon-launch-helper
/debian/tmp/usr/bin
/debian/tmp/usr/bin/dbus-uuidgen
/debian/tmp/usr/bin/dbus-cleanup-sockets
/debian/tmp/usr/bin/dbus-daemon
/debian/tmp/usr/bin/dbus-send
/debian/tmp/usr/bin/dbus-monitor
/debian/tmp/usr/share
/debian/tmp/usr/share/dbus-1
/debian/tmp/usr/share/dbus-1/services
/debian/tmp/usr/share/dbus-1/system-services
/debian/tmp/usr/share/man
/debian/tmp/usr/share/man/man1
/debian/tmp/usr/share/man/man1/dbus-uuidgen.1
/debian/tmp/usr/share/man/man1/dbus-cleanup-sockets.1
/debian/tmp/usr/share/man/man1/dbus-daemon.1
/debian/tmp/usr/share/man/man1/dbus-monitor.1
/debian/tmp/usr/share/man/man1/dbus-send.1
/etc/dbus-1/system.conf
/etc/dbus-1/session.conf

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

Kernel: Linux 2.6.30-1-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 dbus depends on:
ii adduser 3.110 add and remove users and groups
ii libc6 2.9-20 GNU C Library: Shared libraries
ii libdbus-1-3 1.2.16-1 simple interprocess messaging syst
ii libexpat1 2.0.1-4 XML parsing C library - runtime li
ii libselinux1 2.0.82-1 SELinux shared libraries
ii lsb-base 3.2-22 Linux Standard Base 3.2 init scrip

dbus recommends no packages.

Versions of packages dbus suggests:
pn dbus-x11 <none> (no description available)

-- no debconf information

--
Julian Andres Klode - Free Software Developer
Debian Developer - Contributing Member of SPI
Ubuntu Member - Fellow of FSFE

Website: http://jak-linux.org/ XMPP: jul...@jabber.org
Debian: http://www.debian.org/ SPI: http://www.spi-inc.org/
Ubuntu: http://www.ubuntu.com/ FSFE: http://www.fsfe.org/

signature.asc

Sven Joachim

unread,
Jul 15, 2009, 8:30:22 AM7/15/09
to
clone 537125 -1
reassign -1 debhelper
found -1 7.2.22
retitle -1 dh_install does not strip off debian/tmp prefix
thanks

On 2009-07-15 13:33 +0200, Julian Andres Klode wrote:

> On Wed, Jul 15, 2009 at 12:55:43PM +0200, Julian Andres Klode wrote:
>> Package: dbus
>> Version: 1.2.16-1
>> Severity: grave
>>
>> /debian/tmp/... is installed, instead of the files inside it
>> e.g. /debian/tmp/usr/lib/dbus-1.0/dbus-daemon-launch-helper
>> instead of /usr/lib/dbus-1.0/dbus-daemon-launch-helper.
>

> I attached a patch I used to locally build a working package. It
> simply removes the debian/tmp/ in front of each line in the various
> debian/*.install files.

This would be debhelper's job, and it used to work in the past.
Reassigning a copy of this bug to debhelper.

Regards,
Sven

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

Stéphane Glondu

unread,
Jul 15, 2009, 8:40:52 AM7/15/09
to
Julian Andres Klode a écrit :

>> /debian/tmp/... is installed, instead of the files inside it
>> e.g. /debian/tmp/usr/lib/dbus-1.0/dbus-daemon-launch-helper
>> instead of /usr/lib/dbus-1.0/dbus-daemon-launch-helper.
>
> I attached a patch I used to locally build a working package. It
> simply removes the debian/tmp/ in front of each line in the various
> debian/*.install files.

FTR, the package builds fine with debhelper 7.2.14. An incompatibility
must have been introduced between 7.2.14 and 7.2.22.


Cheers,

--
Stéphane

Julian Andres Klode

unread,
Jul 15, 2009, 9:00:15 AM7/15/09
to
On Wed, Jul 15, 2009 at 02:17:06PM +0200, St�phane Glondu wrote:
> Julian Andres Klode a �crit :

> >> /debian/tmp/... is installed, instead of the files inside it
> >> e.g. /debian/tmp/usr/lib/dbus-1.0/dbus-daemon-launch-helper
> >> instead of /usr/lib/dbus-1.0/dbus-daemon-launch-helper.
> >
> > I attached a patch I used to locally build a working package. It
> > simply removes the debian/tmp/ in front of each line in the various
> > debian/*.install files.
>
> FTR, the package builds fine with debhelper 7.2.14. An incompatibility
> must have been introduced between 7.2.14 and 7.2.22.

Maybe this broke it:
* dh_install: Fix support for the case where --sourcedir=debian/tmp/foo
is used. Perl was not being greedy enough and the 'foo' was not stripped
from the destination directory in this unusual case. Closes: #537017

AFAIK, e.g. python-apt builds correctly with 7.2.21 and broke with
7.2.22.


--
Julian Andres Klode - Free Software Developer
Debian Developer - Contributing Member of SPI
Ubuntu Member - Fellow of FSFE

--

Debian Bug Tracking System

unread,
Jul 15, 2009, 9:00:18 PM7/15/09
to

Your message dated Thu, 16 Jul 2009 00:32:06 +0000
with message-id <E1MREtK-...@ries.debian.org>
and subject line Bug#537125: fixed in dbus 1.2.16-2
has caused the Debian Bug report #537125,
regarding Installs into /debian/tmp
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.)


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

signature.asc

Debian Bug Tracking System

unread,
Jul 17, 2009, 7:00:11 AM7/17/09
to

Your message dated Fri, 17 Jul 2009 12:09:09 +0200
with message-id <4A604DC5...@debian.org>
and subject line Re: [Pkg-utopia-maintainers] Bug#537208: July 16 dbus upgrade error
has caused the Debian Bug report #537208,

regarding Installs into /debian/tmp
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.)


--
537208: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537208

signature.asc
signature.asc
0 new messages