Debian Bug report logs - #462116
FTBFS with GCC 4.3: missing #includes

version graph

Package: blender; Maintainer for blender is Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>; Source for blender is src:blender (PTS, buildd, popcon).

Reported by: Martin Michlmayr <tbm@cyrius.com>

Date: Tue, 22 Jan 2008 16:24:02 UTC

Severity: normal

Found in versions blender/2.45-1, blender/2.45-3

Fixed in versions 2.45-2, blender/2.45-4

Done: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian Blender Maintainers <pkg-blender-maintainers@lists.alioth.debian.org>:
Bug#462116; Package blender. (full text, mbox, link).


Acknowledgement sent to Martin Michlmayr <tbm@cyrius.com>:
New Bug report received and forwarded. Copy sent to Debian Blender Maintainers <pkg-blender-maintainers@lists.alioth.debian.org>. (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Martin Michlmayr <tbm@cyrius.com>
To: submit@bugs.debian.org
Subject: FTBFS with GCC 4.3: missing #includes
Date: Tue, 22 Jan 2008 17:13:48 +0100
Package: blender
Version: 2.45-1
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  There's some more information about this at
http://gcc.gnu.org/gcc-4.3/porting_to.html

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

> Automatic build of blender_2.45-1 on em64t by sbuild/amd64 0.53
...
> scons: Building targets ...
> Compiling ==> 'SND_DummyDevice.cpp'
> In file included from intern/moto/include/MT_Matrix3x3.h:52,
>                  from intern/SoundSystem/SND_Object.h:41,
>                  from intern/SoundSystem/SND_SoundObject.h:40,
>                  from intern/SoundSystem/SND_IAudioDevice.h:35,
>                  from intern/SoundSystem/intern/SND_AudioDevice.h:35,
>                  from intern/SoundSystem/dummy/SND_DummyDevice.h:35,
>                  from intern/SoundSystem/dummy/SND_DummyDevice.cpp:42:
> intern/moto/include/MT_Quaternion.h: In member function 'void MT_Quaternion::setRotation(const MT_Vector3&, MT_Scalar)':
> intern/moto/include/MT_Quaternion.h:71: warning: deprecated conversion from string constant to 'char*'
> intern/moto/include/MT_Quaternion.h:71: warning: deprecated conversion from string constant to 'char*'
> In file included from intern/SoundSystem/SND_Object.h:41,
>                  from intern/SoundSystem/SND_SoundObject.h:40,
>                  from intern/SoundSystem/SND_IAudioDevice.h:35,
>                  from intern/SoundSystem/intern/SND_AudioDevice.h:35,
>                  from intern/SoundSystem/dummy/SND_DummyDevice.h:35,
>                  from intern/SoundSystem/dummy/SND_DummyDevice.cpp:42:
> intern/moto/include/MT_Matrix3x3.h: In member function 'void MT_Matrix3x3::setRotation(const MT_Quaternion&)':
> intern/moto/include/MT_Matrix3x3.h:114: warning: deprecated conversion from string constant to 'char*'
> intern/moto/include/MT_Matrix3x3.h:114: warning: deprecated conversion from string constant to 'char*'
> In file included from intern/SoundSystem/SND_SoundObject.h:41,
>                  from intern/SoundSystem/SND_IAudioDevice.h:35,
>                  from intern/SoundSystem/intern/SND_AudioDevice.h:35,
>                  from intern/SoundSystem/dummy/SND_DummyDevice.h:35,
>                  from intern/SoundSystem/dummy/SND_DummyDevice.cpp:42:
> intern/string/STR_String.h: In member function 'const STR_String& STR_String::operator=(const byte*)':
> intern/string/STR_String.h:148: error: 'strlen' was not declared in this scope
> intern/string/STR_String.h: In member function 'const STR_String& STR_String::operator=(const char*)':
> intern/string/STR_String.h:151: error: 'strlen' was not declared in this scope
> intern/string/STR_String.h: In member function 'const STR_String& STR_String::operator+=(const char*)':
> intern/string/STR_String.h:153: error: 'strlen' was not declared in this scope
> intern/string/STR_String.h: In function 'bool operator<(const STR_String&, const STR_String&)':
> intern/string/STR_String.h:158: error: 'strcmp' was not declared in this scope
> intern/string/STR_String.h: In function 'bool operator<(const STR_String&, const char*)':
> intern/string/STR_String.h:159: error: 'strcmp' was not declared in this scope
> intern/string/STR_String.h: In function 'bool operator<(const char*, const STR_String&)':
> intern/string/STR_String.h:160: error: 'strcmp' was not declared in this scope
> intern/string/STR_String.h: In function 'bool operator>(const STR_String&, const STR_String&)':
> intern/string/STR_String.h:161: error: 'strcmp' was not declared in this scope
> intern/string/STR_String.h: In function 'bool operator>(const STR_String&, const char*)':
> intern/string/STR_String.h:162: error: 'strcmp' was not declared in this scope
> intern/string/STR_String.h: In function 'bool operator>(const char*, const STR_String&)':
> intern/string/STR_String.h:163: error: 'strcmp' was not declared in this scope
> intern/string/STR_String.h: In function 'bool operator<=(const STR_String&, const STR_String&)':
> intern/string/STR_String.h:164: error: 'strcmp' was not declared in this scope
> intern/string/STR_String.h: In function 'bool operator<=(const STR_String&, const char*)':
> intern/string/STR_String.h:165: error: 'strcmp' was not declared in this scope
> intern/string/STR_String.h: In function 'bool operator<=(const char*, const STR_String&)':
> intern/string/STR_String.h:166: error: 'strcmp' was not declared in this scope
> intern/string/STR_String.h: In function 'bool operator>=(const STR_String&, const STR_String&)':
> intern/string/STR_String.h:167: error: 'strcmp' was not declared in this scope
> intern/string/STR_String.h: In function 'bool operator>=(const STR_String&, const char*)':
> intern/string/STR_String.h:168: error: 'strcmp' was not declared in this scope
> intern/string/STR_String.h: In function 'bool operator>=(const char*, const STR_String&)':
> intern/string/STR_String.h:169: error: 'strcmp' was not declared in this scope
> intern/string/STR_String.h: In function 'bool operator==(const STR_String&, const STR_String&)':
> intern/string/STR_String.h:170: error: 'memcmp' was not declared in this scope
> intern/string/STR_String.h: In function 'bool operator==(const STR_String&, const char*)':
> intern/string/STR_String.h:171: error: 'memcmp' was not declared in this scope
> intern/string/STR_String.h: In function 'bool operator==(const char*, const STR_String&)':
> intern/string/STR_String.h:172: error: 'memcmp' was not declared in this scope
> intern/string/STR_String.h: In function 'bool operator!=(const STR_String&, const STR_String&)':
> intern/string/STR_String.h:173: error: 'memcmp' was not declared in this scope
> intern/string/STR_String.h: In function 'bool operator!=(const STR_String&, const char*)':
> intern/string/STR_String.h:174: error: 'memcmp' was not declared in this scope
> intern/string/STR_String.h: In function 'bool operator!=(const char*, const STR_String&)':
> intern/string/STR_String.h:175: error: 'memcmp' was not declared in this scope
> intern/string/STR_String.h: In function 'STR_String operator+(const STR_String&, const char*)':
> intern/string/STR_String.h:198: error: 'strlen' was not declared in this scope
> intern/string/STR_String.h: In function 'STR_String operator+(const char*, const STR_String&)':
> intern/string/STR_String.h:199: error: 'strlen' was not declared in this scope
> scons: *** [build/linux2/intern/SoundSystem/dummy/SND_DummyDevice.o] Error 1
> scons: building terminated because of errors.
> make: *** [build-stamp] Error 2

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




Reply sent to Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>:
You have taken responsibility. (full text, mbox, link).


Notification sent to Martin Michlmayr <tbm@cyrius.com>:
Bug acknowledged by developer. (full text, mbox, link).


Message #10 received at 462116-close@bugs.debian.org (full text, mbox, reply):

From: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
To: 462116-close@bugs.debian.org
Subject: Bug#462116: fixed in blender 2.45-2
Date: Wed, 23 Jan 2008 21:02:04 +0000
Source: blender
Source-Version: 2.45-2

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

blender_2.45-2.diff.gz
  to pool/main/b/blender/blender_2.45-2.diff.gz
blender_2.45-2.dsc
  to pool/main/b/blender/blender_2.45-2.dsc
blender_2.45-2_i386.deb
  to pool/main/b/blender/blender_2.45-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 462116@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> (supplier of updated blender 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 23 Jan 2008 04:15:13 +0100
Source: blender
Binary: blender
Architecture: source i386
Version: 2.45-2
Distribution: unstable
Urgency: low
Maintainer: Debian Blender Maintainers <pkg-blender-maintainers@lists.alioth.debian.org>
Changed-By: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
Description: 
 blender    - Very fast and versatile 3D modeller/renderer
Closes: 445154 462116
Changes: 
 blender (2.45-2) unstable; urgency=low
 .
   [ User-visible changes ]
   * Rework the blender wrapper. As it was written, it might discard user
     customization in the ~/.blender directory. Now, a subdirectory named
     after the previous version number is created, and previous
     configuration items are stored there before updating to the latest
     data shipped by upstream. This way, last features are available by
     default, while previous configuration is still accessible if needed.
   * The wrapper also used to create many symlinks under ~/.blender/scripts
     and has now been modified to rather create a single symlink per
     package. Other packages can now ship Blender scripts under
     /usr/share/blender/scripts/$package, and a symlink to this directory
     will be added automatically during the next startup.
   * Previous links (to /usr/lib/blender/…) should also be removed
     automatically.
   * Add “-W” to the “Exec” key of blender-fullscreen.desktop, so that
     Blender is really launched fullscreen (without window borders and
     possible decorations). It's still amazing to see how collaborative
     developers from sister distributions can be.
 .
   [ Great cleanup ]
   * Switch from python-central to python-support:
      - debian/control:
         - B-D: Replace python-central with python-support.
         - B-D: Replace python2.4-dev with python-dev.
         - Drop python-centralish additional fields: X{S,B}-Python-Version.
      - debian/rules:
         - Replace dh_pycentral with dh_pysupport.
   * Remove the homepage from the long description.
   * Remove the binary and source lintian overrides about the additional
     “Homepage” source field, which is now official.
   * Replace many “install” calls in debian/rules by a call to“
     dh_install” and appropriate lines in debian/blender.install.That also
     fixes the spurious installation of the SVG icon in a 32x32 icon folder.
   * Move the locales where they belong: /usr/share/locale. Remove the symlink
     from the wrapper, it is no longer needed.
   * Remove the dot from the filenames of the Blanguages and bfont.ttf files,
     so that they no longer appear as hidden. Also move them to /usr/share.
     Modify the wrapper accordingly, so that it symlinks to the new locations.
     Also add a TODO about a possible removal of the font symlink.
   * Also move the scripts hierarchy and the VERSION file to /usr/share. Adapt
     the wrapper for this purpose too. Adapt the “chmod” call in debian/rules
     accordingly.
   * Drop the optimization lowering on mips(el) from debian/rules, although
     #354439 isn't marked as fixed yet. Thanks to Arthur Loiret for checking
     that the build goes fine with current gcc version.
   * Actually drop the “ccache” detection introduced in 2.45-1. Setting the
     PATH is much more straightforward.
   * General cleanup of debian/rules, especially superfluous use of $(CURDIR).
   * Delete “image-file-in-usr-lib” lintian override. No longer needed due to
     the /usr/lib to /usr/share migration of most of the files (nor really
     justified anyway).
   * No longer ship bfont.ttf directly since it is a duplicate of Bitstream
     Vera. Ship a symlink to the appopriate font and add a Depends: on the
     ttf-bitstream-vera package. Thanks linda.
   * Modify the handling of the config.* files. They are listed at the top of
     debian/rules and this list should be refreshed for each upstream release.
   * Modify the tweaks for the build of the plugins, using a symlink now.
   * Move the conditional addition (on Linux architectures only) of libdc1394
     to the patch against config/linux2-config.py.
   * Convert the patch system from dpatch to quilt. As a reminder, they are
     currently:
      - 02_tmp_in_HOME, by Florian Ernst:
          Create all temporary user data in $HOME/.blender, preventing
          possible security issues (e.g. symlink attacks, see #298167).
      - 04_de_po_fix, by Florian Ernst:
          Little fixes for de.po, by Jens Seidel <jensseidel@users.sf.net>,
          reported to the upstream patch tracker as #7823.
      - 10_gnukfreebsd_support by me:
          Add support for GNU/kFreeBSD in upstream files, see #388349.
      - 20_gcc4.3_support by me:
          Fix FTBFS with GCC 4.3 (Closes: #462116).
      - 50_debian_build_config by me:
          Customize the upstream default Linux configuration. Diffs are
          listed in TODO at the moment, until a dedicated file is added.
   * Modify the handling of user-config.py: config/linux2-config is now
     symlinked at build time from user-config.py, so that non-Linux
     architectures use it, although the auto-detection doesn't find the
     matching configuration file. The symlink is removed at clean time.
   * Drop no longer needed files:
      - debian/dirs
      - debian/genpot/*
      - debian/misc/user-config.py
      - debian/pot-header.txt
      - debian/pycompat
   * Adapt the wrapper so that other packages can ship scripts under a
     given directory (/usr/share/blender/scripts/$package) and that those
     scripts are taken into account when blender is started (using the same
     symlink mechanism that was already present for the scripts shipped
     with blender).
   * Update the menu file, providing with better long titles, thanks to
     Bill Allombert (Closes: #445154).
   * Bump Standards-Version to 3.7.3 (no change needed).
   * Add Vcs-{Git,Browser} fields, pointing to collab-maint.
   * Remove debian/README.Alioth-CVS accordingly.
   * Remove debian/NEWS: no longer needed, and debian/README contains
     updated information.
   * No longer run “uupdate” in debian/watch.
   * Drop linda overrides, it looks like a outdated and deprecated tool.
   * Remove Florian Ernst from Uploaders upon his request, thanks for
     your taking care of Blender until now!
Files: 
 28c6e885018c4d4866a09fde0eac6502 1193 graphics optional blender_2.45-2.dsc
 df8e14f63cb9f993462835adcdf7ecbe 26531 graphics optional blender_2.45-2.diff.gz
 0b63a53dad267a18c6b083707bfc71f2 7013096 graphics optional blender_2.45-2_i386.deb

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

iD8DBQFHl6gHs3U+TVFLPnwRApUEAJ46mMA9EzrT+5SwoGbvaRAfT3sMmACeOyzE
SjdDpyzFI9Bqvk3L6SF4KDE=
=zgDF
-----END PGP SIGNATURE-----





Information forwarded to debian-bugs-dist@lists.debian.org, Debian Blender Maintainers <pkg-blender-maintainers@lists.alioth.debian.org>:
Bug#462116; Package blender. (full text, mbox, link).


Acknowledgement sent to Martin Michlmayr <tbm@cyrius.com>:
Extra info received and forwarded to list. Copy sent to Debian Blender Maintainers <pkg-blender-maintainers@lists.alioth.debian.org>. (full text, mbox, link).


Message #15 received at 462116@bugs.debian.org (full text, mbox, reply):

From: Martin Michlmayr <tbm@cyrius.com>
To: 462116@bugs.debian.org
Cc: control@bugs.debian.org
Subject: Re: Log for failed build of blender_2.45-3 (dist=unstable1)
Date: Sat, 2 Feb 2008 22:48:40 +0100
found 462116 2.45-3
thanks

Not completely fixed I'm afraid.

> Automatic build of blender_2.45-3 on em64t by sbuild/amd64 0.53
...
> Compiling ==> 'SHD_math.c'
> Compiling ==> 'SHD_mapping.c'
> Compiling ==> 'SHD_material.c'
> Linking library ==> 'libnodes.a'
> Compiling ==> 'export_Plugin.cpp'
> source/blender/yafray/intern/export_Plugin.cpp: In function 'std::string YafrayPath()':
> source/blender/yafray/intern/export_Plugin.cpp:103: warning: deprecated conversion from string constant to 'char*'
> source/blender/yafray/intern/export_Plugin.cpp:103: warning: deprecated conversion from string constant to 'char*'
> source/blender/yafray/intern/export_Plugin.cpp: In function 'std::string YafrayPluginPath()':
> source/blender/yafray/intern/export_Plugin.cpp:126: warning: deprecated conversion from string constant to 'char*'
> source/blender/yafray/intern/export_Plugin.cpp:126: warning: deprecated conversion from string constant to 'char*'
> source/blender/yafray/intern/export_Plugin.cpp: In member function 'virtual bool yafrayPluginRender_t::initExport()':
> source/blender/yafray/intern/export_Plugin.cpp:180: warning: deprecated conversion from string constant to 'char*'
> source/blender/yafray/intern/export_Plugin.cpp: In function 'void adjustPath(std::string&)':
> source/blender/yafray/intern/export_Plugin.cpp:271: error: 'strcpy' was not declared in this scope
> scons: *** [build/linux2/source/blender/yafray/intern/export_Plugin.o] Error 1
> scons: building terminated because of errors.

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




Bug marked as found in version 2.45-3 and reopened. Request was from Martin Michlmayr <tbm@cyrius.com> to control@bugs.debian.org. (Sat, 02 Feb 2008 21:51:02 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Debian Blender Maintainers <pkg-blender-maintainers@lists.alioth.debian.org>:
Bug#462116; Package blender. (full text, mbox, link).


Acknowledgement sent to Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>:
Extra info received and forwarded to list. Copy sent to Debian Blender Maintainers <pkg-blender-maintainers@lists.alioth.debian.org>. (full text, mbox, link).


Message #22 received at 462116@bugs.debian.org (full text, mbox, reply):

From: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
To: Martin Michlmayr <tbm@cyrius.com>, 462116@bugs.debian.org
Subject: Re: Bug#462116: Log for failed build of blender_2.45-3 (dist=unstable1)
Date: Sat, 02 Feb 2008 22:55:50 +0100
[Message part 1 (text/plain, inline)]
On 02/02/2008, Martin Michlmayr wrote:
> Not completely fixed I'm afraid.

Err, indeed, that part of the code was enabled again with the latest
revision. I'll probably wait for it to migrate to testing (if there
area no other user complaint) before fixing this, though.

Cheers,

-- 
Cyril Brulebois
[Message part 2 (application/pgp-signature, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org, Debian Blender Maintainers <pkg-blender-maintainers@lists.alioth.debian.org>:
Bug#462116; Package blender. (full text, mbox, link).


Acknowledgement sent to Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>:
Extra info received and forwarded to list. Copy sent to Debian Blender Maintainers <pkg-blender-maintainers@lists.alioth.debian.org>. (full text, mbox, link).


Message #27 received at 462116@bugs.debian.org (full text, mbox, reply):

From: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
To: control@bugs.debian.org
Cc: 462116@bugs.debian.org
Subject: tagging 462116
Date: Sun, 02 Mar 2008 00:25:22 +0100
# Automatically generated email from bts, devscripts version 2.10.16
# still waiting for a sponsor…
tags 462116 pending





Tags added: pending Request was from Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> to control@bugs.debian.org. (Sat, 01 Mar 2008 23:27:05 GMT) (full text, mbox, link).


Reply sent to Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>:
You have taken responsibility. (full text, mbox, link).


Notification sent to Martin Michlmayr <tbm@cyrius.com>:
Bug acknowledged by developer. (full text, mbox, link).


Message #34 received at 462116-close@bugs.debian.org (full text, mbox, reply):

From: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
To: 462116-close@bugs.debian.org
Subject: Bug#462116: fixed in blender 2.45-4
Date: Mon, 03 Mar 2008 21:32:06 +0000
Source: blender
Source-Version: 2.45-4

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

blender_2.45-4.diff.gz
  to pool/main/b/blender/blender_2.45-4.diff.gz
blender_2.45-4.dsc
  to pool/main/b/blender/blender_2.45-4.dsc
blender_2.45-4_i386.deb
  to pool/main/b/blender/blender_2.45-4_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 462116@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> (supplier of updated blender 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 28 Feb 2008 21:45:53 +0100
Source: blender
Binary: blender
Architecture: source i386
Version: 2.45-4
Distribution: unstable
Urgency: low
Maintainer: Debian Blender Maintainers <pkg-blender-maintainers@lists.alioth.debian.org>
Changed-By: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
Description: 
 blender    - Very fast and versatile 3D modeller/renderer
Closes: 462116
Changes: 
 blender (2.45-4) unstable; urgency=low
 .
   * Fix FTBFS with gcc-4.3 by refreshing the following patch, fixing the
     yafray code, enabled again in the 2.45-3 upload (Closes: #462116):
      - 20_gcc4.3_support.
   * Delete the versions from the B-D on ftgl-dev and gettext; since they
     are even satisfied in oldstable, it doesn't make sense to keep them.
Files: 
 c0799dc8622b61af4c9c64d0ec8dd86f 1168 graphics optional blender_2.45-4.dsc
 2559ae6a64203014707bd7bd465ae4ec 26948 graphics optional blender_2.45-4.diff.gz
 09995e4c91ed8350597543eaa3954242 7166098 graphics optional blender_2.45-4_i386.deb

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

iD8DBQFHzFxLs3U+TVFLPnwRAjBBAJ4yMlnR4jzt3wZ8LVma44tI/0OyBACbBe2Z
IUt6S65QrIrN6do3OIjOEOA=
=quKs
-----END PGP SIGNATURE-----





Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Mon, 05 May 2008 07:29:11 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sun Jul 2 08:20:49 2023; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.