Bug#381543: multi-gnome-terminal: Fails to work with pam_tmpdir enanbled

2006-08-05 Thread Simon Brandmair
Package: multi-gnome-terminal
Version: 1.6.2-12
Severity: important

When pam_tmpdir is enabled, mgt fails to start:
Failed to open CORBA cookie file `/tmp/orbit-simi/cookie': No such file or 
directory
Failed to obtain CORBA authentication cookie, exiting

It seems like it is looking in the wrong place, since the tmp files are now 
under /tmp/user/.

To reproduce:
1. Install libpam-tmpdir
2. Add "session optional pam_tmpdir.so" to /etc/pam.d/common-session

Workaround:
Don't enable pam_tmpdir


Cheers,
Simon



-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.16-20060805
Locale: LANG=en_CA, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)

Versions of packages multi-gnome-terminal depends on:
ii  debconf1.4.30.13 Debian configuration management sy
ii  gdk-imlib111.9.14-30 imaging library for use with gtk
ii  libart21.4.2-19  The GNOME canvas widget - runtime 
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libc6  2.3.6-15  GNU C Library: Shared libraries
ii  libdb3 3.2.9-25  Berkeley v3 Database Libraries [ru
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libglade-gnome01:0.17-5  Library to load .glade files at ru
ii  libglade0  1:0.17-5  Library to load .glade files at ru
ii  libglib1.2 1.2.10-9  The GLib library of C routines
ii  libgnome32 1.4.2-32  The GNOME libraries
ii  libgnomesupport0   1.4.2-32  The GNOME libraries (Support libra
ii  libgnomeui32   1.4.2-32  The GNOME libraries (User Interfac
ii  libgnorba271.4.2-32  GNOME CORBA services
ii  libgtk1.2  1.2.10-18 The GIMP Toolkit set of widgets fo
ii  libice61:1.0.0-3 X11 Inter-Client Exchange library
ii  liborbit0  0.5.17-11.1   Libraries for ORBit - a CORBA ORB
ii  libpopt0   1.10-2lib for parsing cmdline parameters
ii  libsm6 1:1.0.0-4 X11 Session Management library
ii  libwrap0   7.6.dbs-8 Wietse Venema's TCP wrappers libra
ii  libx11-6   2:1.0.0-7 X11 client-side library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxi6 1:1.0.0-5 X11 Input extension library
ii  libxml11:1.8.17-10   GNOME XML library
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information


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



Bug#328832: mol-drivers-macosx: Run Tiger with mol

2006-08-05 Thread Elimar Riesebieter
On Sat, 05 Aug 2006 the mental interface of
Aurélien GÉRÔME told:

> Hi,
> 
> On Sat, Sep 17, 2005 at 06:02:43PM +0200, Elimar Riesebieter wrote:
> > According to #328826 we need the bootx loader from
> > http://www-user.rhrk.uni-kl.de/~nissler/mol/bootx.gz to run OSX10.4
> > out of linux.
> 
> Is there somewhere by any chance the source code of this ELF file?

I don't know :(

Elimar


-- 
  We all know Linux is great... it does infinite loops in 5 seconds.
-- Linus Torvalds


pgpg6Bk8zQiFP.pgp
Description: PGP signature


Bug#201625: marked as done (vflib2_2.25.1-17(mips/unstable): configure built with broken libtool.m4)

2006-08-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Aug 2006 12:39:24 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in vflib2 2.25.1-17.1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: vflib2
Version: 2.25.1-17
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of vflib2_2.25.1-17 on sgi by sbuild/mips 1.170.2
> Build started at 20030715-0557

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: cdbs, debhelper, xutils, xlibs-dev, libttf-dev, defoma (>= 
> 0.7.0), gcc-2.95

The version of libtool used to build this source package is too old to
correctly support shared libraries for the Debian mips and mipsel
architectures.  At least version (1.4.2-7) and higher correctly supports
them.  You need to update all of the libtool related files by running
the following on your source tree:

autoreconf --force

You may need to use the --install option as well.  You can also try the
individual commands needed yourself:

libtoolize --force --copy
aclocal
autoheader
automake -a
autoconf

autoheader may not be needed, and you may need to use versioned binaries
(autoconf2.13, automake-1.{4,5,6,7}, aclocal-1.{4,5,6,7}, etc)

The correct 'configure' script will have output that looks like this:
# This must be Linux ELF.
linux-gnu*)
  case $host_cpu in
  alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64* | arm* | 
m68k)
lt_cv_deplibs_check_method=pass_all ;;
  *)

It is important that mips, mipsel, arm, and m68k are listed in the
configure script here.
  
Older versions of libtool used a file_magic check for the pattern
file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )

The output of file(1) on a shared library on MIPS does not match this
regular expression, however.  Earlier versions of file had been
modified to match this regular expression, but the latest version uses
the same output as upstream once again.  The file check often causes
problems, and results on a build-dep on file that you might not
otherwise be aware of.  The new method doesn't need file(1) at all,
and is far less fragile, so it is best to upgrade the configure script
with proper mips support.

--- End Message ---
--- Begin Message ---
Source: vflib2
Source-Version: 2.25.1-17.1

Now that vflib2 is orphaned, bugs fixed in non-maintainer uploads can
be closed.  The original .changes file follows.

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  3 Aug 2003 18:51:07 -0600
Source: vflib2
Binary: vflib2-dev vflib2 vflib2-misc
Architecture: hppa source
Version: 2.25.1-17.1
Distribution: unstable
Urgency: low
Maintainer: LaMont Jones <[EMAIL PROTECTED]>
Changed-By: LaMont Jones <[EMAIL PROTECTED]>
Description:
 vflib2 - Vector Font Library for Japanese Character Code
 vflib2-dev - Vector Font Library for Japanese Character Code
 vflib2-misc - Miscelanious tools for VFlib2 library
Closes: 200972 201625
Changes:
 vflib2 (2.25.1-17.1) unstable; urgency=low
 .
   * NMU
   * Complie with gcc-3.3.  Closes: #200972
   * update libtool crap.  Closes: #201625
Files:
 de057b438382fc77437d3888bc90e382 389826 oldlibs optional 
vflib2_2.25.1-17.1_hppa.deb
 080165b506782449fd418125bbac0fe6 83468 oldlibs optional 
vflib2-dev_2.25.1-17.1_hppa.deb
 64c0dd3babfc2c304f6656fc9ca732c7 28390 utils optional 
vflib2-misc_2.25.1-17.1_hppa.deb
 1b680ef6ec0dd06045d66a5aa628c77a 265961 oldlibs optional 
vflib2_2.25.1-17.1.diff.gz
 646d3771cf21f43b9fbacf78aabfc9e5 640 oldlibs optional vflib2_2.25.1-17.1.dsc

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

iD8DBQE/LbGSzN/kmwoKyScRAu8uAJ0TUu5LXYDYnrOhEO+63Dv2U2hwzQCffWlw
P2b/TGFhYh7MiSA2NDCqKcU=
=NaN8
-END PGP SIGNATURE-
--- End Message ---


Bug#200972: marked as done (vflib2_2.25.1-17(hppa/unstable): FBTFS: build-depends gcc-2.95)

2006-08-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Aug 2006 12:39:24 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in vflib2 2.25.1-17.1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: vflib2
Version: 2.25.1-17
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of vflib2_2.25.1-17 on sarti by sbuild/hppa 1.170.2
> Build started at 20030712-0927

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: cdbs, debhelper, xutils, xlibs-dev, libttf-dev, defoma (>= 
> 0.7.0), gcc-2.95

[...]


A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppa&pkg=vflib2&ver=2.25.1-17

There is no gcc-2.95 on hppa (nor ia64), both of which successfully built
2.25.1-16, hence this is an RC defect.

lamont

--- End Message ---
--- Begin Message ---
Source: vflib2
Source-Version: 2.25.1-17.1

Now that vflib2 is orphaned, bugs fixed in non-maintainer uploads can
be closed.  The original .changes file follows.

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  3 Aug 2003 18:51:07 -0600
Source: vflib2
Binary: vflib2-dev vflib2 vflib2-misc
Architecture: hppa source
Version: 2.25.1-17.1
Distribution: unstable
Urgency: low
Maintainer: LaMont Jones <[EMAIL PROTECTED]>
Changed-By: LaMont Jones <[EMAIL PROTECTED]>
Description:
 vflib2 - Vector Font Library for Japanese Character Code
 vflib2-dev - Vector Font Library for Japanese Character Code
 vflib2-misc - Miscelanious tools for VFlib2 library
Closes: 200972 201625
Changes:
 vflib2 (2.25.1-17.1) unstable; urgency=low
 .
   * NMU
   * Complie with gcc-3.3.  Closes: #200972
   * update libtool crap.  Closes: #201625
Files:
 de057b438382fc77437d3888bc90e382 389826 oldlibs optional 
vflib2_2.25.1-17.1_hppa.deb
 080165b506782449fd418125bbac0fe6 83468 oldlibs optional 
vflib2-dev_2.25.1-17.1_hppa.deb
 64c0dd3babfc2c304f6656fc9ca732c7 28390 utils optional 
vflib2-misc_2.25.1-17.1_hppa.deb
 1b680ef6ec0dd06045d66a5aa628c77a 265961 oldlibs optional 
vflib2_2.25.1-17.1.diff.gz
 646d3771cf21f43b9fbacf78aabfc9e5 640 oldlibs optional vflib2_2.25.1-17.1.dsc

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

iD8DBQE/LbGSzN/kmwoKyScRAu8uAJ0TUu5LXYDYnrOhEO+63Dv2U2hwzQCffWlw
P2b/TGFhYh7MiSA2NDCqKcU=
=NaN8
-END PGP SIGNATURE-
--- End Message ---


Bug#381543: multi-gnome-terminal: Fails to work with pam_tmpdir enanbled

2006-08-05 Thread Matej Vela
Simon Brandmair <[EMAIL PROTECTED]> writes:

> When pam_tmpdir is enabled, mgt fails to start:
> Failed to open CORBA cookie file `/tmp/orbit-simi/cookie': No such file or 
> directory
> Failed to obtain CORBA authentication cookie, exiting
>
> It seems like it is looking in the wrong place, since the tmp files are now 
> under /tmp/user/.

Does the same error appear when you run goad-browser?

Thanks,

Matej


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



Bug#328832: mol-drivers-macosx: Run Tiger with mol

2006-08-05 Thread Aurélien GÉRÔME
On Sat, Aug 05, 2006 at 12:57:31PM +0200, Elimar Riesebieter wrote:
> On Sat, 05 Aug 2006 the mental interface of
> Aurélien GÉRÔME told:
> 
> > On Sat, Sep 17, 2005 at 06:02:43PM +0200, Elimar Riesebieter wrote:
> > > According to #328826 we need the bootx loader from
> > > http://www-user.rhrk.uni-kl.de/~nissler/mol/bootx.gz to run OSX10.4
> > > out of linux.
> > 
> > Is there somewhere by any chance the source code of this ELF file?
> 
> I don't know :(

Indeed, and that is precisely why I Cc'ed Mattias Nissler, the author
of the patch, to get some more details about how he proceeded. ;)

Cheers,
-- 
 .''`.   Aurélien GÉRÔME
: :'  :
`. `'`   Free Software Developer
  `- Unix Sys & Net Admin


signature.asc
Description: Digital signature


ida_2.05-1_i386.changes ACCEPTED

2006-08-05 Thread Debian Installer

Accepted:
ida_2.05-1.diff.gz
  to pool/contrib/i/ida/ida_2.05-1.diff.gz
ida_2.05-1.dsc
  to pool/contrib/i/ida/ida_2.05-1.dsc
ida_2.05-1_i386.deb
  to pool/contrib/i/ida/ida_2.05-1_i386.deb
ida_2.05.orig.tar.gz
  to pool/contrib/i/ida/ida_2.05.orig.tar.gz


Override entries for your package:
ida_2.05-1.dsc - source contrib/graphics
ida_2.05-1_i386.deb - extra contrib/graphics

Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 262806 279451 321455 346874 


Thank you for your contribution to Debian.


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



Processing of ida_2.05-1_i386.changes

2006-08-05 Thread Archive Administrator
ida_2.05-1_i386.changes uploaded successfully to localhost
along with the files:
  ida_2.05-1.dsc
  ida_2.05.orig.tar.gz
  ida_2.05-1.diff.gz
  ida_2.05-1_i386.deb

Greetings,

Your Debian queue daemon


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



Bug#381543: multi-gnome-terminal: Fails to work with pam_tmpdir enanbled

2006-08-05 Thread Simon Brandmair

On 05.08.2006 13:07 (Saturday), Matej Vela wrote:

Simon Brandmair <[EMAIL PROTECTED]> writes:
> When pam_tmpdir is enabled, mgt fails to start:
> Failed to open CORBA cookie file `/tmp/orbit-simi/cookie': No such file or
directory
> Failed to obtain CORBA authentication cookie, exiting

Does the same error appear when you run goad-browser?


Yes, exactly the same error message.

Cheers,
Simon



Bug#227054: fixed

2006-08-05 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

 iceme |   1.0.0-12 | source, all

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

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

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

Debian distribution maintenance software
pp.
Jeroen van Wolffelaar (the ftpmaster behind the curtain)


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



Bug#227077: fixed

2006-08-05 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

   icepref | 1.1-17 | source, all

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

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

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

Debian distribution maintenance software
pp.
Jeroen van Wolffelaar (the ftpmaster behind the curtain)


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



Bug#297473: fixed

2006-08-05 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

   openmcl | 0.14.2.p1.o | source, powerpc

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

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

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

Debian distribution maintenance software
pp.
Jeroen van Wolffelaar (the ftpmaster behind the curtain)


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



Bug#297475: fixed

2006-08-05 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

openmcl-build-tools | 20040505-3 | source, powerpc

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

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

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

Debian distribution maintenance software
pp.
Jeroen van Wolffelaar (the ftpmaster behind the curtain)


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



Bug#312208: fixed

2006-08-05 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

 newsflash |0.99-10 | source, alpha, amd64, arm, hppa, hurd-i386, i386, 
ia64, m68k, mips, mipsel, powerpc, s390, sparc

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

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

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

Debian distribution maintenance software
pp.
Jeroen van Wolffelaar (the ftpmaster behind the curtain)


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



Bug#312209: fixed

2006-08-05 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

postit |  0.5-6 | source, alpha, amd64, arm, hppa, hurd-i386, i386, 
ia64, m68k, mips, mipsel, powerpc, s390, sparc

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

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

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

Debian distribution maintenance software
pp.
Jeroen van Wolffelaar (the ftpmaster behind the curtain)


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



Bug#313207: marked as done (libplot-perl: segfaults when trying to create plot for png, ps or gif)

2006-08-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Aug 2006 09:02:18 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#313207: fixed in libplot-perl 2.2.2-2
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: libplot-perl
Version: 2.2.0-7
Severity: important


It fails to create plots when the selected device is ps, png or gif.
It is still able to create plots in an X window.

The following program reproduces the bug:

#!/usr/bin/perl -w
use Graphics::Libplot ':ALL';

$handle=pl_newpl($ARGV[0],\*STDIN,\*STDOUT,\*STDERR);
pl_selectpl($handle);
pl_openpl();

pl_closepl();
pl_selectpl(0);
pl_deletepl($handle);

___END___

Results: X   - an empty window is created
 png,gif - segfault at pl_closepl
 ps  - segfault at pl_deletepl

The bug was introduced when I upgraded from Woody to Sarge.
I suppose this means that the bug appeared in the change from
libplot (2.4.1-7) to libplot2 (2.4.1-11).

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=ISO-8859-1) (ignored: LC_ALL set to 
sv_SE)

Versions of packages libplot-perl depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libplot22.4.1-11 The GNU plotutils libraries
ii  perl5.8.4-8  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.4]   5.8.4-8  The Pathologically Eclectic Rubbis

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: libplot-perl
Source-Version: 2.2.2-2

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

libplot-perl_2.2.2-2.diff.gz
  to pool/main/libp/libplot-perl/libplot-perl_2.2.2-2.diff.gz
libplot-perl_2.2.2-2.dsc
  to pool/main/libp/libplot-perl/libplot-perl_2.2.2-2.dsc
libplot-perl_2.2.2-2_i386.deb
  to pool/main/libp/libplot-perl/libplot-perl_2.2.2-2_i386.deb



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

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

Debian distribution maintenance software
pp.
Carlo Segre <[EMAIL PROTECTED]> (supplier of updated libplot-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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  4 Aug 2006 02:53:01 -0500
Source: libplot-perl
Binary: libplot-perl
Architecture: source i386
Version: 2.2.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[EMAIL PROTECTED]>
Changed-By: Carlo Segre <[EMAIL PROTECTED]>
Description: 
 libplot-perl - perl interface to plot library
Closes: 279800 313207
Changes: 
 libplot-perl (2.2.2-2) unstable; urgency=low
 .
   * Changed Maintainer to
  Debian Perl Group <[EMAIL PROTECTED]>
  via Carlo Segre <[EMAIL PROTECTED]> (Closes: #279800).
   * Accepting QA upload for output device fix below (Closes: #313207).
   * Upgrade to Standards Version 3.7.2 and Compatibility Level 5.
   * Added watch file.
Files: 
 2aa2db7ea999248324f7d5b9720947b7 681 perl extra libplot-perl_2.2.2-2.dsc
 2443831313ecd1837ccfa1fc5ec586eb 1208 perl extra libplot-perl_2.2.2-2.diff.gz
 7f0f270f7cf488f6d7687727261ec38e 52594 perl extra libplot-perl_2.2.2-2_i386.deb

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

iD8DBQFE1L4sebASZpNwHu8RAhQsAJ99PlmjkTkxs+srYooThcBHW3WKMACdHvgX
qSH9lhXHoZrxDne7KTZrLNg=
=tGkU
-END PGP SIGNATURE-

--- End Message ---


Processed: Bug#381543: libgnorba27 should honor TMPDIR like orbit

2006-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 381543 libgnorba27 should honor TMPDIR like orbit
Bug#381543: multi-gnome-terminal: Fails to work with pam_tmpdir enanbled
Changed Bug title.

> reassign 381543 libgnorba27 1.4.2-32
Bug#381543: libgnorba27 should honor TMPDIR like orbit
Bug reassigned from package `multi-gnome-terminal' to `libgnorba27'.

> tag 381543 patch
Bug#381543: libgnorba27 should honor TMPDIR like orbit
There were no tags set.
Tags added: patch

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#381543: libgnorba27 should honor TMPDIR like orbit

2006-08-05 Thread Matej Vela
retitle 381543 libgnorba27 should honor TMPDIR like orbit
reassign 381543 libgnorba27 1.4.2-32
tag 381543 patch
thanks

Simon Brandmair <[EMAIL PROTECTED]> writes:

> On 05.08.2006 13:07 (Saturday), Matej Vela wrote:
>> Simon Brandmair <[EMAIL PROTECTED]> writes:
>> > When pam_tmpdir is enabled, mgt fails to start:
>> > Failed to open CORBA cookie file `/tmp/orbit-simi/cookie': No such file or
>> directory
>> > Failed to obtain CORBA authentication cookie, exiting
>> 
>> Does the same error appear when you run goad-browser?
>
> Yes, exactly the same error message.

Ah, found it.  orbit has been patched to honor TMPDIR (#42615), and
libgnorba hasn't:

  orbit-0.5.17/src/orb/orb.c:190:
g_string_sprintf(tmpstr, "%s/orbit-%s", g_get_tmp_dir(), g_get_user_name());

  gnome-libs-1.4.2/libgnorba/orbitgtk.c:133:
name = g_strconcat ("/tmp/orbit-", pwent->pw_name, "/cookie", NULL);

Untested patch below.  (Like orbit, it uses g_get_user_name(), which
may return a different value from getpwuid().)

--- gnome-libs-1.4.2~/libgnorba/orbitgtk.c
+++ gnome-libs-1.4.2/libgnorba/orbitgtk.c
@@ -118,19 +118,12 @@
 static char *
 _gnorba_get_cookie_reliably (const char *setme)
 {
-   struct passwd *pwent;
char buf[64];
char *random_string = NULL;
char *name = NULL;
int fd = -1;

-   pwent = getpwuid(getuid());
-   if(!pwent) {
-   fprintf(stderr,_("Failed to get user details for UID %d 
(%s)\n"), getuid(),strerror(errno));
-   goto out;
-   }
-   
-   name = g_strconcat ("/tmp/orbit-", pwent->pw_name, "/cookie", NULL);
+   name = g_strconcat (g_get_tmp_dir (), "/orbit-", g_get_user_name (), 
"/cookie", NULL);

if(setme) {


Cheers,

Matej


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



Bug#334698: closed by Christopher Martin <[EMAIL PROTECTED]> (reply to Christopher Martin <[EMAIL PROTECTED]>) (Re: Bug#334698: htdig: AMD64 arch corrupts databases)

2006-08-05 Thread Jeff Breidenbach

If you really want to keep using htdig 3.1 [...]


Ok, ok, ok, it's time to move on. Sigh...

Jeff


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



aleph 0.9.0-3 MIGRATED to testing

2006-08-05 Thread Debian testing watch
FYI: The status of the aleph source package
in Debian's testing distribution has changed.

  Previous version: 0.9.0-2.1
  Current version:  0.9.0-3

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



autounit 0.15.2-6 MIGRATED to testing

2006-08-05 Thread Debian testing watch
FYI: The status of the autounit source package
in Debian's testing distribution has changed.

  Previous version: 0.15.2-5
  Current version:  0.15.2-6

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



ggi-doc 0.0.20040308-2 MIGRATED to testing

2006-08-05 Thread Debian testing watch
FYI: The status of the ggi-doc source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.0.20040308-2

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



gtk-qt-engine 0.60-3 MIGRATED to testing

2006-08-05 Thread Debian testing watch
FYI: The status of the gtk-qt-engine source package
in Debian's testing distribution has changed.

  Previous version: 0.60-2.1
  Current version:  0.60-3

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



htdig 1:3.2.0b6-1 MIGRATED to testing

2006-08-05 Thread Debian testing watch
FYI: The status of the htdig source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:3.2.0b6-1

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



libunit++ 1.2.3-5 MIGRATED to testing

2006-08-05 Thread Debian testing watch
FYI: The status of the libunit++ source package
in Debian's testing distribution has changed.

  Previous version: 1.2.3-4
  Current version:  1.2.3-5

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



php4-tclink 3.4.0-5 MIGRATED to testing

2006-08-05 Thread Debian testing watch
FYI: The status of the php4-tclink source package
in Debian's testing distribution has changed.

  Previous version: 3.4.0-4
  Current version:  3.4.0-5

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



unalz 0.55-2 MIGRATED to testing

2006-08-05 Thread Debian testing watch
FYI: The status of the unalz source package
in Debian's testing distribution has changed.

  Previous version: 0.55-1
  Current version:  0.55-2

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



simulavr 0.1.2.2-5 MIGRATED to testing

2006-08-05 Thread Debian testing watch
FYI: The status of the simulavr source package
in Debian's testing distribution has changed.

  Previous version: 0.1.2.2-4
  Current version:  0.1.2.2-5

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



wv 1.2.1-2 MIGRATED to testing

2006-08-05 Thread Debian testing watch
FYI: The status of the wv source package
in Debian's testing distribution has changed.

  Previous version: 1.2.1-1
  Current version:  1.2.1-2

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



Bug#328832: mol-drivers-macosx: Run Tiger with mol

2006-08-05 Thread Mattias Nissler
> On Sat, Aug 05, 2006 at 12:57:31PM +0200, Elimar Riesebieter wrote:
> > On Sat, 05 Aug 2006 the mental interface of
> > Aurélien GÉRÔME told:
> > 
> > > On Sat, Sep 17, 2005 at 06:02:43PM +0200, Elimar Riesebieter wrote:
> > > > According to #328826 we need the bootx loader from
> > > > http://www-user.rhrk.uni-kl.de/~nissler/mol/bootx.gz to run OSX10.4
> > > > out of linux.
> > > 
> > > Is there somewhere by any chance the source code of this ELF file?
> > 
> > I don't know :(
> 
> Indeed, and that is precisely why I Cc'ed Mattias Nissler, the author
> of the patch, to get some more details about how he proceeded. ;)

Hey guys. Sorry I haven't got to this earlier. My laptop where all that stuff 
is on is currently disconnected from the net. I hope to get internet access 
sometime next week. I'll come back to you then.

>From what I can tell from my memory, I merely only changed some defines and 
>recompiled the bootloader.

Mattias
-- 


"Feel free" – 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail



Bug#328832: mol-drivers-macosx: Run Tiger with mol

2006-08-05 Thread Aurélien GÉRÔME
Hi Mattias,

On Sun, Aug 06, 2006 at 02:39:55AM +0200, Mattias Nissler wrote:
> Hey guys. Sorry I haven't got to this earlier. My laptop where all
> that stuff is on is currently disconnected from the net. I hope to
> get internet access sometime next week. I'll come back to you then.
> From what I can tell from my memory, I merely only changed
> some defines and recompiled the bootloader.

OK, I am glad to hear it and I am looking forward to your patch. ;)

Cheers,
-- 
 .''`.   Aurélien GÉRÔME
: :'  :
`. `'`   Free Software Developer
  `- Unix Sys & Net Admin


signature.asc
Description: Digital signature