[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#333007: marked as done (libarts1c2: libmcop has hard-coded path "/tmp")



Your message dated Sun, 17 Feb 2008 15:52:26 +0100
with message-id <200802171552.27617.fabo@debian.org>
and subject line libmcop has hard-coded path "/tmp"
has caused the Debian Bug report #333007,
regarding libarts1c2: libmcop has hard-coded path "/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 owner@bugs.debian.org
immediately.)


-- 
333007: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333007
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libarts1c2
Version: 1.4.2-4
Severity: normal

It is not possible to tell libmcop to relocate temporary files to
another directory by setting TMPDIR; it insists on putting all temp
files in /tmp.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libarts1c2 depends on:
ii  libartsc0                 1.4.2-4        aRts sound system C support librar
ii  libasound2                1.0.9-3        ALSA library
ii  libaudio2                 1.7-3          The Network Audio System (NAS). (s
ii  libaudiofile0             0.2.6-6        Open-source version of SGI's audio
ii  libc6                     2.3.5-6        GNU C Library: Shared libraries an
ii  libesd0                   0.2.36-1       Enlightened Sound Daemon - Shared 
ii  libgcc1                   1:4.0.2-2      GCC support library
ii  libglib2.0-0              2.8.3-1        The GLib library of C routines
ii  libice6                   6.8.2.dfsg.1-8 Inter-Client Exchange library
ii  libjack0.100.0-0          0.100.0-4      JACK Audio Connection Kit (librari
ii  libmad0                   0.15.1b-2.1    MPEG audio decoder library
ii  libogg0                   1.1.2-1        Ogg Bitstream Library
ii  libpng12-0                1.2.8rel-5     PNG library - runtime
ii  libqt3-mt                 3:3.3.5-1      Qt GUI Library (Threaded runtime v
ii  libsm6                    6.8.2.dfsg.1-8 X Window System Session Management
ii  libstdc++6                4.0.2-2        The GNU Standard C++ Library v3
ii  libvorbis0a               1.1.0-1        The Vorbis General Audio Compressi
ii  libvorbisenc2             1.1.0-1        The Vorbis General Audio Compressi
ii  libvorbisfile3            1.1.0-1        The Vorbis General Audio Compressi
ii  libx11-6                  6.8.2.dfsg.1-8 X Window System protocol client li
ii  libxext6                  6.8.2.dfsg.1-8 X Window System miscellaneous exte
ii  libxt6                    6.8.2.dfsg.1-8 X Toolkit Intrinsics
ii  xlibs                     6.8.2.dfsg.1-8 X Window System client libraries m
ii  zlib1g                    1:1.2.3-4      compression library - runtime

Versions of packages libarts1c2 recommends:
ii  akode                         4:3.4.2-2  plugin for aRts

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 1.5.1-1

See mcop/mcoputils.cc :

  tmp = getenv("KDETMP");
  if (!tmp || !tmp[0])
     tmp = getenv("TMPDIR");
  if (!tmp || !tmp[0])
     tmp = "/tmp";


--- End Message ---

Reply to: