Bug#435083: libpetsc2.3.3-dev not available making petsc-dev uninstallable

2007-08-06 Thread LUK ShunTim
Adam C Powell IV wrote:
 merge 434666 435803
 thanks

[snipped]

 I believe petsc 2.3.3-1 now builds, since the new suitesparse and
 openmpi were uploaded.  Can you please try to build it and see if it
 installs properly?
 
 Unfortunately, I can't force the buildds to retry building it, so I
 don't know when it will enter unstable.
 
 Thanks,
 -Adam

Hello,

Unfortunately, it doesn't. :-(. I did the usual thing, ie.

apt-get source petsc
sudo apt-get build-dep petsc
cd /path/to/petsc-2.2.3
fakeroot -u dpkg-buildpackage -us -uc

It didn't get very far. The error message is short so I include it in
full. Not very helpful I guess. :-(

error-message
dpkg-buildpackage: source package is petsc
dpkg-buildpackage: source version is 2.3.3-1
dpkg-buildpackage: source changed by Adam C. Powell, IV
[EMAIL PROTECTED]
dpkg-buildpackage: host architecture i386
dpkg-buildpackage: source version without epoch 2.3.3-1
 debian/rules clean
dh_testdir
if [ -e patch ]; then \
  debian/rules unpatch; \
fi
make[1]: Entering directory `/var/opt/00work/petsc/deb/petsc-2.3.3'
for patchfile in `ls --reverse debian/patch-*`; do \
  patch -p1 -R  $patchfile; \
done
patching file src/sys/utils/makefile
patching file src/sys/objects/makefile
patching file docs/bugreporting.html
patching file docs/index.html
patching file docs/faq.html
patching file python/BuildSystem/config/setCompilers.py
patching file python/PETSc/utilities/debugging.py
patching file bmake/common/rules.shared.basic
rm patch
make[1]: Leaving directory `/var/opt/00work/petsc/deb/petsc-2.3.3'
mv TAGS thetags
dh_clean
# These are needed for -lam, -dec and -contrib builds
rm -rf debian/libpetsc2.3.3 debian/libpetsc2.3.3-dev \
  debian/libpetsc2.3.3-dbg
mv thetags TAGS
rm -f build* install* debian/*.substvars debian/libpetsc2.3.3-dev.docs
debian/libpetsc2.3.3-dev.postinst debian/libpetsc2.3.3-dev.prerm
# This is commented because it really doesn't do anything useful for us
# (removes example executables, so what?)
# make PETSC_ARCH=linux-gnu
PETSC_DIR=/var/opt/00work/petsc/deb/petsc-2.3.3 clean
# These probably should be removed by `make clean' but aren't
rm -f `find . -name \*.o -print` `find . -name \*.pyc -print`
rm -rf lib debian/extemp bmake/linux-gnu*
 dpkg-source -b petsc-2.3.3
dpkg-source: building petsc using existing petsc_2.3.3.orig.tar.gz
dpkg-source: building petsc in petsc_2.3.3-1.diff.gz
dpkg-source: building petsc in petsc_2.3.3-1.dsc
 debian/rules build
for patchfile in `ls debian/patch-*`; do \
  patch -p1  $patchfile; \
done
patching file bmake/common/rules.shared.basic
patching file python/PETSc/utilities/debugging.py
patching file python/BuildSystem/config/setCompilers.py
patching file docs/bugreporting.html
patching file docs/index.html
patching file docs/faq.html
patching file src/sys/utils/makefile
patching file src/sys/objects/makefile
touch patch
PETSC_DIR=/var/opt/00work/petsc/deb/petsc-2.3.3 ./config/configure.py \
  --with-debugging=1 \
  --useThreads 0 --with-mpi-dir=/usr \
  --with-blas-lib=-lblas-3 --with-lapack-lib=-llapack-3 \
  --with-umfpack=1 --with-umfpack-include=/usr/include/suitesparse \
  --with-umfpack-lib=[/usr/lib/libumfpack.so,/usr/lib/libamd.so] \
  --with-superlu=1 --with-superlu-include=/usr/include/superlu \
  --with-superlu-lib=/usr/lib/libsuperlu.so
=
 Configuring PETSc to compile on your system

=
=
 *** Do not run configure as root, or using sudo. ***
 *** Use the --with-sudo=sudo option to have  ***
 *** installs of external packages done with sudo ***
 *** use only with --prefix= when installing in   ***
 *** system directories   ***
=
make: *** [build-arch] Error 3
/error-message

Regards,
ST
--


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



Bug#431336: marked as done (CVE-2007-2835 : Buffer overflow.)

2007-08-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Aug 2007 06:47:08 +
with message-id [EMAIL PROTECTED]
and subject line Bug#431336: fixed in unicon 3.0.4-12
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)

---BeginMessage---
Package: unicon-imc2
Version: 3.0.4-11
Severity: grave
Usertags: sourcescan

*** Please type your report below this line ***

  CVE-2007-2835 : Allows local root compromise via zhcon.

  Anyway, the setuid(0) zhcon application links to this library,
 which contains a buffer overflow which may be used to gain root.
 (Actually any application using this library can be exploited; 
 this is the only setuid one I could spot.)

  The source of this problem is ./unicon/ImmModules/cce/CCE_pinyin.c:

static int
IMM_Flush ()
{
  char name[256];
  sprintf(name,%s/.pyinput/usrphrase.tab,getenv(HOME));
  SaveUsrPhrase(name);
  sprintf(name,%s/.pyinput/sysfrequency.tab,getenv(HOME));
  SavePhraseFrequency(name);

  return 1;
}

  There are similar problems in the file /unicon/ImmModules/cce/xl_pinyin.c
 too.


Steve
-- 
# Commercial Debian GNU/Linux Support
http://www.linux-administration.org/


---End Message---
---BeginMessage---
Source: unicon
Source-Version: 3.0.4-12

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

unicon-imc2_3.0.4-12_i386.deb
  to pool/main/u/unicon/unicon-imc2_3.0.4-12_i386.deb
unicon_3.0.4-12.diff.gz
  to pool/main/u/unicon/unicon_3.0.4-12.diff.gz
unicon_3.0.4-12.dsc
  to pool/main/u/unicon/unicon_3.0.4-12.dsc



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.
Yu Guanghui [EMAIL PROTECTED] (supplier of updated unicon 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: Mon, 06 Aug 2007 13:50:51 +0800
Source: unicon
Binary: unicon-imc2
Architecture: source i386
Version: 3.0.4-12
Distribution: unstable
Urgency: low
Maintainer: Yu Guanghui [EMAIL PROTECTED]
Changed-By: Yu Guanghui [EMAIL PROTECTED]
Description: 
 unicon-imc2 - Chinese Input Method Library
Closes: 431336
Changes: 
 unicon (3.0.4-12) unstable; urgency=low
 .
   * Merged CVE-2007-2835  to unstable. (Closes:Bug#431336)
Files: 
 208ba9b1abe26852dbe8e016ff4f2504 593 utils optional unicon_3.0.4-12.dsc
 5615bce4b7c9544764d2e9bae7b9a6df 15934 utils optional unicon_3.0.4-12.diff.gz
 42c5f502a17a93394a7f0ebffbb3cf0f 4151994 utils optional 
unicon-imc2_3.0.4-12_i386.deb

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

iD8DBQFGtriaKNPoKRflcycRAojoAJ9230xGlLWPFHcvXJoRZE6zaGcR+gCfXZ+C
Kpb9rIyItTqXtuCP+PsljuU=
=VQWt
-END PGP SIGNATURE-

---End Message---


Bug#419035: rott: crashes on start on AMD64

2007-08-06 Thread Fabian Greffrath

Dear Dmitry,

Dmitry V. Rutsky schrieb:
After some pleasant tinkering with GDB (didn't use that for ages) and fixing 
various things I managed to make it start a game;  the graphics and gameplay 
at the beginning seem normal.  Sound works, but music is just a loud humming.  
Loading a game produces segfault.
  

thank you very much for debugging!

I have merged both of our patches and made them available under:
http://www.geocities.com/fab666_2000/10-32bitisms_v2.dpatch.zip

This should be a good starting point for further debugging. ;)

I've got other things to do for the time being, so I don't plan to see into 
these issues any time soon.  Hope somebody else will do that :)

By the way, GCC just screams about these issues in it's warnings, like
===
rt_actor.c: In function ‘FindAddresses’:
rt_actor.c:1004: warning: cast from pointer to integer of different size
rt_actor.c:1012: warning: cast from pointer to integer of different size
===
Probably fixing all these warnings in the first place will solve the issues.
  

However, do you consider the game playable?
I am CCing the -amd64 list, maybe one of the readers is willing to get 
more into detail in this issue
The patch is attached.  I wonder what is the scheme of working on packages in 
Debian is --- surely it's something more advanced than cp/diff I used?
  
I guess there are more sophisticated tools for this in Debian, but I use 
cp and diff, too. ;)


Cheers,
Fabian

--
Dipl.-Phys. Fabian Greffrath
Lehrstuhl für Energieanlagen und Energieprozesstechnik
Ruhr-Universität Bochum
Universitätsstraße 150, IB 3/134
D-44780 Bochum

Tel.:   +49(0)234/32-26334
Fax:+49(0)234/32-14227
E-Mail: greffrath(at)leat.ruhr-uni-bochum.de



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



Bug#436193: 0.7.8-2 broke building OOo SDKs Javadoc

2007-08-06 Thread Rene Engelhard
Package: gjdoc
Version: 0.7.8-2
Severity: grave

Hi,

while 0.7.8-1 worked, 0.7.8-2 breaks building OOo:

[...]
Writing HTML files for package com.sun.star.tools.uno
java.lang.reflect.InvocationTargetException
   at java.lang.reflect.Method.invoke(libgcj_bc.so.1)
   at gnu.classpath.tools.gjdoc.Main.startDoclet(javadoc)
   at gnu.classpath.tools.gjdoc.Main.start(javadoc)
   at gnu.classpath.tools.gjdoc.Main.main(javadoc)
Caused by: java.lang.NoClassDefFoundError: 
gnu.classpath.tools.gjdoc.expr.Evaluator
   at java.lang.Class.initializeClass(libgcj_bc.so.1)
   at gnu.classpath.tools.gjdoc.FieldDocImpl.constantValue(javadoc)
   at gnu.classpath.tools.gjdoc.FieldDocImpl.constantValue(javadoc)
   at 
gnu.classpath.tools.doclets.htmldoclet.HtmlDoclet.printMemberDetails(javadoc)
   at gnu.classpath.tools.doclets.htmldoclet.HtmlDoclet.printClassPage(javadoc)
   at gnu.classpath.tools.doclets.htmldoclet.HtmlDoclet.run(javadoc)
   at gnu.classpath.tools.doclets.AbstractDoclet.startInstance(javadoc)
   at gnu.classpath.tools.doclets.AbstractDoclet.start(javadoc)
   at java.lang.reflect.Method.invoke(libgcj_bc.so.1)
   ...3 more
Caused by: java.lang.ClassNotFoundException: antlr.TokenStreamException not 
found in gnu.gcj.runtime.SystemClassLoader{urls=[file:./], 
parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
   at java.net.URLClassLoader.findClass(libgcj_bc.so.1)
   at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj_bc.so.1)
   at java.lang.ClassLoader.loadClass(libgcj_bc.so.1)
   at java.lang.ClassLoader.loadClass(libgcj_bc.so.1)
   at java.lang.Class.initializeClass(libgcj_bc.so.1)
   ...11 more
dmake:  Error code 5, while making 
'../../unxlngi6.pro/bin/odkcommon/docs/java/ref/index.html'
dmake:  '../../unxlngi6.pro/bin/odkcommon/docs/java/ref/index.html' removed.
---* RULES.MK *---

ERROR: Error 65280 occurred while making 
/home/rene/openoffice.org-2.3.0/ooo-build/build/current/odk/pack/gendocu

Regards,

Rene

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

Kernel: Linux 2.6.18-4-686 (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/bash

Versions of packages gjdoc depends on:
ii  antlr   2.7.6-9  language tool for constructing rec
ii  debhelper   5.0.53   helper programs for debian/rules
ii  gij [java1-runtime] 4:4.1.2-3The GNU Java bytecode interpreter
ii  gij-4.1 [java1-runtime] 4.1.2-14 The GNU Java bytecode interpreter
ii  gij-4.2 [java1-runtime] 4.2.1-1  The GNU Java bytecode interpreter
ii  java-gcj-compat 1.0.76-2 Java runtime environment using GIJ
ii  libc6   2.6-5GNU C Library: Shared libraries
ii  libgcc1 1:4.2.1-1GCC support library
ii  libgcj-bc   4.1.2-3  Link time only library for use wit
ii  libgcj7-1   4.1.2-14 Java runtime library for use with
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

gjdoc recommends no packages.

-- no debconf information



signature.asc
Description: Digital signature


Bug#436112: apt-proxy: Failed to load application: /usr/lib/python2.4/site-packages/apt_pkg.so: undefined symbol: pkgCPU

2007-08-06 Thread Folkert van Heusden
  'Dir':'.', # /
  'Dir::State' : 'apt/', # var/lib/apt/
  
  belle:/home/folkert/Personal/src/pov# /etc/init.d/apt-proxy restart
  Stopping apt-proxy.
  Starting apt-proxy
  Failed to load application: /usr/lib/python2.4/site-packages/apt_pkg.so: 
  undefined symbol: pkgCPU
 
 Strange ...
 Could/Would please execute these actions
  /etc/init.d/apt-proxy stop
   /var/log/apt-proxy.log
  /etc/init.d/apt-proxy start
 and then mail /var/log/apt-proxy.log

Here it is:

2007/08/06 10:08 +0200 [-] Log opened.
2007/08/06 10:08 +0200 [-] twistd 2.5.0 (/usr/bin/python 2.4.4) starting up
2007/08/06 10:08 +0200 [-] reactor class: class 
'twisted.internet.selectreactor.SelectReactor'
2007/08/06 10:08 +0200 [-] Loading /usr/sbin/apt-proxy...
2007/08/06 10:08 +0200 [-] 
/usr/lib/python2.4/site-packages/twisted/manhole/telnet.py:8: 
exceptions.DeprecationWarning: As of Twisted 2.1, twisted.protocols.telnet is 
deprecated.  See twisted.conch.telnet for the current, supported API.
2007/08/06 10:08 +0200 [-] Traceback (most recent call last):
2007/08/06 10:08 +0200 [-]   File 
/usr/lib/python2.4/site-packages/twisted/application/app.py, line 218, in 
getApplication
2007/08/06 10:08 +0200 [-] application = service.loadApplication(filename, 
style, passphrase)
2007/08/06 10:08 +0200 [-]   File 
/usr/lib/python2.4/site-packages/twisted/application/service.py, line 341, in 
loadApplication
2007/08/06 10:08 +0200 [-] application = sob.loadValueFromFile(filename, 
'application', passphrase)
2007/08/06 10:08 +0200 [-]   File 
/usr/lib/python2.4/site-packages/twisted/persisted/sob.py, line 215, in 
loadValueFromFile
2007/08/06 10:08 +0200 [-] exec fileObj in d, d
2007/08/06 10:08 +0200 [-]   File /usr/sbin/apt-proxy, line 19, in ?
2007/08/06 10:08 +0200 [-] from apt_proxy.apt_proxy_conf import apConfig
2007/08/06 10:08 +0200 [-]   File 
/usr/lib/python2.4/site-packages/apt_proxy/apt_proxy_conf.py, line 17, in ?
2007/08/06 10:08 +0200 [-] from apt_proxy import Backend
2007/08/06 10:08 +0200 [-]   File 
/usr/lib/python2.4/site-packages/apt_proxy/apt_proxy.py, line 26, in ?
2007/08/06 10:08 +0200 [-] import fetchers, cache, packages
2007/08/06 10:08 +0200 [-]   File 
/usr/lib/python2.4/site-packages/apt_proxy/packages.py, line 17, in ?
2007/08/06 10:08 +0200 [-] import apt_pkg, apt_inst, sys, os, stat
2007/08/06 10:08 +0200 [-] ImportError: 
/usr/lib/python2.4/site-packages/apt_pkg.so: undefined symbol: pkgCPU
2007/08/06 10:08 +0200 [-] Failed to load application: 
/usr/lib/python2.4/site-packages/apt_pkg.so: undefined symbol: pkgCPU
2007/08/06 10:08 +0200 [-] Unhandled Error
Traceback (most recent call last):
  File /usr/lib/python2.4/site-packages/twisted/application/app.py, 
line 379, in run
runApp(config)
  File /usr/lib/python2.4/site-packages/twisted/scripts/twistd.py, 
line 23, in runApp
_SomeApplicationRunner(config).run()
  File /usr/lib/python2.4/site-packages/twisted/application/app.py, 
line 157, in run
self.application = self.createOrGetApplication()
  File /usr/lib/python2.4/site-packages/twisted/application/app.py, 
line 207, in createOrGetApplication
application = getApplication(self.config, passphrase)
--- exception caught here ---
  File /usr/lib/python2.4/site-packages/twisted/application/app.py, 
line 218, in getApplication
application = service.loadApplication(filename, style, passphrase)
  File 
/usr/lib/python2.4/site-packages/twisted/application/service.py, line 341, in 
loadApplication
application = sob.loadValueFromFile(filename, 'application', 
passphrase)
  File /usr/lib/python2.4/site-packages/twisted/persisted/sob.py, 
line 215, in loadValueFromFile
exec fileObj in d, d
  File /usr/sbin/apt-proxy, line 19, in ?
from apt_proxy.apt_proxy_conf import apConfig
  File /usr/lib/python2.4/site-packages/apt_proxy/apt_proxy_conf.py, 
line 17, in ?
from apt_proxy import Backend
  File /usr/lib/python2.4/site-packages/apt_proxy/apt_proxy.py, line 
26, in ?
import fetchers, cache, packages
  File /usr/lib/python2.4/site-packages/apt_proxy/packages.py, line 
17, in ?
import apt_pkg, apt_inst, sys, os, stat
exceptions.ImportError: /usr/lib/python2.4/site-packages/apt_pkg.so: 
undefined symbol: pkgCPU

2007/08/06 10:08 +0200 [-]


Folkert van Heusden

-- 
MultiTail è uno flexible tool per seguire di logfiles e effettuazione
di commissioni. Feltrare, provedere da colore, merge, 'diff-view',
etc. http://www.vanheusden.com/multitail/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com



Bug#436200: since last update motion suddenly won't store motion-triggered movies

2007-08-06 Thread Folkert van Heusden
Package: motion
Version: 3.2.3-2.1+b3
Severity: grave
Justification: renders package unusable


since last update motion suddenly won't store motion-triggered movies
when run with -n -d 255 it gives the following output:

[0] Processing thread 0 - config file /etc/motion/motion.conf
[0] Unknown config option always_changes: No such file or directory
[0] Unknown config option debug_parameter: No such file or directory
[1] Thread is from /etc/motion/motion.conf
[1] Thread started
[1] motion-httpd/3.2.3 running, accepting connections
[1] motion-httpd: waiting for data on port TCP 8080
[1] Started stream webcam server in port 8000
[1] File of type 2 saved to: /data/webcam/snapshot.jpg
[1] File of type 32 saved to: /data/webcam/20070806-timelapse.mpg
[1] File of type 2 saved to: /data/webcam/snapshot.jpg
[1] File of type 2 saved to: /data/webcam/snapshot.jpg
[1] Codec not found: Success


mpeg1 support is not included it says and msmpeg4 and mpeg4 give the logging as 
seen above.

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

Kernel: Linux 2.6.18-3-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages motion depends on:
ii  debconf [debconf-2.0 1.5.13  Debian configuration management sy
ii  liba52-0.7.4 0.7.4-11library for decoding ATSC A/52 str
ii  libavcodec1d 0.cvs20070307-6 ffmpeg codec library
ii  libavformat1d0.cvs20070307-6 ffmpeg file format library
ii  libavutil1d  0.cvs20070307-6 ffmpeg utility library
ii  libc62.6-2   GNU C Library: Shared libraries
ii  libdc1394-13 1.1.0-3+b1  high level programming interface f
ii  libgsm1  1.0.10-13   Shared libraries for GSM speech co
ii  libjpeg626b-13   The Independent JPEG Group's JPEG 
ii  libmysqlclient15off  5.0.41a-1   MySQL database client library
ii  libogg0  1.1.3-2 Ogg Bitstream Library
ii  libpq5   8.2.4-2 PostgreSQL C client library
ii  libraw1394-8 1.2.1-2 library for direct access to IEEE 
ii  libtheora0   0.0.0.alpha7.dfsg-2 The Theora Video Compression Codec
ii  libvorbis0a  1.1.2.dfsg-2The Vorbis General Audio Compressi
ii  libvorbisenc21.1.2.dfsg-2The Vorbis General Audio Compressi
ii  zlib1g   1:1.2.3.3.dfsg-5compression library - runtime

Versions of packages motion recommends:
ii  ffmpeg   0.cvs20070307-6 multimedia player, server and enco

-- debconf information:
  motion/moved_conf_dir:


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



Processed: severity of 399609 is important

2007-08-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.6
 severity 399609 important
Bug#399609: my document was truncated to zero length
Severity set to `important' from `grave'


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 [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#435468: warsow: segfaults when starting (amd64 bug ?)

2007-08-06 Thread Eddy Petrișor
Gonéri Le Bouder wrote:
 On Tue, Jul 31, 2007 at 11:44:45PM +0200, Pierre Habouzit wrote:
 Package: warsow
 Version: 0.31.dfsg-4
 Severity: grave
 Justification: renders package unusable

   when I launch warsow I get:

 
 ERROR: R_Upload32_3D: texture is too large (resizing is not supported)
 
 Error: Error during initialization
 
 ERROR: Received signal 11

 
 Recursive Sys_Error: Received signal 11
 Hello Pierre,
 
 I don't think it's a bug but probably a limitation of your OpenGL
 driver.
 
 Which graphic card/driver do you use and how much memory do you have on
 it?
 Can you try: glxinfo -l|grep GL_MAX_TEXTURE_SIZE
 
 Maybe we should add a check in the wrapper.
 
 if ! glxinfo | grep direct rendering: No; then

May I suggest using grep -q here instead of plain grep?
It makes it more obvious that you don't use the result.

-- 
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein



signature.asc
Description: OpenPGP digital signature


Bug#435468: warsow: segfaults when starting (amd64 bug ?)

2007-08-06 Thread Gonéri Le Bouder
On Mon, Aug 06, 2007 at 11:42:13AM +0300, Eddy Petrișor wrote:
 Gonéri Le Bouder wrote:
  On Tue, Jul 31, 2007 at 11:44:45PM +0200, Pierre Habouzit wrote:
  Package: warsow
  Version: 0.31.dfsg-4
  Severity: grave
  Justification: renders package unusable
 
when I launch warsow I get:
 
  
  ERROR: R_Upload32_3D: texture is too large (resizing is not supported)
  
  Error: Error during initialization
  
  ERROR: Received signal 11
 
  
  Recursive Sys_Error: Received signal 11
  Hello Pierre,
  
  I don't think it's a bug but probably a limitation of your OpenGL
  driver.
  
  Which graphic card/driver do you use and how much memory do you have on
  it?
  Can you try: glxinfo -l|grep GL_MAX_TEXTURE_SIZE
  
  Maybe we should add a check in the wrapper.
  
  if ! glxinfo | grep direct rendering: No; then
 
 May I suggest using grep -q here instead of plain grep?
 It makes it more obvious that you don't use the result.
Well why not

Gonéri


signature.asc
Description: Digital signature


Bug#436206: freemind misses a dependency

2007-08-06 Thread Andreas Barth
Package: freemind
Severity: serious
Version: 0.7.1-6

Hi,

after installation, freemind fails to execute:

[EMAIL PROTECTED]:~$ freemind
Exception in thread main java.awt.AWTError: Cannot load AWT toolkit: 
gnu.java.awt.peer.gtk.GtkToolkit
   at java.awt.Toolkit.getDefaultToolkit(libgcj.so.70)
   at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(libgcj.so.70)
   at java.awt.Window.init(libgcj.so.70)
   at java.awt.Frame.init(libgcj.so.70)
   at javax.swing.JFrame.init(libgcj.so.70)
   at freemind.main.FreeMind.init(FreeMind.java:78)
   at freemind.main.FreeMind.main(FreeMind.java:500)
Caused by: java.lang.UnsatisfiedLinkError: libgtkpeer: libgtkpeer.so: Kann die 
Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
   at java.lang.Runtime._load(libgcj.so.70)
   at java.lang.Runtime.loadLibrary(libgcj.so.70)
   at java.lang.System.loadLibrary(libgcj.so.70)
   at gnu.java.awt.peer.gtk.GtkToolkit.clinit(libgcj.so.70)
   at java.lang.Class.initializeClass(libgcj.so.70)
   at java.lang.Class.forName(libgcj.so.70)
   at java.awt.Toolkit.getDefaultToolkit(libgcj.so.70)
   ...6 more


I resolved this issue with installing libgcj7-awt, but that seems to
depend on the java version I use - so, I'm not tagging this bug
patched.


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#436210: API change in 7.0

2007-08-06 Thread Matthias Klose
Package: libpcrecpp0
Version: 7.2-1
Severity: serious

- gDF .text   Base _ZN7pcrecpp2RE4InitEPKcPKNS_10RE_OptionsE
+ gDF .text   Base 
_ZN7pcrecpp2RE4InitERKSsPKNS_10RE_OptionsE

   void RE::Init(const char *pat, const RE_Options* options)
did change to
   void RE::Init(const string pat, const RE_Options* options)

gnome-system-monitor is affected for example.

forwarded from Launchpad #130428.


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



Bug#434738: marked as done (GPL violation)

2007-08-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Aug 2007 09:17:29 +
with message-id [EMAIL PROTECTED]
and subject line Bug#434738: fixed in zabbix 1:1.4.1-4
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)

---BeginMessage---
Package: zabbix-server-mysql,zabbix-server-pgsql
Severity: serious

zabbix is licensed under the GPL, which forbids linking with code that
adds additional restrictions, such as OpenSSL does.  For details, see:

  http://lists.debian.org/debian-legal/2002/10/msg00113.html

Fortunately, it builds fine with libcurl4-gnutls-dev.  Consider switching to
that in your Build-Depends.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ca_ES.UTF-8)
diff -ur zabbix-1.4.1.old/debian/control zabbix-1.4.1.ssl/debian/control
--- zabbix-1.4.1.old/debian/control 2007-07-26 12:02:49.0 +0200
+++ zabbix-1.4.1.ssl/debian/control 2007-07-26 12:10:49.0 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Zabbix Maintainers [EMAIL PROTECTED]
 Uploaders: Fabio Tranchitella [EMAIL PROTECTED], Michael Ablassmeier [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 5.0.0), libsnmp9-dev | libsnmp-dev, 
libmysqlclient15-dev, dpatch, automake1.9, po-debconf, libpq-dev, 
libcurl4-openssl-dev, libldap2-dev
+Build-Depends: debhelper (= 5.0.0), libsnmp9-dev | libsnmp-dev, 
libmysqlclient15-dev, dpatch, automake1.9, po-debconf, libpq-dev, 
libcurl4-gnutls-dev, libldap2-dev
 Standards-Version: 3.7.2
  
 Package: zabbix-agent
---End Message---
---BeginMessage---
Source: zabbix
Source-Version: 1:1.4.1-4

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

zabbix-agent_1.4.1-4_amd64.deb
  to pool/main/z/zabbix/zabbix-agent_1.4.1-4_amd64.deb
zabbix-frontend-php_1.4.1-4_all.deb
  to pool/main/z/zabbix/zabbix-frontend-php_1.4.1-4_all.deb
zabbix-server-mysql_1.4.1-4_amd64.deb
  to pool/main/z/zabbix/zabbix-server-mysql_1.4.1-4_amd64.deb
zabbix-server-pgsql_1.4.1-4_amd64.deb
  to pool/main/z/zabbix/zabbix-server-pgsql_1.4.1-4_amd64.deb
zabbix_1.4.1-4.diff.gz
  to pool/main/z/zabbix/zabbix_1.4.1-4.diff.gz
zabbix_1.4.1-4.dsc
  to pool/main/z/zabbix/zabbix_1.4.1-4.dsc



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.
Michael Ablassmeier [EMAIL PROTECTED] (supplier of updated zabbix 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: Mon, 06 Aug 2007 10:42:58 +0200
Source: zabbix
Binary: zabbix-server-mysql zabbix-agent zabbix-server-pgsql zabbix-frontend-php
Architecture: source all amd64
Version: 1:1.4.1-4
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Michael Ablassmeier [EMAIL PROTECTED]
Description: 
 zabbix-agent - software for monitoring of your networks -- agent
 zabbix-frontend-php - software for monitoring of your servers -- php frontend
 zabbix-server-mysql - software for monitoring of your networks -- server
 zabbix-server-pgsql - software for monitoring of your networks -- server
Closes: 434738
Changes: 
 zabbix (1:1.4.1-4) unstable; urgency=low
 .
   * Switch from libcurl4-openssl-dev to libcurl4-gnutls-dev.
 Closes: #434738
Files: 
 28623b5fa220199c7b961c4db9c1d797 859 net optional zabbix_1.4.1-4.dsc
 db0e81a2867eacee582b7f5bd1f42e73 19075 net optional zabbix_1.4.1-4.diff.gz
 1dcd441d60d78960122565ac4a49282a 163268 net optional 
zabbix-agent_1.4.1-4_amd64.deb
 d2c63088860b461aa33d23181c606b4b 285874 net optional 
zabbix-server-mysql_1.4.1-4_amd64.deb
 d1ba44f8d2e86285848e0bdde2db7646 285964 net optional 
zabbix-server-pgsql_1.4.1-4_amd64.deb
 f23db72c3fb78a2a05b79baf73196085 953278 net optional 
zabbix-frontend-php_1.4.1-4_all.deb

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

iD8DBQFGtuHpEFV7g4B8rCURAhjEAKCwfPa5Fsgc+xYhtKp7o/MTtvTHBwCgqKoM
iK0MscZCP3Ph7wkyazh6600=
=xfBm
-END PGP SIGNATURE-

---End Message---


Processed: severity of 436075 is important

2007-08-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.6
 severity 436075 important
Bug#436075: Unable to enter Pompon forest -- fruit.png.xrf not found
Severity set to `important' from `grave'


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 [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436206: freemind misses a dependency

2007-08-06 Thread Andreas Putzo
Hi,

On Aug 06, Andreas Barth wrote:
 Package: freemind
 Severity: serious
 Version: 0.7.1-6

 after installation, freemind fails to execute:
 
 I resolved this issue with installing libgcj7-awt, but that seems to
 depend on the java version I use - so, I'm not tagging this bug
 patched.

With  sun-java-6-jre (6-02-1) these dependencies are missing:

libxext6
libxtst6 
libxi6

Cheers,
Andreas



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



Bug#436210: API change in 7.0

2007-08-06 Thread mark
void RE::Init(const char *pat, const RE_Options* options)
 did change to
void RE::Init(const string pat, const RE_Options* options)

I guess I need to change the soname and hence the package name of the C++
library, then create a new source package of pcre 6.7 and build just a C++
library from that with the old soname and package name.

Either that or look at the code and see if I can overload Init so that
both will work.




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



Bug#436210: API change in 7.0

2007-08-06 Thread Matthias Klose
[EMAIL PROTECTED] writes:
 void RE::Init(const char *pat, const RE_Options* options)
  did change to
 void RE::Init(const string pat, const RE_Options* options)
 
 I guess I need to change the soname and hence the package name of the C++
 library, then create a new source package of pcre 6.7 and build just a C++
 library from that with the old soname and package name.
 
 Either that or look at the code and see if I can overload Init so that
 both will work.

see http://people.ubuntu.com/~doko/tmp/pcre3.debdiff for the latter,
but maybe this should go upstream as well.


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



Processed: setting package to qemu, tagging 430164, tagging 434296

2007-08-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.6
 package qemu
Ignoring bugs not assigned to: qemu

 tags 430164 + pending
Bug#430164: qemu: qemu-system-arm: sometimes hang during etch installation
Tags were: patch
Tags added: pending

 tags 434296 + pending
Bug#434296: qemu: FTBFS on amd64: Conflicting types for loff_t
There were no tags set.
Tags added: 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 [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#435401: sandbox for vim allows attackers to execute shell commands and wr ite files

2007-08-06 Thread Taylor, Christopher PO2 USN (NCTS La Maddalena)
FrSirt states that this has been fixed as of version 7.0.235[0]. The current
version in unstable is 7.1

The version in stable is currently vulnerable. 

The version in unstable does not appear to be vulnerable, as none of the
exploits I tried against it were successful.




[0]http://www.frsirt.com/english/advisories/2007/1599


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



Bug#436235: texlive-lang-ukenglish: postinst and uninstall fail: Package color Error: No driver specified.

2007-08-06 Thread Johannes Rohr
Package: texlive-lang-ukenglish
Version: 2007.dfsg.1-3
Severity: grave
Justification: renders package unusable

See attached log:


fmtutil: running `pdftex -ini   -jobname=eplain -progname=eplain 
-translate-file=cp227.tcx *eplain.ini' ...
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (INITEX)
 %-line parsing enabled.
 (/usr/share/texmf-texlive/web2c/cp227.tcx)
entering extended mode
(/usr/share/texmf-texlive/tex/eplain/eplain.ini
(/usr/share/texmf-texlive/tex/generic/babel/bplain.tex
(/usr/share/texmf-texlive/tex/plain/base/plain.tex
Preloading the plain format: codes, registers, parameters, fonts, more fonts,
macros, math definitions, output routines, hyphenation
(/usr/share/texmf-texlive/tex/generic/babel/hyphen.cfg
(/usr/share/texmf-texlive/tex/generic/babel/plain.def)
(/usr/share/texmf-texlive/tex/generic/hyphen/hyphen.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/ushyphmax.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/dumyhyph.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/zerohyph.tex)
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-hrhyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/hrhyph.tex))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-bghyphen.tex
(/usr/share/texmf-texlive/tex/generic/bghyphen/bghyphen.tex
Bulgarian hyphenation patterns
(/usr/share/texmf-texlive/tex/generic/bghyphen/catmik.tex)
(/usr/share/texmf-texlive/tex/generic/bghyphen/mik2t2.tex)
(/usr/share/texmf-texlive/tex/generic/bghyphen/bghyphsi.tex)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-ruhyphen.tex
(/usr/share/texmf-texlive/tex/generic/ruhyphen/ruhyphen.tex
(/usr/share/texmf-texlive/tex/generic/ruhyphen/catkoi.tex)
(/usr/share/texmf-texlive/tex/generic/ruhyphen/koi2t2a.tex)
(/usr/share/texmf-texlive/tex/generic/ruhyphen/ruhyphal.tex)
(/usr/share/texmf-texlive/tex/generic/ruhyphen/cyryoal.tex)
(/usr/share/texmf-texlive/tex/generic/ruhyphen/hypht2.tex)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-ukrhyph.tex
(/usr/share/texmf-texlive/tex/generic/ukrhyph/ukrhyph.tex
Ukrainian hyphenation patterns in t2a encoding
(/usr/share/texmf-texlive/tex/generic/ukrhyph/catlcy.tex)
(/usr/share/texmf-texlive/tex/generic/ukrhyph/lcy2t2a.tex)
(/usr/share/texmf-texlive/tex/generic/ukrhyph/ukrhypmp.tex)
(/usr/share/texmf-texlive/tex/generic/ruhyphen/hypht2.tex)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-czhyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/czhyph.tex
(/usr/share/texmf-texlive/tex/csplain/base/t1code.tex
Font encoding set to Cork.)
The \^, \`, \', \v, \ and \r expands to characters by Cork.
(/usr/share/texmf-texlive/tex/csplain/base/czhyphen.tex)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-skhyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/skhyph.tex
(/usr/share/texmf-texlive/tex/csplain/base/t1code.tex
Font encoding set to Cork.)
The \^, \`, \', \v, \ and \r expands to characters by Cork.
(/usr/share/texmf-texlive/tex/csplain/base/skhyphen.tex)))
(/usr/share/texmf-texlive/tex/generic/hyphen/dkhyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/dkcommon.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/dkspecial.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/dkspecial.tex))
(/usr/share/texmf-texlive/tex/generic/hyphen/nehyph96.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/fihyph.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/fihyph.tex)
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-frhyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/frhyph.tex
frhyph.tex - French hyphenation patterns (V2.12) 2002/12/11))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-bahyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/bahyph.tex))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-frhyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/frhyph.tex
frhyph.tex - French hyphenation patterns (V2.12) 2002/12/11))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-dehypht.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/dehypht.tex
German Traditional Hyphenation Patterns `dehypht' Version 3.2a 1999/03/03
(Formerly known under the name `ghyph31' and `ghyphen'.)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-dehyphn.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/dehyphn.tex
New German Hyphenation Patterns `dehyphn' Rev.31 2001-05-07 (WaS)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-dehypht.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/dehypht.tex
German Traditional Hyphenation Patterns `dehypht' Version 3.2a 1999/03/03
(Formerly known under the name `ghyph31' and `ghyphen'.)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-dehyphn.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/dehyphn.tex
New German Hyphenation Patterns `dehyphn' Rev.31 2001-05-07 (WaS)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-grphyph4.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/grphyph4.tex
Hyphenation patterns for multi-accent (polytonic) Modern Greek))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-grmhyph4.tex

Processed: Re: Bug#435401: sandbox for vim allows attackers to execute shell commands and wr ite files

2007-08-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 package vim
Ignoring bugs not assigned to: vim

 found 435401 1:7.0-122+1etch2
Bug#435401: sandbox for vim allows attackers to execute shell commands and 
write files via modelines
Bug marked as found in version 1:7.0-122+1etch2.

 notfound 435401 1:7.1-022+1
Bug#435401: sandbox for vim allows attackers to execute shell commands and 
write files via modelines
Bug marked as not found in version 1:7.1-022+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 [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436232: latex-cjk-chinese: postinst and uninstall fail: Package color Error: No driver specified.

2007-08-06 Thread Cyril Brulebois
Johannes Rohr [EMAIL PROTECTED] (06/08/2007):
 ! I can't find file `pdftexconfig.tex'.
 l.2 \input pdftexconfig.tex

[EMAIL PROTECTED]:~$ apt-file search pdftexconfig.tex
tetex-base: usr/share/texmf-tetex/tex/generic/config/pdftexconfig.tex
texlive-base-bin: usr/share/texmf-texlive/tex/generic/config/pdftexconfig.tex

Would it be sufficient to install texlive-base-bin if it isn't installed
already?

Cheers,

-- 
Cyril Brulebois


pgpmtnfG66BhE.pgp
Description: PGP signature


Bug#435401: sandbox for vim allows attackers to execute shell commands and wr ite files

2007-08-06 Thread James Vega
package vim
found 435401 1:7.0-122+1etch2
notfound 435401 1:7.1-022+1
thanks

On Mon, Aug 06, 2007 at 01:17:11PM +0200, Taylor, Christopher PO2 USN (NCTS La 
Maddalena) wrote:
 FrSirt states that this has been fixed as of version 7.0.235[0]. The current
 version in unstable is 7.1
 
 The version in stable is currently vulnerable. 
 
 The version in unstable does not appear to be vulnerable, as none of the
 exploits I tried against it were successful.
 
 [0]http://www.frsirt.com/english/advisories/2007/1599

Thanks for taking a look at this.  I'll work on getting a package ready
for the stable release and contacting the security team.

James
-- 
GPG Key: 1024D/61326D40 2003-09-02 James Vega [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#436232: latex-cjk-chinese: postinst and uninstall fail: Package color Error: No driver specified.

2007-08-06 Thread Johannes Rohr
Package: latex-cjk-chinese
Version: 4.7.0+git20070708-1
Severity: grave
Justification: renders package unusable

Per subject line. Please see details in below log:


fmtutil: running `pdftex -ini   -jobname=eplain -progname=eplain 
-translate-file=cp227.tcx *eplain.ini' ...
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (INITEX)
 %-line parsing enabled.
 (/usr/share/texmf-texlive/web2c/cp227.tcx)
entering extended mode
(/usr/share/texmf-texlive/tex/eplain/eplain.ini
(/usr/share/texmf-texlive/tex/generic/babel/bplain.tex
(/usr/share/texmf-texlive/tex/plain/base/plain.tex
Preloading the plain format: codes, registers, parameters, fonts, more fonts,
macros, math definitions, output routines, hyphenation
(/usr/share/texmf-texlive/tex/generic/babel/hyphen.cfg
(/usr/share/texmf-texlive/tex/generic/babel/plain.def)
(/usr/share/texmf-texlive/tex/generic/hyphen/hyphen.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/ushyphmax.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/dumyhyph.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/zerohyph.tex)
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-hrhyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/hrhyph.tex))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-bghyphen.tex
(/usr/share/texmf-texlive/tex/generic/bghyphen/bghyphen.tex
Bulgarian hyphenation patterns
(/usr/share/texmf-texlive/tex/generic/bghyphen/catmik.tex)
(/usr/share/texmf-texlive/tex/generic/bghyphen/mik2t2.tex)
(/usr/share/texmf-texlive/tex/generic/bghyphen/bghyphsi.tex)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-ruhyphen.tex
(/usr/share/texmf-texlive/tex/generic/ruhyphen/ruhyphen.tex
(/usr/share/texmf-texlive/tex/generic/ruhyphen/catkoi.tex)
(/usr/share/texmf-texlive/tex/generic/ruhyphen/koi2t2a.tex)
(/usr/share/texmf-texlive/tex/generic/ruhyphen/ruhyphal.tex)
(/usr/share/texmf-texlive/tex/generic/ruhyphen/cyryoal.tex)
(/usr/share/texmf-texlive/tex/generic/ruhyphen/hypht2.tex)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-ukrhyph.tex
(/usr/share/texmf-texlive/tex/generic/ukrhyph/ukrhyph.tex
Ukrainian hyphenation patterns in t2a encoding
(/usr/share/texmf-texlive/tex/generic/ukrhyph/catlcy.tex)
(/usr/share/texmf-texlive/tex/generic/ukrhyph/lcy2t2a.tex)
(/usr/share/texmf-texlive/tex/generic/ukrhyph/ukrhypmp.tex)
(/usr/share/texmf-texlive/tex/generic/ruhyphen/hypht2.tex)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-czhyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/czhyph.tex
(/usr/share/texmf-texlive/tex/csplain/base/t1code.tex
Font encoding set to Cork.)
The \^, \`, \', \v, \ and \r expands to characters by Cork.
(/usr/share/texmf-texlive/tex/csplain/base/czhyphen.tex)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-skhyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/skhyph.tex
(/usr/share/texmf-texlive/tex/csplain/base/t1code.tex
Font encoding set to Cork.)
The \^, \`, \', \v, \ and \r expands to characters by Cork.
(/usr/share/texmf-texlive/tex/csplain/base/skhyphen.tex)))
(/usr/share/texmf-texlive/tex/generic/hyphen/dkhyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/dkcommon.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/dkspecial.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/dkspecial.tex))
(/usr/share/texmf-texlive/tex/generic/hyphen/nehyph96.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/fihyph.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/fihyph.tex)
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-frhyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/frhyph.tex
frhyph.tex - French hyphenation patterns (V2.12) 2002/12/11))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-bahyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/bahyph.tex))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-frhyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/frhyph.tex
frhyph.tex - French hyphenation patterns (V2.12) 2002/12/11))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-dehypht.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/dehypht.tex
German Traditional Hyphenation Patterns `dehypht' Version 3.2a 1999/03/03
(Formerly known under the name `ghyph31' and `ghyphen'.)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-dehyphn.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/dehyphn.tex
New German Hyphenation Patterns `dehyphn' Rev.31 2001-05-07 (WaS)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-dehypht.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/dehypht.tex
German Traditional Hyphenation Patterns `dehypht' Version 3.2a 1999/03/03
(Formerly known under the name `ghyph31' and `ghyphen'.)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-dehyphn.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/dehyphn.tex
New German Hyphenation Patterns `dehyphn' Rev.31 2001-05-07 (WaS)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-grphyph4.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/grphyph4.tex
Hyphenation patterns for multi-accent (polytonic) Modern Greek))

Bug#436232: latex-cjk-chinese: postinst and uninstall fail: Package color Error: No driver specified.

2007-08-06 Thread Johannes Rohr
I was apparantly hit by bug #425803. Purging jadetex solved it.

Thanks for you support!

Johannes


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



Bug#436235: texlive-lang-ukenglish: postinst and uninstall fail: Package color Error: No driver specified.

2007-08-06 Thread Johannes Rohr
I was apparantly hit by bug #425803

Thanks,

Johannes


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



Bug#431618: marked as done (ifstat: depends on deprecated package libsnmp9)

2007-08-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Aug 2007 15:56:00 +0200
with message-id [EMAIL PROTECTED]
and subject line Processed: tagging 431618
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)

---BeginMessage---
Package: ifstat
Version: 1.1-5.0.1
Severity: important


# apt-cache show ifstat | grep Depends
Depends: libc6 (= 2.3.5-1), libsnmp9 (= 5.2.1.2-3), libwrap0

libsnmp9 isn't available anymore in the Debian/unstable pool.
AFAICS ifstat needs a rebuild against current libsnmp-dev so
it depends on libsnmp10 instead.

regards,
-mika-

---End Message---
---BeginMessage---
Version: 1.1-6

[EMAIL PROTECTED] (Debian Bug Tracking System) writes:

 Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 tags 431618 + lenny sid
 Bug#431618: ifstat: depends on deprecated package libsnmp9
 There were no tags set.
 Tags added: lenny, sid


 End of message, stopping processing here.

 Please contact me if you need assistance.

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

Ifstat just needed a binNMU, which ment a source upload due to
obsolete 1.1-5.0.1 versioning of the last binNMU. Steve was kind
enough to upload 1.1-6 without actual source changes for this.

MfG
Goswin
---End Message---


Bug#436244: snort: FTBFS on Ubuntu gutsy

2007-08-06 Thread Michael Bienia
Package: snort
Version: 2.7.0-2
Severity: serious
Justification: no longer builds from source

snort 2.7.0-2 from experimental got synced to Ubuntu gutsy and FTBFS
on i386 which also builds the arch all packages.

The build failure happens during building the snort_manual.pdf:
,
| cd doc  make snort_manual.pdf
| make[1]: Entering directory `/build/buildd/snort-2.7.0/doc'
| pslatex snort_manual.tex  pslatex snort_manual.tex  pslatex 
snort_manual.tex
| 
| *
| * Using LaTeX, with pslatex package *
| *
| 
| This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
|  %-line parsing enabled.
| entering extended mode
| LaTeX2e 2005/12/01
| Babel v3.8h and hyphenation patterns for english, usenglishmax, dumylang, 
noh
| yphenation, loaded.
| (./snort_manual.tex (/usr/share/texmf-texlive/tex/latex/base/report.cls
| Document Class: report 2005/09/16 v1.4f Standard LaTeX document class
| (/usr/share/texmf-texlive/tex/latex/base/size10.clo))
| (/usr/share/texmf-texlive/tex/latex/base/inputenc.sty
| (/usr/share/texmf-texlive/tex/latex/base/latin1.def))
| (/usr/share/texmf-texlive/tex/latex/geometry/geometry.sty
| (/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty))
| (/usr/share/texmf-texlive/tex/latex/tools/longtable.sty)
| (/usr/share/texmf-texlive/tex/latex/ltxmisc/url.sty)
| 
| ! LaTeX Error: File `html.sty' not found.
| 
| Type X to quit or RETURN to proceed,
| or enter new name. (Default extension: sty)
| 
| Enter file name: 
| ! Emergency stop.
| read * 
|  
| l.19 ^^M
| 
| No pages of output.
| Transcript written on snort_manual.log.
| make[1]: *** [snort_manual.dvi] Error 1
| make[1]: Leaving directory `/build/buildd/snort-2.7.0/doc'
| make: *** [build-indep-stamp] Error 2
| **
| Build finished at 20070802-1905
`
The complete log is at
http://launchpadlibrarian.net/8670198/buildlog_ubuntu-gutsy-i386.snort_2.7.0-2_FAILEDTOBUILD.txt.gz

Searching with packages.debian.org for html.sty in unstable reveals that
it's in latex2html which is in non-free. So it can't be used as a
build-dependency for snort.

Regards,
Michael


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



Processed: retitle 431938 to Crash on invalid input

2007-08-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.27ubuntu13
 retitle 431938 Crash on invalid input
Bug#431938: devilspie: segmentation fault
Changed Bug title to `Crash on invalid input' from `devilspie: segmentation 
fault'.


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 [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#431938: devilspie: segmentation fault

2007-08-06 Thread Ross Burton
On Fri, 2007-07-06 at 01:08 -0400, Vladimir Z wrote:
 [EMAIL PROTECTED]:.devilspie$ devilspie
 got eof
 got eof
 
 (devilspie:3378): Wnck-WARNING **: Unhandled action type (nil)
 
 (devilspie:3378): Wnck-WARNING **: Unhandled action type (nil)
 
 (devilspie:3378): Wnck-WARNING **: Unhandled action type (nil)
 
 (devilspie:3378): Wnck-WARNING **: Unhandled action type (nil)
 Segmentation fault

Crashing on parser failure is clearly bad.

 [EMAIL PROTECTED]:.devilspie$ ls
 aterm.ds  firefox.ds  gjots  mrxvt.ds  pidgin.ds  thunderbird.ds  zim.ds
 [EMAIL PROTECTED]:.devilspie$ cat aterm.ds 
 (if (contains (application_name) aterm) 
 (begin
 (set_workspace 1))
   ^ remove this
 (maximize)
 )
 )

 [EMAIL PROTECTED]:.devilspie$ cat mrxvt.ds 
 (if (contains (application_name) mrxvt) 
 (begin
 (set_workspace 1))
  ^ and this
 (maximize)
 )
 )

Ross
-- 
Ross Burton mail: [EMAIL PROTECTED]
  jabber: [EMAIL PROTECTED]
 www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF



signature.asc
Description: This is a digitally signed message part


Bug#434329: Error when try to setup a local mail account

2007-08-06 Thread Andrew Robinson
I can confirm this as well. I removed my Maildir account, and
restarted mail-notification and it did not crash.

On 8/5/07, Fabiano Manoel de Andrade [EMAIL PROTECTED] wrote:
Hi, I think I've found the origin of bug. The crash occurs when I try
 to setup a system mail account.  When mail-notification try to detect the
 account type the program crash. If I delete the system mail account setup,
 mail-notification can back to work.
Regards.
Fabiano.




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



Bug#434234: marked as done (selinux-policy-refpolicy-strict: config has targeted policy instead of strict.)

2007-08-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Aug 2007 09:43:17 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#434234: selinux-policy-refpolicy-strict: config has 
targeted policy instead of strict.
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)

---BeginMessage---
Package: selinux-policy-refpolicy-strict
Version: 0.0.20070507-5
Severity: grave

Hi,

Not sure which package this belongs in, but I installed
selinux-policy-refpolicy-strict, never installed the targeted policy,
and I end up with an /etc/selinux/config that says:
SELINUXTYPE=refpolicy-targeted

Which is clearly wrong.


Kurt


---End Message---
---BeginMessage---
Hi,

The default policy (and part of the standard set of packages) is
 the targeted policy; so the system is set up by default for targeted.
 Merely installing strict policy should not be enough to swithc the
 machine security policy over (it can't anyway, since you need to
 relabel everything).

So, if you want strict policy, you need to install it, label the
 file system, and manually switch to it, using the /etc/selinux/config
 manually.  Secondly, since that file is a configuration file, it is not
 easy for packages to just go and edit it.

So, this is the way things are meant to work, by design.

manoj
-- 
baz bat bamus batis bant. James Troup
Manoj Srivastava [EMAIL PROTECTED] http://www.golden-gryphon.com/
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C
---End Message---


Processed: Re: Bug#436244: snort: FTBFS on Ubuntu gutsy

2007-08-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 436244 snort: FTBFS on sid: missing html.sty
Bug#436244: snort: FTBFS on Ubuntu gutsy
Changed Bug title to `snort: FTBFS on sid: missing html.sty' from `snort: FTBFS 
on Ubuntu gutsy'.

 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#436244: snort: FTBFS on Ubuntu gutsy

2007-08-06 Thread Cyril Brulebois
retitle 436244 snort: FTBFS on sid: missing html.sty
thanks

Michael Bienia [EMAIL PROTECTED] (06/08/2007):
 snort 2.7.0-2 from experimental got synced to Ubuntu gutsy and FTBFS
 on i386 which also builds the arch all packages.

I guess you want to report that on Ubuntu's launchpad/BTS. I confirm
that the package FTBFS on sid too, though; retitling accordingly.


 Searching with packages.debian.org for html.sty in unstable reveals
 that it's in latex2html which is in non-free. So it can't be used as a
 build-dependency for snort.

It is still depending on tetex, not on texlive, anyway. The maintainers
are aware of html.sty-related problems, given the changelog (see jfs for
2.3.3-6).

Cheers,

-- 
Cyril Brulebois


pgpJ76JxKlCYt.pgp
Description: PGP signature


Bug#435214: [Pkg-octave-devel] Bug#435214: Clarification of licensing terms of semidef-oct

2007-08-06 Thread Lieven Vandenberghe

Rafael,

I can see why our license is  ambiguous.   When we wrote it in 1994, we 
intended it to mean that the program is entirely free, for any purpose 
(including commercial) and without any restriction.  

If it is easier if we switch to a standard free license, I would choose 
the LGPL.


Best regards,

Lieven

Stephen Boyd wrote:

rafael,

i am happy to switch the license to GNU, but of course we have to 
check with lieven.  as a coincidence i will see lieven tomorrow, when 
we can send the final confirmation.


however, it should be noted that semideg_prog is really quite old, and 
there are now far more recent solvers available for semidefinite 
programming.  i have not used semidef_prog for many years now.  i 
don't know which solver is best for linking to octave.


i (and many others too) do most of my day to day convex optimization 
work using cvx, which has a GNU license, but unfortunately, runs on 
top of matlab.  our plan (hope? goal?) however is to develop a full 
GNU system for modeling and solving convex optimization problems.  
lieven's CVXOPT is a good start along these lines, but i am not sure 
how easy or hard it is to tie python/C into octave.  if you are 
interested in optimization software for octave, i'd be happy to chat; 
maybe we can help (beyond changing the license on ancient, but 
working, software to GNU).


stephen


Rafael Laboissiere wrote:
I am one of the members of the Debian Octave Group [1], which 
maintains the

Octave-related packages for the Debian GNU/Linux distribution.  Your
semidef_prog software, which was ported to Octave by A. S. Hodel, has 
been

packaged for Debian [2] since 1998.

Only recently, it has been brought to our attention [3] the fact that 
the
license terms in the semidef_prog's README file are incompatible with 
the Debian Free Software Guidelines [4].  At least, the phrase 
distribute this

software for any purpose without fee is ambiguous.

Unless the license terms are clarified or they are switched to some 
standard

license language (like MIT/X11 or GPL), we will be forced to removed the
package from Debian, which would be a pity for our users.

Just FYI, the semidef_prog software seem sto work correctly with the 
latest

version of Octave (2.9.13).

[1] http://pkg-octave.alioth.debian.org/
[2] http://packages.debian.org/unstable/math/octave-sp
[3] http://bugs.debian.org/435214
[4] http://www.debian.org/social_contract#guidelines

(Please, respect the Reply-To header, in order to keep the discussion
recorded in our Bug Tracking System.  Thanks.)

Best regards,

  






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



Bug#435083: libpetsc2.3.3-dev not available making petsc-dev uninstallable

2007-08-06 Thread Adam C Powell IV
On Mon, 2007-08-06 at 13:51 +0800, LUK ShunTim wrote:
 Adam C Powell IV wrote:
  merge 434666 435803
  thanks
 
 [snipped]
 
  I believe petsc 2.3.3-1 now builds, since the new suitesparse and
  openmpi were uploaded.  Can you please try to build it and see if it
  installs properly?
  
  Unfortunately, I can't force the buildds to retry building it, so I
  don't know when it will enter unstable.
  
  Thanks,
  -Adam
 
 Hello,
 
 Unfortunately, it doesn't. :-(. I did the usual thing, ie.
 
 apt-get source petsc
 sudo apt-get build-dep petsc
 cd /path/to/petsc-2.2.3
 fakeroot -u dpkg-buildpackage -us -uc
 
 It didn't get very far. The error message is short so I include it in
 full. Not very helpful I guess. :-(
 [snip]
 PETSC_DIR=/var/opt/00work/petsc/deb/petsc-2.3.3 ./config/configure.py \
   --with-debugging=1 \
   --useThreads 0 --with-mpi-dir=/usr \
   --with-blas-lib=-lblas-3 --with-lapack-lib=-llapack-3 \
   --with-umfpack=1 --with-umfpack-include=/usr/include/suitesparse \
   --with-umfpack-lib=[/usr/lib/libumfpack.so,/usr/lib/libamd.so] \
   --with-superlu=1 --with-superlu-include=/usr/include/superlu \
   --with-superlu-lib=/usr/lib/libsuperlu.so
 =
  Configuring PETSc to compile on your system
 
 =
 =
  *** Do not run configure as root, or using sudo. ***
  *** Use the --with-sudo=sudo option to have  ***
  *** installs of external packages done with sudo ***
  *** use only with --prefix= when installing in   ***
  *** system directories   ***
 =
 make: *** [build-arch] Error 3

This is a different issue, a known problem (bug 403078), but not release
critical.  Don't do fakeroot dpkg-buildpackage but dpkg-buildpackage
-rfakeroot so it builds as non-root and then does the install and
binary tasks as (fake)root.

Can you please try it again?  It should work now.

-Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Welcome to the best software in the world today cafe!
http://www.take6.com/albums/greatesthits.html



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



Bug#434666: FTBFS: bin/mpif90[f77] you provided with --with-mpi-dir=/usr does not work

2007-08-06 Thread Adam C Powell IV
On Fri, 2007-08-03 at 15:33 -0400, Adam C Powell IV wrote:
 On Wed, 2007-07-25 at 11:38 -0600, dann frazier wrote:
  Package: petsc
  Version: 2.3.3-1
  Severity: serious
  Justification: no longer builds from source
  
  From 
  http://buildd.debian.org/fetch.cgi?pkg=petscver=2.3.3-1arch=ia64stamp=1185328468file=log:
  
  [snip]
  TESTING: checkFortranCompiler from 
  config.setCompilers(/build/buildd/petsc-2.3.3/python/BuildSystem/config/setCompilers.py:708)
  *
   UNABLE to CONFIGURE with GIVEN OPTIONS(see configure.log for 
  details):
  ---
  bin/mpif90[f77] you provided with --with-mpi-dir=/usr does not work
  Run with --with-fc=0 if you wish to use this MPI and disable Fortran
  *
  
  make: *** [build-arch] Error 1
  **
  [snip]
 
 The IA-64 version of openmpi, which provides mpif90, was just uploaded
 on Tuesday.  Can you try building again?

Hmm, a rebuild attempt on IA-64 failed on Friday.  I'm afraid I don't
have the facilities to diagnose/debug this on that platform...  I'll see
if I can find any clues on i386.

-Adam

Adam and Colleen Powell
http://c-75-69-176-164.hsd1.ma.comcast.net/
1170 Chestnut St.
   [EMAIL PROTECTED]
Newton, MA 02464-1309 USA
  (617) 916-0049



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



Bug#436244: snort: FTBFS on Ubuntu gutsy

2007-08-06 Thread Michael Bienia
On 2007-08-06 17:01:08 +0200, Cyril Brulebois wrote:
  Searching with packages.debian.org for html.sty in unstable reveals
  that it's in latex2html which is in non-free. So it can't be used as a
  build-dependency for snort.
 
 It is still depending on tetex, not on texlive, anyway. The maintainers
 are aware of html.sty-related problems, given the changelog (see jfs for
 2.3.3-6).

snort 2.7.0 from experimental already build-depends on texlive instead
of tetex.

Thanks for the pointer to a similar change in the past. Based on the
changes in faq.tex, I could fix snort_manual.tex to build without
html.sty (and without latex2html).

Attached is the patch I used to get the documentation build on Ubuntu.

Michael
--- snort-2.7.0.orig/doc/snort_manual.tex
+++ snort-2.7.0/doc/snort_manual.tex
@@ -15,7 +15,7 @@
 \IfFileExists{url.sty}{\usepackage{url}}
   {\newcommand{\url}{\texttt}}
 
-\usepackage{html}
+\usepackage{hyperref}
 
 % \makeatletter
 
@@ -70,18 +70,18 @@
 }
 %\end{latexonly}
 
-\begin{htmlonly}
-\newenvironment{note}{
-\begin{rawhtml}
-ptable border=1trtdb
-Note:nbsp;nbsp;/b
-\end{rawhtml}
-}{
-\begin{rawhtml}
-/b/td/tr/table/p
-\end{rawhtml}
-}
-\end{htmlonly}
+%\begin{htmlonly}
+%\newenvironment{note}{
+%\begin{rawhtml}
+%ptable border=1trtdb
+%Note:nbsp;nbsp;/b
+%\end{rawhtml}
+%}{
+%\begin{rawhtml}
+%/b/td/tr/table/p
+%\end{rawhtml}
+%}
+%\end{htmlonly}
 
 \usepackage{babel}



Processed: Smells like a serious bug

2007-08-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 238237 serious
Bug#238237: grep: -P option doesn't work.
Bug#318680: grep doesn't support -P
Bug#364998: grep: once again, -P flag doesn't work
Severity set to `serious' from `normal'

 stop
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#421503: telnetd-ssl resets ssl settings on upgrade

2007-08-06 Thread Ian Beckwith
On Thu, Aug 02, 2007 at 10:13:19PM +0200, Adeodato Sim?? wrote:
 How's this upload going? If you're sponsor is busy or not available, I
 could review and upload if everything is fine.

Hi.

I've prepared that upload I mentioned, with the fixes suggested by my
AM, plus some things lintian picked up.

Files are at:

dget http://nessie.mcc.ac.uk/~ianb/debian/netkit-telnet-ssl_0.17.24+0.1-18.dsc

Changelog:

netkit-telnet-ssl (0.17.24+0.1-18) unstable; urgency=low

  * debian/control:
+ Added ${misc:Depends} to Depends.
+ Updated long description.
  * debian/rules:
+ Use $(CURDIR) instead of `pwd`.
+ Only run make distclean if MCONFIG exists,
  instead of ignoring return code.
  * Change telnet-ssl menu section to match new menu policy.
  * Bump debhelper compat level to 5.

 -- Ian Beckwith [EMAIL PROTECTED]  Mon, 06 Aug 2007 17:19:38 +0100

When you rebuild, please use -v0.17.24+0.1-16 to ensure the Closes: from
-17 gets picked up.

Many thanks,

Ian.

PS My MUA seems to have mangled your name, sorry about that, I really
need to sort out the config.

-- 
Ian Beckwith - [EMAIL PROTECTED] - http://nessie.mcc.ac.uk/~ianb/
GPG fingerprint: AF6C C0F1 1E74 424B BCD5  4814 40EC C154 A8BA C1EA
Listening to: Mono - You Are There  - The Flames Beyond The Cold Mountain


signature.asc
Description: Digital signature


Bug#436277: pcregrep: unknown option bit(s) set

2007-08-06 Thread Carl Fürstenberg
Package: pcregrep
Version: 7.2-1
Severity: grave
Justification: renders package unusable


Everytime I tries to use pcregrep, it just fails telling:
pcregrep: Error in command-line regex at offset 0: unknown option bit(s) set


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

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

Versions of packages pcregrep depends on:
ii  libc6 2.6-5  GNU C Library: Shared libraries
ii  libpcre3  7.2-1  Perl 5 Compatible Regular Expressi

pcregrep recommends no packages.

-- no debconf information


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



Bug#436277: pcregrep: unknown option bit(s) set

2007-08-06 Thread Mark Baker

Carl Fürstenberg wrote:

Everytime I tries to use pcregrep, it just fails telling:
pcregrep: Error in command-line regex at offset 0: unknown option bit(s) set

  


It works fine for me:

p4-7088:~grep power.*wait /etc/inittab
pf::powerwait:/etc/init.d/powerfail start
po::powerokwait:/etc/init.d/powerfail stop
p4-7088:~dpkg -l pcregrep
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)

||/ Name   VersionDescription
+++-==-==-
ii  pcregrep   7.2-1  grep utility that uses perl 5 
compatible reg

p4-7088:~

Please send me the input you used to get the error message and I will 
investigate. Until then there's not a lot I can do.




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



Bug#436277: pcregrep: unknown option bit(s) set

2007-08-06 Thread Cyril Brulebois
Mark Baker [EMAIL PROTECTED] (06/08/2007):
 Carl Fürstenberg wrote:
 Everytime I tries to use pcregrep, it just fails telling:
 pcregrep: Error in command-line regex at offset 0: unknown option bit(s) 
  set

Dunno whether it is related but you might want to know that:
 severity 238237 serious
Bug#238237: grep: -P option doesn't work.
Bug#318680: grep doesn't support -P
Bug#364998: grep: once again, -P flag doesn't work
Severity set to `serious' from `normal'

Cheers,

-- 
Cyril Brulebois


pgpT2svc03NRn.pgp
Description: PGP signature


Bug#436244: snort: FTBFS on Ubuntu gutsy

2007-08-06 Thread Cyril Brulebois
Michael Bienia [EMAIL PROTECTED] (06/08/2007):
 On 2007-08-06 17:01:08 +0200, Cyril Brulebois wrote:
   Searching with packages.debian.org for html.sty in unstable
   reveals that it's in latex2html which is in non-free. So it can't
   be used as a build-dependency for snort.
  
  It is still depending on tetex, not on texlive, anyway.
 
 snort 2.7.0 from experimental already build-depends on texlive instead
 of tetex.

Sorry for having being unclear, I meant that latex2html has not done the
tetex - texlive transition.

-- 
Cyril Brulebois


pgptvao8Sryp8.pgp
Description: PGP signature


Bug#435214: [Pkg-octave-devel] Bug#435214: Bug#435214: Clarification of licensing terms of semidef-oct

2007-08-06 Thread Rafael Laboissiere
* Lieven Vandenberghe [EMAIL PROTECTED] [2007-08-06 09:13]:

 I can see why our license is  ambiguous.   When we wrote it in 1994, we 
 intended it to mean that the program is entirely free, for any purpose 
 (including commercial) and without any restriction.  
 
 If it is easier if we switch to a standard free license, I would choose 
 the LGPL.

Thanks for your reply.  

As regards the Debian package, the best situation would be that you do a new
release of the software with the changed license. If you are not willing to
do it because semidef_prog is already old software and not maintained
anymore, I will release a new version of the package stating that it is 
released now under the LGPL (if Stephen Boyd agrees, of course) and will add
the URL of this bug report discussion [1].

[1] http://bugs.debian.org/435214

Best regards,

-- 
Rafael


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



Bug#436277: pcregrep: unknown option bit(s) set

2007-08-06 Thread Carl Fürstenberg
On 8/6/07, Mark Baker [EMAIL PROTECTED] wrote:
 Carl Fürstenberg wrote:
  Everytime I tries to use pcregrep, it just fails telling:
  pcregrep: Error in command-line regex at offset 0: unknown option 
  bit(s) set
 
 

 It works fine for me:

 p4-7088:~grep power.*wait /etc/inittab
 pf::powerwait:/etc/init.d/powerfail start
 po::powerokwait:/etc/init.d/powerfail stop
 p4-7088:~dpkg -l pcregrep
 Desired=Unknown/Install/Remove/Purge/Hold
 | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
 |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
 uppercase=bad)
 ||/ Name   VersionDescription
 +++-==-==-
 ii  pcregrep   7.2-1  grep utility that uses perl 5
 compatible reg
 p4-7088:~

 Please send me the input you used to get the error message and I will
 investigate. Until then there's not a lot I can do.



Here is an example:
[0:[EMAIL PROTECTED] twinkle]$ grep background *
morebits.js:styles.insertRule(.quickformtooltip { z-index: 200;
position: absolute; padding: .1em; border: 1px dotted red;
background-color: Linen; font: caption; font-size: 10pt; max-width:
800px}, 0);
morebits.js:background-color: AliceBlue; +
morebits.js:background-color: MediumPurple; +
morebits.js:background-color: MediumPurple; +
morebits.js:background-color: LightSteelBlue; +
twinklewarn.old.js: data_table.style.background = 'transparent';
[0:[EMAIL PROTECTED] twinkle]$ pcregrep background *
pcregrep: Error in command-line regex at offset 0: unknown option bit(s) set
[0:[EMAIL PROTECTED] twinkle]$ apt-cache policy pcregrep
pcregrep:
  Installerad: 7.2-1
  Kandidat: 7.2-1
  Versionstabell:
 *** 7.2-1 0
500 http://ftp.dk.debian.org unstable/main Packages
100 /var/lib/dpkg/status



-- 
/Carl Fürstenberg [EMAIL PROTECTED]


Bug#435214: [Pkg-octave-devel] Bug#435214: Bug#435214: Clarification of licensing terms of semidef-oct

2007-08-06 Thread Stephen Boyd

whatever is easiest.  i am happy with semidef_prog having either license.

Rafael Laboissiere wrote:

* Lieven Vandenberghe [EMAIL PROTECTED] [2007-08-06 09:13]:

  
I can see why our license is  ambiguous.   When we wrote it in 1994, we 
intended it to mean that the program is entirely free, for any purpose 
(including commercial) and without any restriction.  

If it is easier if we switch to a standard free license, I would choose 
the LGPL.



Thanks for your reply.  


As regards the Debian package, the best situation would be that you do a new
release of the software with the changed license. If you are not willing to
do it because semidef_prog is already old software and not maintained
anymore, I will release a new version of the package stating that it is 
released now under the LGPL (if Stephen Boyd agrees, of course) and will add

the URL of this bug report discussion [1].

[1] http://bugs.debian.org/435214

Best regards,

  



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



Bug#436232: latex-cjk-chinese: postinst and uninstall fail: Package color Error: No driver specified.

2007-08-06 Thread Danai SAE-HAN (韓達耐)
Hi!

On 06-08-07 15:33, Johannes Rohr wrote:
 I was apparantly hit by bug #425803. Purging jadetex solved it.

Indeed.  This has been fixed now in the Debian TeXlive packages.
I'll merge this bug with #435660, a similar bug report against 
latex-cjk-chinese.

Thank you for your bug report, and thanks to Cyril as well. =)

-- 
Danai SAE-HAN (韓達耐)
--
題目:《病起荊江亭即事》
作者:黃庭堅(1045-1105)

翰墨場中老伏波,菩提坊里病維摩。
近人積水無鷗鷺,時有歸牛浮鼻過。

閉門覓句陳無己,對客揮毫秦少游。
正字不知溫飽未,西風吹淚古藤州。



signature.asc
Description: OpenPGP digital signature


Processed: Merge a bug in latex-cjk-chinese

2007-08-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 merge 436232 435660
Bug#435660: latex-cjk-chinese: installing/upgrading/removing package fails
Bug#436232: latex-cjk-chinese: postinst and uninstall fail:  Package color 
Error: No driver specified.
Merged 435660 436232.

 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#436232: marked as done (latex-cjk-chinese: postinst and uninstall fail: Package color Error: No driver specified.)

2007-08-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Aug 2007 22:01:55 +0200
with message-id [EMAIL PROTECTED]
and subject line Closing #435660 and #436232 against latex-cjk-chinese
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)

---BeginMessage---
Package: latex-cjk-chinese
Version: 4.7.0+git20070708-1
Severity: grave
Justification: renders package unusable

Per subject line. Please see details in below log:


fmtutil: running `pdftex -ini   -jobname=eplain -progname=eplain 
-translate-file=cp227.tcx *eplain.ini' ...
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (INITEX)
 %-line parsing enabled.
 (/usr/share/texmf-texlive/web2c/cp227.tcx)
entering extended mode
(/usr/share/texmf-texlive/tex/eplain/eplain.ini
(/usr/share/texmf-texlive/tex/generic/babel/bplain.tex
(/usr/share/texmf-texlive/tex/plain/base/plain.tex
Preloading the plain format: codes, registers, parameters, fonts, more fonts,
macros, math definitions, output routines, hyphenation
(/usr/share/texmf-texlive/tex/generic/babel/hyphen.cfg
(/usr/share/texmf-texlive/tex/generic/babel/plain.def)
(/usr/share/texmf-texlive/tex/generic/hyphen/hyphen.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/ushyphmax.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/dumyhyph.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/zerohyph.tex)
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-hrhyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/hrhyph.tex))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-bghyphen.tex
(/usr/share/texmf-texlive/tex/generic/bghyphen/bghyphen.tex
Bulgarian hyphenation patterns
(/usr/share/texmf-texlive/tex/generic/bghyphen/catmik.tex)
(/usr/share/texmf-texlive/tex/generic/bghyphen/mik2t2.tex)
(/usr/share/texmf-texlive/tex/generic/bghyphen/bghyphsi.tex)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-ruhyphen.tex
(/usr/share/texmf-texlive/tex/generic/ruhyphen/ruhyphen.tex
(/usr/share/texmf-texlive/tex/generic/ruhyphen/catkoi.tex)
(/usr/share/texmf-texlive/tex/generic/ruhyphen/koi2t2a.tex)
(/usr/share/texmf-texlive/tex/generic/ruhyphen/ruhyphal.tex)
(/usr/share/texmf-texlive/tex/generic/ruhyphen/cyryoal.tex)
(/usr/share/texmf-texlive/tex/generic/ruhyphen/hypht2.tex)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-ukrhyph.tex
(/usr/share/texmf-texlive/tex/generic/ukrhyph/ukrhyph.tex
Ukrainian hyphenation patterns in t2a encoding
(/usr/share/texmf-texlive/tex/generic/ukrhyph/catlcy.tex)
(/usr/share/texmf-texlive/tex/generic/ukrhyph/lcy2t2a.tex)
(/usr/share/texmf-texlive/tex/generic/ukrhyph/ukrhypmp.tex)
(/usr/share/texmf-texlive/tex/generic/ruhyphen/hypht2.tex)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-czhyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/czhyph.tex
(/usr/share/texmf-texlive/tex/csplain/base/t1code.tex
Font encoding set to Cork.)
The \^, \`, \', \v, \ and \r expands to characters by Cork.
(/usr/share/texmf-texlive/tex/csplain/base/czhyphen.tex)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-skhyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/skhyph.tex
(/usr/share/texmf-texlive/tex/csplain/base/t1code.tex
Font encoding set to Cork.)
The \^, \`, \', \v, \ and \r expands to characters by Cork.
(/usr/share/texmf-texlive/tex/csplain/base/skhyphen.tex)))
(/usr/share/texmf-texlive/tex/generic/hyphen/dkhyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/dkcommon.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/dkspecial.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/dkspecial.tex))
(/usr/share/texmf-texlive/tex/generic/hyphen/nehyph96.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/fihyph.tex)
(/usr/share/texmf-texlive/tex/generic/hyphen/fihyph.tex)
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-frhyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/frhyph.tex
frhyph.tex - French hyphenation patterns (V2.12) 2002/12/11))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-bahyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/bahyph.tex))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-frhyph.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/frhyph.tex
frhyph.tex - French hyphenation patterns (V2.12) 2002/12/11))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-dehypht.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/dehypht.tex
German Traditional Hyphenation Patterns `dehypht' Version 3.2a 1999/03/03
(Formerly known under the name `ghyph31' and `ghyphen'.)))
(/usr/share/texmf-texlive/tex/generic/xu-hyphen/xu-dehyphn.tex
(/usr/share/texmf-texlive/tex/generic/hyphen/dehyphn.tex
New German Hyphenation Patterns `dehyphn' Rev.31 2001-05-07 

Bug#435660: marked as done (latex-cjk-chinese: installing/upgrading/removing package fails)

2007-08-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Aug 2007 22:01:55 +0200
with message-id [EMAIL PROTECTED]
and subject line Closing #435660 and #436232 against latex-cjk-chinese
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)

---BeginMessage---
Package: latex-cjk-chinese
Version: 4.7.0+git20070708-1
Severity: grave
Justification: renders package unusable

This package cannot be upgraded/installed/or removed due to the
following error from dpkg:

# dpkg -P latex-cjk-chinese
snip
Setting up latex-cjk-chinese (4.7.0+git20070708-1) ...
Running mktexlsr. This may take some time... done.
Building format(s) --byhyphen /var/lib/texmf/tex/generic/config/language.dat.
This may take some time... 
fmtutil-sys failed. Output has been stored in
/tmp/fmtutil.lnQj9204
Please include this file if you report a bug.
 
dpkg: error processing latex-cjk-chinese (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 latex-cjk-chinese
snip

/tmp/fmtutil.lnQj9204 contains:
fmtutil: running `pdftex -ini   -jobname=latex -progname=latex 
-translate-file=cp227.tcx *latex.ini' ...
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (INITEX)
 %-line parsing enabled.
 (/usr/share/texmf-texlive/web2c/cp227.tcx)
entering extended mode
(/usr/share/texmf-texlive/tex/latex/latexconfig/latex.ini
! I can't find file `pdftexconfig'.
l.7 \input pdftexconfig
   
Please type another input file name: 
! Emergency stop.
l.7 \input pdftexconfig
   
No pages of output.
Transcript written on latex.log.
Error: `pdftex -ini  -jobname=latex -progname=latex -translate-file=cp227.tcx 
*latex.ini' failed
fmtutil: running `pdftex -ini   -jobname=pdflatex -progname=pdflatex 
-translate-file=cp227.tcx *pdflatex.ini' ...
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (INITEX)
 %-line parsing enabled.
 (/usr/share/texmf-texlive/web2c/cp227.tcx)
entering extended mode
(/usr/share/texmf-texlive/tex/latex/latexconfig/pdflatex.ini
! I can't find file `pdftexconfig.tex'.
l.2 \input pdftexconfig.tex
   
Please type another input file name: 
! Emergency stop.
l.2 \input pdftexconfig.tex
   
No pages of output.
Transcript written on pdflatex.log.
Error: `pdftex -ini  -jobname=pdflatex -progname=pdflatex 
-translate-file=cp227.tcx *pdflatex.ini' failed

###
fmtutil: Error! Not all formats have been built successfully.
Visit the log files in directory
  /var/lib/texmf/web2c
for details.
###

This is a summary of all `failed' messages and warnings:
`pdftex -ini  -jobname=latex -progname=latex -translate-file=cp227.tcx 
*latex.ini' failed
`pdftex -ini  -jobname=pdflatex -progname=pdflatex -translate-file=cp227.tcx 
*pdflatex.ini' failed

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

Kernel: Linux 2.6.22-1-amd64 (SMP w/2 CPU cores)
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 latex-cjk-chinese depends on:
ii  latex-cjk-common 4.7.0+git20070708-1 LaTeX macro package for CJK (Chine
ii  libc62.6-5   GNU C Library: Shared libraries
ii  tex-common   1.9 Common infrastructure for using an

Versions of packages latex-cjk-chinese recommends:
ii  latex-cjk-chinese-arphic-bkai 1.17   traditional Chinese KaiTi fonts fo
ii  latex-cjk-chinese-arphic-bsmi 1.17   traditional Chinese KaiTi fonts fo
ii  latex-cjk-chinese-arphic-gbsn 1.17   traditional Chinese KaiTi fonts fo
ii  latex-cjk-chinese-arphic-gkai 1.17   traditional Chinese KaiTi fonts fo

-- no debconf information

---End Message---
---BeginMessage---
Package: latex-cjk-chinese
Version: 4.7.0+git20070708-1

This bug is due to a problem in the Debian TeXlive packages.

apt-get --reinstall install texlive-base-bin texlive-base should be enough;
or try to purge and reinstall jadetex.

-- 
Danai SAE-HAN (韓達耐)
--
題目:《和子由踏青》
作者:蘇軾(1036-1101)

春風陌上驚微塵,游人初樂歲華新。
人閑正好路旁飲,麥短未怕游車輪。
城中居人厭城郭,喧闐曉出空四鄰。
歌鼓驚山草木動,簞瓢散野烏鳶馴。
何人聚眾稱道人,遮道賣符色怒嗔。
宜蠶使汝繭如瓮,宜畜使汝羊如麕。
路人未必信此語,強為買符禳新春。
道人得錢徑沽酒,醉倒自謂吾符神。




signature.asc
Description: OpenPGP digital signature
---End Message---


Bug#428952: marked as done (net-tools: FTBFS: /usr/include/linux/if_fddi.h:88: error: expected specifier-qualifier-list before '__be16')

2007-08-06 Thread Debian Bug Tracking System
Your message dated Mon, 6 Aug 2007 22:21:18 +0200
with message-id [EMAIL PROTECTED]
and subject line net-tools: FTBFS: /usr/include/linux/if_fddi.h:88: error: 
expected specifier-qualifier-list before '__be16'
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)

---BeginMessage---
Package: net-tools
version: 1.60-17
Severity: serious
Justification: FTBFS on i386

Hi,

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

Relevant part:
ddp.c:51: warning: pointer targets in passing argument 1 of 'ddp_print' differ 
in signedness
cc -D_GNU_SOURCE -O2 -Wall  -I. -idirafter ./include/ -Ilib 
-I/build/user/net-tools-1.60 -idirafter /build/user/net-tools-1.60/include
-c -o ddp_gr.o ddp_gr.c
cc -D_GNU_SOURCE -O2 -Wall  -I. -idirafter ./include/ -Ilib 
-I/build/user/net-tools-1.60 -idirafter /build/user/net-tools-1.60/include
-c -o ec_hw.o ec_hw.c
cc -D_GNU_SOURCE -O2 -Wall  -I. -idirafter ./include/ -Ilib 
-I/build/user/net-tools-1.60 -idirafter /build/user/net-tools-1.60/include
-c -o econet.o econet.c
cc -D_GNU_SOURCE -O2 -Wall  -I. -idirafter ./include/ -Ilib 
-I/build/user/net-tools-1.60 -idirafter /build/user/net-tools-1.60/include
-c -o ether.o ether.c
ether.c: In function 'in_ether':
ether.c:59: warning: pointer targets in assignment differ in signedness
cc -D_GNU_SOURCE -O2 -Wall  -I. -idirafter ./include/ -Ilib 
-I/build/user/net-tools-1.60 -idirafter /build/user/net-tools-1.60/include
-c -o eui64.o eui64.c
eui64.c: In function 'in_eui64':
eui64.c:72: warning: pointer targets in assignment differ in signedness
cc -D_GNU_SOURCE -O2 -Wall  -I. -idirafter ./include/ -Ilib 
-I/build/user/net-tools-1.60 -idirafter /build/user/net-tools-1.60/include
-c -o fddi.o fddi.c
In file included from /usr/include/netinet/if_fddi.h:26,
 from fddi.c:30:
/usr/include/linux/if_fddi.h:88: error: expected specifier-qualifier-list 
before '__be16'
fddi.c: In function 'in_fddi':
fddi.c:69: warning: pointer targets in assignment differ in signedness
make[2]: *** [fddi.o] Error 1
make[2]: Leaving directory `/build/user/net-tools-1.60/lib'
make[1]: *** [subdirs] Error 2
make[1]: Leaving directory `/build/user/net-tools-1.60'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |

---End Message---
---BeginMessage---
On 29/07/07 at 22:59 +0200, Micha Lenk wrote:
 Hi Lucas,
 
 On Fri, Jun 15, 2007 at 08:39:44AM +0200, Lucas Nussbaum wrote:
  Package: net-tools
  version: 1.60-17
  Severity: serious
  Justification: FTBFS on i386
  
  Hi,
  
  During a rebuild of all packages in sid, your package failed to build on 
  i386.
 
 The fix of bug #433962 seems to solve the problem.
 Do you agree that we can close this bug report now?
 
 Bye
   Micha
 
 ... just looking around for RC bugs...

Yup, it fixes the problem. Closing the bug.

Thank you,
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |

---End Message---


Bug#435521: closed by Mark Purcell [EMAIL PROTECTED] (Re: Bug#435521: Asterisk SIP DOS Vulnerability)

2007-08-06 Thread Mark Purcell
Massimiliano Toce,

Per the advisory I believe this issue is resolved in asterisk 1.4.x

debian unstable currently has version 1.4.9 so the bug should be resolved.

We have a backported version of 1.4.9 available from http://buildserver.net/

Mark



On Mon, 6 Aug 2007, you wrote:
 I have installed asterisk version 1:1.2.13~dfsg-2 (
 http://packages.debian.org/stable/comm/asterisk) and the problem seems to
 remain, asterisk crashes when receives a REGISTER packet with no Request-URI
 and no SIP-Version.
 
 regards,
 Massimiliano Toce
 
 
 2007/8/3, Debian Bug Tracking System [EMAIL PROTECTED]:
 
  This is an automatic notification regarding your Bug report
  #435521: Asterisk SIP DOS Vulnerability,
  which was filed against the asterisk package.
 
  It has been closed by Mark Purcell  [EMAIL PROTECTED].
 
  Their explanation is attached below.  If this explanation is
  unsatisfactory and you have not received a better one in a separate
  message then please contact Mark Purcell  [EMAIL PROTECTED] by replying
  to this email.
 
  Debian bug tracking system administrator
  (administrator, Debian Bugs database)
 
 
 
  -- Messaggio inoltrato --
  From: Mark Purcell  [EMAIL PROTECTED]
  To: Massimiliano Toce [EMAIL PROTECTED], [EMAIL PROTECTED]
 
  Date: Fri, 3 Aug 2007 17:48:16 +0100
  Subject: Re: Bug#435521: Asterisk SIP DOS Vulnerability
  Version: 1:1.4.2~dfsg-1
 
  The advisory stated this issue is resolved in version 1.4.1 and later.
 
  It would be useful if you could confirm using S.T.R.E.S.S that the
  version in debian unstable does indeed have this issue resolved.
 
  Mark
 
 
  On Wed, 1 Aug 2007, Massimiliano Toce wrote:
   Package: asterisk
   Version: 1:1.2.13~dfsg-2
   Severity: critical
   Tags: security
  
   Asterisk crashes when handles a REGISTER message with no URI and no
   SIP-Version. See http://labs.musecurity.com/advisories/MU-200703-01.txt
  for
   more details.
  
   We found it using S.T.R.E.S.S.: a software for security testing
   (http://lart.det.unifi.it/Members/rosi/stress
   ). We are using Debian GNU/Linux 4.0, kernel 2.6.18-4-686.
  
   regards,
   Massimiliano Toce, Leonardo Maccari, Matteo Rosi
 
 
 
 
 
 
 




signature.asc
Description: This is a digitally signed message part.


Bug#433739: offlineimap - FTBFS: /bin/bash: man: command not found

2007-08-06 Thread Lucas Nussbaum
reopen 433739
found 433739 5.99.2
thanks

On 29/07/07 at 05:58 +0200, Cyril Brulebois wrote:
 tag 433739 patch
 thanks
 
 Michael Ablassmeier [EMAIL PROTECTED] (19/07/2007):
mv offlineimap.html manual.html
man -t -l offlineimap.1  manual.ps
/bin/bash: man: command not found
 
 It looks like this is actually no longer a problem, the FTBFS is now
 caused by a missing ps2pdf. Build-Depending additionally on gs or
 gs-common solves this; tagging accordingly.

Hi,

I'm sorry, but I'm still able to reproduce the original problem:

docbook2html -u offlineimap.sgml
Using catalogs: /etc/sgml/catalog
Using stylesheet: /usr/share/docbook-utils/docbook-utils.dsl#html
Working on: /build/user/offlineimap-5.99.2/offlineimap.sgml
Done.
mv offlineimap.html manual.html
man -t -l offlineimap.1  manual.ps
/bin/bash: man: command not found
make[1]: *** [doc] Error 127
make[1]: Leaving directory `/build/user/offlineimap-5.99.2'
make: *** [build-stamp] Error 2
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Processed: Re: Bug#433739: offlineimap - FTBFS: /bin/bash: man: command not found

2007-08-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reopen 433739
Bug#433739: offlineimap - FTBFS: /bin/bash: man: command not found
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
Bug reopened, originator not changed.

 found 433739 5.99.2
Bug#433739: offlineimap - FTBFS: /bin/bash: man: command not found
Bug marked as found in version 5.99.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 [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#423516: fixed in pimd 2.1.0-alpha29.17-8

2007-08-06 Thread Lucas Nussbaum
reopen 423516
found 423516 2.1.0-alpha29.17-7
thanks

On 06/08/07 at 02:17 +, Antonin Kral wrote:
  pimd (2.1.0-alpha29.17-8) unstable; urgency=low
  .
* explicit removal of
  removed include/linux/netinet/in.h
  removed include/linux/netinet/in-slackware.h
  .
  thanks Julien, Closes: #423516, #422591

Hi,

I'm sorry, but I can reproduce this problem in an up-to-date sid chroot
(using linux-libc-dev, not linux-kernel-headers):

gcc -Wall -g -Iinclude/linux -D__BSD_SOURCE -DRAW_INPUT_IS_RAW 
-DRAW_OUTPUT_IS_RAW -DIOCTL_OK_ON_RAW_SOCKET -DLinux -Iinclude-DPIM   -c -o 
igmp.o igmp.c
In file included from include/linux/netinet/in-my.h:25,
 from include/linux/netinet/mroute.h:5,
 from defs.h:88,
 from igmp.c:44:
/usr/include/arpa/inet.h:35: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'inet_addr'
/usr/include/arpa/inet.h:38: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'inet_lnaof'
/usr/include/arpa/inet.h:42: error: expected ')' before '__net'
/usr/include/arpa/inet.h:46: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'inet_netof'
/usr/include/arpa/inet.h:50: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'inet_network'
/usr/include/arpa/inet.h:78: error: expected ')' before '__net'
In file included from igmp.c:44:
defs.h:432: warning: conflicting types for built-in function 'log'
igmp.c: In function 'init_igmp':
igmp.c:102: warning: implicit declaration of function 'htonl'
igmp.c: In function 'igmp_read':
igmp.c:120: warning: pointer targets in passing argument 6 of 'recvfrom' differ 
in signedness
igmp.c: In function 'accept_igmp':
igmp.c:170: warning: implicit declaration of function 'ntohs'
igmp.c:218: warning: implicit declaration of function 'ntohl'
igmp.c:222: warning: pointer targets in passing argument 3 of 
'dvmrp_accept_probe' differ in signedness
igmp.c:227: warning: pointer targets in passing argument 3 of 
'dvmrp_accept_report' differ in signedness
igmp.c:249: warning: pointer targets in passing argument 3 of 
'dvmrp_accept_prune' differ in signedness
igmp.c:253: warning: pointer targets in passing argument 3 of 
'dvmrp_accept_graft' differ in signedness
igmp.c:257: warning: pointer targets in passing argument 3 of 
'dvmrp_accept_g_ack' differ in signedness
igmp.c:261: warning: pointer targets in passing argument 3 of 
'dvmrp_accept_info_request' differ in signedness
igmp.c:265: warning: pointer targets in passing argument 3 of 
'dvmrp_accept_info_reply' differ in signedness
igmp.c: In function 'send_igmp':
igmp.c:318: warning: implicit declaration of function 'htons'
make[1]: *** [igmp.o] Error 1
make[1]: Leaving directory `/build/user/pimd-2.1.0-alpha29.17'
make: *** [build-stamp] Error 2

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Processed: Re: Bug#423516: fixed in pimd 2.1.0-alpha29.17-8

2007-08-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reopen 423516
Bug#423516: pimd: FTBFS: inet.h:35: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'inet_addr'
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
Bug reopened, originator not changed.

 found 423516 2.1.0-alpha29.17-7
Bug#423516: pimd: FTBFS: inet.h:35: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'inet_addr'
Bug marked as found in version 2.1.0-alpha29.17-7.

 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#423516: fixed in pimd 2.1.0-alpha29.17-8

2007-08-06 Thread Antonin Kral
Hello,

could you please try -18. I have figure out, that -17 was wrongly
packaged (still contains the headers).

* Lucas Nussbaum [EMAIL PROTECTED] [2007-08-06 22:40] wrote:
 I'm sorry, but I can reproduce this problem in an up-to-date sid chroot
 (using linux-libc-dev, not linux-kernel-headers):

Aha, I will try with this set-up.

Thanks,

Antonin


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



Bug#436165: marked as done (sqlite3: Version 3.3.17 misses 3 data corruption bugs fixed in 3.4.1 upstream)

2007-08-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Aug 2007 20:47:21 +
with message-id [EMAIL PROTECTED]
and subject line Bug#436165: fixed in sqlite3 3.4.1-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)

---BeginMessage---
Package: sqlite3
Version: 3.3.17-1
Severity: critical
Justification: causes serious data loss

see 
http://www.sqlite.org/cvstrac/wiki?p=DatabaseCorruption
http://www.hwaci.com/sw/sqlite/

* There is a VACUUM bug that could lead to obsolete caches
  on a second connection.  Introduced in 3.3.14 (says
  http://www.hwaci.com/sw/sqlite/), fixed in 3.4.1.

* SQLITE_BUSY error in a transaction without rollback can corrupt
  the database file!  Introduced in 3.3.0, fixed in 3.4.0.  Update
  strongly recommended (says http://www.hwaci.com/sw/sqlite/).

* Auto-vacuum or incremental-vacuum + large UPDATE + CREATE TABLE
  or CREATE INDEX + UPDATE with malloc-failure causing a rollback
  = database corruption.  Introduced in 3.1.0, fixed in 3.4.0,
  not seen in the wild.


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

Kernel: Linux 2.6.22-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/bash

Versions of packages sqlite3 depends on:
ii  libc6 2.6-5  GNU C Library: Shared libraries
ii  libreadline5  5.2-3  GNU readline and history libraries
ii  libsqlite3-0  3.3.17-1   SQLite 3 shared library

sqlite3 recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: sqlite3
Source-Version: 3.4.1-1

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

lemon_3.4.1-1_i386.deb
  to pool/main/s/sqlite3/lemon_3.4.1-1_i386.deb
libsqlite3-0_3.4.1-1_i386.deb
  to pool/main/s/sqlite3/libsqlite3-0_3.4.1-1_i386.deb
libsqlite3-dev_3.4.1-1_i386.deb
  to pool/main/s/sqlite3/libsqlite3-dev_3.4.1-1_i386.deb
libsqlite3-tcl_3.4.1-1_i386.deb
  to pool/main/s/sqlite3/libsqlite3-tcl_3.4.1-1_i386.deb
sqlite3-doc_3.4.1-1_all.deb
  to pool/main/s/sqlite3/sqlite3-doc_3.4.1-1_all.deb
sqlite3_3.4.1-1.diff.gz
  to pool/main/s/sqlite3/sqlite3_3.4.1-1.diff.gz
sqlite3_3.4.1-1.dsc
  to pool/main/s/sqlite3/sqlite3_3.4.1-1.dsc
sqlite3_3.4.1-1_i386.deb
  to pool/main/s/sqlite3/sqlite3_3.4.1-1_i386.deb
sqlite3_3.4.1.orig.tar.gz
  to pool/main/s/sqlite3/sqlite3_3.4.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS) [EMAIL PROTECTED] (supplier of updated sqlite3 
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: Sat, 28 Jul 2007 08:51:35 +0300
Source: sqlite3
Binary: lemon libsqlite3-tcl sqlite3-doc sqlite3 libsqlite3-0 libsqlite3-dev
Architecture: source i386 all
Version: 3.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) [EMAIL PROTECTED]
Changed-By: Laszlo Boszormenyi (GCS) [EMAIL PROTECTED]
Description: 
 lemon  - The Lemon Parser Generator
 libsqlite3-0 - SQLite 3 shared library
 libsqlite3-dev - SQLite 3 development files
 libsqlite3-tcl - SQLite 3 TCL bindings
 sqlite3- A command line interface for SQLite 3
 sqlite3-doc - SQLite 3 documentation
Closes: 436165
Changes: 
 sqlite3 (3.4.1-1) unstable; urgency=low
 .
   * New upstream release (closes: #436165).
Files: 
 f38ea20aa53090ea7130db6bca9d8109 753 devel optional sqlite3_3.4.1-1.dsc
 0f06955b18da295fecb62d4bf9ded3c6 2237515 devel optional 
sqlite3_3.4.1.orig.tar.gz
 85b888d0c24a062b661c67dd82a7c1ba 41996 devel optional sqlite3_3.4.1-1.diff.gz
 89c1f018782dc028a524b49610e9232c 361372 doc optional 
sqlite3-doc_3.4.1-1_all.deb
 dcb32fd0e559691fc930a43c871f5cf2 37758 devel optional lemon_3.4.1-1_i386.deb
 206a5b196b3cb0210c5d4b4ce39639de 22590 misc optional sqlite3_3.4.1-1_i386.deb
 f3e83d1bacf9b5d4a5eb394769e76a1a 210014 libs optional 
libsqlite3-0_3.4.1-1_i386.deb
 fa77da14029071e558df148089e4cdcd 266214 libdevel optional 

Bug#436232: closed by Danai SAE-HAN (韓達耐) [EMAIL PROTECTED] (Closing #435660 and #436232 against latex-cjk-chinese)

2007-08-06 Thread Johannes Rohr
 This bug is due to a problem in the Debian TeXlive packages.

 apt-get --reinstall install texlive-base-bin texlive-base should be enough;
 or try to purge and reinstall jadetex.

Just for the record - and for other users who get bitten by the same
bug: These steps were not enough. I haven't tracked the issue down to
the exact cause, but after reinstalling jadetex, the bug was back just
as before. At present, I keep jadetex uninstalled, as I don't really
need it. But anyway, it seems more complicated than you suggested.


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



Bug#429533: [pkg-boost-devel] new proposal: boost-config

2007-08-06 Thread Steve M. Robbins
On Sat, Aug 04, 2007 at 01:59:23AM +0200, Domenico Andreoli wrote:
 Hi,
 
 Suppose two systems, a Fedora based on gcc 4.1 and a Debian based
 on gcc 4.2, both sporting Boost 1.35.0 built with --layout=system,
 for simplicity.
 
 Now Joe User writes his app on the Fedora system and links Boost.DateTime
 using the familiar -lboost_date_time switch. He builds the app and
 tries it on both his Fedora system and the friend's Debian one.  What is
 going to happen?

[I like answering rhetorical questions]

If you mean he copies the BINARY from Fedora to Debian, I expect all
hell to break loose.  I expect that regardless of whether he uses
boost or not: there's likely to be version skew in dozens of other
libraries, e.g. libc.

If you mean he copies the source and rebuilds, I expect things to work
fine.  Why wouldn't it?


 BTW, the user is a free software developer and his app is going to be
 ported also to other Microsoft, UNIX and popular embedded operating
 systems, where Boost has been built mixing --layout=system and
 --layout=versioned. Now he faces the problem of linking to the Boost
 library of interest. How he is supposed to solve the problem?

I don't really know.  I vaguely thought that using JAM and Boost.Build
would carry the day.  Wouldn't it?


 This is a new summary of the binary and source portability problems
 that current build system is inflicting on the Boost libraries.
 
 My proposal is:
 
  1) dump the --layout= thing, versioned/decorated sonames are always used
 
  2) provide symlinks like the following, when appropriate:
 
 /usr/lib/libboost_date_time-gcc42-1_34_1.so - 
 libboost_date_time-gcc42-1_34_1.so.1.34.1
 /usr/lib/libboost_date_time-gcc42-d-1_34_1.so - 
 libboost_date_time-gcc42-d-1_34_1.so.1.34.1
 /usr/lib/libboost_date_time-gcc42-mt-1_34_1.so - 
 libboost_date_time-gcc42-mt-1_34_1.so.1.34.1
 /usr/lib/libboost_date_time-gcc42-mt-d-1_34_1.so - 
 libboost_date_time-gcc42-mt-d-1_34_1.so.1.34.1
 
  3) provide also these symlinks, if desired:
 /usr/lib/libboost_date_time.so - libboost_date_time-gcc42-1_34_1.so
 /usr/lib/libboost_date_time-d.so - libboost_date_time-gcc42-d-1_34_1.so
 /usr/lib/libboost_date_time-mt.so - libboost_date_time-gcc42-mt-1_34_1.so
 /usr/lib/libboost_date_time-mt-d.so - 
 libboost_date_time-gcc42-mt-d-1_34_1.so

I'm with you so far.  I believe this is what you implemented in the experimental
1.34.1 upload, right?

I would go further and argue that --layout=system should do exactly
what you propose and also use the full boost version in the SONAME of
the libraries (which Debian has been doing all along but
--layout=system does not do currently).  


Thoughts?

-Steve




signature.asc
Description: Digital signature


Bug#436232: closed by Danai SAE-HAN (韓達耐) [EMAIL PROTECTED] (Closing #435660 and #436232 against latex-cjk-chinese)

2007-08-06 Thread Danai SAE-HAN (韓達耐)
On 06-08-07 23:01, Johannes Rohr wrote:
 
 Just for the record - and for other users who get bitten by the same
 bug: These steps were not enough. I haven't tracked the issue down to
 the exact cause, but after reinstalling jadetex, the bug was back just
 as before. At present, I keep jadetex uninstalled, as I don't really
 need it. But anyway, it seems more complicated than you suggested.

I'm not familiar with jadetex, but it might be that it needs to be rebuilt
against a more recent version of TeXlive in order to get the most recent
.postinst and .postrm installation files.

Best wishes

-- 
Danai SAE-HAN (韓達耐)
--
題目:《暑中雜詠》
作者:蘇舜欽(1008-1048)

嘉果浮沉酒半醺,床頭書冊亂紛紛。
北軒涼吹開疏竹,臥看青天行白云。



signature.asc
Description: OpenPGP digital signature


Bug#436308: am-utils: FTBFS: unmet b-dep libwrap-dev

2007-08-06 Thread Lucas Nussbaum
Package: am-utils
version: 6.1.5-6
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 4.1.51), bison, flex, tetex-bin, texi2html (= 
1.76), texinfo, libgdbm-dev, libwrap-dev, libhesiod-dev, libldap2-dev, 
autotools-dev, linux-kernel-headers
Build-Conflicts: autoconf2.13
Checking for already installed source dependencies...
W: Unable to locate package libwrap-dev
debhelper: missing
Using default version 5.0.53
bison: missing
flex: missing
tetex-bin: missing
texi2html: missing
Using default version 1.78-1
texinfo: missing
libgdbm-dev: missing
libwrap-dev: missing
libhesiod-dev: missing
libldap2-dev: missing
autotools-dev: missing
linux-kernel-headers: already installed (=*=PROVIDED=*=)
autoconf2.13: already deinstalled
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Reading state information...
E: Couldn't find package libwrap-dev
apt-get failed.
Package installation failed
Trying to reinstall removed packages:
Trying to uninstall newly installed packages:
Source-dependencies not satisfied; skipping am-utils

libwrap0-dev no longer provides libwrap-dev. You need to build-depend on
libwrap0-dev directly.

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436310: atftp: FTBFS: unmet build dep libwrap-dev

2007-08-06 Thread Lucas Nussbaum
Package: atftp
version: 0.7.dfsg-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
** Using build dependencies supplied by package:
Build-Depends: libreadline5-dev, debhelper (= 4.1.16), po-debconf, 
libwrap-dev, libpcre3-dev
Checking for already installed source dependencies...
W: Unable to locate package libwrap-dev
libreadline5-dev: missing
debhelper: missing
Using default version 5.0.53
po-debconf: missing
libwrap-dev: missing
libpcre3-dev: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Reading state information...
E: Couldn't find package libwrap-dev
apt-get failed.
Package installation failed
Trying to reinstall removed packages:
Trying to uninstall newly installed packages:
Source-dependencies not satisfied; skipping atftp

libwrap0-dev no longer provides libwrap-dev. You need to build-depend on
libwrap0-dev directly.

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436309: portmap: FTBFS: unmet b-dep libwrap-dev

2007-08-06 Thread Lucas Nussbaum
Package: portmap
version: 6.0-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
** Using build dependencies supplied by package:
Build-Depends: libwrap-dev, debhelper (= 5)
Checking for already installed source dependencies...
W: Unable to locate package libwrap-dev
libwrap-dev: missing
debhelper: missing
Using default version 5.0.53
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Reading state information...
E: Couldn't find package libwrap-dev
apt-get failed.
Package installation failed
Trying to reinstall removed packages:
Trying to uninstall newly installed packages:
Source-dependencies not satisfied; skipping portmap

libwrap0-dev no longer provides libwrap-dev. You need to build-depend on
libwrap0-dev directly.

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436315: lprng: FTBFS: unmet b-dep libwrap-dev

2007-08-06 Thread Lucas Nussbaum
Package: lprng
version: 3.8.28dfsg.1-1.1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 5), mawk | gawk, procps, libwrap-dev, libkrb5-dev, 
debconf | debconf-2.0, libssl-dev, po-debconf, dpatch
Build-Depends-Indep: jade, docbook, tidy, jadetex, imagemagick
Checking for already installed source dependencies...
W: Unable to locate package libwrap-dev
debhelper: missing
Using default version 5.0.53
mawk: already installed (1.3.3-11)
procps: missing
libwrap-dev: missing
libkrb5-dev: missing
debconf: already installed (1.5.14)
libssl-dev: missing
po-debconf: missing
dpatch: missing
jade: missing
docbook: missing
tidy: missing
jadetex: missing
imagemagick: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Reading state information...
E: Couldn't find package libwrap-dev
apt-get failed.
Package installation failed
Trying to reinstall removed packages:
Trying to uninstall newly installed packages:
Source-dependencies not satisfied; skipping lprng

libwrap0-dev no longer provides libwrap-dev. You need to build-depend on
libwrap0-dev directly.

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436316: proxy-suite: FTBFS: unmet b-dep libwrap-dev

2007-08-06 Thread Lucas Nussbaum
Package: proxy-suite
version: 1.9.2.4-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 4), libwrap-dev, linuxdoc-tools-latex, gs-common, 
autotools-dev, libldap-dev
Checking for already installed source dependencies...
W: Unable to locate package libwrap-dev
debhelper: missing
Using default version 5.0.53
libwrap-dev: missing
linuxdoc-tools-latex: missing
gs-common: missing
autotools-dev: missing
libldap-dev: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Reading state information...
E: Couldn't find package libwrap-dev
apt-get failed.
Package installation failed
Trying to reinstall removed packages:
Trying to uninstall newly installed packages:
Source-dependencies not satisfied; skipping proxy-suite

libwrap0-dev no longer provides libwrap-dev. You need to build-depend on
libwrap0-dev directly.

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436313: apcupsd: FTBFS: unmet b-dep libwrap-dev

2007-08-06 Thread Lucas Nussbaum
Package: apcupsd
version: 3.14.1-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 5), autotools-dev, dpatch, mawk | awk, 
libgd2-noxpm-dev, libncurses5-dev | libncurses-dev, libsnmp-dev, libssl-dev, 
libwrap-dev, po-debconf, tetex-bin, texinfo, tcpd
Checking for already installed source dependencies...
W: Unable to locate package libwrap-dev
debhelper: missing
Using default version 5.0.53
autotools-dev: missing
dpatch: missing
mawk: already installed (1.3.3-11)
libgd2-noxpm-dev: missing
libncurses5-dev: missing
libncurses-dev: missing
libsnmp-dev: missing
libssl-dev: missing
libwrap-dev: missing
po-debconf: missing
tetex-bin: missing
texinfo: missing
tcpd: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Reading state information...
E: Couldn't find package libwrap-dev
apt-get failed.
Package installation failed
Trying to reinstall removed packages:
Trying to uninstall newly installed packages:
Source-dependencies not satisfied; skipping apcupsd

libwrap0-dev no longer provides libwrap-dev. You need to build-depend on
libwrap0-dev directly.

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436314: up-imapproxy: FTBFS: unmet b-dep libwrap-dev

2007-08-06 Thread Lucas Nussbaum
Package: up-imapproxy
version: 1.2.4-10.1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
** Using build dependencies supplied by package:
Build-Depends: autotools-dev, debhelper (= 4.1.68), po-debconf (= 0.8.2), 
libwrap-dev, libncurses-dev, libssl-dev
Checking for already installed source dependencies...
W: Unable to locate package libwrap-dev
autotools-dev: missing
debhelper: missing
Using default version 5.0.53
po-debconf: missing
Using default version 1.0.9
libwrap-dev: missing
libncurses-dev: missing
libssl-dev: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Reading state information...
E: Couldn't find package libwrap-dev
apt-get failed.
Package installation failed
Trying to reinstall removed packages:
Trying to uninstall newly installed packages:
Source-dependencies not satisfied; skipping up-imapproxy

libwrap0-dev no longer provides libwrap-dev. You need to build-depend on
libwrap0-dev directly.

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436307: diald: FTBFS: unmet b-dep libwrap-dev

2007-08-06 Thread Lucas Nussbaum
Package: diald
version: 0.99.4-7.2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 4.1.16), libpam-dev, libwrap-dev, po-debconf
Checking for already installed source dependencies...
W: Unable to locate package libwrap-dev
debhelper: missing
Using default version 5.0.53
libpam-dev: missing
libwrap-dev: missing
po-debconf: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Reading state information...
Note, selecting libpam0g-dev instead of libpam-dev
E: Couldn't find package libwrap-dev
apt-get failed.
Package installation failed
Trying to reinstall removed packages:
Trying to uninstall newly installed packages:
Source-dependencies not satisfied; skipping diald

libwrap0-dev no longer provides libwrap-dev. You need to build-depend on
libwrap0-dev directly.

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436312: netkit-ntalk: FTBFS: unmet b-dep libwrap-dev

2007-08-06 Thread Lucas Nussbaum
Package: netkit-ntalk
version: 0.17-11
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
** Using build dependencies supplied by package:
Build-Depends: debhelper, libncurses-dev, libwrap-dev
Checking for already installed source dependencies...
W: Unable to locate package libwrap-dev
debhelper: missing
libncurses-dev: missing
libwrap-dev: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Reading state information...
Note, selecting libncurses5-dev instead of libncurses-dev
E: Couldn't find package libwrap-dev
apt-get failed.
Package installation failed
Trying to reinstall removed packages:
Trying to uninstall newly installed packages:
Source-dependencies not satisfied; skipping netkit-ntalk

libwrap0-dev no longer provides libwrap-dev. You need to build-depend on
libwrap0-dev directly.

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436306: nessus-core: FTBFS: unmet b-dep libwrap-dev

2007-08-06 Thread Lucas Nussbaum
Package: nessus-core
version: 2.2.9-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 4.1.16), libnessus-dev (= 2.2.6), libnasl-dev (= 
2.2.6), libgmp3-dev, libz-dev, libpcap0.8-dev | libpcap-dev, libglib1.2-dev, 
libglib2.0-dev, libgtk2.0-dev, libgdchart-gd2-noxpm-dev, libwrap-dev, libssl-dev
Checking for already installed source dependencies...
W: Unable to locate package libwrap-dev
debhelper: missing
Using default version 5.0.53
libnessus-dev: missing
Using default version 2.2.9-1.1
libnasl-dev: missing
Using default version 2.2.9-1.1
libgmp3-dev: missing
libz-dev: missing
libpcap0.8-dev: missing
libpcap-dev: missing
libglib1.2-dev: missing
libglib2.0-dev: missing
libgtk2.0-dev: missing
libgdchart-gd2-noxpm-dev: missing
libwrap-dev: missing
libssl-dev: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Reading state information...
Note, selecting zlib1g-dev instead of libz-dev
E: Couldn't find package libwrap-dev
apt-get failed.
Package installation failed
Trying to reinstall removed packages:
Trying to uninstall newly installed packages:
Source-dependencies not satisfied; skipping nessus-core

libwrap0-dev no longer provides libwrap-dev. You need to build-depend on
libwrap0-dev directly.

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436311: ample: FTBFS: unmet b-dep libwrap-dev

2007-08-06 Thread Lucas Nussbaum
Package: ample
version: 0.5.7-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 5), libwrap-dev
Checking for already installed source dependencies...
W: Unable to locate package libwrap-dev
debhelper: missing
Using default version 5.0.53
libwrap-dev: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Reading state information...
E: Couldn't find package libwrap-dev
apt-get failed.
Package installation failed
Trying to reinstall removed packages:
Trying to uninstall newly installed packages:
Source-dependencies not satisfied; skipping ample

libwrap0-dev no longer provides libwrap-dev. You need to build-depend on
libwrap0-dev directly.

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436319: apt-proxy: FTBFS: help2man: can't get `--help' info from ../bin/apt-proxy-import

2007-08-06 Thread Lucas Nussbaum
Package: apt-proxy
version: 1.9.36
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
dpkg-source: building apt-proxy in apt-proxy_1.9.36.dsc
 debian/rules build
dh_testdir
/usr/bin/make -C doc apt-proxy-import.8
make[1]: Entering directory `/build/user/apt-proxy-1.9.36/doc'
PYTHONPATH=`cd ..;pwd` \
  help2man \
-N \
-i apt-proxy-import.8.inc \
--section=8 \
--source=Debian GNU/Linux \
--manual=  \
-o apt-proxy-import.8 \
../bin/apt-proxy-import
help2man: can't get `--help' info from ../bin/apt-proxy-import
make[1]: *** [apt-proxy-import.8] Error 2
make[1]: Leaving directory `/build/user/apt-proxy-1.9.36/doc'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436318: guile-gnome-platform: FTBFS: No package 'g-wrap-2.0-guile' found

2007-08-06 Thread Lucas Nussbaum
Package: guile-gnome-platform
version: 2.7.99-4
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag F77 to libtool
checking for Guile... yes
checking for SLIB... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for G_WRAP... configure: error: Package requirements (g-wrap-2.0-guile 
= 1.9.4) were not met:

No package 'g-wrap-2.0-guile' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables G_WRAP_CFLAGS
and G_WRAP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

make: *** [config.status] Error 1

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#435462: add upstream patch

2007-08-06 Thread Hamish Moffatt
Hi Steffen,

Upstream has released 3.02pl1 to address this.

However please upload your 3.02-1.1 version for now. I am very busy and
don't have time to work on the package for at least a few more days.

Thanks for your offer.

Hamish

On Sun, Aug 05, 2007 at 08:54:44PM +1000, Steffen Joeris wrote:
 Hi Hamish
 
 I attached a patch to fix this problem. In case you are busy, can I upload 
 the 
 NMU patch?
 
 Cheers
 Steffen

 diff -u xpdf-3.02/debian/changelog xpdf-3.02/debian/changelog
 --- xpdf-3.02/debian/changelog
 +++ xpdf-3.02/debian/changelog
 @@ -1,3 +1,12 @@
 +xpdf (3.02-1.1) unstable; urgency=high
 +
 +  * Non-maintainer upload
 +  * Fix integer overflow in the StreamPredictor::StreamPredictor
 +function by adding post-3.5.7-kdegraphics-CVE-2007-3387.diff.dpatch
 +(Closes: #435462) Fixes: CVE-2007-3387
 +
 + -- Steffen Joeris [EMAIL PROTECTED]  Sun, 05 Aug 2007 10:03:53 +
 +
  xpdf (3.02-1) unstable; urgency=low
  
* New upstream release (closes: #413611)
 diff -u xpdf-3.02/debian/patches/00list xpdf-3.02/debian/patches/00list
 --- xpdf-3.02/debian/patches/00list
 +++ xpdf-3.02/debian/patches/00list
 @@ -18,0 +19,3 @@
 +
 +# Fix CVE-2007-3387
 +post-3.5.7-kdegraphics-CVE-2007-3387.diff.dpatch
 only in patch2:
 unchanged:
 --- 
 xpdf-3.02.orig/debian/patches/post-3.5.7-kdegraphics-CVE-2007-3387.diff.dpatch
 +++ xpdf-3.02/debian/patches/post-3.5.7-kdegraphics-CVE-2007-3387.diff.dpatch
 @@ -0,0 +1,25 @@
 +#! /bin/sh /usr/share/dpatch/dpatch-run
 +## post-3.5.7-kdegraphics-CVE-2007-3387.diff.dpatch
 +##
 +## All lines beginning with `## DP:' are a description of the patch.
 +## DP: Fix integer overflow in the StreamPredictor::StreamPredictor
 +## function
 +
 [EMAIL PROTECTED]@
 +Index: kpdf/xpdf/xpdf/Stream.cc
 +===
 +--- kpdf/xpdf/xpdf/Stream.cc (revision 689574)
  xpdf-3.02/xpdf/Stream.cc (working copy)
 +@@ -411,9 +411,9 @@ StreamPredictor::StreamPredictor(Stream 
 + 
 +   nVals = width * nComps;
 +   if (width = 0 || nComps = 0 || nBits = 0 ||
 +-  nComps = INT_MAX / nBits ||
 +-  width = INT_MAX / nComps / nBits ||
 +-  nVals * nBits + 7  0) {
 ++  nComps  gfxColorMaxComps || nBits  16 ||
 ++  width = INT_MAX / nComps ||
 ++  nVals = (INT_MAX - 7) / nBits) {
 + return;
 +   }
 +   pixBytes = (nComps * nBits + 7)  3;




-- 
Hamish Moffatt VK3SB [EMAIL PROTECTED] [EMAIL PROTECTED]


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



Bug#436317: airport-utils: FTBFS: Buildfile: build.xml does not exist!

2007-08-06 Thread Lucas Nussbaum
Package: airport-utils
version: 1-5
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
 /usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
# Add here commands to clean up after the build process.
ant distclean
Buildfile: build.xml does not exist!
Build failed
make: *** [real-clean] Error 1

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436318: guile-gnome-platform: FTBFS: No package 'g-wrap-2.0-guile' found

2007-08-06 Thread Cyril Brulebois
Lucas Nussbaum [EMAIL PROTECTED] (07/08/2007):
 checking for G_WRAP... configure: error: Package requirements
 (g-wrap-2.0-guile = 1.9.4) were not met:
 
 No package 'g-wrap-2.0-guile' found

Missing B-D on libgwrap-runtime0-dev, builds fine in a sid i386 chroot
once added; not tagging it with patch, since the build fails anyway:
| mv guile-gnome-gw-gnome-vfs.scm gnome-vfs.scm
| /usr/bin/make  all-am
| make[6]: Entering directory 
`/home/kibi/guile-gnome-platform-2.7.99/gnome-vfs/gnome/gw'
| /bin/sh ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../.. 
   -I../../../glib/gnome/gobject -I../../../glib/gnome/gobject -I. -I. -Wall 
-Werror -g -pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 
-I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-std=gnu99   -DGNOME_VFS_DISABLE_DEPRECATED -g -Wall -O2 -c -o 
libgw_guile_gnome_gnome_vfs_la-gnome-vfs-support.lo `test -f 
'gnome-vfs-support.c' || echo './'`gnome-vfs-support.c
| mkdir .libs
|  cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../glib/gnome/gobject 
-I../../../glib/gnome/gobject -I. -I. -Wall -Werror -g -pthread -DORBIT2=1 
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -std=gnu99 -DGNOME_VFS_DISABLE_DEPRECATED -g -Wall 
-O2 -c gnome-vfs-support.c  -fPIC -DPIC -o 
.libs/libgw_guile_gnome_gnome_vfs_la-gnome-vfs-support.o
| /bin/sh ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../.. 
   -I../../../glib/gnome/gobject -I../../../glib/gnome/gobject -I. -I. -Wall 
-Werror -g -pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 
-I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-std=gnu99   -DGNOME_VFS_DISABLE_DEPRECATED -g -Wall -O2 -c -o 
libgw_guile_gnome_gnome_vfs_la-gnome-vfs-port.lo `test -f 'gnome-vfs-port.c' || 
echo './'`gnome-vfs-port.c
|  cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../glib/gnome/gobject 
-I../../../glib/gnome/gobject -I. -I. -Wall -Werror -g -pthread -DORBIT2=1 
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -std=gnu99 -DGNOME_VFS_DISABLE_DEPRECATED -g -Wall 
-O2 -c gnome-vfs-port.c  -fPIC -DPIC -o 
.libs/libgw_guile_gnome_gnome_vfs_la-gnome-vfs-port.o
| /bin/sh ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../.. 
   -I../../../glib/gnome/gobject -I../../../glib/gnome/gobject -I. -I. -Wall 
-Werror -g -pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 
-I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-std=gnu99   -DGNOME_VFS_DISABLE_DEPRECATED -g -Wall -O2 -c -o 
libgw_guile_gnome_gnome_vfs_la-guile-gnome-gw-gnome-vfs.lo `test -f 
'guile-gnome-gw-gnome-vfs.c' || echo './'`guile-gnome-gw-gnome-vfs.c
|  cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../glib/gnome/gobject 
-I../../../glib/gnome/gobject -I. -I. -Wall -Werror -g -pthread -DORBIT2=1 
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -std=gnu99 -DGNOME_VFS_DISABLE_DEPRECATED -g -Wall 
-O2 -c guile-gnome-gw-gnome-vfs.c  -fPIC -DPIC -o 
.libs/libgw_guile_gnome_gnome_vfs_la-guile-gnome-gw-gnome-vfs.o
| cc1: warnings being treated as errors
| guile-gnome-gw-gnome-vfs.c: In function 
'gw__tmp717_gnome_vfs_mime_get_all_components_wrapper':
| guile-gnome-gw-gnome-vfs.c:2136: warning: implicit declaration of function 
'gnome_vfs_mime_get_all_components'
| guile-gnome-gw-gnome-vfs.c:2136: warning: assignment makes pointer from 
integer without a cast
| guile-gnome-gw-gnome-vfs.c: In function 
'gw__tmp905__bonobo__server_info___wrap_value':
| guile-gnome-gw-gnome-vfs.c:3399: error: 'Bonobo_ServerInfo' undeclared (first 
use in this function)
| guile-gnome-gw-gnome-vfs.c:3399: error: (Each undeclared identifier is 
reported only once
| guile-gnome-gw-gnome-vfs.c:3399: error: for each function it appears in.)
| guile-gnome-gw-gnome-vfs.c:3399: error: expected expression before ')' token
| guile-gnome-gw-gnome-vfs.c:3400: error: expected expression before ')' token
| guile-gnome-gw-gnome-vfs.c: In function 
'gw__tmp906__bonobo__server_info___unwrap_value':
| guile-gnome-gw-gnome-vfs.c:3404: error: 'Bonobo_ServerInfo' undeclared (first 
use in this function)
| guile-gnome-gw-gnome-vfs.c:3404: error: expected expression before ')' token
| guile-gnome-gw-gnome-vfs.c:3406: error: expected expression before ')' token
| guile-gnome-gw-gnome-vfs.c: In function 
'gw_initialize_wrapset_gnome_gnome_vfs':
| guile-gnome-gw-gnome-vfs.c:4281: error: 
'gnome_vfs_mime_get_default_component' undeclared (first use in this function)
| make[6]: *** 

Bug#428190: marked as done (Runtime crashes on ppc)

2007-08-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Aug 2007 22:32:10 +
with message-id [EMAIL PROTECTED]
and subject line Bug#428190: fixed in mono 1.2.4-5
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)

---BeginMessage---
Package: mono-jit
Version: 1.2.4-3
Severity: important

When I start apps such as tomboy or f-spot, the runtime immediately
crashes.  It is suggested that it is PowerPC specific. I have
attached the error output.

Regards,
Paul

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (102, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.18-4-powerpc
Locale: LANG=C, LC_CTYPE=nl_NL.UTF8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mono-jit depends on:
ii  libc6 2.5-10 GNU C Library: Shared libraries
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  mono-common   1.2.4-3common files for Mono

mono-jit recommends no packages.

-- no debconf information

** (/usr/lib/tomboy/Tomboy.exe:26320): WARNING **: Exception inside function 
without unwind info

** ERROR **: file exceptions-ppc.c: line 847 (arch_handle_exception): should 
not be reached
aborting...
Stacktrace:


Native stacktrace:

[0x10165714]
[0x1013f164]
[0x100380]
[0x7fd4bde8]
/lib/libc.so.6(abort+0x248) [0xfc7a4a8]
/usr/lib/libglib-2.0.so.0(g_logv+0x410) [0xff25b50]
/usr/lib/libglib-2.0.so.0(g_log+0x6c) [0xff25bcc]
/usr/lib/libglib-2.0.so.0(g_assert_warning+0x8c) [0xff25c6c]
[0x1016e6d4]
[0x1016e5e8]
[0x1016e2e8]
[0x1013f0dc]
[0x100380]
[(nil)]

Debug info from gdb:

(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 805507296 (LWP 26320)]
[New Thread 816956576 (LWP 26322)]
[New Thread 805450912 (LWP 26321)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0x0fcea808 in fork () from /lib/libc.so.6
  3 Thread 805450912 (LWP 26321)  0x0fe95a50 in ?? ()
   from /lib/libpthread.so.0
  2 Thread 816956576 (LWP 26322)  0x0fe91044 in pthread_cond_wait@@GLIBC_2.3.2
() from /lib/libpthread.so.0
  1 Thread 805507296 (LWP 26320)  0x0fcea808 in fork () 

Bug#429685: marked as done (tomboy: crashes on startup)

2007-08-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Aug 2007 22:32:10 +
with message-id [EMAIL PROTECTED]
and subject line Bug#427934: fixed in mono 1.2.4-5
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)

---BeginMessage---
Package: tomboy
Version: 0.6.3-1
Severity: important

I actually think that this bug is caused by the mono-runtime but I am 
not sure so I have issued the bug report against tomboy because it is 
the applicataion that refuse to start :). From the commandline:

[EMAIL PROTECTED]:~$ tomboy

** (/usr/lib/tomboy/Tomboy.exe:21543): WARNING **: Exception inside 
function without unwind info

** ERROR **: file exceptions-ppc.c: line 847 (arch_handle_exception): 
should not be reached
aborting...
Stacktrace:


Native stacktrace:

[0x1016572c]
[0x1013f17c]
[0x100380]
[0x7fbbfea8]
/lib/libc.so.6(abort+0x248) [0xfc7a4a8]
/usr/lib/libglib-2.0.so.0(g_logv+0x410) [0xff25b50]
/usr/lib/libglib-2.0.so.0(g_log+0x6c) [0xff25bcc]
/usr/lib/libglib-2.0.so.0(g_assert_warning+0x8c) [0xff25c6c]
[0x1016e6ec]
[0x1016e600]
[0x1016e300]
[0x1013f0f4]
[0x100380]
[(nil)]

Debug info from gdb:

(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 805441152 (LWP 21543)]
[New Thread 817628320 (LWP 21545)]
[New Thread 805483680 (LWP 21544)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0x0fd1aa38 in select () from /lib/libc.so.6
  3 Thread 805483680 (LWP 21544)  0x0fe95a50 in ?? ()
   from /lib/libpthread.so.0
  2 Thread 817628320 (LWP 21545)  0x0fe91044 in 
pthread_cond_wait@@GLIBC_2.3.2
() from /lib/libpthread.so.0
  1 Thread 805441152 (LWP 21543)  0x0fd1aa38 in select () from 
/lib/libc.so.6

Thread 3 (Thread 805483680 (LWP 21544)):
#0  0x0fe95a50 in ?? () from /lib/libpthread.so.0
#1  0x0fe95a3c in ?? () from /lib/libpthread.so.0
#2  0x100ca5e0 in ?? ()
#3  0x0fe8b7b4 in start_thread () from /lib/libpthread.so.0
#4  0x0fd229e4 in clone () from /lib/libc.so.6
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 2 (Thread 817628320 (LWP 21545)):
#0  0x0fe91044 in pthread_cond_wait@@GLIBC_2.3.2 () from 
/lib/libpthread.so.0
#1  0x100d0cb0 in ?? ()
#2  0x100d10e8 in ?? ()
#3  0x100d0e88 in 

Bug#427934: marked as done (tomboy: Crashes on start)

2007-08-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Aug 2007 22:32:10 +
with message-id [EMAIL PROTECTED]
and subject line Bug#429685: fixed in mono 1.2.4-5
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)

---BeginMessage---


Package: tomboy
Version: 0.6.3-1
Severity: grave
Justification: renders package unusable


Rrror dump after the crash is:

** (/usr/lib/tomboy/Tomboy.exe:1580): WARNING **: Exception inside function 
without unwind info

** ERROR **: file exceptions-ppc.c: line 847 (arch_handle_exception): should 
not be reached
aborting...
Stacktrace:


Native stacktrace:

[0x10165714]
[0x1013f164]
[0x100380]
[0x7f83fc98]
/lib/libc.so.6(abort+0x248) [0xfc7a4a8]
/usr/lib/libglib-2.0.so.0(g_logv+0x410) [0xff25b50]
/usr/lib/libglib-2.0.so.0(g_log+0x6c) [0xff25bcc]
/usr/lib/libglib-2.0.so.0(g_assert_warning+0x8c) [0xff25c6c]
[0x1016e6d4]
[0x1016e5e8]
[0x1016e2e8]
[0x1013f0dc]
[0x100380]
[(nil)]

Debug info from gdb:

(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 805441152 (LWP 1580)]
[New Thread 815502496 (LWP 1582)]
[New Thread 805487776 (LWP 1581)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0x0fcea808 in fork () from /lib/libc.so.6
  3 Thread 805487776 (LWP 1581)  0x0fe95a50 in ?? () from /lib/libpthread.so.0
  2 Thread 815502496 (LWP 1582)  0x0fe91044 in pthread_cond_wait@@GLIBC_2.3.2
() from /lib/libpthread.so.0
  1 Thread 805441152 (LWP 1580)  0x0fcea808 in fork () from /lib/libc.so.6

Thread 3 (Thread 805487776 (LWP 1581)):
#0  0x0fe95a50 in ?? () from /lib/libpthread.so.0
#1  0x0fe95a3c in ?? () from /lib/libpthread.so.0
#2  0x100ca5c8 in ?? ()
#3  0x0fe8b7b4 in start_thread () from /lib/libpthread.so.0
#4  0x0fd229e4 in clone () from /lib/libc.so.6
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 2 (Thread 815502496 (LWP 1582)):
#0  0x0fe91044 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1  0x100d0c98 in ?? ()
#2  0x100d10d0 in ?? ()
#3  0x100d0e70 in ?? ()
#4  0x100e8574 in ?? ()
#5  0x100719f8 in ?? ()
#6  0x100908b4 in ?? ()
#7  0x100e6000 in ?? ()
#8  0x1010c414 in ?? ()
#9  0x0fe8b7b4 in start_thread () from /lib/libpthread.so.0
#10 0x0fd229e4 in clone () 

Bug#427934: marked as done (tomboy: Crashes on start)

2007-08-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Aug 2007 22:32:10 +
with message-id [EMAIL PROTECTED]
and subject line Bug#427934: fixed in mono 1.2.4-5
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)

---BeginMessage---


Package: tomboy
Version: 0.6.3-1
Severity: grave
Justification: renders package unusable


Rrror dump after the crash is:

** (/usr/lib/tomboy/Tomboy.exe:1580): WARNING **: Exception inside function 
without unwind info

** ERROR **: file exceptions-ppc.c: line 847 (arch_handle_exception): should 
not be reached
aborting...
Stacktrace:


Native stacktrace:

[0x10165714]
[0x1013f164]
[0x100380]
[0x7f83fc98]
/lib/libc.so.6(abort+0x248) [0xfc7a4a8]
/usr/lib/libglib-2.0.so.0(g_logv+0x410) [0xff25b50]
/usr/lib/libglib-2.0.so.0(g_log+0x6c) [0xff25bcc]
/usr/lib/libglib-2.0.so.0(g_assert_warning+0x8c) [0xff25c6c]
[0x1016e6d4]
[0x1016e5e8]
[0x1016e2e8]
[0x1013f0dc]
[0x100380]
[(nil)]

Debug info from gdb:

(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 805441152 (LWP 1580)]
[New Thread 815502496 (LWP 1582)]
[New Thread 805487776 (LWP 1581)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0x0fcea808 in fork () from /lib/libc.so.6
  3 Thread 805487776 (LWP 1581)  0x0fe95a50 in ?? () from /lib/libpthread.so.0
  2 Thread 815502496 (LWP 1582)  0x0fe91044 in pthread_cond_wait@@GLIBC_2.3.2
() from /lib/libpthread.so.0
  1 Thread 805441152 (LWP 1580)  0x0fcea808 in fork () from /lib/libc.so.6

Thread 3 (Thread 805487776 (LWP 1581)):
#0  0x0fe95a50 in ?? () from /lib/libpthread.so.0
#1  0x0fe95a3c in ?? () from /lib/libpthread.so.0
#2  0x100ca5c8 in ?? ()
#3  0x0fe8b7b4 in start_thread () from /lib/libpthread.so.0
#4  0x0fd229e4 in clone () from /lib/libc.so.6
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 2 (Thread 815502496 (LWP 1582)):
#0  0x0fe91044 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1  0x100d0c98 in ?? ()
#2  0x100d10d0 in ?? ()
#3  0x100d0e70 in ?? ()
#4  0x100e8574 in ?? ()
#5  0x100719f8 in ?? ()
#6  0x100908b4 in ?? ()
#7  0x100e6000 in ?? ()
#8  0x1010c414 in ?? ()
#9  0x0fe8b7b4 in start_thread () from /lib/libpthread.so.0
#10 0x0fd229e4 in clone () 

Bug#429685: marked as done (tomboy: crashes on startup)

2007-08-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Aug 2007 22:32:10 +
with message-id [EMAIL PROTECTED]
and subject line Bug#429685: fixed in mono 1.2.4-5
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)

---BeginMessage---
Package: tomboy
Version: 0.6.3-1
Severity: important

I actually think that this bug is caused by the mono-runtime but I am 
not sure so I have issued the bug report against tomboy because it is 
the applicataion that refuse to start :). From the commandline:

[EMAIL PROTECTED]:~$ tomboy

** (/usr/lib/tomboy/Tomboy.exe:21543): WARNING **: Exception inside 
function without unwind info

** ERROR **: file exceptions-ppc.c: line 847 (arch_handle_exception): 
should not be reached
aborting...
Stacktrace:


Native stacktrace:

[0x1016572c]
[0x1013f17c]
[0x100380]
[0x7fbbfea8]
/lib/libc.so.6(abort+0x248) [0xfc7a4a8]
/usr/lib/libglib-2.0.so.0(g_logv+0x410) [0xff25b50]
/usr/lib/libglib-2.0.so.0(g_log+0x6c) [0xff25bcc]
/usr/lib/libglib-2.0.so.0(g_assert_warning+0x8c) [0xff25c6c]
[0x1016e6ec]
[0x1016e600]
[0x1016e300]
[0x1013f0f4]
[0x100380]
[(nil)]

Debug info from gdb:

(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 805441152 (LWP 21543)]
[New Thread 817628320 (LWP 21545)]
[New Thread 805483680 (LWP 21544)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0x0fd1aa38 in select () from /lib/libc.so.6
  3 Thread 805483680 (LWP 21544)  0x0fe95a50 in ?? ()
   from /lib/libpthread.so.0
  2 Thread 817628320 (LWP 21545)  0x0fe91044 in 
pthread_cond_wait@@GLIBC_2.3.2
() from /lib/libpthread.so.0
  1 Thread 805441152 (LWP 21543)  0x0fd1aa38 in select () from 
/lib/libc.so.6

Thread 3 (Thread 805483680 (LWP 21544)):
#0  0x0fe95a50 in ?? () from /lib/libpthread.so.0
#1  0x0fe95a3c in ?? () from /lib/libpthread.so.0
#2  0x100ca5e0 in ?? ()
#3  0x0fe8b7b4 in start_thread () from /lib/libpthread.so.0
#4  0x0fd229e4 in clone () from /lib/libc.so.6
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 2 (Thread 817628320 (LWP 21545)):
#0  0x0fe91044 in pthread_cond_wait@@GLIBC_2.3.2 () from 
/lib/libpthread.so.0
#1  0x100d0cb0 in ?? ()
#2  0x100d10e8 in ?? ()
#3  0x100d0e88 in 

Bug#436330: vkeybd: FTBFS: error: linux/awe_voice.h: No such file or directory

2007-08-06 Thread Lucas Nussbaum
Package: vkeybd
version: 1:0.1.17a-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
make[1]: Entering directory `/build/user/vkeybd-0.1.17a'
cc -Wall -O -DVKB_TCLFILE=\/usr/share/vkeybd/vkeybd.tcl\ 
-DVKBLIB_DIR=\/usr/share/vkeybd\ -DVERSION_STR=\0.1.16\ -DVKB_USE_AWE 
-DVKB_USE_MIDI -DVKB_USE_ALSA -I/usr/X11R6/include -I/usr/include/tcl8.4 -c 
-o vkb.o vkb.c
cc -Wall -O -DVKB_TCLFILE=\/usr/share/vkeybd/vkeybd.tcl\ 
-DVKBLIB_DIR=\/usr/share/vkeybd\ -DVERSION_STR=\0.1.16\ -DVKB_USE_AWE 
-DVKB_USE_MIDI -DVKB_USE_ALSA -I/usr/X11R6/include -I/usr/include/tcl8.4 -c 
-o vkb_device.o vkb_device.c
cc -Wall -O -DVKB_TCLFILE=\/usr/share/vkeybd/vkeybd.tcl\ 
-DVKBLIB_DIR=\/usr/share/vkeybd\ -DVERSION_STR=\0.1.16\ -DVKB_USE_AWE 
-DVKB_USE_MIDI -DVKB_USE_ALSA -I/usr/X11R6/include -I/usr/include/tcl8.4 -c 
-o oper_awe.o oper_awe.c
oper_awe.c:35:31: error: linux/awe_voice.h: No such file or directory
oper_awe.c: In function 'seq_open':
oper_awe.c:146: error: 'SAMPLE_TYPE_AWE32' undeclared (first use in this 
function)
oper_awe.c:146: error: (Each undeclared identifier is reported only once
oper_awe.c:146: error: for each function it appears in.)
oper_awe.c:174: warning: implicit declaration of function 'AWE_SET_CHANNEL_MODE'
oper_awe.c:174: error: 'AWE_PLAY_MULTI' undeclared (first use in this function)
oper_awe.c:176: warning: implicit declaration of function 'AWE_MISC_MODE'
oper_awe.c:176: error: 'AWE_MD_TOGGLE_DRUM_BANK' undeclared (first use in this 
function)
oper_awe.c: In function 'chorus_mode':
oper_awe.c:229: warning: implicit declaration of function 'AWE_CHORUS_MODE'
oper_awe.c: In function 'reverb_mode':
oper_awe.c:236: warning: implicit declaration of function 'AWE_REVERB_MODE'
make[1]: *** [oper_awe.o] Error 1
make[1]: Leaving directory `/build/user/vkeybd-0.1.17a'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436326: teatime: FTBFS: Global symbol @INTLTOOL_ICONV requires explicit package name at ./intltool-merge line 94.

2007-08-06 Thread Lucas Nussbaum
Package: teatime
version: 2.8.0-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
make[3]: Entering directory `/build/user/teatime-2.8.0'
sed -e s|[EMAIL PROTECTED]@|/usr/lib/teatime| 
GNOME_TeatimeApplet_Factory.server.in.in  GNOME_TeatimeApplet_Factory.server.in
LC_ALL=C ./intltool-merge -o -u -c ./po/.intltool-merge-cache ./po 
GNOME_TeatimeApplet_Factory.server.in GNOME_TeatimeApplet_Factory.server
Possible unintended interpolation of @INTLTOOL_ICONV in string at 
./intltool-merge line 94.
Global symbol @INTLTOOL_ICONV requires explicit package name at 
./intltool-merge line 94.
BEGIN not safe after errors--compilation aborted at ./intltool-merge line 252.
make[3]: *** [GNOME_TeatimeApplet_Factory.server] Error 9
make[3]: Leaving directory `/build/user/teatime-2.8.0'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/teatime-2.8.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/teatime-2.8.0'
make: *** [debian/stamp-makefile-build] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436327: python-oss: FTBFS: error: linux/awe_voice.h: No such file or directory

2007-08-06 Thread Lucas Nussbaum
Package: python-oss
version: 0.0.0.20010624-3.3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
dpkg-source: building python-oss in python-oss_0.0.0.20010624-3.3.dsc
 debian/rules build
test -e debian/control
/usr/bin/make all ossmodule.html ossmodule.txt
make[1]: Entering directory `/build/user/python-oss-0.0.0.20010624'
make[1]: Nothing to be done for `all'.
make[1]: `ossmodule.html' is up to date.
make[1]: `ossmodule.txt' is up to date.
make[1]: Leaving directory `/build/user/python-oss-0.0.0.20010624'
/usr/bin/python2.4 setup.py build
running build
running build_ext
building 'oss' extension
creating build
creating build/temp.linux-i686-2.4
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes 
-fPIC -I/usr/include/python2.4 -c ossmodule.c -o 
build/temp.linux-i686-2.4/ossmodule.o
ossmodule.c:115:29: error: linux/awe_voice.h: No such file or directory
ossmodule.c: In function 'Mixer_close':
ossmodule.c:288: warning: unused variable 'result'
ossmodule.c: In function 'SynthInfoSynthSubTypeName':
ossmodule.c:522: error: 'SAMPLE_TYPE_AWE32' undeclared (first use in this 
function)
ossmodule.c:522: error: (Each undeclared identifier is reported only once
ossmodule.c:522: error: for each function it appears in.)
ossmodule.c: In function 'SynthInfo_tp_print':
ossmodule.c:546: warning: format '%04lx' expects type 'long unsigned int', but 
argument 3 has type 'unsigned int'
ossmodule.c: In function 'MidiInfo_tp_print':
ossmodule.c:684: warning: format '%04lx' expects type 'long unsigned int', but 
argument 3 has type 'unsigned int'
ossmodule.c: In function 'Sequencer_synth_info':
ossmodule.c:1037: warning: suggest explicit braces to avoid ambiguous 'else'
ossmodule.c: In function 'Sequencer_midi_info':
ossmodule.c:1090: warning: suggest explicit braces to avoid ambiguous 'else'
ossmodule.c: In function 'Sequencer_close':
ossmodule.c:1108: warning: unused variable 'result'
ossmodule.c: In function 'Audio_close':
ossmodule.c:1546: warning: unused variable 'result'
ossmodule.c: In function 'Audio_reset':
ossmodule.c:1564: warning: unused variable 'i'
ossmodule.c: In function 'Audio_sync':
ossmodule.c:1565: warning: unused variable 'i'
ossmodule.c: In function 'Audio_post':
ossmodule.c:1566: warning: unused variable 'i'
ossmodule.c: In function 'Mod_open_sequencer':
ossmodule.c:1780: warning: value computed is not used
ossmodule.c: In function 'Mod_open_audio':
ossmodule.c:1814: warning: value computed is not used
ossmodule.c: At top level:
ossmodule.c:1862: warning: return type defaults to 'int'
error: command 'gcc' failed with exit status 1
make: *** [build-python-2.4] Error 1

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436324: gst-editor: FTBFS: unmet b-dep libgstreamer0.8-dev

2007-08-06 Thread Lucas Nussbaum
Package: gst-editor
version: 0.8.0-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
** Using build dependencies supplied by package:
Build-Depends: cdbs (= 0.4.4), debhelper (= 4.2.1), libxml2-dev (= 2.4.16), 
zlib1g-dev (= 1:1.1.4), libglib2.0-dev (= 2.0.4), libgtk2.0-dev (= 2.0.4), 
pkg-config (= 0.11.0), libpopt-dev, libgstreamer0.8-dev (= 0.8.0), 
libglade2-dev, libgnomeui-dev, scrollkeeper (= 0.3.14-5), libgcrypt11-dev, 
intltool
Checking for already installed source dependencies...
W: Unable to locate package libgstreamer0.8-dev
cdbs: missing
Using default version 0.4.49
debhelper: missing
Using default version 5.0.53
libxml2-dev: missing
Using default version 2.6.29.dfsg-1
zlib1g-dev: missing
Using default version 1:1.2.3.3.dfsg-5
libglib2.0-dev: missing
Using default version 2.12.13-1
libgtk2.0-dev: missing
Using default version 2.10.13-1
pkg-config: missing
Using default version 0.22-1
libpopt-dev: missing
libgstreamer0.8-dev: missing
Default version of libgstreamer0.8-dev not sufficient, no suitable version 
found. Skipping for now, maybe there are alternatives.
libglade2-dev: missing
libgnomeui-dev: missing
scrollkeeper: missing
Using default version 0.3.14-13
libgcrypt11-dev: missing
intltool: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Reading state information...
E: Couldn't find package libgstreamer0.8-dev
apt-get failed.
Package installation failed
Trying to reinstall removed packages:
Trying to uninstall newly installed packages:
Source-dependencies not satisfied; skipping gst-editor

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436321: rake: FTBFS: test_load_rakefile_from_subdir(TestApplication) fails

2007-08-06 Thread Lucas Nussbaum
Package: rake
version: 0.7.3-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
WARNING: RubyGems not installed
WARNING: Unable to test GemPackaging ... requires RubyGems
Loaded suite ./lib/rake/rake_test_loader
Started
Package Target requires RubyGEMs
..E
Finished in 9.535479 seconds.

  1) Error:
test_load_rakefile_from_subdir(TestApplication):
Errno::ENOENT: No such file or directory - test/data/unittest/subdir
./test/test_application.rb:68:in `chdir'
./test/test_application.rb:68:in `test_load_rakefile_from_subdir'

247 tests, 723 assertions, 0 failures, 1 errors
rake aborted!
Command failed with status (1): [/usr/bin/ruby1.8 -w -Ilib ./lib/rake/rake...]

(See full trace by running task with --trace)
make: *** [binary-indep] Error 1

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436329: playmidi: FTBFS: error: linux/awe_voice.h: No such file or directory

2007-08-06 Thread Lucas Nussbaum
Package: playmidi
version: 2.4debian-7
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
playmidi.h:59:29: error: linux/awe_voice.h: No such file or directory
In file included from playevents.c:16:
playmidi.h:59:29: error: linux/awe_voice.h: No such file or directory
In file included from playmidi.c:33:
playmidi.h:59:29: error: linux/awe_voice.h: No such file or directory
In file included from readmidi.c:20:
playmidi.h:59:29: error: linux/awe_voice.h: No such file or directory
rm -f *.o playmidi splaymidi xplaymidi a.out toy seq2mid beat
make[2]: Leaving directory `/build/user/playmidi-2.4debian'

Successful.  Trying to make again
cc -Wall -g -O2 -DPTRCAST=int   -c -o playmidi.o playmidi.c
In file included from playmidi.c:33:
playmidi.h:59:29: error: linux/awe_voice.h: No such file or directory
playmidi.c: In function 'synth_setup':
playmidi.c:157: error: 'SAMPLE_TYPE_AWE32' undeclared (first use in this 
function)
playmidi.c:157: error: (Each undeclared identifier is reported only once
playmidi.c:157: error: for each function it appears in.)
make[1]: *** [playmidi.o] Error 1
make[1]: Leaving directory `/build/user/playmidi-2.4debian'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436331: tkdesk: FTBFS: error: static declaration of 'ReleaseLock' follows non-static declaration

2007-08-06 Thread Lucas Nussbaum
Package: tkdesk
version: 2.0-7
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
netscape_remote.c: At top level:
netscape_remote.c:1017: warning: conflicting types for 'ReleaseLock'
netscape_remote.c:1017: error: static declaration of 'ReleaseLock' follows 
non-static declaration
netscape_remote.c:695: error: previous implicit declaration of 'ReleaseLock' 
was here
netscape_remote.c: In function 'ReleaseLock':
netscape_remote.c:1025: error: 'XA_MOZILLA_LOCK' undeclared (first use in this 
function)
netscape_remote.c: In function 'NetscapeRestrict':
netscape_remote.c:1038: error: expected declaration specifiers before 
'ClientData'
netscape_remote.c:1041: error: 'PendingCmd' undeclared (first use in this 
function)
netscape_remote.c:1041: error: 'pending' undeclared (first use in this function)
netscape_remote.c:1041: error: expected expression before ')' token
netscape_remote.c: In function 'LockTimeout':
netscape_remote.c:1076: error: expected declaration specifiers before 
'ClientData'
netscape_remote.c:1078: error: 'PendingCmd' undeclared (first use in this 
function)
netscape_remote.c:1078: error: 'pending' undeclared (first use in this function)
netscape_remote.c:1078: error: expected expression before ')' token
make[2]: *** [netscape_remote.o] Error 1
make[2]: Leaving directory `/build/user/tkdesk-2.0/netscape-remote'
make[1]: *** [lib_netscape] Error 2
make[1]: Leaving directory `/build/user/tkdesk-2.0'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436322: sylpheed-claws-gtk2-extra-plugins: FTBFS: make[2]: *** No targets specified and no makefile found. Stop.

2007-08-06 Thread Lucas Nussbaum
Package: sylpheed-claws-gtk2-extra-plugins
version: 2.6.0-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
make[2]: Entering directory 
`/build/user/sylpheed-claws-gtk2-extra-plugins-2.6.0/vcalendar-1.90'
make[2]: *** No targets specified and no makefile found.  Stop.
make[2]: Leaving directory 
`/build/user/sylpheed-claws-gtk2-extra-plugins-2.6.0/vcalendar-1.90'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/build/user/sylpheed-claws-gtk2-extra-plugins-2.6.0'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436323: epplets: FTBFS: unmet b-dep libfnlib-dev (removed from unstable)

2007-08-06 Thread Lucas Nussbaum
Package: epplets
version: 0.8.cvs.2005032801-3.2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
** Using build dependencies supplied by package:
Build-Depends: libfreetype6-dev, libesd0-dev, libfnlib-dev, imlib11-dev, 
gettext, libx11-dev, x-dev, debhelper (=2.0), cdbs, libtool, autoconf, 
automake1.9
Checking for already installed source dependencies...
W: Unable to locate package libfnlib-dev
libfreetype6-dev: missing
libesd0-dev: missing
libfnlib-dev: missing
imlib11-dev: missing
gettext: missing
libx11-dev: missing
x-dev: missing
debhelper: missing
Using default version 5.0.53
cdbs: missing
libtool: missing
autoconf: missing
automake1.9: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Reading state information...
E: Couldn't find package libfnlib-dev
apt-get failed.
Package installation failed
Trying to reinstall removed packages:
Trying to uninstall newly installed packages:
Source-dependencies not satisfied; skipping epplets

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436325: ppracer: FTBFS: error: tcl.h: No such file or directory

2007-08-06 Thread Lucas Nussbaum
Package: ppracer
version: 0.3.1-9
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
make[3]: Entering directory `/build/user/ppracer-0.3.1/src'
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..  
-DPP_DATADIR=\/usr/share/games/ppracer\ -DTUXRACER_NO_ASSERT=1 
-DHAVE_SDL_MIXER=1   -g -O2  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I 
-I/usr/include/tcl8.4  -I/usr/include/freetype2 -MT ssbutton.o -MD -MP -MF 
.deps/ssbutton.Tpo \
  -c -o ssbutton.o `test -f 'ppgltk/ssbutton.cpp' || echo 
'./'`ppgltk/ssbutton.cpp; \
then mv -f .deps/ssbutton.Tpo .deps/ssbutton.Po; \
else rm -f .deps/ssbutton.Tpo; exit 1; \
fi
In file included from ./textures.h:25,
 from ppgltk/ssbutton.cpp:24:
./ppracer.h:118:17: error: tcl.h: No such file or directory
./ppracer.h:195: error: expected initializer before '*' token
./textures.h:59: error: variable or field 'register_texture_callbacks' declared 
void
./textures.h:59: error: 'Tcl_Interp' was not declared in this scope
./textures.h:59: error: 'ip' was not declared in this scope
make[3]: *** [ssbutton.o] Error 1
make[3]: Leaving directory `/build/user/ppracer-0.3.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/ppracer-0.3.1'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/ppracer-0.3.1'
make: *** [build-arch-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436328: tse3: FTBFS: error: 'AWE_PLAY_MULTI' was not declared in this scope

2007-08-06 Thread Lucas Nussbaum
Package: tse3
version: 0.3.1-4
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src -fPIC -W -Wall -ansi 
-pedantic -MT OSS.lo -MD -MP -MF .deps/OSS.Tpo -c OSS.cpp  -fPIC -DPIC -o 
.libs/OSS.o
../../../src/tse3/listen/MidiScheduler.h:34: warning: 'class 
TSE3::MidiSchedulerListener' has virtual functions but non-virtual destructor
OSS.cpp: In constructor 
'TSE3::Plt::OSSMidiScheduler_AWEDevice::OSSMidiScheduler_AWEDevice(int, 
synth_info, int, unsigned char*, int, int)':
OSS.cpp:1488: error: 'AWE_PLAY_MULTI' was not declared in this scope
OSS.cpp:1488: error: 'AWE_SET_CHANNEL_MODE' was not declared in this scope
OSS.cpp:1490: error: 'AWE_DRUM_CHANNELS' was not declared in this scope
OSS.cpp:1491: error: 'AWE_TERMINATE_ALL' was not declared in this scope
OSS.cpp: In constructor 'TSE3::Plt::OSSMidiScheduler::OSSMidiScheduler()':
OSS.cpp:2048: error: 'SAMPLE_TYPE_AWE32' was not declared in this scope
make[5]: *** [OSS.lo] Error 1
make[5]: Leaving directory `/build/user/tse3-0.3.1/src/tse3/plt'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/build/user/tse3-0.3.1/src/tse3'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/build/user/tse3-0.3.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/tse3-0.3.1'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/tse3-0.3.1'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Processed: Re: Bug#436317: airport-utils: FTBFS: Buildfile: build.xml does not exist!

2007-08-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 436317 patch
Bug#436317: airport-utils: FTBFS: Buildfile: build.xml does not exist!
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#436333: inkscape: FTBFS: Global symbol @INTLTOOL_ICONV requires explicit package name at ./intltool-merge line 94.

2007-08-06 Thread Lucas Nussbaum
Package: inkscape
version: 0.45.1-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
make[3]: Entering directory `/build/user/inkscape-0.45.1'
cd .  /bin/sh ./config.status inkview.1
config.status: creating inkview.1
LC_ALL=C ./intltool-merge -d -u -c ./po/.intltool-merge-cache ./po 
inkscape.desktop.in inkscape.desktop
Possible unintended interpolation of @INTLTOOL_ICONV in string at 
./intltool-merge line 94.
Global symbol @INTLTOOL_ICONV requires explicit package name at 
./intltool-merge line 94.
BEGIN not safe after errors--compilation aborted at ./intltool-merge line 252.
make[3]: *** [inkscape.desktop] Error 9
make[3]: Leaving directory `/build/user/inkscape-0.45.1'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/inkscape-0.45.1'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/inkscape-0.45.1'
make: *** [build] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436334: balder2d: FTBFS: unmet b-dep libguichan0-dev

2007-08-06 Thread Lucas Nussbaum
Package: balder2d
version: 1.0~rc1-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 4.0.0), scons, libboost-filesystem-dev, 
libguichan0-dev, libsdl1.2-dev, libsdl-gfx1.2-dev, libsdl-image1.2-dev, 
libsdl-mixer1.2-dev, libstdc++6, python2.4-dev, dpatch
Checking for already installed source dependencies...
debhelper: missing
Using default version 5.0.53
scons: missing
libboost-filesystem-dev: missing
libguichan0-dev: missing
libsdl1.2-dev: missing
libsdl-gfx1.2-dev: missing
libsdl-image1.2-dev: missing
libsdl-mixer1.2-dev: missing
libstdc++6: already installed (4.2.1-1)
python2.4-dev: missing
dpatch: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Reading state information...
Package libguichan0-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libguichan0-dev has no installation candidate
apt-get failed.
Package installation failed
Trying to reinstall removed packages:
Trying to uninstall newly installed packages:
Source-dependencies not satisfied; skipping balder2d

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#436317: airport-utils: FTBFS: Buildfile: build.xml does not exist!

2007-08-06 Thread Cyril Brulebois
tag 436317 patch
thanks

Lucas Nussbaum [EMAIL PROTECTED] (07/08/2007):
 # Add here commands to clean up after the build process.
 ant distclean
 Buildfile: build.xml does not exist!
 Build failed
 make: *** [real-clean] Error 1

Hi Julien,

please find attached a patch which seems to fix this (e.g. running clean
twice after a build is OK: one distclean, and one no-op).

Cheers,

-- 
Cyril Brulebois
diff -u airport-utils-1~/debian/rules airport-utils-1/debian/rules 
--- airport-utils-1~/debian/rules2007-08-06 22:52:58.0 +
+++ airport-utils-1/debian/rules   2007-08-06 22:51:00.0 +
@@ -37,7 +37,7 @@
rm -f build-stamp
 
# Add here commands to clean up after the build process.
-   ant distclean
+   [ ! -f build.xml ] || ant distclean
 
dh_clean 
 



pgpE8ussRMjll.pgp
Description: PGP signature


Bug#436332: lcd4linux: FTBFS: undefined reference to `rdtscl'

2007-08-06 Thread Lucas Nussbaum
Package: lcd4linux
version: 0.10.1~rc2-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
then mv -f .deps/plugin_seti.Tpo .deps/plugin_seti.Po; else rm -f 
.deps/plugin_seti.Tpo; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/include/python2.4 -D_GNU_SOURCE 
-Wall -W -fno-strict-aliasing -g -O2 -MT plugin_statfs.o -MD -MP -MF 
.deps/plugin_statfs.Tpo -c -o plugin_statfs.o plugin_statfs.c; \
then mv -f .deps/plugin_statfs.Tpo .deps/plugin_statfs.Po; else rm 
-f .deps/plugin_statfs.Tpo; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/include/python2.4 -D_GNU_SOURCE 
-Wall -W -fno-strict-aliasing -g -O2 -MT plugin_uname.o -MD -MP -MF 
.deps/plugin_uname.Tpo -c -o plugin_uname.o plugin_uname.c; \
then mv -f .deps/plugin_uname.Tpo .deps/plugin_uname.Po; else rm -f 
.deps/plugin_uname.Tpo; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/include/python2.4 -D_GNU_SOURCE 
-Wall -W -fno-strict-aliasing -g -O2 -MT plugin_uptime.o -MD -MP -MF 
.deps/plugin_uptime.Tpo -c -o plugin_uptime.o plugin_uptime.c; \
then mv -f .deps/plugin_uptime.Tpo .deps/plugin_uptime.Po; else rm 
-f .deps/plugin_uptime.Tpo; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/include/python2.4 -D_GNU_SOURCE 
-Wall -W -fno-strict-aliasing -g -O2 -MT plugin_wireless.o -MD -MP -MF 
.deps/plugin_wireless.Tpo -c -o plugin_wireless.o plugin_wireless.c; \
then mv -f .deps/plugin_wireless.Tpo .deps/plugin_wireless.Po; else 
rm -f .deps/plugin_wireless.Tpo; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/include/python2.4 -D_GNU_SOURCE 
-Wall -W -fno-strict-aliasing -g -O2 -MT plugin_xmms.o -MD -MP -MF 
.deps/plugin_xmms.Tpo -c -o plugin_xmms.o plugin_xmms.c; \
then mv -f .deps/plugin_xmms.Tpo .deps/plugin_xmms.Po; else rm -f 
.deps/plugin_xmms.Tpo; exit 1; fi
gcc -D_GNU_SOURCE -Wall -W -fno-strict-aliasing -g -O2   -o lcd4linux  
lcd4linux.o cfg.o debug.o drv.o drv_generic.o evaluator.o property.o hash.o 
layout.o pid.o timer.o thread.o udelay.o qprintf.o rgb.o widget.o widget_text.o 
widget_bar.o widget_icon.o widget_keypad.o widget_timer.o widget_gpo.o plugin.o 
plugin_cfg.o plugin_math.o plugin_string.o plugin_test.o plugin_time.o 
drv_BeckmannEgle.o drv_BWCT.o drv_Crystalfontz.o drv_Curses.o drv_Cwlinux.o 
drv_EA232graphic.o drv_G15.o drv_HD44780.o drv_LCD2USB.o drv_LCDTerm.o 
drv_LEDMatrix.o drv_LPH7508.o drv_M50530.o drv_MatrixOrbital.o 
drv_MilfordInstruments.o drv_Noritake.o drv_NULL.o drv_picoLCD.o 
drv_RouterBoard.o drv_Sample.o drv_SimpleLCD.o drv_T6963.o drv_Trefon.o 
drv_USBHUB.o drv_USBLCD.o drv_WincorNixdorf.o drv_X11.o drv_Image.o 
drv_generic_text.o drv_generic_graphic.o widget_image.o drv_generic_gpio.o 
drv_generic_parport.o drv_generic_serial.o drv_generic_i2c.o 
drv_generic_keypad.o  plugin_apm.o plugin_cpuinfo.o plugin_diskstats.o 
plugin_dvb.o plugin_exec.o plugin_file.o plugin_i2c_sensors.o plugin_iconv.o 
plugin_imon.o plugin_isdn.o plugin_kvv.o plugin_loadavg.o plugin_meminfo.o 
plugin_mpd.o plugin_mysql.o plugin_netdev.o plugin_pop3.o plugin_ppp.o 
plugin_proc_stat.o plugin_python.o plugin_sample.o plugin_seti.o 
plugin_statfs.o plugin_uname.o plugin_uptime.o plugin_wireless.o plugin_xmms.o  
-lncurses -lX11 -lgd -lusb   -lmpd -lmysqlclient -L/usr/lib/python2.4 
-lpython2.4  -lpthread -ldl  -lutil -lm 
udelay.o: In function `ndelay':
/build/user/lcd4linux-0.10.1~rc2/udelay.c:184: undefined reference to `rdtscl'
/build/user/lcd4linux-0.10.1~rc2/udelay.c:187: undefined reference to `rdtscl'
collect2: ld returned 1 exit status
make[2]: *** [lcd4linux] Error 1
make[2]: Leaving directory `/build/user/lcd4linux-0.10.1~rc2'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/lcd4linux-0.10.1~rc2'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



Bug#436335: kinoplus: FTBFS: error: redefinition of 'class KeyFrameControllerClient'

2007-08-06 Thread Lucas Nussbaum
Package: kinoplus
version: 0.3.5-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
 i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DPACKAGE_DATA_DIR=\/usr/share\ -DPACKAGE_LOCALE_DIR=\/usr//locale\ 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 
-I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 
-I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/libxml2 
-D_FILE_OFFSET_BITS=64 -I/usr/include/kino -I/usr/include/libxml2 -D_REENTRANT 
-pthread -Wall -g -O2 -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c 
interface.c -o interface.o /dev/null 21
if /bin/sh ../libtool --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. 
-I.. -DPACKAGE_DATA_DIR=\/usr/share\ 
-DPACKAGE_LOCALE_DIR=\/usr//locale\ -DORBIT2=1 -pthread 
-I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 
-I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 
-I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/libxml2 
-D_FILE_OFFSET_BITS=64  -I/usr/include/kino -I/usr/include/libxml2  
-D_REENTRANT -pthread -Wall -g -O2 -MT callbacks.lo -MD -MP -MF 
.deps/callbacks.Tpo -c -o callbacks.lo callbacks.c; \
then mv -f .deps/callbacks.Tpo .deps/callbacks.Plo; else rm -f 
.deps/callbacks.Tpo; exit 1; fi
 i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DPACKAGE_DATA_DIR=\/usr/share\ -DPACKAGE_LOCALE_DIR=\/usr//locale\ 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 
-I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 
-I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/libxml2 
-D_FILE_OFFSET_BITS=64 -I/usr/include/kino -I/usr/include/libxml2 -D_REENTRANT 
-pthread -Wall -g -O2 -MT callbacks.lo -MD -MP -MF .deps/callbacks.Tpo -c 
callbacks.c  -fPIC -DPIC -o .libs/callbacks.o
 i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DPACKAGE_DATA_DIR=\/usr/share\ -DPACKAGE_LOCALE_DIR=\/usr//locale\ 
-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 
-I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 
-I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/libxml2 
-D_FILE_OFFSET_BITS=64 -I/usr/include/kino -I/usr/include/libxml2 -D_REENTRANT 
-pthread -Wall -g -O2 -MT callbacks.lo -MD -MP -MF .deps/callbacks.Tpo -c 
callbacks.c -o callbacks.o /dev/null 21
if /bin/sh ../libtool --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. 
-I.. -DPACKAGE_DATA_DIR=\/usr/share\ 
-DPACKAGE_LOCALE_DIR=\/usr//locale\ -DORBIT2=1 -pthread 
-I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 
-I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 
-I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/libxml2 
-D_FILE_OFFSET_BITS=64  -I/usr/include/kino -I/usr

Bug#419035: rott: crashes on start on AMD64

2007-08-06 Thread Robert Isaac
 However, do you consider the game playable?

The full version of the game was playable on Sarge without issues
(32-bit compiled from upstream CVS). The breakage seemed to happen
when compiled on an Etch system (if that's helpful) this is both the
Debian package and Upstream's CVS.

 I am CCing the -amd64 list, maybe one of the readers is willing to get
 more into detail in this issue.

I've been too busy to even attempt to get the game working, sorry.


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



  1   2   >