Bug#477012: hedgewars: FTBFS: make: *** [configure-stamp] Error 255

2008-04-20 Thread Lucas Nussbaum
Package: hedgewars
Version: 0.9.2-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> rm -fr build *-stamp
> dh_clean
>  dpkg-source -b hedgewars-0.9.2
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building hedgewars using existing 
> hedgewars_0.9.2.orig.tar.gz
> dpkg-source: info: building hedgewars in hedgewars_0.9.2-1.diff.gz
> dpkg-source: info: building hedgewars in hedgewars_0.9.2-1.dsc
>  debian/rules build
> mkdir build
> tar xjf *.tar.bz2 -C build
> name_top=`ls build`; \
>   mv build/$name_top/* build; \
>   rmdir build/$name_top
> touch unpack-stamp
> dh_testdir
> cd build && \
>   cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/hedgewars \
>   -DDATA_INSTALL_DIR=/usr/share/games .
> -- Check for working C compiler: /usr/bin/gcc
> -- Check for working C compiler: /usr/bin/gcc -- works
> -- Check size of void*
> -- Check size of void* - done
> -- Check for working CXX compiler: /usr/bin/c++
> -- Check for working CXX compiler: /usr/bin/c++ -- works
> -- Looking for Q_WS_X11
> -- Looking for Q_WS_X11 - found
> -- Looking for Q_WS_WIN
> -- Looking for Q_WS_WIN - not found.
> -- Looking for Q_WS_QWS
> -- Looking for Q_WS_QWS - not found.
> -- Looking for Q_WS_MAC
> -- Looking for Q_WS_MAC - not found.
> -- Found Qt-Version 4.4.0-rc1
> -- Looking for _POSIX_TIMERS
> -- Looking for _POSIX_TIMERS - found
> -- Looking for pthread.h
> -- Looking for pthread.h - found
> -- Looking for pthread_create in pthreads
> -- Looking for pthread_create in pthreads - not found
> -- Looking for pthread_create in pthread
> -- Looking for pthread_create in pthread - found
> CMake Error: This project requires some variables to be set,
> and cmake can not find them.
> Please set the following variables:
> QT_FONTCONFIG_LIBRARY (ADVANCED)
> QT_X11_ICE_LIBRARY (ADVANCED)
> QT_X11_SM_LIBRARY (ADVANCED)
> QT_XI_LIBRARY (ADVANCED)
> QT_XRANDR_LIBRARY (ADVANCED)
> QT_XRENDER_LIBRARY (ADVANCED)
> 
> -- Configuring done
> make: *** [configure-stamp] Error 255

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477028: dc-qt: FTBFS: ./dcpp/File.h:41:18: error: zlib.h: No such file or directory

2008-04-20 Thread Lucas Nussbaum
Package: dc-qt
Version: 0.2.0.alpha-3.1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> g++ -o backend/ClientNotifier.o -c -g -ggdb -O0 -DDEBUG -Wall -DTARGET_I386 
> -DHAVE_ASM_ATOMIC_H -I. -DENABLE_BINRELOC -D_FILE_OFFSET_BITS=64 -DXTHREADS 
> -D_REENTRANT -DXUSE_MTSAFE_API -D_GNU_SOURCE -Wno-non-virtual-dtor 
> -Irpcdriver -Idcpp backend/ClientNotifier.cpp
> In file included from /usr/include/c++/4.3/ext/hash_map:64,
>  from ./dcpp/stdinc.h:96,
>  from backend/ClientNotifier.h:6,
>  from backend/ClientNotifier.cpp:1:
> /usr/include/c++/4.3/backward/backward_warning.h:32:2: warning: #warning This 
> file includes at least one deprecated or antiquated header which may be 
> removed without further notice at a future date. Please use a non-deprecated 
> interface with equivalent functionality instead. For a listing of replacement 
> headers and interfaces, consult the file backward_warning.h. To disable this 
> warning use -Wno-deprecated.
> In file included from ./dcpp/UserConnection.h:30,
>  from ./dcpp/UploadManager.h:26,
>  from backend/ClientNotifier.h:12,
>  from backend/ClientNotifier.cpp:1:
> ./dcpp/File.h:41:18: error: zlib.h: No such file or directory
> In file included from ./dcpp/User.h:28,
>  from ./dcpp/Client.h:26,
>  from backend/ClientNotifier.h:8,
>  from backend/ClientNotifier.cpp:1:
> ./dcpp/CriticalSection.h: In constructor 'CriticalSection::CriticalSection()':
> ./dcpp/CriticalSection.h:55: warning: missing braces around initializer for 
> 'pthread_mutex_t::__pthread_mutex_s'
> In file included from ./dcpp/DownloadManager.h:31,
>  from backend/ClientNotifier.h:13,
>  from backend/ClientNotifier.cpp:1:
> ./dcpp/ZUtils.h: At global scope:
> ./dcpp/ZUtils.h:49: error: 'z_stream' does not name a type
> ./dcpp/ZUtils.h:69: error: 'z_stream' does not name a type
> ./dcpp/ZUtils.h: In constructor 'CRC32Filter::CRC32Filter()':
> ./dcpp/ZUtils.h:74: error: 'crc32' was not declared in this scope
> ./dcpp/ZUtils.h: In member function 'void CRC32Filter::operator()(const 
> void*, size_t)':
> ./dcpp/ZUtils.h:76: error: ISO C++ forbids declaration of 'type name' with no 
> type
> ./dcpp/ZUtils.h:76: error: ISO C++ forbids declaration of 'type name' with no 
> type
> ./dcpp/ZUtils.h:76: error: expected primary-expression before 'const'
> ./dcpp/ZUtils.h:76: error: expected `)' before 'const'
> backend/ClientNotifier.cpp: In member function 'virtual void 
> dcqt_backend::ClientNotifier::usersUpdated(int, const std::vector std::allocator >&)':
> backend/ClientNotifier.cpp:139: warning: comparison between signed and 
> unsigned integer expressions
> backend/ClientNotifier.cpp: In member function 'virtual void 
> dcqt_backend::ClientNotifier::searchResults(int, std::vector std::allocator >&)':
> backend/ClientNotifier.cpp:191: warning: comparison between signed and 
> unsigned integer expressions
> scons: *** [backend/ClientNotifier.o] Error 1
> scons: building terminated because of errors.
> make: *** [common-configure-arch] Error 2

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477027: jpoker: FTBFS: HTTP Response 404 fetching http://gems.rubyforge.org/yaml

2008-04-20 Thread Lucas Nussbaum
Package: jpoker
Version: 1.0.11-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

You can't rely on files downloaded from the internet during the build.
Also, what if they were non-free?

Relevant part:
> make[1]: Entering directory `/build/user/jpoker-1.0.11'
> xgettext --extract-all \
>--lang java \
>--from-code=UTF-8 \
>--copyright-holder='Loic Dachary <[EMAIL PROTECTED]>' \
>--output=messages.pot \
>--sort-output \
>jpoker/js/jquery.jpoker.js
> msgmerge -s -U jpoker/l10n/jpoker-fr.po messages.pot
>  done.
> touch jpoker/l10n/jpoker-fr.po
> msgfmt --check --output-file jpoker/l10n/fr.mo jpoker/l10n/jpoker-fr.po
> mkdir -p fr/LC_MESSAGES
> cp jpoker/l10n/fr.mo fr/LC_MESSAGES
> : now edit with kbabel jpoker/l10n/fr.mo
> python mo2json.py fr > jpoker/l10n/jpoker-fr.json
> msgmerge -s -U jpoker/l10n/jpoker-ja.po messages.pot
>  done.
> touch jpoker/l10n/jpoker-ja.po
> msgfmt --check --output-file jpoker/l10n/ja.mo jpoker/l10n/jpoker-ja.po
> mkdir -p ja/LC_MESSAGES
> cp jpoker/l10n/ja.mo ja/LC_MESSAGES
> : now edit with kbabel jpoker/l10n/ja.mo
> python mo2json.py ja > jpoker/l10n/jpoker-ja.json
> gem install --include-dependencies --no-rdoc --no-ri --install-dir gems 
> tiddlywiki_cp || \
>   gem install --include-dependencies --no-rdoc --no-ri --install-dir gems 
> tiddlywiki_cp || \
>   gem install --include-dependencies --no-rdoc --no-ri --install-dir gems 
> tiddlywiki_cp || \
>   gem install --include-dependencies --no-rdoc --no-ri --install-dir gems 
> tiddlywiki_cp
> ERROR:  While executing gem ... (Gem::RemoteSourceException)
> HTTP Response 404 fetching http://gems.rubyforge.org/yaml
> INFO:  `gem install -y` is now default and will be removed
> INFO:  use --ignore-dependencies to install only the gems you list
> ERROR:  While executing gem ... (Gem::RemoteSourceException)
> HTTP Response 404 fetching http://gems.rubyforge.org/yaml
> INFO:  `gem install -y` is now default and will be removed
> INFO:  use --ignore-dependencies to install only the gems you list
> ERROR:  While executing gem ... (Gem::RemoteSourceException)
> HTTP Response 404 fetching http://gems.rubyforge.org/yaml
> INFO:  `gem install -y` is now default and will be removed
> INFO:  use --ignore-dependencies to install only the gems you list
> ERROR:  While executing gem ... (Gem::RemoteSourceException)
> HTTP Response 404 fetching http://gems.rubyforge.org/yaml
> INFO:  `gem install -y` is now default and will be removed
> INFO:  use --ignore-dependencies to install only the gems you list
> make[1]: *** [gems/bin/tiddlywiki_cp] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477019: elementtree: FTBFS: /bin/sh: python2.4: command not found

2008-04-20 Thread Lucas Nussbaum
Package: elementtree
Version: 1.2.6-11
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> make[1]: Entering directory `/build/user/elementtree-1.2.6'
> make[1]: Nothing to be done for `update-config'.
> make[1]: Leaving directory `/build/user/elementtree-1.2.6'
> cd . && python2.4 setup.py build 
> --build-base="/build/user/elementtree-1.2.6/./build"
> /bin/sh: python2.4: command not found
> make: *** [python-build-stamp-2.4] Error 127

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#476996: openssl: FTBFS: ECDSA test failed

2008-04-20 Thread Lucas Nussbaum
Package: openssl
Version: 0.9.8g-8
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> make[4]: Entering directory `/build/user/openssl-0.9.8g/apps'
> make[4]: Nothing to be done for `all'.
> make[4]: Leaving directory `/build/user/openssl-0.9.8g/apps'
> make[3]: Leaving directory `/build/user/openssl-0.9.8g'
> ../util/shlib_wrap.sh ./destest
> Doing cbcm
> Doing ecb
> Doing ede ecb
> Doing cbc
> Doing desx cbc
> Doing ede cbc
> Doing pcbc
> Doing cfb8 cfb16 cfb32 cfb48 cfb64 cfb64() ede_cfb64() done
> Doing ofb
> Doing ofb64
> Doing ede_ofb64
> Doing cbc_cksum
> Doing quad_cksum
> input word alignment test 0 1 2 3
> output word alignment test 0 1 2 3
> fast crypt test 
> ../util/shlib_wrap.sh ./ideatest
> No IDEA support
> ../util/shlib_wrap.sh ./shatest
> test 1 ok
> test 2 ok
> test 3 ok
> ../util/shlib_wrap.sh ./sha1test
> test 1 ok
> test 2 ok
> test 3 ok
> ../util/shlib_wrap.sh ./sha256t
> Testing SHA-256 ... passed.
> Testing SHA-224 ... passed.
> ../util/shlib_wrap.sh ./sha512t
> Testing SHA-512 ... passed.
> Testing SHA-384 ... passed.
> ../util/shlib_wrap.sh ./md4test
> test 1 ok
> test 2 ok
> test 3 ok
> test 4 ok
> test 5 ok
> test 6 ok
> test 7 ok
> ../util/shlib_wrap.sh ./md5test
> test 1 ok
> test 2 ok
> test 3 ok
> test 4 ok
> test 5 ok
> test 6 ok
> test 7 ok
> ../util/shlib_wrap.sh ./hmactest
> test 0 ok
> test 1 ok
> test 2 ok
> test 3 ok
> ../util/shlib_wrap.sh ./md2test
> test 1 ok
> test 2 ok
> test 3 ok
> test 4 ok
> test 5 ok
> test 6 ok
> test 7 ok
> ../util/shlib_wrap.sh ./mdc2test
> No MDC2 support
> ../util/shlib_wrap.sh ./rmdtest
> test 1 ok
> test 2 ok
> test 3 ok
> test 4 ok
> test 5 ok
> test 6 ok
> test 7 ok
> test 8 ok
> ../util/shlib_wrap.sh ./rc2test
> ecb RC2 ok
> ../util/shlib_wrap.sh ./rc4test
> test 0 ok
> test 1 ok
> test 2 ok
> test 3 ok
> test 4 ok
> test 5 ok
> test end processing done
> test multi-call done
> bulk test ok
> ../util/shlib_wrap.sh ./rc5test
> No RC5 support
> ../util/shlib_wrap.sh ./bftest
> testing blowfish in raw ecb mode
> testing blowfish in ecb mode
> testing blowfish set_key
> testing blowfish in cbc mode
> testing blowfish in cfb64 mode
> testing blowfish in ofb64
> ../util/shlib_wrap.sh ./casttest
> ecb cast5 ok
> This test will take some time123456789ABCDEF ok
> ../util/shlib_wrap.sh ./randtest
> test 1 done
> test 2 done
> test 3 done
> test 4 done
> starting big number library test, could take a while...
> test BN_add
> test BN_sub
> test BN_lshift1
> test BN_lshift (fixed)
> test BN_lshift
> test BN_rshift1
> test BN_rshift
> test BN_sqr
> test BN_mul
> test BN_div
> test BN_div_word
> test BN_div_recp
> test BN_mod
> test BN_mod_mul
> test BN_mont
> test BN_mod_exp
> test BN_mod_exp_mont_consttime
> test BN_exp
> test BN_kronecker
> ...++
> 
> test BN_mod_sqrt
> .
> .
> .
> .
> .
> .
> .
> .
> 
> .
> ...
> .
> .
> .
> 
> .
> .
> .
> 
> .
> ..
> .
> ...
> .
> test BN_GF2m_add
> test BN_GF2m_mod
> test BN_GF2m_mod_mul
> test BN_GF2m_mod_sqr
> test BN_GF2m_mod_inv
> test BN_GF2m_mod_div
> test BN_GF2m_mod_exp
> test BN_GF2m_mod_sqrt
> test BN_GF2m_mod_solve_quad
> running bc
> 
> verify 
> BN_add
> verify 
> BN_sub..
> verify 
> BN_lshift1
> verify BN_lshift 
> (fixed)
> verify 
> BN_lshift
> verify 
> BN_rshift1
> verify 
> BN_rshift
> verify 
> BN_sqr
> 

Bug#477007: libghc6-missingh-dev: ghc-pkg: dependency MissingH-1.0.0 doesn't exist (use --force to override)

2008-04-20 Thread Lucas Nussbaum
Package: libghc6-missingh-dev
Version: 1.0.1.0
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

while building hpodder and many others:

> Setting up libghc6-configfile-dev (1.0.4.1) ...
> Reading package info from 
> "/usr/lib/haskell-packages/ghc6/lib/ConfigFile-1.0.4/installed-pkg-config" 
> ... done.
> ghc-pkg: dependency MissingH-1.0.0 doesn't exist (use --force to override)
> dpkg: error processing libghc6-configfile-dev (--configure):
>  subprocess post-installation script returned error exit status 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19
-- 
| 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#477035: lcms: missing /usr/lib/liblcms.so symlink, causes many FTBFS

2008-04-20 Thread Lucas Nussbaum
Package: lcms
Version: 1.16-9
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

While building vips:
> /bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..
>  -g -O2 -g -Wall -O2 -c -o dummy2.lo dummy2.cpp
>  g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -g -Wall -O2 -c dummy2.cpp  -fPIC -DPIC 
> -o .libs/dummy2.o
>  g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -g -Wall -O2 -c dummy2.cpp -o dummy2.o 
> >/dev/null 2>&1
> /bin/sh ../libtool --tag=CXX   --mode=link g++  -g -O2 -g -Wall -O2 
> -no-undefined -version-info 20:0:5   -o libvips.la -rpath /usr/lib dummy.lo 
> dummy2.lo acquire/libacquire.la arithmetic/libarithmetic.la 
> boolean/libboolean.la colour/libcolour.la conversion/libconversion.la 
> convolution/libconvolution.la cimg/libcimg.la freq_filt/libfreq_filt.la 
> histograms_lut/libhistograms_lut.la inplace/libinplace.la 
> iofuncs/libiofuncs.la matrix/libmatrix.la morphology/libmorphology.la 
> mosaicing/libmosaicing.la other/libother.la relational/librelational.la 
> video/libvideo.la -lWand -lMagick   -lpng12   -ltiff -lz -ljpeg -pthread 
> -lgthread-2.0 -lrt -lglib-2.0   -Wl,--export-dynamic -lgmodule-2.0 -ldl 
> -lxml2 -lgobject-2.0 -lglib-2.0   -lpangoft2-1.0 -lpango-1.0 -lfreetype -lz 
> -lfontconfig -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lfftw3 -lm
> -llcms   -loil-0.3 -lm -lrt   -pthread -lIlmImf -lz -lImath -lHalf -lIex 
> -lIlmThread   -lexif -lm   -lm -lstdc++ 
> g++ -shared -nostdlib 
> /usr/lib/gcc/i486-linux-gnu/4.3.1/../../../../lib/crti.o 
> /usr/lib/gcc/i486-linux-gnu/4.3.1/crtbeginS.o  .libs/dummy.o .libs/dummy2.o 
> -Wl,--whole-archive acquire/.libs/libacquire.a 
> arithmetic/.libs/libarithmetic.a boolean/.libs/libboolean.a 
> colour/.libs/libcolour.a conversion/.libs/libconversion.a 
> convolution/.libs/libconvolution.a cimg/.libs/libcimg.a 
> freq_filt/.libs/libfreq_filt.a histograms_lut/.libs/libhistograms_lut.a 
> inplace/.libs/libinplace.a iofuncs/.libs/libiofuncs.a 
> matrix/.libs/libmatrix.a morphology/.libs/libmorphology.a 
> mosaicing/.libs/libmosaicing.a other/.libs/libother.a 
> relational/.libs/librelational.a video/.libs/libvideo.a 
> -Wl,--no-whole-archive  /usr/lib/libWand.so /usr/lib/libMagick.so -lpng12 
> /usr/lib/libtiff.so /usr/lib/libjpeg.so /usr/lib/libgthread-2.0.so 
> /usr/lib/libxml2.so /usr/lib/libpangoft2-1.0.so /usr/lib/libpango-1.0.so 
> /usr/lib/libfreetype.so -lfontconfig /usr/lib/libgobject-2.0.so 
> /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so /usr/lib/libfftw3.so 
> /usr/lib/liblcms.so -loil-0.3 -lrt /usr/lib/libIlmImf.so -lz -lImath -lHalf 
> -lIex -lIlmThread /usr/lib/libexif.so -L/usr/lib/gcc/i486-linux-gnu/4.3.1 
> -L/usr/lib/gcc/i486-linux-gnu/4.3.1/../../../../lib -L/lib/../lib 
> -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.1/../../.. -lstdc++ -lm 
> -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.1/crtendS.o 
> /usr/lib/gcc/i486-linux-gnu/4.3.1/../../../../lib/crtn.o  -pthread 
> -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libvips.so.15 -o 
> .libs/libvips.so.15.5.0
> g++: /usr/lib/liblcms.so: No such file or directory
> make[4]: *** [libvips.la] Error 1

did you drop the /usr/lib/liblcms.so symlink?
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |




Bug#477002: gitosis: FTBFS: No such file or directory: '/build/user/gitosis-0.2+20080319/debian/gitosis/usr/lib/python2.5/s ite-packages/test-easy-install-23971.pth'

2008-04-20 Thread Lucas Nussbaum
Package: gitosis
Version: 0.2+20080319-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
>  /usr/bin/fakeroot debian/rules binary
> dh_testdir
> dh_testroot
> dh_clean -k
> dh_installdirs
> # Installing package
> mkdir -p debian/gitosis/usr/lib/python2.4/site-packages
> PYTHONPATH=/build/user/gitosis-0.2+20080319/debian/gitosis/usr/lib/python2.4/site-packages
>  \
>   python setup.py install 
> --prefix=/build/user/gitosis-0.2+20080319/debian/gitosis/usr
> running install
> Checking .pth file support in 
> /build/user/gitosis-0.2+20080319/debian/gitosis/usr/lib/python2.5/site-packages/
> error: can't create or remove files in install directory
> 
> The following error occurred while trying to add or remove files in the
> installation directory:
> 
> [Errno 2] No such file or directory: 
> '/build/user/gitosis-0.2+20080319/debian/gitosis/usr/lib/python2.5/site-packages/test-easy-install-23971.pth'
> 
> The installation directory you specified (via --install-dir, --prefix, or
> the distutils default setting) was:
> 
> 
> /build/user/gitosis-0.2+20080319/debian/gitosis/usr/lib/python2.5/site-packages/
> 
> This directory does not currently exist.  Please create it and try again, or
> choose a different installation directory (using the -d or --install-dir
> option).
> 
> make: *** [install] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477020: nuapplet: FTBFS: CMake Error: Can't find gnutls library developpement files!

2008-04-20 Thread Lucas Nussbaum
Package: nuapplet
Version: 2.2-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> make[1]: Entering directory `/build/user/nuapplet-2.2'
> [ -d release ] || mkdir release; \
>   cd release && cmake -DCMAKE_BUILD_TYPE=Release 
> -DCMAKE_VERBOSE_MAKEFILE=0 -DCMAKE_INSTALL_PREFIX=/usr .. && make && make 
> lrelease
> -- Check for working C compiler: /usr/bin/gcc
> -- Check for working C compiler: /usr/bin/gcc -- works
> -- Check size of void*
> -- Check size of void* - done
> -- Check for working CXX compiler: /usr/bin/c++
> -- Check for working CXX compiler: /usr/bin/c++ -- works
> -- Looking for Q_WS_X11
> -- Looking for Q_WS_X11 - found
> -- Looking for Q_WS_WIN
> -- Looking for Q_WS_WIN - not found.
> -- Looking for Q_WS_QWS
> -- Looking for Q_WS_QWS - not found.
> -- Looking for Q_WS_MAC
> -- Looking for Q_WS_MAC - not found.
> -- Found Qt-Version 4.4.0-rc1
> -- Looking for _POSIX_TIMERS
> -- Looking for _POSIX_TIMERS - found
> CMake Error: Can't find gnutls library developpement files!
> -- Configuring done
> make[1]: *** [release] Error 255

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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: severity of 471759 is serious

2008-04-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.20
> # also happens with bash
> severity 471759 serious
Bug#471759: mailutils: FTBFS with dash: ERROR: Cannot create 
/build/user/mailutils-1.2+dfsg1/imap4d/testsuite/data/spool/INBOX:
Severity set to `serious' from `important'

>
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#476995: glob2: FTBFS: make: scons: Command not found

2008-04-20 Thread Lucas Nussbaum
Package: glob2
Version: 0.9.2-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R || test $? = 
> 2 
> No patch removed
> rm -rf .pc debian/stamp-patched
> dh_testdir
> dh_testroot
> rm -f build-stamp 
> dh_clean
> scons -c
> make: scons: Command not found
> make: *** [clean] Error 127

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477021: qstardict: FTBFS: ld: cannot find -lz

2008-04-20 Thread Lucas Nussbaum
Package: qstardict
Version: 0.12.7-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> g++ -Wl,--no-undefined -o qstardict application.o cssedit.o dictbrowser.o 
> dictcore.o dictwidget.o keyboard.o main.o mainwindow.o popupwindow.o 
> resizablepopup.o selection.o settingsdialog.o speaker.o trayicon.o 
> moc_application.o moc_cssedit.o moc_dictbrowser.o moc_dictcore.o 
> moc_dictwidget.o moc_mainwindow.o moc_popupwindow.o moc_resizablepopup.o 
> moc_selection.o moc_settingsdialog.o moc_trayicon.o qrc_pixmaps.o
> -L/usr/lib -lz -lglib-2.0 -lQtXml -lQtGui -lQtNetwork -lQtCore -lpthread
> /usr/bin/ld: cannot find -lz
> collect2: ld returned 1 exit status

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477036: mediatomb: FTBFS: ../src/url.cc:78:53: error: macro "curl_easy_setopt" requires 3 arguments, but only 2 given

2008-04-20 Thread Lucas Nussbaum
Package: mediatomb
Version: 0.11.0-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> g++ -DHAVE_CONFIG_H -I. -I.. -I../tombupnp/upnp/inc-I../src 
> -I../tombupnp/ixml/inc -I../tombupnp/threadutil/inc -I../tombupnp/upnp/inc 
> -I..  -I/usr/include/mysql  -I/usr/include/mozjs -I/usr/include/taglib   
> -pthread -g -O2 -MT libmediatomb_a-url.o -MD -MP -MF 
> .deps/libmediatomb_a-url.Tpo -c -o libmediatomb_a-url.o `test -f 
> '../src/url.cc' || echo './'`../src/url.cc
> ../src/url.cc:78:53: error: macro "curl_easy_setopt" requires 3 arguments, 
> but only 2 given
> make[3]: *** [libmediatomb_a-url.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477014: vdr-plugin-xineliboutput: FTBFS: Unsatisfiable build-dependency: libxine-dev(inst 1.1.12-1 ! << wanted 1.1.12)

2008-04-20 Thread Lucas Nussbaum
Package: vdr-plugin-xineliboutput
Version: 1.0.0~rc2-14
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> ** Using build dependencies supplied by package:
> Build-Depends: cdbs, debhelper (>> 4.1.16), dpatch, libdbus-glib-1-dev, 
> libjpeg62-dev, libx11-dev, libxext-dev, libxine-dev (>= 1.1.11), libxine-dev 
> (<< 1.1.12), libxv-dev, sharutils, vdr-dev (>= 1.4.5-2)
> Checking for already installed source dependencies...
> cdbs: missing
> debhelper: missing
> Using default version 6.0.11
> dpatch: missing
> libdbus-glib-1-dev: missing
> libjpeg62-dev: missing
> libx11-dev: missing
> libxext-dev: missing
> libxine-dev: missing
> Using default version 1.1.12-1
> libxine-dev: missing
> Default version of libxine-dev not sufficient, no suitable version found. 
> Skipping for now, maybe there are alternatives.
> libxv-dev: missing
> sharutils: missing
> vdr-dev: missing
> Using default version 1.4.7-3
> Checking for source dependency conflicts...
> Reading package lists...
> Building dependency tree...
> Reading state information...
> The following extra packages will be installed:
>   bsdmainutils file gettext gettext-base groff-base html2text intltool-debian
>   libdbus-1-3 libdbus-1-dev libdbus-glib-1-2 libexpat1 libfreetype6
>   libfreetype6-dev libglib2.0-0 libglib2.0-dev libjpeg62 libmagic1 libpcre3
>   libpng12-0 libpng12-dev libslang2-dev libx11-6 libx11-data libxau-dev
>   libxau6 libxdmcp-dev libxdmcp6 libxext6 libxine1-bin libxv1 man-db
>   pkg-config po-debconf x11-common x11proto-core-dev x11proto-input-dev
>   x11proto-kb-dev x11proto-video-dev x11proto-xext-dev xtrans-dev zlib1g-dev
> Suggested packages:
>   wamerican wordlist whois vacation devscripts doc-base dh-make curl cvs
>   gettext-doc groff libglib2.0-doc www-browser mailx
> Recommended packages:
>   autotools-dev patchutils dbus libglib2.0-data python libcompress-zlib-perl
>   libmail-box-perl libmail-sendmail-perl
> The following NEW packages will be installed:
>   bsdmainutils cdbs debhelper dpatch file gettext gettext-base groff-base
>   html2text intltool-debian libdbus-1-3 libdbus-1-dev libdbus-glib-1-2
>   libdbus-glib-1-dev libexpat1 libfreetype6 libfreetype6-dev libglib2.0-0
>   libglib2.0-dev libjpeg62 libjpeg62-dev libmagic1 libpcre3 libpng12-0
>   libpng12-dev libslang2-dev libx11-6 libx11-data libx11-dev libxau-dev
>   libxau6 libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxine-dev libxine1-bin
>   libxv-dev libxv1 man-db pkg-config po-debconf sharutils vdr-dev x11-common
>   x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-video-dev
>   x11proto-xext-dev xtrans-dev zlib1g-dev
> 0 upgraded, 52 newly installed, 0 to remove and 0 not upgraded.
> Need to get 17.4MB of archives.
> After this operation, 51.1MB of additional disk space will be used.
> WARNING: The following packages cannot be authenticated!
>   x11-common libxau6 libxdmcp6 libx11-data libx11-6 x11proto-core-dev
>   libxau-dev libxdmcp-dev libxext6 x11proto-input-dev x11proto-xext-dev
>   libxext-dev x11proto-kb-dev xtrans-dev libx11-dev libxv1 x11proto-video-dev
>   libxv-dev bsdmainutils groff-base man-db libmagic1 file gettext-base
>   libpcre3 sharutils html2text gettext intltool-debian po-debconf debhelper
>   cdbs dpatch libdbus-1-3 libglib2.0-0 pkg-config libdbus-1-dev
>   libdbus-glib-1-2 libexpat1 libglib2.0-dev libdbus-glib-1-dev libfreetype6
>   zlib1g-dev libfreetype6-dev libjpeg62 libjpeg62-dev libpng12-0 libpng12-dev
>   libslang2-dev libxine1-bin libxine-dev vdr-dev
> Authentication warning overridden.
> Get:1 http://idpot.grenoble.grid5000.fr sid/main x11-common 1:7.3+10 [345kB]
> Get:2 http://idpot.grenoble.grid5000.fr sid/main libxau6 1:1.0.3-2 [11.7kB]
> Get:3 http://idpot.grenoble.grid5000.fr sid/main libxdmcp6 1:1.0.2-2 [16.7kB]
> Get:4 http://idpot.grenoble.grid5000.fr sid/main libx11-data 2:1.0.3-7 [157kB]
> Get:5 http://idpot.grenoble.grid5000.fr sid/main libx11-6 2:1.0.3-7 [567kB]
> Get:6 http://idpot.grenoble.grid5000.fr sid/main x11proto-core-dev 7.0.12-1 
> [89.6kB]
> Get:7 http://idpot.grenoble.grid5000.fr sid/main libxau-dev 1:1.0.3-2 [15.4kB]
> Get:8 http://idpot.grenoble.grid5000.fr sid/main libxdmcp-dev 1:1.0.2-2 
> [19.8kB]
> Get:9 http://idpot.grenoble.grid5000.fr sid/main libxext6 2:1.0.4-1 [33.5kB]
> Get:10 http://idpot.grenoble.grid5000.fr sid/main x11proto-input-dev 1.4.3-2 
> [16.0kB]
> Get:11 http://idpot.grenoble.grid5000.fr sid/main x11proto-xext-dev 7.0.2-5 
> [41.7kB]
> Get:12 http://idpot.grenoble.grid5000.fr sid/main libxext-dev 2:1.0.

Bug#477030: libkdcraw: FTBFS: dh_install: libkdcraw-dev missing files (usr/include/*), aborting

2008-04-20 Thread Lucas Nussbaum
Package: libkdcraw
Version: 0.1.4-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> make[3]: Entering directory `/build/user/libkdcraw-0.1.4/obj-i486-linux-gnu'
> make[3]: Nothing to be done for `install-exec-am'.
> make[3]: Leaving directory `/build/user/libkdcraw-0.1.4/obj-i486-linux-gnu'
> make[2]: Leaving directory `/build/user/libkdcraw-0.1.4/obj-i486-linux-gnu'
> make[1]: Leaving directory `/build/user/libkdcraw-0.1.4/obj-i486-linux-gnu'
> dh_installdirs -plibkdcraw-dev 
> dh_installdirs -plibkdcraw3 
> dh_installdocs -plibkdcraw-dev ./README ./NEWS ./AUTHORS  
> dh_installexamples -plibkdcraw-dev 
> dh_installman -plibkdcraw-dev  
> dh_installinfo -plibkdcraw-dev  
> dh_installmenu -plibkdcraw-dev 
> dh_installcron -plibkdcraw-dev 
> dh_installinit -plibkdcraw-dev   
> dh_installdebconf -plibkdcraw-dev 
> dh_installemacsen -plibkdcraw-dev   
> dh_installcatalogs -plibkdcraw-dev 
> dh_installpam -plibkdcraw-dev 
> dh_installlogrotate -plibkdcraw-dev 
> dh_installlogcheck -plibkdcraw-dev 
> dh_installchangelogs -plibkdcraw-dev  ./ChangeLog 
> dh_installudev -plibkdcraw-dev 
> dh_lintian -plibkdcraw-dev 
> dh_install -plibkdcraw-dev  --sourcedir=debian/tmp
> dh_install: libkdcraw-dev missing files (usr/include/*), aborting
> make: *** [binary-install/libkdcraw-dev] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477023: stellarium: FTBFS: CMake Error: Could not find JPEG library

2008-04-20 Thread Lucas Nussbaum
Package: stellarium
Version: 0.9.1-2.1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> dh_testdir
> dh_testroot
> rm -f build-arch-stamp build-indep-stamp configure-stamp
> # Add here commands to clean up after the build process.
> [ ! -f Makefile ] || /usr/bin/make clean
> dh_clean
> QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R || test $? = 
> 2 
> No patch removed
> rm -rf .pc debian/stamp-patched
>  dpkg-source -b stellarium-0.9.1
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building stellarium using existing 
> stellarium_0.9.1.orig.tar.gz
> dpkg-source: info: building stellarium in stellarium_0.9.1-2.1.diff.gz
> dpkg-source: warning: file stellarium-0.9.1/debian/stellarium.install has no 
> final newline (either original or modified version)
> dpkg-source: warning: file stellarium-0.9.1/debian/stellarium-data.install 
> has no final newline (either original or modified version)
> dpkg-source: warning: ignoring deletion of file 
> src/stelutils/iniparser/strlib.c.rej
> dpkg-source: info: building stellarium in stellarium_0.9.1-2.1.dsc
>  debian/rules build
> # quilt exits with 2 as return when there was nothing to do. 
> # That's not an error here (but it's usefull to break loops in crude scripts)
> QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null push -a || test $? = 2
> Applying patch manpage.patch
> patching file data/stellarium.1
> 
> Applying patch gcc-4.3.patch
> patching file src/StringArray.cpp
> 
> Now at patch gcc-4.3.patch
> touch debian/stamp-patched
> dh_testdir
> # Add here commands to configure the package.
> cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_FLAGS="-Wall -g -O2" 
> -DCMAKE_C_FLAGS="-Wall -g -O2" -DCMAKE_SKIP_RPATH=TRUE
> -- Check for working C compiler: /usr/bin/gcc
> -- Check for working C compiler: /usr/bin/gcc -- works
> -- Check size of void*
> -- Check size of void* - done
> -- Check for working CXX compiler: /usr/bin/c++
> -- Check for working CXX compiler: /usr/bin/c++ -- works
> -- Looking for include files HAVE_UNISTD_H
> -- Looking for include files HAVE_UNISTD_H - found
> -- Looking for include files HAVE_STRING_H
> -- Looking for include files HAVE_STRING_H - found
> -- Looking for include files HAVE_BYTESWAP_H
> -- Looking for include files HAVE_BYTESWAP_H - found
> -- Looking for timegm
> -- Looking for timegm - found
> -- Looking for mktime
> -- Looking for mktime - found
> -- Looking for tzset
> -- Looking for tzset - found
> -- Looking for pow10
> -- Looking for pow10 - not found
> -- Looking for setlocale
> -- Looking for setlocale - found
> -- Looking for snprintf
> -- Looking for snprintf - found
> -- Looking for Q_WS_X11
> -- Looking for Q_WS_X11 - found
> -- Looking for Q_WS_WIN
> -- Looking for Q_WS_WIN - not found.
> -- Looking for Q_WS_QWS
> -- Looking for Q_WS_QWS - not found.
> -- Looking for Q_WS_MAC
> -- Looking for Q_WS_MAC - not found.
> -- Found Qt-Version 4.4.0-rc1
> -- Looking for _POSIX_TIMERS
> -- Looking for _POSIX_TIMERS - found
> -- Found SDL_mixer. Activate sound support.
> -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST
> -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed
> -- Found Iconv: /usr/lib/libc.so
> -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
> -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
> -- Looking for gethostbyname
> -- Looking for gethostbyname - found
> -- Looking for connect
> -- Looking for connect - found
> -- Looking for remove
> -- Looking for remove - found
> -- Looking for shmat
> -- Looking for shmat - found
> -- Looking for IceConnectionNumber in ICE
> -- Looking for IceConnectionNumber in ICE - not found
> -- Found ZLIB: /usr/lib/libz.so
> -- Found PNG: /usr/lib/libpng.so
> CMake Error: Could not find JPEG library
> -- Configuring done
> make: *** [configure-stamp] Error 255

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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

Bug#476991: sdl-stretch: FTBFS: make[2]: *** [SDL_stretch.xml] Error 1

2008-04-20 Thread Lucas Nussbaum
Package: sdl-stretch
Version: 0.2.3-8
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> make[2]: Entering directory `/build/user/sdl-stretch-0.2.3/doc'
> ln -s ../SDL_stretch.spec SDL_stretch.spec
> /usr/bin/python ./make-doc.py ../*.h suffix=1 
>   File "./make-doc.py", line 204
> SyntaxError: Non-ASCII character '\xac' in file ./make-doc.py on line 204, 
> but no encoding declared; see http://www.python.org/peps/pep-0263.html for 
> details
> make[2]: [SDL_stretch1.xml] Error 1 (ignored)
> test -f SDL_stretch3.docbook && mv SDL_stretch3.docbook SDL_stretch1.xml ; 
> test -s SDL_stretch1.xml
> make[2]: [SDL_stretch1.xml] Error 1 (ignored)
> test -f SDL_stretch1.docbook && mv SDL_stretch1.docbook SDL_stretch1.xml ; 
> test -s SDL_stretch1.xml
> make[2]: [SDL_stretch1.xml] Error 1 (ignored)
> test -s "SDL_stretch1.xml" && cp "SDL_stretch1.xml" "SDL_stretch.xml"
> make[2]: *** [SDL_stretch.xml] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477006: bookmarkbridge: FTBFS: checking for QT... configure: error: The pkg-config script could not be found or is too old.

2008-04-20 Thread Lucas Nussbaum
Package: bookmarkbridge
Version: 0.76-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> make[1]: Entering directory `/build/user/bookmarkbridge-0.76'
> make[1]: *** No rule to make target `distclean'.  Stop.
> make[1]: Leaving directory `/build/user/bookmarkbridge-0.76'
> make: [clean] Error 2 (ignored)
> dh_clean 
>  dpkg-source -b bookmarkbridge-0.76
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building bookmarkbridge using existing 
> bookmarkbridge_0.76.orig.tar.gz
> dpkg-source: info: building bookmarkbridge in bookmarkbridge_0.76-2.diff.gz
> dpkg-source: warning: executable mode 0755 of 
> 'debian/patches/01_dlghelp.dpatch' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 
> 'debian/patches/02_image_path.dpatch' will not be represented in diff
> dpkg-source: info: building bookmarkbridge in bookmarkbridge_0.76-2.dsc
>  debian/rules build
> test -d debian/patched || install -d debian/patched
> dpatch  apply-all  
> applying patch 01_dlghelp to ./ ... ok.
> applying patch 02_image_path to ./ ... ok.
> dpatch  cat-all  >>patch-stampT
> mv -f patch-stampT patch-stamp
> dh_testdir
> # Add here commands to configure the package.
> CFLAGS="-Wall -g -O2" LDFLAGS="-Wl,--as-needed" ./configure 
> --host=i486-linux-gnu \
> --build=i486-linux-gnu \
> --prefix=/usr \
> --mandir=\${prefix}/share/man \
> --infodir=\${prefix}/share/info \
> --datadir=\${prefix}/share/doc \
> QT_CFLAGS="-DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore 
> -I/usr/include/qt4/QtGui" \
> --disable-rpath
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
> checking for i486-linux-gnu-g++... i486-linux-gnu-g++
> checking for C++ compiler default output file name... a.out
> checking whether the C++ compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... 
> checking for suffix of object files... o
> checking whether we are using the GNU C++ compiler... yes
> checking whether i486-linux-gnu-g++ accepts -g... yes
> checking for style of include used by make... GNU
> checking dependency style of i486-linux-gnu-g++... gcc3
> checking for i486-linux-gnu-pkg-config... no
> checking for pkg-config... no
> checking for QT... configure: error: The pkg-config script could not be found 
> or is too old.  Make sure it
> is in your PATH or set the PKG_CONFIG environment variable to the full
> path to pkg-config.
> 
> Alternatively, you may set the environment variables QT_CFLAGS
> and QT_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
> 
> To get pkg-config, see .
> See `config.log' for more details.
> make: *** [config.status] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477016: xmlrpc-c: FTBFS: xmlrpc_curl_transport.c:1217:69: error: macro "curl_easy_setopt" requires 3 arguments, but only 2 given

2008-04-20 Thread Lucas Nussbaum
Package: xmlrpc-c
Version: 1.06.25-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> gcc -c -I/build/user/xmlrpc-c-1.06.25/lib/curl_transport/../.. 
> -I/build/user/xmlrpc-c-1.06.25/lib/curl_transport/../../include 
> -I/build/user/xmlrpc-c-1.06.25/lib/curl_transport/../../lib/util/include 
> -DNDEBUG -Wall -Wundef -Wimplicit -W -Winline -Wundef -Wmissing-declarations 
> -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3 -fPIC 
> xmlrpc_curl_transport.c  -fPIC -DPIC -o .libs/xmlrpc_curl_transport.lo
> xmlrpc_curl_transport.c:1217:69: error: macro "curl_easy_setopt" requires 3 
> arguments, but only 2 given
> xmlrpc_curl_transport.c: In function 'setupCurlSession':
> xmlrpc_curl_transport.c:1217: warning: statement with no effect
> make[3]: *** [xmlrpc_curl_transport.lo] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477032: pychecker: FTBFS: Failed test(s): test3 test17 test22 test34 test48 test53 test71 test77 test87 test88

2008-04-20 Thread Lucas Nussbaum
Package: pychecker
Version: 0.8.17-8
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> dh_testdir
> dh_testroot
> rm -f build-stamp
> /usr/bin/python ./setup.py --quiet clean
> find . -name "*.pyc" | xargs rm -f
> find . -name "*.pyo" | xargs rm -f
> rm -f test_expected/*.results# no need to keep around past regression 
> test failures
> rm -rf build debian/tmp
> dh_clean
>  dpkg-source -b pychecker-0.8.17
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building pychecker using existing 
> pychecker_0.8.17.orig.tar.gz
> dpkg-source: info: building pychecker in pychecker_0.8.17-8.diff.gz
> dpkg-source: info: building pychecker in pychecker_0.8.17-8.dsc
>  debian/rules build
> dh_testdir
> /usr/bin/python ./setup.py --quiet build --build-base build install 
> --no-compile --install-purelib debian/tmp/lib/pychecker
> sh debian/regression.sh# note: build will fail if regression tests fail
> Running test1...
> Running test2...
> Running test3...
> 5c5
> < /usr/lib/python2.4/UserDict.py:4: No doc string for class UserDict
> ---
> > /usr/lib/python2.5/UserDict.py:4: No doc string for class UserDict
>   test3 FAILED
> Running test4...
> Running test5...
> Running test6...
> Running test7...
> Running test8...
> Running test9...
> Running test10...
> Running test11...
> Running test12...
> Running test13...
> Running test14...
> Running test15...
> Running test16...
> Running test17...
> 8d7
> < test_input/test17.py:16: Cannot return a value from __init__
>   test17 FAILED
> Running test18...
> Running test19...
> Running test20...
> Running test21...
> Running test22...
> 31,32d30
> < test_input/test22.py:79: ... % 1 may be constant
> < test_input/test22.py:81: ... % 1 may be constant
>   test22 FAILED
> Running test23...
> Running test24...
> Running test25...
> Running test26...
> Running test27...
> Running test28...
> Running test29...
> Running test30...
> Running test31...
> Running test32...
> Running test33...
> Running test34...
> 5c5,9
> < /home/neal/local/lib/python2.5/getopt.py:42: No doc string for class 
> GetoptError
> ---
> > /usr/lib/python2.5/getopt.py:42: No doc string for class GetoptError
> > 
> > /usr/lib/python2.5/locale.py:203: Local variable (digits) shadows global 
> > defined on line 4 in file test_input/test34.py
> > /usr/lib/python2.5/locale.py:204: Local variable (digits) shadows global 
> > defined on line 4 in file test_input/test34.py
> > /usr/lib/python2.5/locale.py:208: Local variable (digits) shadows global 
> > defined on line 4 in file test_input/test34.py
>   test34 FAILED
> Running test35...
> Running test36...
> Running test37...
> Running test38...
> Running test39...
> Running test40...
> Running test41...
> Running test42...
> Running test43...
> Running test45...
> Running test46...
> Running test47...
> Running test48...
> 25d24
> < test_input/test48.py:57: Statement appears to have no effect
>   test48 FAILED
> Running test49...
> Running test50...
> Running test51...
> Running test52...
> Running test53...
> 5d4
> < test_input/test53.py:5: Operator (~~) doesn't exist, statement has no effect
>   test53 FAILED
> Running test54...
> Running test55...
> Running test56...
> Running test57...
> Running test58...
> Running test59...
> Running test60...
> Running test61...
> Running test62...
> Running test63...
> Running test64...
> Running test65...
> Running test66...
> Running test67...
> Running test68...
> Running test69...
> Running test70...
> Running test71...
> 5d4
> < test_input/test71.py:8: Code appears to be unreachable
> 7d5
> < test_input/test71.py:20: Code appears to be unreachable
>   test71 FAILED
> Running test72...
> Running test73...
> Running test74...
> Running test75...
> Running test76...
> Running test77...
> 5c5
> < File "test_input/test77.py", line 8
> ---
> > File "test_input/test77.py", line 8, in ()
> 7c7
> <   MyError: **error formatting exception value**
> ---
> >   MyError: 
>   test77 FAILED
> Running test78...
> Running test79...
> Running test80...
> Running test81...
> Running test82...
> Running test83...
> Running test84...
> Running test85...
> Running test86...
> Running test87...
> 15,16c15,16
> < test_input/test87.py:16: Comparisons with True are not necessary and may 
> not work as expected
> < test_input/test87.py:16: Comparisons with true are not necessary and may 
> not work as expected
> ---
> > test_input/test87.py:17: Comparisons with True are not necessary and may 
> > not wor

Bug#477026: digikam: FTBFS: debian/tmp/usr/share/man/man1/digitaglinktree.1: No such file or directory at /usr/bin/dh_installman line 123, line 1.

2008-04-20 Thread Lucas Nussbaum
Package: digikam
Version: 2:0.9.3-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> make[3]: Entering directory `/build/user/digikam-0.9.3/obj-i486-linux-gnu'
> make[3]: Nothing to be done for `install-exec-am'.
> make[3]: Leaving directory `/build/user/digikam-0.9.3/obj-i486-linux-gnu'
> make[2]: Leaving directory `/build/user/digikam-0.9.3/obj-i486-linux-gnu'
> make[1]: Leaving directory `/build/user/digikam-0.9.3/obj-i486-linux-gnu'
> dh_installdirs -pdigikam 
> install -D -o root -g root -m 0644 debian/lintian 
> /build/user/digikam-0.9.3/debian/digikam/usr/share/lintian/overrides/digikam
> # Icon 32x32 digikam/digikam/pics/cr32-app-digikam.png digikam.xpm
> # Icon 16x16 digikam/digikam/pics/cr16-app-digikam.png digikam-16.xpm
> install -D -p -m 0644 debian/xpm.d/digikam.xpm 
> /build/user/digikam-0.9.3/debian/digikam/usr/share/pixmaps/digikam.xpm
> install -D -p -m 0644 debian/xpm.d/digikam-16.xpm 
> /build/user/digikam-0.9.3/debian/digikam/usr/share/pixmaps/digikam-16.xpm
> # remove empty API-docs dirs tree
> rm -rf /build/user/digikam-0.9.3/debian/digikam/usr/share/doc/kde
> dh_installdirs -pshowfoto 
> # Icon 32x32 digikam/showfoto/cr32-app-showfoto.png showfoto.xpm
> # Icon 16x16 digikam/showfoto/cr16-app-showfoto.png showfoto-16.xpm
> install -D -p -m 0644 debian/xpm.d/showfoto.xpm 
> /build/user/digikam-0.9.3/debian/showfoto/usr/share/pixmaps/showfoto.xpm
> install -D -p -m 0644 debian/xpm.d/showfoto-16.xpm 
> /build/user/digikam-0.9.3/debian/showfoto/usr/share/pixmaps/showfoto-16.xpm
> dh_installdirs -pdigikam-dbg 
> dh_installdocs -pdigikam   
> dh_installexamples -pdigikam 
> dh_installman -pdigikam  
> debian/tmp/usr/share/man/man1/digitaglinktree.1: No such file or directory at 
> /usr/bin/dh_installman line 123,  line 1.
> make: *** [binary-install/digikam] Error 2

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477009: ldtp: FTBFS: dh_install: python-ldtp missing files (usr/lib/python2.4/site-packages/*.py), aborting

2008-04-20 Thread Lucas Nussbaum
Package: ldtp
Version: 0.9.2-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> make[3]: Entering directory `/build/user/ldtp-0.9.2'
> make[3]: Nothing to be done for `install-exec-am'.
> make[3]: Nothing to be done for `install-data-am'.
> make[3]: Leaving directory `/build/user/ldtp-0.9.2'
> make[2]: Leaving directory `/build/user/ldtp-0.9.2'
> make[1]: Leaving directory `/build/user/ldtp-0.9.2'
> dh_testdir
> dh_testroot
> dh_installchangelogs -i ChangeLog
> dh_installdocs -i
> dh_install -i --sourcedir=debian/tmp
> dh_install: python-ldtp missing files (usr/lib/python2.4/site-packages/*.py), 
> aborting
> make: *** [binary-indep] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477024: qdacco: FTBFS: make: *** [configure-stamp] Error 255

2008-04-20 Thread Lucas Nussbaum
Package: qdacco
Version: 0.7-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> dh_testdir
> dh_testroot
> rm -f build-stamp configure-stamp
> # Add here commands to clean up after the build process.
> [ ! -f Makefile ] || /usr/bin/make clean || true
> rm -f qdacco.1
> find . -name CMakeFiles -exec rm -Rf {} \;
> find . -name Makefile -exec rm {} \;
> find . -name CMakeCache.txt -exec rm {} \;
> rm -Rf lib/libqdaccolib.so* gui/qdacco text/textqdacco
> rm -Rf build
> rm -f conf.log
> dh_clean 
>  dpkg-source -b qdacco-0.7
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building qdacco using existing qdacco_0.7.orig.tar.gz
> dpkg-source: info: building qdacco in qdacco_0.7-2.diff.gz
> dpkg-source: warning: ignoring deletion of file gui/CMakeCache.txt
> dpkg-source: info: building qdacco in qdacco_0.7-2.dsc
>  debian/rules build
> dh_testdir
> # Add here commands to configure the package.
> mkdir build
> cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr .
> -- Check for working C compiler: /usr/bin/gcc
> -- Check for working C compiler: /usr/bin/gcc -- works
> -- Check size of void*
> -- Check size of void* - done
> -- Check for working CXX compiler: /usr/bin/c++
> -- Check for working CXX compiler: /usr/bin/c++ -- works
> -- Looking for Q_WS_X11
> -- Looking for Q_WS_X11 - found
> -- Looking for Q_WS_WIN
> -- Looking for Q_WS_WIN - not found.
> -- Looking for Q_WS_QWS
> -- Looking for Q_WS_QWS - not found.
> -- Looking for Q_WS_MAC
> -- Looking for Q_WS_MAC - not found.
> -- Found Qt-Version 4.4.0-rc1
> -- Looking for _POSIX_TIMERS
> -- Looking for _POSIX_TIMERS - found
> -- Working on qdacco lib
> -- Working on qdacco gui
> -- Working on qdacco text
> CMake Error: This project requires some variables to be set,
> and cmake can not find them.
> Please set the following variables:
> QT_FONTCONFIG_LIBRARY (ADVANCED)
> QT_FREETYPE_LIBRARY (ADVANCED)
> QT_PNG_LIBRARY (ADVANCED)
> QT_X11_ICE_LIBRARY (ADVANCED)
> QT_X11_SM_LIBRARY (ADVANCED)
> QT_XI_LIBRARY (ADVANCED)
> QT_XRANDR_LIBRARY (ADVANCED)
> QT_XRENDER_LIBRARY (ADVANCED)
> QT_ZLIB_LIBRARY (ADVANCED)
> 
> -- Configuring done
> make: *** [configure-stamp] Error 255

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477029: djview4: FTBFS: configure: error: Cannot find required program pkg-config.

2008-04-20 Thread Lucas Nussbaum
Package: djview4
Version: 4.3-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> make[1]: Entering directory `/build/user/djview4-4.3'
> make[1]: *** No rule to make target `distclean'.  Stop.
> make[1]: Leaving directory `/build/user/djview4-4.3'
> make: [clean] Error 2 (ignored)
> dh_clean 
>  dpkg-source -b djview4-4.3
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building djview4 using existing djview4_4.3.orig.tar.gz
> dpkg-source: info: building djview4 in djview4_4.3-3.diff.gz
> dpkg-source: warning: file djview4-4.3/NEWS has no final newline (either 
> original or modified version)
> dpkg-source: warning: file djview4-4.3/NEWS has no final newline (either 
> original or modified version)
> dpkg-source: info: building djview4 in djview4_4.3-3.dsc
>  debian/rules build
> dh_testdir
> ./configure \
>   --prefix=/usr \
>   --disable-nsdejavu \
>   --disable-desktopfiles \
>   --mandir=\${prefix}/share/man \
>   --infodir=\${prefix}/share/info
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking whether make sets $(MAKE)... yes
> checking whether ln -s works... yes
> checking for rm... /bin/rm
> checking for touch... /usr/bin/touch
> checking for mkdir... /bin/mkdir
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... 
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking if g++ accepts -Wall... yes
> checking if g++ accepts -O2... yes
> checking how to run the C++ preprocessor... g++ -E
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for ANSI C header files... yes
> checking for dirent.h that defines DIR... yes
> checking for library containing opendir... none required
> checking whether time.h and sys/time.h may both be included... yes
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking for unistd.h... (cached) yes
> checking for string.h... (cached) yes
> checking for strings.h... (cached) yes
> checking for pid_t... yes
> checking vfork.h usability... no
> checking vfork.h presence... no
> checking for vfork.h... no
> checking for fork... yes
> checking for vfork... yes
> checking for working fork... yes
> checking for working vfork... (cached) yes
> checking for sigaction... yes
> checking for strerror... yes
> checking for waitpid... yes
> checking for wait3... yes
> checking for pkg-config... no
> configure: error: Cannot find required program pkg-config.
> make: *** [config.status] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#476993: koffice: FTBFS: cp: cannot stat `./debian/tmp/usr/share/applications/kde/krita.desktop': No such file or directory

2008-04-20 Thread Lucas Nussbaum
Package: koffice
Version: 1:1.6.3-5
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> make[1]: Entering directory `/build/user/koffice-1.6.3/obj-i486-linux-gnu'
> installing ./apidocs/
> target directory 
> /build/user/koffice-1.6.3/debian/tmp//usr/share/doc/kde/HTML/en/koffice-apidocs
> make[1]: Leaving directory `/build/user/koffice-1.6.3/obj-i486-linux-gnu'
> dh_installdirs -pkoffice 
> dh_installdirs -pkoffice-doc 
> dh_installdirs -pkoffice-doc-html 
> dh_installdirs -pkivio-data 
> dh_installdirs -pkpresenter-data 
> dh_installdirs -pkrita-data 
> install -m 755 -d debian/krita-data/usr/share/apps/krita/profiles/
> uudecode -o debian/krita-data/usr/share/apps/krita/profiles/fogra27l.icm 
> debian/fogra27l.icm.uu
> dh_installdirs -pkword-data 
> dh_installdirs -pkoffice-data 
> ( set -e; \
>   tmpf=`mktemp debian/versions.XX`; \
>   perl debian/cdbs/versions.pl >$tmpf; \
>   for p in koffice koffice-doc koffice-doc-html kivio-data 
> kpresenter-data krita-data kword-data koffice-data; do \
>   cat $tmpf >>debian/$p.substvars; \
>   done; \
>   rm -f $tmpf )
> dh_installdocs -pkoffice   
> dh_installexamples -pkoffice 
> dh_installman -pkoffice  
> dh_installinfo -pkoffice  
> dh_installmenu -pkoffice 
> dh_installcron -pkoffice 
> dh_installinit -pkoffice   
> dh_installdebconf -pkoffice 
> dh_installemacsen -pkoffice   
> dh_installcatalogs -pkoffice 
> dh_installpam -pkoffice 
> dh_installlogrotate -pkoffice 
> dh_installlogcheck -pkoffice 
> dh_installchangelogs -pkoffice   
> dh_installudev -pkoffice 
> dh_lintian -pkoffice 
> dh_install -pkoffice  
> dh_link -pkoffice  
> dh_installmime -pkoffice 
> if test -x /usr/bin/dh_desktop; then dh_desktop -pkoffice ; fi
> if test -e debian/koffice.lintian; then \
>   install -p -D -m644 debian/koffice.lintian \
>   debian/koffice/usr/share/lintian/overrides/koffice; \
>   fi
> if test -e debian/koffice.presubj; then \
>   install -p -D -m644 debian/koffice.presubj \
>   debian/koffice/usr/share/bug/koffice/presubj; \
>   fi
> dh_installdocs -pkoffice-doc   
> dh_installexamples -pkoffice-doc 
> dh_installman -pkoffice-doc  
> dh_installinfo -pkoffice-doc  
> dh_installmenu -pkoffice-doc 
> dh_installcron -pkoffice-doc 
> dh_installinit -pkoffice-doc   
> dh_installdebconf -pkoffice-doc 
> dh_installemacsen -pkoffice-doc   
> dh_installcatalogs -pkoffice-doc 
> dh_installpam -pkoffice-doc 
> dh_installlogrotate -pkoffice-doc 
> dh_installlogcheck -pkoffice-doc 
> dh_installchangelogs -pkoffice-doc   
> dh_installudev -pkoffice-doc 
> dh_lintian -pkoffice-doc 
> dh_install -pkoffice-doc  
> dh_link -pkoffice-doc  
> dh_installmime -pkoffice-doc 
> if test -x /usr/bin/dh_desktop; then dh_desktop -pkoffice-doc ; fi
> if test -e debian/koffice-doc.lintian; then \
>   install -p -D -m644 debian/koffice-doc.lintian \
>   
> debian/koffice-doc/usr/share/lintian/overrides/koffice-doc; \
>   fi
> if test -e debian/koffice-doc.presubj; then \
>   install -p -D -m644 debian/koffice-doc.presubj \
>   debian/koffice-doc/usr/share/bug/koffice-doc/presubj; \
>   fi
> dh_installdocs -pkoffice-doc-html   
> dh_installexamples -pkoffice-doc-html 
> dh_installman -pkoffice-doc-html  
> dh_installinfo -pkoffice-doc-html  
> dh_installmenu -pkoffice-doc-html 
> dh_installcron -pkoffice-doc-html 
> dh_installinit -pkoffice-doc-html   
> dh_installdebconf -pkoffice-doc-html 
> dh_installemacsen -pkoffice-doc-html   
> dh_installcatalogs -pkoffice-doc-html 
> dh_installpam -pkoffice-doc-html 
> dh_installlogrotate -pkoffice-doc-html 
> dh_installlogcheck -pkoffice-doc-html 
> dh_installchangelogs -pkoffice-doc-html   
> dh_installudev -pkoffice-doc-html 
> dh_lintian -pkoffice-doc-html 
> dh_install -pkoffice-doc-html  
> dh_link -pkoffice-doc-html  
> dh_installmime -pkoffice-doc-html 
> if test -x /usr/bin/dh_desktop; then dh_desktop -pkoffice-doc-html ; fi
> if test -e debian/koffice-doc-html.lintian; then \
>   install -p -D -m644 debian/koffice-doc-html.lintian \
>   
> debian/koffice-doc-html/usr/share/lintian/overrides/koffice-doc-html; \
>   fi
> if test -e debian/koffice-doc-html.presubj; then \
>   install -p -D -m644 debian/koffice-doc-html.presubj \
>   
> debian/koffice-doc-html/usr/share/bug/koffice-doc-html/presubj; \
>   fi
> set -e; \
>   for d

Bug#477003: fontmatrix: FTBFS: make: *** [configure-stamp] Error 255

2008-04-20 Thread Lucas Nussbaum
Package: fontmatrix
Version: 0.4.2-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> dh_testdir
> dh_testroot
> rm -rf /build/user/fontmatrix-0.4.2/debian/build 
> /build/user/fontmatrix-0.4.2/debian/fontmatrix
> rm -f build-stamp configure-stamp
> dh_clean
>  dpkg-source -b fontmatrix-0.4.2
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building fontmatrix using existing 
> fontmatrix_0.4.2.orig.tar.gz
> dpkg-source: info: building fontmatrix in fontmatrix_0.4.2-1.diff.gz
> dpkg-source: info: building fontmatrix in fontmatrix_0.4.2-1.dsc
>  debian/rules build
> dh_testdir
> mkdir -p /build/user/fontmatrix-0.4.2/debian/build
> cd /build/user/fontmatrix-0.4.2/debian/build && /usr/bin/cmake \
>   -DCMAKE_INSTALL_PREFIX:PATH=/usr \
>   -DCMAKE_SKIP_RPATH:BOOL=1 \
>   -DRPATH_STYLE:STRING=none \
>   -DCMAKE_C_FLAGS:STRING='-O2 -g -Wall' ../../
> -- Check for working C compiler: /usr/bin/gcc
> -- Check for working C compiler: /usr/bin/gcc -- works
> -- Check size of void*
> -- Check size of void* - done
> -- Check for working CXX compiler: /usr/bin/c++
> -- Check for working CXX compiler: /usr/bin/c++ -- works
> -- Building Fontmatrix 0.4.2
> -- Use own shaper rather than HB
> -- High performance required :-)
> -- Looking for Q_WS_X11
> -- Looking for Q_WS_X11 - found
> -- Looking for Q_WS_WIN
> -- Looking for Q_WS_WIN - not found.
> -- Looking for Q_WS_QWS
> -- Looking for Q_WS_QWS - not found.
> -- Looking for Q_WS_MAC
> -- Looking for Q_WS_MAC - not found.
> -- Found Qt-Version 4.4.0-rc1
> -- Looking for _POSIX_TIMERS
> -- Looking for _POSIX_TIMERS - found
> -- Qt4 Found OK
> -- FreeType2 Library Found OK
> -- Looking for FT_Get_First_Char in libfreetype.so
> -- Looking for FT_Get_First_Char in libfreetype.so - found
> -- Looking for FT_Get_Next_Char in libfreetype.so
> -- Looking for FT_Get_Next_Char in libfreetype.so - found
> -- FontConfig Found OK
> -- 
> -- Fontmatrix will be installed under /usr
> -- 
> CMake Error: This project requires some variables to be set,
> and cmake can not find them.
> Please set the following variables:
> FONTCONFIG_INCLUDE_DIR
> QT_FONTCONFIG_LIBRARY (ADVANCED)
> QT_PNG_LIBRARY (ADVANCED)
> QT_X11_ICE_LIBRARY (ADVANCED)
> QT_X11_SM_LIBRARY (ADVANCED)
> QT_XI_LIBRARY (ADVANCED)
> QT_XRANDR_LIBRARY (ADVANCED)
> QT_XRENDER_LIBRARY (ADVANCED)
> 
> -- Configuring done
> make: *** [configure-stamp] Error 255

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#476998: lastfm: FTBFS: Bootstrapper/AbstractBootstrapper.cpp:32:18: error: zlib.h: No such file or directory

2008-04-20 Thread Lucas Nussbaum
Package: lastfm
Version: 1:1.4.2.58240.dfsg-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> g++ -c -include ../build/last.fm/release/last.fm -pipe -g -O2 -g -Wall -O2 -w 
> -D_REENTRANT -DNBREAKPAD -DLINUX -DNBREAKPAD -DLINUX -DQT_NO_DEBUG 
> -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
> -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore 
> -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork 
> -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui 
> -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml 
> -I/usr/include/qt4 -I. -I../build -IlibMoose -IlibUnicorn -Ilib -I. 
> -I../build -IlibMoose -IlibUnicorn -I../build/last.fm/release -I../build -o 
> ../build/last.fm/release/AbstractBootstrapper.o 
> Bootstrapper/AbstractBootstrapper.cpp
> Bootstrapper/AbstractBootstrapper.cpp:32:18: error: zlib.h: No such file or 
> directory
> Bootstrapper/AbstractBootstrapper.cpp: In member function 'bool 
> AbstractBootstrapper::zipFiles(const QString&, const QString&) const':
> Bootstrapper/AbstractBootstrapper.cpp:56: error: 'gzFile' was not declared in 
> this scope
> Bootstrapper/AbstractBootstrapper.cpp:56: error: expected `;' before 'outFile'
> Bootstrapper/AbstractBootstrapper.cpp:57: error: 'outFile' was not declared 
> in this scope
> Bootstrapper/AbstractBootstrapper.cpp:64: error: 'outFile' was not declared 
> in this scope
> Bootstrapper/AbstractBootstrapper.cpp:64: error: 'gzputs' was not declared in 
> this scope
> Bootstrapper/AbstractBootstrapper.cpp:67: error: 'outFile' was not declared 
> in this scope
> Bootstrapper/AbstractBootstrapper.cpp:67: error: 'gzclose' was not declared 
> in this scope
> make[2]: *** [../build/last.fm/release/AbstractBootstrapper.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477022: italc: FTBFS: configure: error: *** you do not have installed the OpenSSL-library and/or development-files are missing!

2008-04-20 Thread Lucas Nussbaum
Package: italc
Version: 1:1.0.7-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> make[1]: Entering directory `/build/user/italc-1.0.7'
> if test -e /usr/share/misc/config.guess ; then \
>   for i in ./config.guess ; do \
>   if ! test -e $i.cdbs-orig ; then \
>   mv $i $i.cdbs-orig ; \
>   cp --remove-destination 
> /usr/share/misc/config.guess $i ; \
>   fi ; \
>   done ; \
>   fi
> if test -e /usr/share/misc/config.sub ; then \
>   for i in ./config.sub ; do \
>   if ! test -e $i.cdbs-orig ; then \
>   mv $i $i.cdbs-orig ; \
>   cp --remove-destination 
> /usr/share/misc/config.sub $i ; \
>   fi ; \
>   done ; \
>   fi
> make[1]: Leaving directory `/build/user/italc-1.0.7'
> if test -e /usr/share/misc/config.guess ; then \
>   for i in ./config.guess ; do \
>   if ! test -e $i.cdbs-orig ; then \
>   mv $i $i.cdbs-orig ; \
>   cp --remove-destination 
> /usr/share/misc/config.guess $i ; \
>   fi ; \
>   done ; \
>   fi
> if test -e /usr/share/misc/config.sub ; then \
>   for i in ./config.sub ; do \
>   if ! test -e $i.cdbs-orig ; then \
>   mv $i $i.cdbs-orig ; \
>   cp --remove-destination 
> /usr/share/misc/config.sub $i ; \
>   fi ; \
>   done ; \
>   fi
> touch debian/stamp-autotools-files
> chmod a+x /build/user/italc-1.0.7/./configure
> cd . && CC="cc" CXX="g++" CFLAGS="-g -O2 -g -Wall -O2 -fPIC" CXXFLAGS="-g -O2 
> -g -Wall -O2 -fPIC" CPPFLAGS=" -I/usr/X11R6/include" LDFLAGS="" 
> /build/user/italc-1.0.7/./configure --build=i486-linux-gnu --prefix=/usr 
> --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" 
> --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var 
> --libexecdir="\${prefix}/lib/italc" --disable-maintainer-mode 
> --disable-dependency-tracking --srcdir=.  --with-linux 
> LDFLAGS=-L/usr/X11R6/lib 
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
> checking for gcc... cc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... 
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether cc accepts -g... yes
> checking for cc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of cc... none
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking dependency style of g++... none
> checking build system type... i486-pc-linux-gnu
> checking host system type... i486-pc-linux-gnu
> checking for a sed that does not truncate output... /bin/sed
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for ld used by cc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognize dependent libraries... pass_all
> checking how to run the C preprocessor... cc -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking how to run the C++ preprocessor... g++ -E
> checking for g77... no
> checking for xlf... no
> checking for f77... no
> checking for frt... no
> checking for pgf77... no
> checking for cf77... no
> checking for fort77... no
> checking for fl32... no
> checking for af77... no
> checking for xlf90... 

Bug#477015: jmagick: FTBFS: /usr/bin/install: cannot stat `/build/user/jmagick-6.2.6-0/lib/libJMagick.so': No such file or directory

2008-04-20 Thread Lucas Nussbaum
Package: jmagick
Version: 6.2.6-0-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> make[3]: Entering directory `/build/user/jmagick-6.2.6-0/src/magick'
> /usr/bin/install -c -d /build/user/jmagick-6.2.6-0/debian/tmp//usr/lib/jni
> /bin/sh /build/user/jmagick-6.2.6-0/libtool --mode=install /usr/bin/install 
> -c /build/user/jmagick-6.2.6-0/lib/libJMagick.so 
> /build/user/jmagick-6.2.6-0/debian/tmp//usr/lib/jni
> /usr/bin/install -c /build/user/jmagick-6.2.6-0/lib/libJMagick.so 
> /build/user/jmagick-6.2.6-0/debian/tmp//usr/lib/jni/libJMagick.so
> /usr/bin/install: cannot stat 
> `/build/user/jmagick-6.2.6-0/lib/libJMagick.so': No such file or directory
> make[3]: *** [extra-install] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#476997: speedcrunch: FTBFS: make: *** [update-config] Error 255

2008-04-20 Thread Lucas Nussbaum
Package: speedcrunch
Version: 0.9-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> make[1]: Entering directory `/build/user/speedcrunch-0.9'
> make[1]: *** No rule to make target `clean'.
> make[1]: Leaving directory `/build/user/speedcrunch-0.9'
> make: [makefile-clean] Error 2 (ignored)
> rm -f debian/stamp-makefile-build
> rm -f moc_*.cxx qrc_crunch.cxx install_manifest.txt speedcrunch testevaluator 
> testhmath
> rm -f testfloatnum
>  dpkg-source -b speedcrunch-0.9
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building speedcrunch using existing 
> speedcrunch_0.9.orig.tar.gz
> dpkg-source: info: building speedcrunch in speedcrunch_0.9-1.diff.gz
> dpkg-source: info: building speedcrunch in speedcrunch_0.9-1.dsc
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> [ -e speedcrunch.1 ] || docbook2x-man debian/speedcrunch.1.docbook
> I/O error : Attempt to load network entity 
> http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd
> debian/speedcrunch.1.docbook:4: warning: failed to load external entity 
> "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";
> ]>
>   ^
> [ -e src/resources/crunch.xpm ] || convert -resize 32x32 
> src/resources/crunch.png src/resources/crunch.xpm
> cmake src -DCMAKE_INSTALL_PREFIX=/usr
> -- Check for working C compiler: /usr/bin/gcc
> -- Check for working C compiler: /usr/bin/gcc -- works
> -- Check size of void*
> -- Check size of void* - done
> -- Check for working CXX compiler: /usr/bin/c++
> -- Check for working CXX compiler: /usr/bin/c++ -- works
> -- Looking for Q_WS_X11
> -- Looking for Q_WS_X11 - found
> -- Looking for Q_WS_WIN
> -- Looking for Q_WS_WIN - not found.
> -- Looking for Q_WS_QWS
> -- Looking for Q_WS_QWS - not found.
> -- Looking for Q_WS_MAC
> -- Looking for Q_WS_MAC - not found.
> -- Found Qt-Version 4.4.0-rc1
> -- Looking for _POSIX_TIMERS
> -- Looking for _POSIX_TIMERS - found
> CMake Error: This project requires some variables to be set,
> and cmake can not find them.
> Please set the following variables:
> QT_FONTCONFIG_LIBRARY (ADVANCED)
> QT_FREETYPE_LIBRARY (ADVANCED)
> QT_PNG_LIBRARY (ADVANCED)
> QT_X11_ICE_LIBRARY (ADVANCED)
> QT_X11_SM_LIBRARY (ADVANCED)
> QT_XI_LIBRARY (ADVANCED)
> QT_XRANDR_LIBRARY (ADVANCED)
> QT_XRENDER_LIBRARY (ADVANCED)
> QT_ZLIB_LIBRARY (ADVANCED)
> 
> -- Configuring done
> make: *** [update-config] Error 255

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477031: sear: FTBFS: ../renderers/RenderSystem.h:134: error: ISO C++ forbids declaration of 'auto_ptr' with no type

2008-04-20 Thread Lucas Nussbaum
Package: sear
Version: 0.6.3+cvs20080411-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> g++ -DHAVE_CONFIG_H -I. -I.. -I..  -I /usr/X11R6/include -I/usr/include/SDL 
> -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/Mercator-0.2 
> -I/usr/include/wfmath-0.3 -I/usr/include/varconf-1.0 
> -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include 
> -I/usr/include/Eris-1.3 -I/usr/include/skstream-0.3 
> -I/usr/lib/skstream-0.3/include -I/usr/include/Atlas-C++-0.6 
> -I/usr/include/libwfut-0.2   -I/usr/include/libmodelfile-0.2-g -O2 -g 
> -Wall -O2 -Wall -O3 -DNDEBUG -DATLAS_ELEMENT_TYPEDEF_PRIVATE=1 
> -DLIBSIGC_DISABLE_DEPRECATED=1 -c -o ModelSystem.o ModelSystem.cpp
> In file included from ModelSystem.cpp:9:
> ../renderers/RenderSystem.h:134: error: ISO C++ forbids declaration of 
> 'auto_ptr' with no type
> ../renderers/RenderSystem.h:134: error: invalid use of '::'
> ../renderers/RenderSystem.h:134: error: expected ';' before '<' token
> ../renderers/RenderSystem.h:135: error: ISO C++ forbids declaration of 
> 'auto_ptr' with no type
> ../renderers/RenderSystem.h:135: error: invalid use of '::'
> ../renderers/RenderSystem.h:135: error: expected ';' before '<' token
> ../renderers/RenderSystem.h:136: error: ISO C++ forbids declaration of 
> 'auto_ptr' with no type
> ../renderers/RenderSystem.h:136: error: invalid use of '::'
> ../renderers/RenderSystem.h:136: error: expected ';' before '<' token
> ../renderers/RenderSystem.h:137: error: ISO C++ forbids declaration of 
> 'auto_ptr' with no type
> ../renderers/RenderSystem.h:137: error: invalid use of '::'
> ../renderers/RenderSystem.h:137: error: expected ';' before '<' token
> ../renderers/RenderSystem.h:138: error: ISO C++ forbids declaration of 
> 'auto_ptr' with no type
> ../renderers/RenderSystem.h:138: error: invalid use of '::'
> ../renderers/RenderSystem.h:138: error: expected ';' before '<' token
> ../renderers/RenderSystem.h: In member function 'Sear::TextureManager* 
> Sear::RenderSystem::getTextureManager()':
> ../renderers/RenderSystem.h:77: error: 'm_textureManager' was not declared in 
> this scope
> ../renderers/RenderSystem.h: In member function 'Sear::Render* 
> Sear::RenderSystem::getRenderer()':
> ../renderers/RenderSystem.h:79: error: 'm_renderer' was not declared in this 
> scope
> ../renderers/RenderSystem.h: In member function 'Sear::Graphics* 
> Sear::RenderSystem::getGraphics()':
> ../renderers/RenderSystem.h:80: error: 'm_graphics' was not declared in this 
> scope
> ../renderers/RenderSystem.h: In member function 'Sear::CameraSystem* 
> Sear::RenderSystem::getCameraSystem()':
> ../renderers/RenderSystem.h:81: error: 'm_cameraSystem' was not declared in 
> this scope
> make[4]: *** [ModelSystem.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477018: pybliographer: FTBFS: Unsatisfiable build-dependency: python-dev(inst 2.5.2-1 ! << wanted 2.5)

2008-04-20 Thread Lucas Nussbaum
Package: pybliographer
Version: 1.2.9-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 5.0.37.2)
> Build-Depends-Indep: python-dev (>= 2.3), python-dev (<< 2.5), python-bibtex 
> (>= 1.2.2-3), python-gnome2, python-glade2, gettext, python-support (>= 0.3)
> Checking for already installed source dependencies...
> debhelper: missing
> Using default version 6.0.11
> python-dev: missing
> Using default version 2.5.2-1
> python-dev: missing
> Default version of python-dev not sufficient, no suitable version found. 
> Skipping for now, maybe there are alternatives.
> python-bibtex: missing
> Using default version 1.2.2-3.1
> python-gnome2: missing
> python-glade2: missing
> gettext: missing
> python-support: missing
> Using default version 0.7.7
> Checking for source dependency conflicts...
> Reading package lists...
> Building dependency tree...
> Reading state information...
> The following extra packages will be installed:
>   adduser bsdmainutils dbus defoma esound-common file fontconfig
>   fontconfig-config gconf2 gconf2-common gettext-base gnome-mime-data
>   groff-base html2text intltool-debian libart-2.0-2 libatk1.0-0 libaudiofile0
>   libavahi-client3 libavahi-common-data libavahi-common3 libavahi-glib1
>   libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libcairo2
>   libcupsys2 libdatrie0 libdb4.5 libdbus-1-3 libdbus-glib-1-2 libesd0
>   libexpat1 libfam0 libffi5 libfontconfig1 libfreetype6 libgail-common
>   libgail18 libgconf2-4 libglade2-0 libglib2.0-0 libgnome-keyring0 libgnome2-0
>   libgnome2-common libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0
>   libgnomeui-common libgnomevfs2-0 libgnomevfs2-common libgtk2.0-0
>   libgtk2.0-common libhal-storage1 libhal1 libice6 libidl0 libjpeg62
>   libkeyutils1 libkrb53 libmagic1 libncursesw5 libnewt0.52 liborbit2
>   libpango1.0-0 libpango1.0-common libpcre3 libpixman-1-0 libpng12-0 libpopt0
>   librecode0 libsm6 libsqlite3-0 libssl0.9.8 libthai-data libthai0 libtiff4
>   libx11-6 libx11-data libxau6 libxcomposite1 libxcursor1 libxdamage1
>   libxdmcp6 libxext6 libxfixes3 libxft2 libxi6 libxinerama1 libxml2 libxrandr2
>   libxrender1 man-db mime-support po-debconf psmisc python python-cairo
>   python-central python-gobject python-gtk2 python-minimal python-numeric
>   python-pyorbit python2.5 python2.5-dev python2.5-minimal shared-mime-info
>   ttf-dejavu ttf-dejavu-core ttf-dejavu-extra ucf whiptail x11-common
> Suggested packages:
>   wamerican wordlist whois vacation dh-make defoma-doc dfontmgr psfontmgr
>   x-ttcidfont-conf cvs gettext-doc groff libbonobo2-bin cupsys-common esound
>   libfreetype6-dev desktop-base gnome-icon-theme libgnomevfs2-bin
>   librsvg2-common krb5-doc krb5-user ttf-kochi-gothic ttf-kochi-mincho
>   ttf-thryomanes ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp
>   ttf-arphic-gkai00mp ttf-arphic-bkai00mp www-browser python-doc python-tk
>   python-profiler python-gtk2-doc python-gobject-dbg python-numeric-dbg
>   python-numeric-ext python-numeric-tutorial python2.5-doc binfmt-support
> Recommended packages:
>   dbus-x11 libft-perl curl wget lynx libatk1.0-data esound-clients fam
>   libglib2.0-data gnome-keyring gnome-mount libgnomevfs2-extra
>   hicolor-icon-theme libgtk2.0-bin libgpmg1 libfribidi0 xml-core
>   libcompress-zlib-perl libmail-box-perl libmail-sendmail-perl
> The following NEW packages will be installed:
>   adduser bsdmainutils dbus debhelper defoma esound-common file fontconfig
>   fontconfig-config gconf2 gconf2-common gettext gettext-base gnome-mime-data
>   groff-base html2text intltool-debian libart-2.0-2 libatk1.0-0 libaudiofile0
>   libavahi-client3 libavahi-common-data libavahi-common3 libavahi-glib1
>   libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libcairo2
>   libcupsys2 libdatrie0 libdb4.5 libdbus-1-3 libdbus-glib-1-2 libesd0
>   libexpat1 libfam0 libffi5 libfontconfig1 libfreetype6 libgail-common
>   libgail18 libgconf2-4 libglade2-0 libglib2.0-0 libgnome-keyring0 libgnome2-0
>   libgnome2-common libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0
>   libgnomeui-common libgnomevfs2-0 libgnomevfs2-common libgtk2.0-0
>   libgtk2.0-common libhal-storage1 libhal1 libice6 libidl0 libjpeg62
>   libkeyutils1 libkrb53 libmagic1 libncursesw5 libnewt0.52 liborbit2
>   libpango1.0-0 libpango1.0-common libpcre3 libpixman-1-0 libpng12-0 libpopt0
>   librecode0 libsm6 libsqlite3-0 libssl0.9.8 libthai-data libt

Bug#477034: wapiti: FTBFS: chmod: cannot access `/build/user/wapiti-1.1.6/debian/wapiti/usr/lib/python2.4/site-packa ges/*.py': No such file or directory

2008-04-20 Thread Lucas Nussbaum
Package: wapiti
Version: 1.1.6-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
>  /usr/bin/fakeroot debian/rules binary
> dh_testdir
> dh_testroot
> dh_clean -k
> dh_installdirs
> python setup.py install --no-compile 
> --root=/build/user/wapiti-1.1.6/debian/wapiti
> running install
> running build
> running build_py
> creating build
> creating build/lib
> copying cookie.py -> build/lib
> copying getcookie.py -> build/lib
> copying lswww.py -> build/lib
> running install_lib
> creating /build/user/wapiti-1.1.6/debian/wapiti/usr
> creating /build/user/wapiti-1.1.6/debian/wapiti/usr/lib
> creating /build/user/wapiti-1.1.6/debian/wapiti/usr/lib/python2.5
> creating 
> /build/user/wapiti-1.1.6/debian/wapiti/usr/lib/python2.5/site-packages
> copying build/lib/cookie.py -> 
> /build/user/wapiti-1.1.6/debian/wapiti/usr/lib/python2.5/site-packages
> copying build/lib/getcookie.py -> 
> /build/user/wapiti-1.1.6/debian/wapiti/usr/lib/python2.5/site-packages
> copying build/lib/lswww.py -> 
> /build/user/wapiti-1.1.6/debian/wapiti/usr/lib/python2.5/site-packages
> running install_egg_info
> Writing 
> /build/user/wapiti-1.1.6/debian/wapiti/usr/lib/python2.5/site-packages/wapiti-1.1.6.egg-info
> mkdir -p /build/user/wapiti-1.1.6/debian/wapiti/usr/bin
> cp wapiti.py /build/user/wapiti-1.1.6/debian/wapiti/usr/bin/wapiti
> chmod +x /build/user/wapiti-1.1.6/debian/wapiti/usr/bin/wapiti
> # for lintian to solve the hybrid problem
> chmod +x 
> /build/user/wapiti-1.1.6/debian/wapiti/usr/lib/python2.4/site-packages/*.py
> chmod: cannot access 
> `/build/user/wapiti-1.1.6/debian/wapiti/usr/lib/python2.4/site-packages/*.py':
>  No such file or directory
> make: *** [install] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477005: qtnx: FTBFS: qtnxwindow.h:27:25: error: nxclientlib.h: No such file or directory

2008-04-20 Thread Lucas Nussbaum
Package: qtnx
Version: 0.9-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XML_LIB 
> -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. 
> -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui 
> -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml 
> -I/usr/include/qt4 -I/include -I. -I. -o main.o main.cpp
> In file included from main.cpp:20:
> qtnxwindow.h:27:25: error: nxclientlib.h: No such file or directory
> qtnxwindow.h:28:20: error: nxdata.h: No such file or directory
> In file included from qtnxwindow.h:29,
>  from main.cpp:20:
> nxparsexml.h:25:23: error: nxsession.h: No such file or directory
> In file included from qtnxwindow.h:29,
>  from main.cpp:20:
> nxparsexml.h:27: error: 'nxcl' is not a namespace-name
> nxparsexml.h:27: error: expected namespace-name before ';' token
> nxparsexml.h:40: error: 'NXConfigData' has not been declared
> nxparsexml.h:42: error: ISO C++ forbids declaration of 'NXConfigData' with no 
> type
> nxparsexml.h:42: error: expected ';' before '*' token
> nxparsexml.h: In member function 'void NXParseXML::setData(int*)':
> nxparsexml.h:40: error: 'sessionData' was not declared in this scope
> In file included from qtnxwindow.h:31,
>  from main.cpp:20:
> qtnxsessions.h: At global scope:
> qtnxsessions.h:30: error: 'nxcl' is not a namespace-name
> qtnxsessions.h:30: error: expected namespace-name before ';' token
> qtnxsessions.h:36: error: 'NXResumeData' was not declared in this scope
> qtnxsessions.h:36: error: template argument 1 is invalid
> In file included from qtnxwindow.h:32,
>  from main.cpp:20:
> qtnxsettings.h:28: error: 'nxcl' is not a namespace-name
> qtnxsettings.h:28: error: expected namespace-name before ';' token
> qtnxsettings.h:46: error: 'NXConfigData' has not been declared
> qtnxsettings.h:56: error: 'NXConfigData' does not name a type
> qtnxsettings.h: In member function 'void QtNXSettings::setData(int)':
> qtnxsettings.h:46: error: 'config' was not declared in this scope
> In file included from main.cpp:20:
> qtnxwindow.h: At global scope:
> qtnxwindow.h:38: error: 'nxcl' is not a namespace-name
> qtnxwindow.h:38: error: expected namespace-name before ';' token
> qtnxwindow.h:43: error: expected class-name before '{' token
> qtnxwindow.h:71: error: 'NXResumeData' was not declared in this scope
> qtnxwindow.h:71: error: template argument 1 is invalid
> qtnxwindow.h:71: error: template argument 2 is invalid
> qtnxwindow.h:92: error: 'NXResumeData' was not declared in this scope
> qtnxwindow.h:92: error: template argument 1 is invalid
> qtnxwindow.h: In member function 'void 
> QtNXCallback::resumeSessionsSignal(int)':
> qtnxwindow.h:72: error: 'NXResumeData' was not declared in this scope
> qtnxwindow.h:72: error: template argument 1 is invalid
> qtnxwindow.h: At global scope:
> qtnxwindow.h:111: error: 'NXResumeData' was not declared in this scope
> qtnxwindow.h:111: error: template argument 1 is invalid
> qtnxwindow.h:141: error: 'NXSessionData' does not name a type
> qtnxwindow.h:142: error: 'NXConfigData' does not name a type
> qtnxwindow.h:144: error: ISO C++ forbids declaration of 'NXClientLib' with no 
> type
> qtnxwindow.h:144: error: expected ';' before '*' token
> main.cpp:22: error: aggregate 'std::ofstream debugLogFile' has incomplete 
> type and cannot be defined
> make[1]: *** [main.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477028: dc-qt: FTBFS: ./dcpp/File.h:41:18: error: zlib.h: No such file or directory

2008-04-20 Thread Sune Vuorela
Hi!

libqt4-dev have stopped depending on zlib1g-dev as it doesn't expose any parts 
of zlib to the public. As you seem to use zlib directly, the solution here is 
for you to build-dep on it.

/Sune
-- 
How can I do for turning on a program to the secret code?

First you must send to a Ultraflat TCP pin, this way from Netscape 7.7.9 you 
neither should load the desktop of a provider, nor have to overclock the 
processor, this way then from the panel inside DOS you cannot remove the 
driver on a submenu over the controller for linking from a icon.


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


Bug#477037: swfdec0.5: CVE-2008-1834 local privilege escalation

2008-04-20 Thread Nico Golde
Source: swfdec0.5
Severity: grave
Tags: security patch

Hi,
the following CVE (Common Vulnerabilities & Exposures) id was
published for swfdec0.5.

CVE-2008-1834[0]:
| swfdec_load_object.c in Swfdec before 0.6.4 does not properly restrict
| local file access from untrusted sandboxes, which allows remote
| attackers to read arbitrary files via a crafted Flash file.

Patch: 
http://gitweb.freedesktop.org/?p=swfdec/swfdec.git;a=commitdiff;h=326ee4ff631ecc11605f1251e1923a94561a3823

If you fix the vulnerability please also make sure to include the
CVE id in your changelog entry.

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1834
http://security-tracker.debian.net/tracker/CVE-2008-1834

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpZI0u8kTE1T.pgp
Description: PGP signature


Bug#477021: qstardict: FTBFS: ld: cannot find -lz

2008-04-20 Thread Sune Vuorela
Hi!

libqt4-dev has stopped depending on zlib1g-dev, as it doesn't expose any part 
of it to the public.

I don't know if you actually use parts of it or qstardict just links against 
it because the build system tries to do it.  If it is the latter, 
removing -lz from the makefiles is the best solution.

/Sune
 - one of your friendly qt packagers
-- 
Do you know how to send the USB proxy of the hard disk?

First you neither need to turn off a graphic POPmail mailer, nor can click on 
a printer, this way from MacOS you either must overclock the terminale on the 
printer, or should digit from a Ultra IRC cable to a cache in order to delete 
the mouse.


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


Processed: tagging 454826

2008-04-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.25
> tags 454826 + pending
Bug#454826: FTBFS with GCC 4.3: missing #includes
Tags were: patch
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#477041: matwrap: FTBFS: string.h:100: error: declaration of 'int strcmp(const char*, const char*) throw ()' throws different exceptions

2008-04-20 Thread Lucas Nussbaum
Package: matwrap
Version: 0.57-10
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> DC-Build-Header: matwrap 0.57-10 / Sat Apr 19 21:48:58 +0200 2008
> Automatic build of matwrap_0.57-10 on gdx-74.orsay.grid5000.fr by 
> sbuild/amd64 0.57.0
> Build started at 20080419-2148
> **
> Failed to open ./matwrap_0.57-10.dsc
> Checking available source versions...
> Fetching source files...
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Need to get 94.9kB of source archives.
> Get:1 http://idpot.grenoble.grid5000.fr sid/main matwrap 0.57-10 (dsc) [1285B]
> Get:2 http://idpot.grenoble.grid5000.fr sid/main matwrap 0.57-10 (tar) 
> [88.3kB]
> Get:3 http://idpot.grenoble.grid5000.fr sid/main matwrap 0.57-10 (diff) 
> [5320B]
> Fetched 94.9kB in 0s (435kB/s)
> Download complete and in download only mode
> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 4.0.0), cdbs, quilt
> Build-Depends-Indep: octave2.1-headers (>= 1:2.1.73-14) | octave3.0-headers
> Checking for already installed source dependencies...
> debhelper: missing
> Using default version 6.0.11
> cdbs: missing
> quilt: missing
> octave2.1-headers: missing
> Using default version 1:2.1.73-19
> octave3.0-headers: missing
> Checking for source dependency conflicts...
> Reading package lists...
> Building dependency tree...
> Reading state information...
> The following extra packages will be installed:
>   bsdmainutils diffstat file gettext gettext-base gfortran gfortran-4.3
>   groff-base html2text intltool-debian libblas-dev libblas3gf libfftw3-3
>   libfftw3-dev libgfortran3 libhdf5-serial-1.6.6-0 libhdf5-serial-dev
>   libjpeg62 libjpeg62-dev liblapack-dev liblapack3gf libmagic1 libncurses5-dev
>   libreadline5-dev man-db octave2.1 po-debconf texinfo zlib1g-dev
> Suggested packages:
>   wamerican wordlist whois vacation devscripts doc-base dh-make cvs
>   gettext-doc gfortran-doc gfortran-multilib gfortran-4.3-doc
>   gfortran-4.3-multilib libgfortran3-dbg groff libhdf5-doc www-browser
>   octave2.1-doc octave2.1-emacsen octave2.1-htmldoc octave2.1-info procmail
>   graphviz texinfo-doc-nonfree texlive-base texlive-generic-recommended
>   texlive-latex-base
> Recommended packages:
>   autotools-dev curl wget lynx gnuplot libatlas3gf-base libcompress-zlib-perl
>   libmail-box-perl libmail-sendmail-perl
> The following NEW packages will be installed:
>   bsdmainutils cdbs debhelper diffstat file gettext gettext-base gfortran
>   gfortran-4.3 groff-base html2text intltool-debian libblas-dev libblas3gf
>   libfftw3-3 libfftw3-dev libgfortran3 libhdf5-serial-1.6.6-0
>   libhdf5-serial-dev libjpeg62 libjpeg62-dev liblapack-dev liblapack3gf
>   libmagic1 libncurses5-dev libreadline5-dev man-db octave2.1
>   octave2.1-headers po-debconf quilt texinfo zlib1g-dev
> 0 upgraded, 33 newly installed, 0 to remove and 0 not upgraded.
> Need to get 30.2MB of archives.
> After this operation, 92.2MB of additional disk space will be used.
> WARNING: The following packages cannot be authenticated!
>   bsdmainutils groff-base man-db libmagic1 file gettext-base texinfo html2text
>   gettext intltool-debian po-debconf debhelper cdbs diffstat libgfortran3
>   gfortran-4.3 gfortran libblas3gf libblas-dev libfftw3-3 libfftw3-dev
>   libhdf5-serial-1.6.6-0 libjpeg62 libjpeg62-dev zlib1g-dev libhdf5-serial-dev
>   liblapack3gf liblapack-dev libncurses5-dev libreadline5-dev octave2.1
>   octave2.1-headers quilt
> Authentication warning overridden.
> Get:1 http://idpot.grenoble.grid5000.fr sid/main bsdmainutils 6.1.10 [172kB]
> Get:2 http://idpot.grenoble.grid5000.fr sid/main groff-base 1.18.1.1-20 
> [846kB]
> Get:3 http://idpot.grenoble.grid5000.fr sid/main man-db 2.5.1-3 [997kB]
> Get:4 http://idpot.grenoble.grid5000.fr sid/main libmagic1 4.23-2 [342kB]
> Get:5 http://idpot.grenoble.grid5000.fr sid/main file 4.23-2 [41.0kB]
> Get:6 http://idpot.grenoble.grid5000.fr sid/main gettext-base 0.17-2 [123kB]
> Get:7 http://idpot.grenoble.grid5000.fr sid/main texinfo 4.11.dfsg.1-4 [710kB]
> Get:8 http://idpot.grenoble.grid5000.fr sid/main html2text 1.3.2a-3 [98.9kB]
> Get:9 http://idpot.grenoble.grid5000.fr sid/main gettext 0.17-2 [2683kB]
> Get:10 http://idpot.grenoble.grid5000.fr sid/main intltool-debian 
> 0.35.0+20060710.1 [30.8kB]
> Get:11 http://idpot.grenoble.grid5000.fr sid/main po-debconf 1.0.12.1 [237kB]
> Get:12 http://idpot.grenoble.grid5000.fr sid/main debhelpe

Bug#477031: marked as done (sear: FTBFS: ../renderers/RenderSystem.h:134: error: ISO C++ forbids declaration of 'auto_ptr' with no type)

2008-04-20 Thread Debian Bug Tracking System

Your message dated Sun, 20 Apr 2008 18:07:18 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#477031: sear: FTBFS: ../renderers/RenderSystem.h:134: 
error: ISO C++ forbids declaration of 'auto_ptr' with no type
has caused the Debian Bug report #477031,
regarding sear: FTBFS: ../renderers/RenderSystem.h:134: error: ISO C++ forbids 
declaration of 'auto_ptr' with no type
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
477031: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477031
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: sear
Version: 0.6.3+cvs20080411-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> g++ -DHAVE_CONFIG_H -I. -I.. -I..  -I /usr/X11R6/include -I/usr/include/SDL 
> -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/Mercator-0.2 
> -I/usr/include/wfmath-0.3 -I/usr/include/varconf-1.0 
> -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include 
> -I/usr/include/Eris-1.3 -I/usr/include/skstream-0.3 
> -I/usr/lib/skstream-0.3/include -I/usr/include/Atlas-C++-0.6 
> -I/usr/include/libwfut-0.2   -I/usr/include/libmodelfile-0.2-g -O2 -g 
> -Wall -O2 -Wall -O3 -DNDEBUG -DATLAS_ELEMENT_TYPEDEF_PRIVATE=1 
> -DLIBSIGC_DISABLE_DEPRECATED=1 -c -o ModelSystem.o ModelSystem.cpp
> In file included from ModelSystem.cpp:9:
> ../renderers/RenderSystem.h:134: error: ISO C++ forbids declaration of 
> 'auto_ptr' with no type
> ../renderers/RenderSystem.h:134: error: invalid use of '::'
> ../renderers/RenderSystem.h:134: error: expected ';' before '<' token
> ../renderers/RenderSystem.h:135: error: ISO C++ forbids declaration of 
> 'auto_ptr' with no type
> ../renderers/RenderSystem.h:135: error: invalid use of '::'
> ../renderers/RenderSystem.h:135: error: expected ';' before '<' token
> ../renderers/RenderSystem.h:136: error: ISO C++ forbids declaration of 
> 'auto_ptr' with no type
> ../renderers/RenderSystem.h:136: error: invalid use of '::'
> ../renderers/RenderSystem.h:136: error: expected ';' before '<' token
> ../renderers/RenderSystem.h:137: error: ISO C++ forbids declaration of 
> 'auto_ptr' with no type
> ../renderers/RenderSystem.h:137: error: invalid use of '::'
> ../renderers/RenderSystem.h:137: error: expected ';' before '<' token
> ../renderers/RenderSystem.h:138: error: ISO C++ forbids declaration of 
> 'auto_ptr' with no type
> ../renderers/RenderSystem.h:138: error: invalid use of '::'
> ../renderers/RenderSystem.h:138: error: expected ';' before '<' token
> ../renderers/RenderSystem.h: In member function 'Sear::TextureManager* 
> Sear::RenderSystem::getTextureManager()':
> ../renderers/RenderSystem.h:77: error: 'm_textureManager' was not declared in 
> this scope
> ../renderers/RenderSystem.h: In member function 'Sear::Render* 
> Sear::RenderSystem::getRenderer()':
> ../renderers/RenderSystem.h:79: error: 'm_renderer' was not declared in this 
> scope
> ../renderers/RenderSystem.h: In member function 'Sear::Graphics* 
> Sear::RenderSystem::getGraphics()':
> ../renderers/RenderSystem.h:80: error: 'm_graphics' was not declared in this 
> scope
> ../renderers/RenderSystem.h: In member function 'Sear::CameraSystem* 
> Sear::RenderSystem::getCameraSystem()':
> ../renderers/RenderSystem.h:81: error: 'm_cameraSystem' was not declared in 
> this scope
> make[4]: *** [ModelSystem.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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 ---
--- Begin Message ---
Version: 0.6.3+cvs20080411-2


On Sun, Apr 20, 2008 at 03:57:46PM +0200, Lucas Nussbaum wrote:
> Package: sear
> Version: 0.6.3+cvs20080411-1
> Severity: serious
> User: [EMAIL P

Bug#477039: libgmime-2.0-2a wrongly provides libgmime-2.0-2

2008-04-20 Thread Michael Biebl
Package: libgmime-2.0-2a
Version: 2.2.18-1.1
Severity: serious
Justification: renders package renaming due to abi changes useless

Hi,

 libgmime-2.0-2 has been renamed to  libgmime-2.0-2a due to abi changes
 without a soname bump. Yet the  libgmime-2.0-2a package has a Provides:
 libgmime-2.0-2, which renders the package renaming useless.
 See also the discussion on debian-release:

 Michael Biebl <[EMAIL PROTECTED]> writes:
 > > I was wondering, why libgmime-2.0-2a has a
 > > Provides: libgmime-2.0-2?

 Because it's broken. Feel free to file a bug.

 Marc


Cheers,
Michael


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

Kernel: Linux 2.6.24-16-generic (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libgmime-2.0-2a depends on:
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

libgmime-2.0-2a recommends no packages.

-- no debconf information



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



Bug#477040: freepops: FTBFS: make[2]: latex: Command not found

2008-04-20 Thread Lucas Nussbaum
Package: freepops
Version: 0.2.6-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> make[1]: Entering directory `/build/user/freepops-0.2.6'
> Generating tex data for  abv.lua.xml
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> Generating tex data for  aggregator.lua.xml
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> Generating tex data for  aol.lua.xml
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> Generating tex data for  davmail.lua.xml
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> Generating tex data for  excite.lua.xml
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> Generating tex data for  fastmail.lua.xml
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> LUAY: lua stack image:
> LUAY: stack( 1) : string:  "cannot open /usr/share/freepops/lua/freepops.lua: 
> No such file or directory"
> LUAY: stack( 0) : --bottom--
> 
> Generating tex data for  flatnuke.lua.xml
> LUAY: lua stack image

Bug#477042: kxneur: FTBFS: main.cpp:52: error: 'exit' was not declared in this scope

2008-04-20 Thread Lucas Nussbaum
Package: kxneur
Version: 0.8.0+svn20080310-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde 
> -I/usr/share/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  
> -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
> -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -g -O2 
> -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor 
> -fno-exceptions -fno-check-new -fno-common  -MT main.o -MD -MP -MF 
> ".deps/main.Tpo" \
> -c -o main.o `test -f 'main.cpp' || echo './'`main.cpp; \
>   then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
>   else rm -f ".deps/main.Tpo"; exit 1; \
>   fi
> In file included from /usr/share/qt3/include/qtextstream.h:46,
>  from /usr/share/qt3/include/qtl.h:46,
>  from /usr/share/qt3/include/qvaluelist.h:45,
>  from /usr/include/kde/kaboutdata.h:22,
>  from main.cpp:22:
> /usr/share/qt3/include/qstring.h: In member function 'char QChar::latin1() 
> const':
> /usr/share/qt3/include/qstring.h:197: warning: conversion to 'char' from 
> 'int' may alter its value
> /usr/share/qt3/include/qstring.h: In member function 'void 
> QChar::setCell(uchar)':
> /usr/share/qt3/include/qstring.h:222: warning: conversion to 'ushort' from 
> 'int' may alter its value
> /usr/share/qt3/include/qstring.h: In member function 'void 
> QChar::setRow(uchar)':
> /usr/share/qt3/include/qstring.h:223: warning: conversion to 'ushort' from 
> 'int' may alter its value
> /usr/share/qt3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
> /usr/share/qt3/include/qstring.h:267: warning: conversion to 'ushort' from 
> 'int' may alter its value
> /usr/share/qt3/include/qstring.h: In constructor 
> 'QStringData::QStringData(QChar*, uint, uint)':
> /usr/share/qt3/include/qstring.h:365: warning: conversion to 'unsigned 
> int:30' from 'uint' may alter its value
> /usr/share/qt3/include/qstring.h:365: warning: conversion to 'unsigned 
> int:30' from 'uint' may alter its value
> In file included from /usr/include/kde/kaboutdata.h:24,
>  from main.cpp:22:
> /usr/share/qt3/include/qimage.h: In member function 'bool 
> QImageTextKeyLang::operator<(const QImageTextKeyLang&) const':
> /usr/share/qt3/include/qimage.h:61: warning: suggest parentheses around && 
> within ||
> In file included from /usr/share/qt3/include/qobject.h:48,
>  from /usr/share/qt3/include/qwidget.h:46,
>  from /usr/share/qt3/include/qdesktopwidget.h:43,
>  from /usr/share/qt3/include/qapplication.h:45,
>  from /usr/include/kde/kapplication.h:38,
>  from /usr/include/kde/kuniqueapplication.h:24,
>  from kxneur.h:29,
>  from main.cpp:25:
> /usr/share/qt3/include/qevent.h: In member function 'void 
> QDropEvent::setAction(QDropEvent::Action)':
> /usr/share/qt3/include/qevent.h:523: warning: conversion to 'unsigned char' 
> from 'uint' may alter its value
> In file included from /usr/share/qt3/include/qwidget.h:52,
>  from /usr/share/qt3/include/qdesktopwidget.h:43,
>  from /usr/share/qt3/include/qapplication.h:45,
>  from /usr/include/kde/kapplication.h:38,
>  from /usr/include/kde/kuniqueapplication.h:24,
>  from kxneur.h:29,
>  from main.cpp:25:
> /usr/share/qt3/include/qsizepolicy.h: In member function 'void 
> QSizePolicy::transpose()':
> /usr/share/qt3/include/qsizepolicy.h:125: warning: conversion to 'uchar' from 
> 'uint' may alter its value
> /usr/share/qt3/include/qsizepolicy.h:125: warning: conversion to 'uchar' from 
> 'uint' may alter its value
> main.cpp: In function 'int main(int, char**)':
> main.cpp:52: error: 'exit' was not declared in this scope
> make[3]: *** [main.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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: 10

Processed: tagging 477015

2008-04-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.25
> tags 477015 + confirmed
Bug#477015: jmagick: FTBFS: /usr/bin/install: cannot stat 
`/build/user/jmagick-6.2.6-0/lib/libJMagick.so': No such file or directory
There were no tags set.
Tags added: confirmed

>
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#477032: pychecker: FTBFS: Failed test(s): test3 test17 test22 test34 test48 test53 test71 test77 test87 test88

2008-04-20 Thread Kenneth Pronovici
On Sun, Apr 20, 2008 at 10:43 AM, Lucas Nussbaum
<[EMAIL PROTECTED]> wrote:
> Package: pychecker
>  Version: 0.8.17-8
>  Severity: serious
>  User: [EMAIL PROTECTED]
>  Usertags: qa-ftbfs-20080419 qa-ftbfs
>  Justification: FTBFS on i386
>
>  During a rebuild of all packages in sid, your package failed to build on 
> i386.

It looks like this has to do with the upgrade to Python 2.5, rather
than the GCC transition.  The tests pass for Python 2.5, but the
expected results are slightly different.  I'll tweak the package and
get a new version uploaded soon (perhaps today, otherwise early this
week).

KEN

-- 
Kenneth J. Pronovici <[EMAIL PROTECTED]>
http://www.cedar-solutions.com/



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



Bug#477045: sugar-sharedstate: FTBFS: dh_install: sugar-sharingtest-activity missing files (debian/tmp/usr/share/activities/*), aborting

2008-04-20 Thread Lucas Nussbaum
Package: sugar-sharedstate
Version: 1~git.20071117-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
>  /usr/bin/fakeroot debian/rules binary
> test -x debian/rules
> test "`id -u`" = 0
> dh_clean -k 
> dh_installdirs -A 
> mkdir -p "."
> for pythonver in 2.5; do \
>   /usr/bin/python$ver setup.py dist; \
>   done
> WARNING: NEWS file is missing.
> for pythonver in 2.5; do \
>   /usr/bin/python$ver setup.py dist; \
>   done
> WARNING: NEWS file is missing.
> dh_buildinfo
> touch debian/stamp-buildinfo
> dh_installdirs -psugar-sharedstate-classes 
> mkdir -p 
> /build/user/sugar-sharedstate-1~git.20071117/debian/tmp/usr/share/activities
> for pythonver in 2.5; do \
>   /usr/bin/python$ver setup.py install 
> /build/user/sugar-sharedstate-1~git.20071117/debian/tmp/usr; \
>   done
> WARNING: NEWS file is missing.
> dh_installdirs -psugar-sharingtest-activity 
> mkdir -p 
> /build/user/sugar-sharedstate-1~git.20071117/debian/tmp/usr/share/activities
> for pythonver in 2.5; do \
>   /usr/bin/python$ver setup.py install 
> /build/user/sugar-sharedstate-1~git.20071117/debian/tmp/usr; \
>   done
> WARNING: NEWS file is missing.
> dh_installdocs -psugar-sharedstate-classes  sharedstate/README 
> dh_installexamples -psugar-sharedstate-classes 
> dh_installman -psugar-sharedstate-classes  
> dh_installinfo -psugar-sharedstate-classes  
> dh_installmenu -psugar-sharedstate-classes 
> dh_installcron -psugar-sharedstate-classes 
> dh_installinit -psugar-sharedstate-classes   
> dh_installdebconf -psugar-sharedstate-classes 
> dh_installemacsen -psugar-sharedstate-classes   
> dh_installcatalogs -psugar-sharedstate-classes 
> dh_installpam -psugar-sharedstate-classes 
> dh_installlogrotate -psugar-sharedstate-classes 
> dh_installlogcheck -psugar-sharedstate-classes 
> dh_installchangelogs -psugar-sharedstate-classes   
> dh_installudev -psugar-sharedstate-classes 
> dh_lintian -psugar-sharedstate-classes 
> dh_install -psugar-sharedstate-classes  
> dh_link -psugar-sharedstate-classes  
> dh_installmime -psugar-sharedstate-classes 
> dh_pycentral -psugar-sharedstate-classes
> dh_installdocs -psugar-sharingtest-activity   
> dh_installexamples -psugar-sharingtest-activity 
> dh_installman -psugar-sharingtest-activity  
> dh_installinfo -psugar-sharingtest-activity  
> dh_installmenu -psugar-sharingtest-activity 
> dh_installcron -psugar-sharingtest-activity 
> dh_installinit -psugar-sharingtest-activity   
> dh_installdebconf -psugar-sharingtest-activity 
> dh_installemacsen -psugar-sharingtest-activity   
> dh_installcatalogs -psugar-sharingtest-activity 
> dh_installpam -psugar-sharingtest-activity 
> dh_installlogrotate -psugar-sharingtest-activity 
> dh_installlogcheck -psugar-sharingtest-activity 
> dh_installchangelogs -psugar-sharingtest-activity   
> dh_installudev -psugar-sharingtest-activity 
> dh_lintian -psugar-sharingtest-activity 
> dh_install -psugar-sharingtest-activity  
> dh_install: sugar-sharingtest-activity missing files 
> (debian/tmp/usr/share/activities/*), aborting
> make: *** [binary-install/sugar-sharingtest-activity] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477046: gtkgo: FTBFS: configure: error: installation or configuration problem: C compiler cannot create executables.

2008-04-20 Thread Lucas Nussbaum
Package: gtkgo
Version: 0.0.10-15
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> dh_testdir
> dh_testroot
> rm -f build-stamp
> rm -f src/*.o src/gtkgo
> # Add here commands to clean up after the build process.
> #-/usr/bin/make clean
> #-/usr/bin/make distclean
> dh_clean
>  dpkg-source -b gtkgo-0.0.10
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building gtkgo using existing gtkgo_0.0.10.orig.tar.gz
> dpkg-source: info: building gtkgo in gtkgo_0.0.10-15.diff.gz
> dpkg-source: info: building gtkgo in gtkgo_0.0.10-15.dsc
>  debian/rules build
> dh_testdir
> # Add here commands to compile the package.
> ./configure --prefix=/usr --bindir=/usr/games 
> creating cache ./config.cache
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... yes
> checking for working aclocal... missing
> checking for working autoconf... missing
> checking for working automake... missing
> checking for working autoheader... missing
> checking for working makeinfo... missing
> checking for mawk... mawk
> checking for gcc... gcc
> checking whether the C compiler (gcc -g -O2 "-O2 -g -Wall 
> -I/usr/lib/gnome-libs/include/ -I/usr/include/gnome-1.0/" ) works... no
> configure: error: installation or configuration problem: C compiler cannot 
> create executables.
> make: *** [build-stamp] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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#477036: mediatomb: FTBFS: ../src/url.cc:78:53: error: macro "curl_easy_setopt" requires 3 arguments, but only 2 given

2008-04-20 Thread Leonhard Wimmer
Hi,

this bug is already fixed in current SVN code. Here's a patch.

greets, Leo
Index: src/url.cc
===
--- src/url.cc	(revision 1714)
+++ src/url.cc	(revision 1775)
@@ -75,7 +75,7 @@
 
 if (only_header)
 {
-curl_easy_setopt(curl_handle, CURLOPT_NOBODY);
+curl_easy_setopt(curl_handle, CURLOPT_NOBODY, 1);
 curl_easy_setopt(curl_handle, CURLOPT_HEADERFUNCTION, URL::dl);
 curl_easy_setopt(curl_handle, CURLOPT_HEADERDATA, 
  (void *)buffer.getPtr());


Bug#476021: sketch: FTBFS: Died at make.pl line 21, line 10. (reproduced with new version)

2008-04-20 Thread Lucas Nussbaum
On 20/04/08 at 09:03 +0200, David Bremner wrote:
> 
> Dear All;
> 
> I placed a potential fix at
> 
>   http://mentors.debian.net/debian/pool/main/s/sketch/sketch_0.2.60-1.dsc
> 
> If Lucas can verify this fixes the bug for him, then maybe Bas could could
> consider uploading to unstable? Or something like that.

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


signature.asc
Description: Digital signature


Bug#477002: marked as done (gitosis: FTBFS: No such file or directory: '/build/user/gitosis-0.2+20080319/debian/gitosis/usr/lib/python2.5/s ite-packages/test-easy-install-23971.pth')

2008-04-20 Thread Debian Bug Tracking System

Your message dated Sun, 20 Apr 2008 16:17:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#477002: fixed in gitosis 0.2+20080319-3
has caused the Debian Bug report #477002,
regarding gitosis: FTBFS: No such file or directory: 
'/build/user/gitosis-0.2+20080319/debian/gitosis/usr/lib/python2.5/s 
ite-packages/test-easy-install-23971.pth'
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
477002: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477002
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gitosis
Version: 0.2+20080319-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
>  /usr/bin/fakeroot debian/rules binary
> dh_testdir
> dh_testroot
> dh_clean -k
> dh_installdirs
> # Installing package
> mkdir -p debian/gitosis/usr/lib/python2.4/site-packages
> PYTHONPATH=/build/user/gitosis-0.2+20080319/debian/gitosis/usr/lib/python2.4/site-packages
>  \
>   python setup.py install 
> --prefix=/build/user/gitosis-0.2+20080319/debian/gitosis/usr
> running install
> Checking .pth file support in 
> /build/user/gitosis-0.2+20080319/debian/gitosis/usr/lib/python2.5/site-packages/
> error: can't create or remove files in install directory
> 
> The following error occurred while trying to add or remove files in the
> installation directory:
> 
> [Errno 2] No such file or directory: 
> '/build/user/gitosis-0.2+20080319/debian/gitosis/usr/lib/python2.5/site-packages/test-easy-install-23971.pth'
> 
> The installation directory you specified (via --install-dir, --prefix, or
> the distutils default setting) was:
> 
> 
> /build/user/gitosis-0.2+20080319/debian/gitosis/usr/lib/python2.5/site-packages/
> 
> This directory does not currently exist.  Please create it and try again, or
> choose a different installation directory (using the -d or --install-dir
> option).
> 
> make: *** [install] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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 ---
--- Begin Message ---
Source: gitosis
Source-Version: 0.2+20080319-3

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

gitosis_0.2+20080319-3.diff.gz
  to pool/main/g/gitosis/gitosis_0.2+20080319-3.diff.gz
gitosis_0.2+20080319-3.dsc
  to pool/main/g/gitosis/gitosis_0.2+20080319-3.dsc
gitosis_0.2+20080319-3_all.deb
  to pool/main/g/gitosis/gitosis_0.2+20080319-3_all.deb



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

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

Debian distribution maintenance software
pp.
Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated gitosis 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.8
Date: Sun, 20 Apr 2008 17:59:00 +0200
Source: gitosis
Binary: gitosis
Architecture: source all
Version: 0.2+20080319-3
Distribution: unstable
Urgency: medium
Maintainer: Daniel Baumann <[EMAIL PROTECTED]>
Changed-By: Daniel Baumann <[EMAIL PROTECTED]>
Description: 
 gitosis- git repository hosting application
Closes: 477002
Changes: 
 gitosis (0.2+20080319-3) unstable; urgency=medium
 .
   * Adjusting installation hack to python 2.5 (Closes: #477002).
Checksums-Sha1: 
 c90520391d2955b147307514ecbcf54478c8b311 1038 gitosis_0.2+20080319

Processed (with 5 errors): Bug#477012: hedgewars: FTBFS: make: *** [configure-stamp] Error 255

2008-04-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 477012 patch pending
Bug#477012: hedgewars: FTBFS: make: *** [configure-stamp] Error 255
There were no tags set.
Tags added: patch, pending

> thanls
Unknown command or malformed arguments to command.

> Thanks for You bug-report, see patch.
Unknown command or malformed arguments to command.

> On 17:36 Sun 20 Apr , Lucas Nussbaum wrote:
Unknown command or malformed arguments to command.

> LN> Package: hedgewars
Unknown command or malformed arguments to command.

> LN> Version: 0.9.2-1
Unknown command or malformed arguments to command.

Too many unknown commands, stopping 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#477012: hedgewars: FTBFS: make: *** [configure-stamp] Error 255

2008-04-20 Thread Dmitry E. Oboukhov
tags 477012 patch pending
thanls


Thanks for You bug-report, see patch.

On 17:36 Sun 20 Apr , Lucas Nussbaum wrote:
LN> Package: hedgewars
LN> Version: 0.9.2-1
LN> Severity: serious
LN> User: [EMAIL PROTECTED]
LN> Usertags: qa-ftbfs-20080419 qa-ftbfs
LN> Justification: FTBFS on i386

LN> Hi,

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

LN> This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is 
now
LN> the default on most architectures (even if it's not the case on i386 yet).
LN> Feel free to downgrade this bug to 'important' if your package is only built
LN> on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine 
with
LN> gcc 4.2).

LN> Relevant part:
>> /usr/bin/fakeroot debian/rules clean
>> rm -fr build *-stamp
>> dh_clean
>> dpkg-source -b hedgewars-0.9.2
>> dpkg-source: info: using source format `1.0'
>> dpkg-source: info: building hedgewars using existing 
>> hedgewars_0.9.2.orig.tar.gz
>> dpkg-source: info: building hedgewars in hedgewars_0.9.2-1.diff.gz
>> dpkg-source: info: building hedgewars in hedgewars_0.9.2-1.dsc
>> debian/rules build
>> mkdir build
>> tar xjf *.tar.bz2 -C build
>> name_top=`ls build`; \
>> mv build/$name_top/* build; \
>> rmdir build/$name_top
>> touch unpack-stamp
>> dh_testdir
>> cd build && \
>> cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/hedgewars \
>> -DDATA_INSTALL_DIR=/usr/share/games .
>> -- Check for working C compiler: /usr/bin/gcc
>> -- Check for working C compiler: /usr/bin/gcc -- works
>> -- Check size of void*
>> -- Check size of void* - done
>> -- Check for working CXX compiler: /usr/bin/c++
>> -- Check for working CXX compiler: /usr/bin/c++ -- works
>> -- Looking for Q_WS_X11
>> -- Looking for Q_WS_X11 - found
>> -- Looking for Q_WS_WIN
>> -- Looking for Q_WS_WIN - not found.
>> -- Looking for Q_WS_QWS
>> -- Looking for Q_WS_QWS - not found.
>> -- Looking for Q_WS_MAC
>> -- Looking for Q_WS_MAC - not found.
>> -- Found Qt-Version 4.4.0-rc1
>> -- Looking for _POSIX_TIMERS
>> -- Looking for _POSIX_TIMERS - found
>> -- Looking for pthread.h
>> -- Looking for pthread.h - found
>> -- Looking for pthread_create in pthreads
>> -- Looking for pthread_create in pthreads - not found
>> -- Looking for pthread_create in pthread
>> -- Looking for pthread_create in pthread - found
>> CMake Error: This project requires some variables to be set,
>> and cmake can not find them.
>> Please set the following variables:
>> QT_FONTCONFIG_LIBRARY (ADVANCED)
>> QT_X11_ICE_LIBRARY (ADVANCED)
>> QT_X11_SM_LIBRARY (ADVANCED)
>> QT_XI_LIBRARY (ADVANCED)
>> QT_XRANDR_LIBRARY (ADVANCED)
>> QT_XRENDER_LIBRARY (ADVANCED)
>> 
>> -- Configuring done
>> make: *** [configure-stamp] Error 255

LN> The full build log is available from:
LN> http://people.debian.org/~lucas/logs/2008/04/19

LN> A list of current common problems and possible solutions is available at
LN> http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

LN> About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
LN> of the Grid'5000 platform, using a clean chroot containing a sid i386
LN> environment.  Internet was not accessible from the build systems.
--- hedgewars-0.9.2/debian/control	2008-04-20 20:25:37.0 +0400
+++ hedgewars-0.9.2/debian/control	2008-04-20 20:16:03.0 +0400
@@ -2,7 +2,7 @@
 Section: games
 Priority: extra
 Maintainer: Dmitry E. Oboukhov <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), cmake, libqt4-dev (>= 4.2), fp-compiler, libsdl1.2-dev, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, bzip2
+Build-Depends: debhelper (>= 5), cmake, libqt4-dev (>= 4.2), fp-compiler, libsdl1.2-dev, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, bzip2, libxrandr-dev, libfontconfig1-dev, libxi-dev
 Standards-Version: 3.7.3
 Homepage: http://hedgewars.org
 


signature.asc
Description: Digital signature


Bug#476987: exim4-daemon-light: fails to install: incompatible command-line options or arguments

2008-04-20 Thread Laurent Fousse
* Andreas Metzler [Sun, Apr 20, 2008 at 05:32:48PM +0200]:
> Hello,
> Please provide the complete debugging output, and the contents of
> /etc/init.d/exim4 and /etc/default/exim4

Here goes.
#! /bin/sh
# /etc/init.d/exim4
#
# Written by Miquel van Smoorenburg <[EMAIL PROTECTED]>.
# Modified for Debian GNU/Linux by Ian Murdock <[EMAIL PROTECTED]>.
# Modified for exim by Tim Cutts <[EMAIL PROTECTED]>
# Modified for exim4 by Andreas Metzler <[EMAIL PROTECTED]>
#   and Marc Haber <[EMAIL PROTECTED]>

### BEGIN INIT INFO
# Provides:  exim4
# Required-Start:$remote_fs $syslog $named $network $time
# Required-Stop: $remote_fs $syslog $named $network
# Should-Start:  postgresql mysql clamav-daemon greylist spamassassin
# Should-Stop:   postgresql mysql clamav-daemon greylist spamassassin
# Default-Start: 2 3 4 5
# Default-Stop:  0 1 6
# Short-Description: exim Mail Transport Agent
# Description:   exim is a Mail Transport agent
### END INIT INFO

set -e

if ! [ -x "/lib/lsb/init-functions" ]; then
  . /lib/lsb/init-functions
else
  echo "E: /lib/lsb/init-functions not found, lsb-base (>= 3.0-6) needed"
  exit 1
fi

if [ -n "$EX4DEBUG" ]; then
  echo "now debugging $0 $@"
  set -x
fi

LANG=C
export LANG

#read default file
QUEUERUNNER='combined'
QUEUEINTERVAL='30m'
UPEX4OPTS=''
PIDFILE="/var/run/exim4/exim.pid"
QRPIDFILE="/var/run/exim4/eximqr.pid"
[ -f /etc/default/exim4 ] && . /etc/default/exim4

upex4conf() {
  UPEX4CONF="update-exim4.conf"
  OLDIFS="$IFS"
  IFS=:
  for p in $PATH; do
if [ -x "$p/$UPEX4CONF" ]; then
  IFS="$OLDIFS"
  $p/$UPEX4CONF $UPEX4OPTS
  return 0
fi
  done
  IFS="$OLDIFS"
}

# Exit if exim runs from /etc/inetd.conf
if [ -f /etc/inetd.conf ] && grep -E -q 
'^[[:space:]]*((\*|[[:alnum:].-]+):)?smtp' /etc/inetd.conf
then
  upex4conf
  exit 0
fi


DAEMON="/usr/sbin/exim4"
NAME="exim4"

##test -x $DAEMON || exit 0
test -x /usr/lib/exim4/exim4 || exit 0

# this is from madduck on IRC, 2006-07-06
# There should be a better possibility to give daemon error messages
# and/or to log things
log()
{
  case "$1" in
[[:digit:]]*) success=$1; shift;;
*) :;;
  esac
  log_action_begin_msg "$1"; shift
  log_action_end_msg ${success:-0} "$*"
}

start_exim()
{
  [ -e /var/run/exim4 ] || \
install -d -oDebian-exim -gDebian-exim -m750 /var/run/exim4
  case ${QUEUERUNNER} in
combined)
  start_daemon -p "$PIDFILE" \
"$DAEMON" -bd "-q${QFLAGS}${QUEUEINTERVAL}" \
"${COMMONOPTIONS}" "${QUEUERUNNEROPTIONS}" "${SMTPLISTENEROPTIONS}"
  log_progress_msg "exim4"
  ;;
separate)
  start_daemon -p "$PIDFILE" \
"$DAEMON" -bd "${SMTPLISTENEROPTIONS}" "${COMMONOPTIONS}"
  log_progress_msg "exim4_listener"
  start_daemon -p "$QRPIDFILE" \
"$DAEMON" -oP "$QRPIDFILE" \
"-q${QFLAGS}${QUEUEINTERVAL}" "${QUEUERUNNEROPTIONS}" "${COMMONOPTIONS}"
  log_progress_msg "exim4_queuerunner"
  ;;
queueonly)
  start_daemon -p "$QRPIDFILE" \
"$DAEMON" -oP "$QRPIDFILE" \
"-q${QFLAGS}${QUEUEINTERVAL}" "${QUEUERUNNEROPTIONS}" "${COMMONOPTIONS}"
  log_progress_msg "exim4_queuerunner"
  ;;
no|ppp)
  start_daemon -p "$PIDFILE" \
"$DAEMON" -bd "${SMTPLISTENEROPTIONS}"
  log_progress_msg "exim4_listener"
  ;;
nodaemon)
  ;;
  esac
}

stop_exim()
{
# we try to kill eximqr and exim SMTP listener, no matter what
# ${QUEUERUNNER} is set to, we could have switched since starting.
  if [ -f "$QRPIDFILE" ]; then
killproc -p "$QRPIDFILE" "$DAEMON"
log_progress_msg "exim4_queuerunner"
  fi
  if [ -f "$PIDFILE" ]; then
killproc -p "$PIDFILE" "$DAEMON"
log_progress_msg "exim4_listener"
  fi
}

reload_exim()
{
  case ${QUEUERUNNER} in
combined|no|ppp)
  killproc -p "$PIDFILE" "$DAEMON" -HUP
  log_progress_msg "exim4"
  ;;
separate)
  killproc -p "$PIDFILE" "$DAEMON" -HUP
  log_progress_msg "exim4_listener"
  killproc -p "$QRPIDFILE" "$DAEMON" -HUP
  log_progress_msg "exim4_queuerunner"
  ;;
  esac
}

kill_all_exims()
{  SIG="${1:-TERM}"
  for pid in $(pidof $NAME); do
if [ "$(readlink /proc/$pid/root)" = "/" ]; then
  kill -$SIG $pid
fi
  done
}

status()
{
  # the exit value of this function reflects the status of the SMTP
  # service. Output shows the status of the queue runner as well.
  SMTPNAME="SMTP listener daemon"
  QRNAME="separate queue runner daemon"
  if [ "${QUEUERUNNER}" = "combined" ]; then
  SMTPNAME="combined SMTP listener and queue runner daemon"
  fi
  log_action_begin_msg "checking $QRNAME"
  if pidofproc -p "$QRPIDFILE" >/dev/null; then
log_action_end_msg 0 "running"
  else
if [ -e "$QRPIDFILE" ]; then
  log_action_end_msg 1 "$QRNAME failed"
else
  log_action_end_msg 0 "not running"
fi
  fi
  log_action_begin_msg "checking $SMTPNAME"
  if pidofproc -p "$PIDFILE" >/dev/null; then
log_action_end_msg 0 "running"
exit

Processed: forcibly merging 476963 477043

2008-04-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.13~bpo40+1
> forcemerge 476963 477043
Bug#476963: chrony_1.23-1(hppa/experimental): FTBFS: "I don't know the values 
of the _IOC_* constants for your architecture"
Bug#477043: chrony_1.23-1(ia64/experimental): FTBFS: IOC constants unknown on 
ia64
Forcibly Merged 476963 477043.

>
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#477035: Patch to fix 477035

2008-04-20 Thread Kumar Appaiah
tags 477035 + patch
thanks

Hi!

Please find attached a patch to fix this bug. I think it adds the so
link, but please double check.

Thanks.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
diff -Nru --exclude changelog lcms-1.16/debian/liblcms1-dev.install lcms-1.16/debian/liblcms1-dev.install
--- lcms-1.16/debian/liblcms1-dev.install	2008-04-20 22:48:21.0 +0530
+++ lcms-1.16/debian/liblcms1-dev.install	2008-04-20 22:48:22.0 +0530
@@ -1,5 +1,5 @@
 debian/tmp/usr/include/* usr/include/
 debian/tmp/usr/lib/*.a usr/lib/
 debian/tmp/usr/lib/*.la usr/lib/
+debian/tmp/usr/lib/*.so usr/lib/
 debian/tmp/usr/lib/pkgconfig usr/lib/
-


signature.asc
Description: Digital signature


Processed: Patch to fix 477035

2008-04-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 477035 + patch
Bug#477035: lcms: missing /usr/lib/liblcms.so symlink, causes many FTBFS
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#389068: Jabref patch

2008-04-20 Thread gregor herrmann
On Sun, 20 Apr 2008 15:23:57 +0200, gregor herrmann wrote:

> > Additionaly, I've commented the 'jarbundler' target, It's a
> > macosx-specific target, and uses the lib/jarbundler-1.4.jar(not in
> > debian and useless), which makes ant unhappy if not present. 
> That doesn't really work because the patches are not applied when
> debian/rules clean target is called. I've been stumbling over this
> issue already last weekend, and I'm not really sure what to do about
> it; either ignore it (which means leaving lib/ around) or patching
> build.xml directly (which is ugly) or ...?

... or just calling "rm -rf build" instead of "ant clean" (which does
the same) in debian/rules's clean target.
  
Cheers,
gregor
 
-- 
 .''`.   http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
 : :' :  debian gnu/linux user, admin & developer - http://www.debian.org/
 `. `'   member of https://www.vibe.at/ | how to reply: http://got.to/quote/
   `-NP: Hair: Hair


signature.asc
Description: Digital signature


Bug#473216: texlive-latex-extra: foilhtml.sty undistributable?

2008-04-20 Thread Norbert Preining
On So, 20 Apr 2008, Frank Küster wrote:
> > And, Frank, the copyright is NOT auto generated, there is only *one*
> > copyright file for all packages. What you meant is the 
> > debian/Licenses
> > file which we generate automatically from the liclines and th actual
> > files.
> 
> Hm, I notice that I never found time to really get used to texlive

Enough to 
ls /usr/share/doc/texlive-latex-base/
for example ;-)

> packaging... This is a regression compared to teTeX, which did have one
> generated copyright file. 

Well, we could of course merge the License file with the copyright file
at package built time, no problem. But IF we do that we will do it for
2008, not now.

Best wishes

Norbert

---
Dr. Norbert Preining <[EMAIL PROTECTED]>Vienna University of Technology
Debian Developer <[EMAIL PROTECTED]> Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
TOLSTACHAOLAIS (phr.)
What the police in Leith require you to say in order to prove that you
are not drunk.
--- Douglas Adams, The Meaning of Liff



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



Bug#477015: jmagick: FTBFS: /usr/bin/install: cannot stat `/build/user/jmagick-6.2.6-0/lib/libJMagick.so': No such file or directory

2008-04-20 Thread Kumar Appaiah
tags 477015 + pending
block 477015 by 477035
thanks

On Sun, Apr 20, 2008 at 05:20:32PM +0200, Lucas Nussbaum wrote:
> Relevant part:
> > make[3]: Entering directory `/build/user/jmagick-6.2.6-0/src/magick'
> > /usr/bin/install -c -d /build/user/jmagick-6.2.6-0/debian/tmp//usr/lib/jni
> > /bin/sh /build/user/jmagick-6.2.6-0/libtool --mode=install /usr/bin/install 
> > -c /build/user/jmagick-6.2.6-0/lib/libJMagick.so 
> > /build/user/jmagick-6.2.6-0/debian/tmp//usr/lib/jni
> > /usr/bin/install -c /build/user/jmagick-6.2.6-0/lib/libJMagick.so 
> > /build/user/jmagick-6.2.6-0/debian/tmp//usr/lib/jni/libJMagick.so
> > /usr/bin/install: cannot stat 
> > `/build/user/jmagick-6.2.6-0/lib/libJMagick.so': No such file or directory
> > make[3]: *** [extra-install] Error 1

Thanks for the report. Indeed, it does fail, and I fixed it by
specifying the compiler to be gcc.

However, the build now fails due to the absence of liblcms.so in
liblcms1-dev, as you have described already in 477035. So, I shall
upload the fix for this bug as soon as that is resolved.

Thanks!

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036


signature.asc
Description: Digital signature


Bug#476996: [Pkg-openssl-devel] Bug#476996: openssl: FTBFS: ECDSA test failed

2008-04-20 Thread Kurt Roeckx
On Sun, Apr 20, 2008 at 05:43:17PM +0200, Lucas Nussbaum wrote:
> Package: openssl
> Version: 0.9.8g-8
> Severity: serious
> User: [EMAIL PROTECTED]
> Usertags: qa-ftbfs-20080419 qa-ftbfs
> Justification: FTBFS on i386
> 
> Hi,
> 
> During a rebuild of all packages in sid, your package failed to build on i386.
> 
> This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
> the default on most architectures (even if it's not the case on i386 yet).
> Feel free to downgrade this bug to 'important' if your package is only built
> on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
> gcc 4.2).

This seems to be #440538 which I got just after we started using gcc
4.2 and I haven't seen since.

I'm now tryign to reproduce it on i386 with gcc-4.3.


Kurt




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



Bug#476987: exim4-daemon-light: incompatible command-line - more info

2008-04-20 Thread Steve McCarthy
Package: exim4-daemon-light
Version: 4.69-2+b1
Followup-For: Bug #476987


Commenting out line 96 bypasses the error.  Clearly the
empty arguments are causing the error.

my workaround diff of /etc/init.d/exim4f:

96c96
< ;#sjm"${COMMONOPTIONS}" "${QUEUERUNNEROPTIONS}" 
"${SMTPLISTENEROPTIONS}"
---
> "${COMMONOPTIONS}" "${QUEUERUNNEROPTIONS}" "${SMTPLISTENEROPTIONS}"

Rolled back dpkg to 1.14.16.6 to insure start-stop-daemon
wasn't the culprit.  No difference.

Since you asked for them here are my default & (undoctored) init.d files

===
# /etc/default/exim4
EX4DEF_VERSION=''

# 'combined' -   one daemon running queue and listening on SMTP port
# 'no'   -   no daemon running the queue
# 'separate' -   two separate daemons
# 'ppp'  -   only run queue with /etc/ppp/ip-up.d/exim4.
# 'nodaemon' - no daemon is started at all.
# 'queueonly' - only a queue running daemon is started, no SMTP listener.
# setting this to 'no' will also disable queueruns from /etc/ppp/ip-up.d/exim4
QUEUERUNNER='combined'
# how often should we run the queue
QUEUEINTERVAL='30m'
# options common to quez-runner and listening daemon
COMMONOPTIONS=''
# more options for the daemon/process running the queue (applies to the one
# started in /etc/ppp/ip-up.d/exim4, too.
QUEUERUNNEROPTIONS=''
# special flags given to exim directly after the -q. See exim(8)
QFLAGS=''
# options for daemon listening on port 25
SMTPLISTENEROPTIONS=''

===
#! /bin/sh
# /etc/init.d/exim4
#
# Written by Miquel van Smoorenburg <[EMAIL PROTECTED]>.
# Modified for Debian GNU/Linux by Ian Murdock <[EMAIL PROTECTED]>.
# Modified for exim by Tim Cutts <[EMAIL PROTECTED]>
# Modified for exim4 by Andreas Metzler <[EMAIL PROTECTED]>
#   and Marc Haber <[EMAIL PROTECTED]>

### BEGIN INIT INFO
# Provides:  exim4
# Required-Start:$remote_fs $syslog $named $network $time
# Required-Stop: $remote_fs $syslog $named $network
# Should-Start:  postgresql mysql clamav-daemon greylist spamassassin
# Should-Stop:   postgresql mysql clamav-daemon greylist spamassassin
# Default-Start: 2 3 4 5
# Default-Stop:  0 1 6
# Short-Description: exim Mail Transport Agent
# Description:   exim is a Mail Transport agent
### END INIT INFO

set -e

if ! [ -x "/lib/lsb/init-functions" ]; then
  . /lib/lsb/init-functions
else
  echo "E: /lib/lsb/init-functions not found, lsb-base (>= 3.0-6) needed"
  exit 1
fi

if [ -n "$EX4DEBUG" ]; then
  echo "now debugging $0 $@"
  set -x
fi

LANG=C
export LANG

#read default file
QUEUERUNNER='combined'
QUEUEINTERVAL='30m'
UPEX4OPTS=''
PIDFILE="/var/run/exim4/exim.pid"
QRPIDFILE="/var/run/exim4/eximqr.pid"
[ -f /etc/default/exim4 ] && . /etc/default/exim4

upex4conf() {
  UPEX4CONF="update-exim4.conf"
  OLDIFS="$IFS"
  IFS=:
  for p in $PATH; do
if [ -x "$p/$UPEX4CONF" ]; then
  IFS="$OLDIFS"
  $p/$UPEX4CONF $UPEX4OPTS
  return 0
fi
  done
  IFS="$OLDIFS"
}

# Exit if exim runs from /etc/inetd.conf
if [ -f /etc/inetd.conf ] && grep -E -q 
'^[[:space:]]*((\*|[[:alnum:].-]+):)?smtp' /etc/inetd.conf
then
  upex4conf
  exit 0
fi


DAEMON="/usr/sbin/exim4"
NAME="exim4"

##test -x $DAEMON || exit 0
test -x /usr/lib/exim4/exim4 || exit 0

# this is from madduck on IRC, 2006-07-06
# There should be a better possibility to give daemon error messages
# and/or to log things
log()
{
  case "$1" in
[[:digit:]]*) success=$1; shift;;
*) :;;
  esac
  log_action_begin_msg "$1"; shift
  log_action_end_msg ${success:-0} "$*"
}

start_exim()
{
  [ -e /var/run/exim4 ] || \
install -d -oDebian-exim -gDebian-exim -m750 /var/run/exim4
  case ${QUEUERUNNER} in
combined)
  start_daemon -p "$PIDFILE" \
"$DAEMON" -bd "-q${QFLAGS}${QUEUEINTERVAL}" \
"${COMMONOPTIONS}" "${QUEUERUNNEROPTIONS}" "${SMTPLISTENEROPTIONS}"
  log_progress_msg "exim4"
  ;;
separate)
  start_daemon -p "$PIDFILE" \
"$DAEMON" -bd "${SMTPLISTENEROPTIONS}" "${COMMONOPTIONS}"
  log_progress_msg "exim4_listener"
  start_daemon -p "$QRPIDFILE" \
"$DAEMON" -oP "$QRPIDFILE" \
"-q${QFLAGS}${QUEUEINTERVAL}" "${QUEUERUNNEROPTIONS}" "${COMMONOPTIONS}"
  log_progress_msg "exim4_queuerunner"
  ;;
queueonly)
  start_daemon -p "$QRPIDFILE" \
"$DAEMON" -oP "$QRPIDFILE" \
"-q${QFLAGS}${QUEUEINTERVAL}" "${QUEUERUNNEROPTIONS}" "${COMMONOPTIONS}"
  log_progress_msg "exim4_queuerunner"
  ;;
no|ppp)
  start_daemon -p "$PIDFILE" \
"$DAEMON" -bd "${SMTPLISTENEROPTIONS}"
  log_progress_msg "exim4_listener"
  ;;
nodaemon)
  ;;
  esac
}

stop_exim()
{
# we try to kill eximqr and exim SMTP listener, no matter what
# ${QUEUERUNNER} is set to, we could have switched since starting.
  if [ -f "$QRPIDFILE" ]; then
killproc -p "$QRPIDFILE" "$DAEMON"
log_progress_msg "exim4_queuerunner"
  

Processed: Re: Bug#477015: jmagick: FTBFS: /usr/bin/install: cannot stat `/build/user/jmagick-6.2.6-0/lib/libJMagick.so': No such file or directory

2008-04-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 477015 + pending
Bug#477015: jmagick: FTBFS: /usr/bin/install: cannot stat 
`/build/user/jmagick-6.2.6-0/lib/libJMagick.so': No such file or directory
Tags were: confirmed
Tags added: pending

> block 477015 by 477035
Bug#477035: lcms: missing /usr/lib/liblcms.so symlink, causes many FTBFS
Bug#477015: jmagick: FTBFS: /usr/bin/install: cannot stat 
`/build/user/jmagick-6.2.6-0/lib/libJMagick.so': No such file or directory
Was not blocked by any bugs.
Blocking bugs of 477015 added: 477035

> 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#389068: Jabref patch

2008-04-20 Thread Gerardo Curiel

On dom, 2008-04-20 at 19:18 +0200, gregor herrmann wrote:
> On Sun, 20 Apr 2008 15:23:57 +0200, gregor herrmann wrote:
> 
> > > Additionaly, I've commented the 'jarbundler' target, It's a
> > > macosx-specific target, and uses the lib/jarbundler-1.4.jar(not in
> > > debian and useless), which makes ant unhappy if not present. 
> > That doesn't really work because the patches are not applied when
> > debian/rules clean target is called. I've been stumbling over this
> > issue already last weekend, and I'm not really sure what to do about
> > it; either ignore it (which means leaving lib/ around) or patching
> > build.xml directly (which is ugly) or ...?
> 
> ... or just calling "rm -rf build" instead of "ant clean" (which does
> the same) in debian/rules's clean target.

That must do the trick :)

>   
> Cheers,
> gregor
>  
-- 
Gerardo Curiel  <[EMAIL PROTECTED]>  <[EMAIL PROTECTED]>
Geek By NaTure,LiNuX By ChOiCe,DebiAn of CoUrsE
gpg fingerprint: 228B 0F96 8653 DF52 9740  B75E FB32 9C30 E179 7BD2
http://www.debian.org


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#476730: marked as done (boson: FTBFS on hppa)

2008-04-20 Thread Debian Bug Tracking System

Your message dated Sun, 20 Apr 2008 17:32:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#476730: fixed in boson 0.13-4
has caused the Debian Bug report #476730,
regarding boson: FTBFS on hppa
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
476730: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476730
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: boson
Version: 0.12dfsg1-2
Severity: serious
Justification: FTBFS

http://buildd.debian.org/fetch.cgi?&pkg=boson&ver=0.13-3&arch=hppa&stamp=1207326631&file=log
(...)
[ 81%] Building CXX object
boson/boufo/designer/CMakeFiles/boufodesigner.dir/bowidgettree.o
/build/buildd/boson-0.13/boson/boufo/designer/bowidgettree.cpp:54:2:
warning: #warning FIXME: code duplication
[ 81%] Building CXX object
boson/boufo/designer/CMakeFiles/boufodesigner.dir/bopropertieswidget.o
[ 81%] Building CXX object
boson/boufo/designer/CMakeFiles/boufodesigner.dir/bosignalsslotseditor.o
[ 81%] Building CXX object
boson/boufo/designer/CMakeFiles/boufodesigner.dir/optionsdialog.o
[ 81%] Building CXX object
boson/boufo/designer/CMakeFiles/boufodesigner.dir/main.o
/build/buildd/boson-0.13/boson/boufo/designer/main.cpp:36:2: warning:
#warning TODO: messagebox
Linking CXX executable boufodesigner
make[3]: Leaving directory `/build/buildd/boson-0.13/debian/build-area'
[ 81%] Built target boufodesigner
make[3]: Entering directory `/build/buildd/boson-0.13/debian/build-area'
[ 81%] Generating boufobuttontest.moc
Scanning dependencies of target boufobuttontest
make[3]: Leaving directory `/build/buildd/boson-0.13/debian/build-area'
make[3]: Entering directory `/build/buildd/boson-0.13/debian/build-area'
[ 81%] Building CXX object
boson/boufo/test/CMakeFiles/boufobuttontest.dir/boufobuttontest.o
Linking CXX executable boufobuttontest
/usr/bin/ld:
/build/buildd/boson-0.13/debian/build-area/boson/boufo/libboufo.a(boufofontrenderer.o)(.text._ZN15BoUfoFontPlugin9listFontsERKN3ufo9UFontInfoE[BoUfoFontPlugin::listFonts(ufo::UFontInfo
const&)]+0x9c): cannot reach
3b4f__ZNK9__gnu_cxx17__normal_iteratorIPN3ufo9UFontInfoESt6vectorIS2_SaIS2_EEEdeEv+0,
recompile with -ffunction-sections
/usr/bin/ld:
/build/buildd/boson-0.13/debian/build-area/boson/boufo/libboufo.a(boufofontrenderer.o)(.text._ZN15BoUfoFontPlugin9listFontsERKN3ufo9UFontInfoE[BoUfoFontPlugin::listFonts(ufo::UFontInfo
const&)]+0x9c): cannot handle R_PARISC_PCREL17F for
__gnu_cxx::__normal_iterator >
>::operator*() const
/usr/bin/ld: final link failed: Bad value
collect2: ld returned 1 exit status
make[3]: *** [boson/boufo/test/boufobuttontest] Error 1
make[3]: Leaving directory `/build/buildd/boson-0.13/debian/build-area'
make[2]: *** [boson/boufo/test/CMakeFiles/boufobuttontest.dir/all] Error
2
make[2]: Leaving directory `/build/buildd/boson-0.13/debian/build-area'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/boson-0.13/debian/build-area'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2


--- End Message ---
--- Begin Message ---
Source: boson
Source-Version: 0.13-4

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

boson_0.13-4.diff.gz
  to pool/main/b/boson/boson_0.13-4.diff.gz
boson_0.13-4.dsc
  to pool/main/b/boson/boson_0.13-4.dsc
boson_0.13-4_sparc.deb
  to pool/main/b/boson/boson_0.13-4_sparc.deb



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

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

Debian distribution maintenance software
pp.
Gonéri Le Bouder <[EMAIL PROTECTED]> (supplier of updated boson 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.8
Date: Sun, 20 Apr 2008 02:41:24 +0200
Source: boson
Binary: boson
Architecture: source sparc
Version: 0.13-4
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[EMAIL PROTECTED]>
Changed-By: Gonéri Le Bouder <[EMAIL PROTECTED]>
Description: 
 boson  - core package for Boson
Closes: 475063 476730
Changes: 
 boson (0.13-4) unstable; urgency=low
 .
   * fix a FTBFS on hppa by adding -mlong-calls, many thanks to
 Thibaut VARENE (Closes: #476730)
   * pass CFLAGS to cmake correctly
   * add fix_desk

Bug#477053: evolution-rss: implicit pointer conversions

2008-04-20 Thread dann frazier
Package: evolution-rss
Version: 0.0.8-1
Severity: serious
Tags: patch
Usertags: implicit-pointer-conversion

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

  Function `mail_tools_folder_to_url' implicitly converted to pointer at 
rss.c:817
  Function `camel_stream_fs_new_with_name' implicitly converted to pointer at 
rss.c:3671
  Function `e_mkdtemp' implicitly converted to pointer at rss.c:3747

This is often due to a missing function prototype definition.
For more information, see [2].

Though it is guaranteed that this codepath will cause a segfault on certain
architectures, it is not guaranteed that this codepath would ever be executed
(e.g., if the returned pointer is never dereferenced). However, this bug
does prevent the ia64 buildd from successfully building this package, resulting
in a practical FTBFS issue and warranting the serious severity.

[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions
diff -urpN evolution-rss-0.0.8.orig/src/rss.c evolution-rss-0.0.8/src/rss.c
--- evolution-rss-0.0.8.orig/src/rss.c	2008-03-03 06:26:04.0 -0700
+++ evolution-rss-0.0.8/src/rss.c	2008-04-20 11:31:16.0 -0600
@@ -32,10 +32,12 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
 #include 
+#include 
 
 #include 
 
@@ -52,6 +54,7 @@
 //
 #include 
 //
+#include 
 
 #include 
 


Bug#477054: yaird: Generates invalid initrds which reference /lib/i686/mov/

2008-04-20 Thread Nick Burch
Package: yaird
Version: 0.0.12-18
Severity: serious
Justification: unkown

yaird has started generating invalid initrds for me. This affects
all kernel versions installed on my machine. When attempting to boot,
the kernel panics with
  Failed to execute /init
  Kernel panic -not syncing: No init found. Try passing init= option to
  kernel.

I've unpacked the initrd, and I think I've found the problem. Busybox 
(/bin/busybox) contains references to:
linux-gate.so.1 =>  (0xe000)
libcrypt.so.1 => /lib/i686/cmov/libcrypt.so.1 (0xb7f02000)
libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb7edd000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb7d8e000)
/lib/ld-linux.so.2 (0xb7f57000)
But inside the initrd, there's no /lib/i686/cmov/ directory, which would
seem to explain why init can't be run.

The initrds were all generated using update-initramfs

One of the problem initrds can be downloaded from
  http://urchin.earth.li/~nick/initrd-2.6.24-1-686

This leaves my system unbootable, except via the rescue disk

Nick

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

Kernel: Linux 2.6.22-3-486
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages yaird depends on:
ii  cpio   2.9-13GNU cpio -- a program to manage ar
ii  dash   0.5.4-8   POSIX-compliant shell
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libhtml-template-perl  2.9-1 HTML::Template : A module for usin
ii  libparse-recdescent-perl   1.95.1+dfsg-2 generates recursive-descent parser
ii  perl   5.8.8-12  Larry Wall's Practical Extraction 

yaird recommends no packages.

-- no debconf information



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



Bug#389068: Jabref patch

2008-04-20 Thread Gerardo Curiel

On dom, 2008-04-20 at 15:23 +0200, gregor herrmann wrote:
> > So you can repackage the upstream tarball and remove those jarfiles and
> > make it DFSG-Free.
> 
> I'm not sure this is really necessary, the problem is not that the
> jars are not free but that they are used by the build system. All we
> would gain is a decrease in size of the .orig.tar.gz.


Yes, you're right, it's not necessary. But just in case you decide to
remove the lib/ dir, you already have the solution to the jarbundle
target issue.

 
> > * 06proposed_upstream_fix_ruleNestingLevel: Upstream still uses antlr3
> > beta, the debian version is the stable one, this patch allows using the
> > debian version. I've not tested extensively, but it works for me :).
> 
> Integrated as 05_antlr.dpatch; that was my "old" name but your patch
> is much better than my first attempt!
>  
> I've reorganized my svn repository a bit, so that 2.3 is in trunk
> again, and the new 2.4-beta is in branches/2.4:
> http://svn.toastfreeware.priv.at/debian/jabref/trunk
> http://svn.toastfreeware.priv.at/debian/jabref/branches/2.4


Great! :)

I'd like to see the package in main, looks like the only problem left
now is with libpdfbox-java in contrib.

Thanks for your good work!

> 
> 
> Thanks again for your help!
> 
> Cheers,
> gregor
-- 
Gerardo Curiel  <[EMAIL PROTECTED]>  <[EMAIL PROTECTED]>
Geek By NaTure,LiNuX By ChOiCe,DebiAn of CoUrsE
gpg fingerprint: 228B 0F96 8653 DF52 9740  B75E FB32 9C30 E179 7BD2
http://www.debian.org


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#476987: exim4-daemon-light: fails to install: incompatible command-line options or arguments

2008-04-20 Thread Marc Haber
On Sun, Apr 20, 2008 at 06:52:59PM +0200, Laurent Fousse wrote:
> + /sbin/start-stop-daemon --start --nicelevel 0 --quiet --exec 
> /usr/sbin/exim4 --oknodo --pidfile /var/run/exim4/exim.pid -- -bd -q30m '' '' 
> ''
> exim: incompatible command-line options or arguments

This seems to have been introduced by lsb-base 3.2-9, as _my_ debug
output (with lsb-base 3.2-8) goes:

+ exec=/usr/sbin/exim4
+ shift
+ '[' 0 = 1 ']'
+ '[' /var/run/exim4/exim.pid ']'
+ eval /sbin/start-stop-daemon --start --nicelevel 0 --quiet --exec 
/usr/sbin/exim4 --oknodo --pidfile /var/run/exim4/exim.pid -- -bd -q30m '' '' ''
++ /sbin/start-stop-daemon --start --nicelevel 0 --quiet --exec /usr/sbin/exim4 
--oknodo --pidfile /var/run/exim4/exim.pid -- -bd -q30m

This is now #477055, but I'll try to find a workaround.

Quick fix is a downgrade to lsb-base 3.2-8.

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 3221 2323190

Bitte beachten Sie, daß dem [m.E. grundgesetzwidrigen] Gesetz zur
Vorratsdatenspeicherung zufolge, seit dem 1. Januar 2008 jeglicher
elektronische Kontakt (E-Mail, Telefongespräche, SMS, Internet-
Telefonie, Mobilfunk, Fax) mit mir oder anderen Nutzern verdachts-
unabhängig für den automatisierten geheimen Zugriff durch Strafver-
folgungs- u. Polizeivollzugsbehörden, die Bundesanstalt für Finanz-
dienstleistungsaufsicht, Zollkriminal- und Zollfahndungsämter,die
Zollverwaltung zur Schwarzarbeitsbekämpfung, Notrufabfragestellen,
Verfassungsschutzbehörden, den Militärischen Abschirmdienst, Bundes-
nachrichtendienst sowie 52 Staaten wie beispielsweise Aserbeidschan
oder die USA sechs Monate lang gespeichert wird, einschließlich der
Kommunikation mit Berufsgeheimnisträgern wie Ärzten, Journalisten und
Anwälten. Mehr Infos zur totalen Protokollierung Ihrer Kommunikations-
daten auf www.vorratsdatenspeicherung.de. (leicht verändert übernommen
kopiert von www.lawblog.de)



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



Bug#476987: exim4-daemon-light: oops, lsb-base is the problem

2008-04-20 Thread Steve McCarthy
Package: exim4-daemon-light
Followup-For: Bug #476987


Sorry, posted to quick.  The package lsb-base is the culprit.
An eval has been removed from the start_daemon routine.
This bug should be reassigned to lsb-base.


-- Package-specific info:
Exim version 4.69 #1 built 12-Apr-2008 09:26:11
Copyright (c) University of Cambridge 2006
Berkeley DB: Berkeley DB 4.6.21: (September 27, 2007)
Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dnsdb dsearch 
nis nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /var/lib/exim4/config.autogenerated

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

Kernel: Linux 2.6.24-5.080331-9 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages exim4-daemon-light depends on:
ii  debconf [debconf-2.0] 1.5.21 Debian configuration management sy
ii  exim4-base4.69-2+b1  support files for all Exim MTA (v4
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libdb4.6  4.6.21-7   Berkeley v4.6 Database Libraries [
ii  libgnutls26   2.2.2-1the GNU TLS library - runtime libr
ii  libpcre3  7.6-2  Perl 5 Compatible Regular Expressi

exim4-daemon-light recommends no packages.

-- debconf information excluded



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



Bug#476987: exim4-daemon-light: fails to install: incompatible command-line options or arguments

2008-04-20 Thread Marc Haber
block #476987 with #477055
forwarded #476987 http://bugs.exim.org/show_bug.cgi?id=700
thanks

On Sun, Apr 20, 2008 at 07:50:44PM +0200, Marc Haber wrote:
> This is now #477055, but I'll try to find a workaround.

I have also filed this with upstream bugzilla.

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 3221 2323190



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



Processed: Re: Bug#476987: exim4-daemon-light: fails to install: incompatible command-line options or arguments

2008-04-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> block #476987 with #477055
Bug#477055: lsb-base: fix for #406059 breaks exim (#476987)
Bug#476987: exim4-daemon-light: fails to install: incompatible command-line 
options or arguments
Was not blocked by any bugs.
Blocking bugs of 476987 added: 477055

> forwarded #476987 http://bugs.exim.org/show_bug.cgi?id=700
Bug#476987: exim4-daemon-light: fails to install: incompatible command-line 
options or arguments
Noted your statement that Bug has been forwarded to 
http://bugs.exim.org/show_bug.cgi?id=700.

> 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]



Processed: Missing MIME types: partially fixed

2008-04-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 476374 upstream
Bug#476374: Please port to new libmpcdec API
There were no tags set.
Tags added: upstream

> tag 476990 upstream pending
Bug#476990: xine-lib: CVE-2008-1878 buffer overflow in nsf decoding
Tags were: security
Tags added: upstream, pending

> close 472870 1.1.12-1
Bug#472870: libxine1: provide a way for front ends to regenerate desktop files
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 1.1.12-1, send any further explanations to giggz 
<[EMAIL PROTECTED]>

> block 472864 by 472869
Bug#472869: libxine1-*: missing MIME types
Bug#472864: missing mimetype in gxine.desktop
Was not blocked by any bugs.
Blocking bugs of 472864 added: 472869

> 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#477060: texlive-base: license of amslatex is unclear

2008-04-20 Thread Frank Küster
Package: texlive-base
Version: 2007-13
Severity: serious

Hi,

this is somewhat a follow up bug for #356853, in which this issue was
discussed earlier. Since this bug contains information about half a
gazillion of different TeX packages, most of which are now settled to be
free, or removed, it's hard to track the real issues. Therefore I am
opening bugs for the things that remain, and this is for amslatex.  I'll
try to gather all the information about this particular package and
forward the messages individually, as soon as I get a bug number.

Regards, Frank



-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (99, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages texlive-base depends on:
ii  texlive-base-bin 2007.dfsg.1-2.np.etch.1 TeX Live: Essential binaries
ii  texlive-common   2007-13 TeX Live: Base component
ii  texlive-doc-base 2007-3  TeX Live: Base documentation

Versions of packages texlive-base recommends:
ii  dvipdfmx1:20050831-5 A DVI to PDF translator with CJK s
ii  lmodern 1.010x-4 scalable PostScript and OpenType f

Versions of packages tex-common depends on:
ii  debconf  1.5.11etch1 Debian configuration management sy
ii  ucf  2.0020  Update Configuration File: preserv

Versions of packages texlive-base is related to:
pn  tetex-base (no description available)
ii  tetex-bin 2007-13TeX Live: teTeX transitional packa
ii  tetex-extra   2007-13TeX Live: teTeX transitional packa
ii  tex-common1.10   common infrastructure for building

-- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:

-- 
Frank Küster
Debian Developer (teTeX/TeXLive)




Bug#476996: [Pkg-openssl-devel] Bug#476996: Bug#476996: openssl: FTBFS: ECDSA test failed

2008-04-20 Thread Kurt Roeckx
On Sun, Apr 20, 2008 at 07:30:05PM +0200, Kurt Roeckx wrote:
> On Sun, Apr 20, 2008 at 05:43:17PM +0200, Lucas Nussbaum wrote:
> > Package: openssl
> > Version: 0.9.8g-8
> > Severity: serious
> > User: [EMAIL PROTECTED]
> > Usertags: qa-ftbfs-20080419 qa-ftbfs
> > Justification: FTBFS on i386
> > 
> > Hi,
> > 
> > During a rebuild of all packages in sid, your package failed to build on 
> > i386.
> > 
> > This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is 
> > now
> > the default on most architectures (even if it's not the case on i386 yet).
> > Feel free to downgrade this bug to 'important' if your package is only built
> > on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine 
> > with
> > gcc 4.2).
> 
> This seems to be #440538 which I got just after we started using gcc
> 4.2 and I haven't seen since.
> 
> I'm now tryign to reproduce it on i386 with gcc-4.3.

So,

I can't reproduce it.  Can you?


Kurt




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



Bug#476160: pyg: diff for NMU version 0.9.6-4.2

2008-04-20 Thread Cosimo Alfarano


On Apr 20, 2008, at 11:52, [EMAIL PROTECTED] wrote:


Hi,

As mentioned with the initial patch, I'll upload pyg any minute
now. During testing, I noticed a missing shlibs:Depends, which
I think is warrants fixing with this upload.
The following is the updated diff for my pyg 0.9.6-4.2 NMU.


Thanks Thomas.

c.



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



Bug#389068: Jabref patch

2008-04-20 Thread gregor herrmann
On Sun, 20 Apr 2008 13:13:42 -0430, Gerardo Curiel wrote:

> > I'm not sure this is really necessary, the problem is not that the
> > jars are not free but that they are used by the build system. All we
> > would gain is a decrease in size of the .orig.tar.gz.
> Yes, you're right, it's not necessary. But just in case you decide to
> remove the lib/ dir, you already have the solution to the jarbundle
> target issue.

True.
 
> I'd like to see the package in main, looks like the only problem left
> now is with libpdfbox-java in contrib.

Me too, but libspin-java is also in contrib; and then we still have
the run-time dependency on sun-java; at least the last time I checked
jabref didn't run with any of the free JREs in Debian.
 
Cheers,
gregor
 
-- 
 .''`.   http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
 : :' :  debian gnu/linux user, admin & developer - http://www.debian.org/
 `. `'   member of https://www.vibe.at/ | how to reply: http://got.to/quote/
   `-NP: Paul Simon: Bridge Over Troubled Water


signature.asc
Description: Digital signature


Bug#445360: rxvt+mutt crash - solved?

2008-04-20 Thread Jan Christoph Nordholz
Hi Josip,

> Okay, I would be happy to try and narrow it down some more - just give me
> more hints where to look... what would be next - terminfo? locales?

good news: I think I've found it. Could you please verify that this update[1]
fixes the bug?


Thanks!

Jan

[1]: http://www-pool.math.tu-berlin.de/~hesso/deb/rxvt_2.6.4-14.dsc
(That directory is my staging area - I don't use mentors.d.n because I have
a constant pool of sponsors. There's also a ready-made .deb, the interdiff
against -13 etc.)


signature.asc
Description: Digital signature


Processed: merging 476920 476921

2008-04-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.25
> merge 476920 476921
Bug#476920: xulrunner_1.9~b5-2(sparc/experimental): FTBFS: dpkg-gensymbols fails
Bug#476921: xulrunner_1.9~b5-2(experimental/ia64/alkman): symbol changes
Merged 476920 476921.

>
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#477068: xulrunner_1.9~b5-2(mips/experimental): FTBFS: expected constructor, destructor, or type conversion before 'XPTC_InvokeByIndex'

2008-04-20 Thread Frank Lichtenheld
Package: xulrunner
Version: 1.9~b5-2
Severity: serious

Hi,

your package failed to build from source. This one seems to be mips
sepcific.

| Automatic build of xulrunner_1.9~b5-2 on signy by sbuild/mips 98-farm
| Build started at 20080420-1035
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 39.7MB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main xulrunner 1.9~b5-2 
(dsc) [1749B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main xulrunner 1.9~b5-2 
(tar) [39.6MB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main xulrunner 1.9~b5-2 
(diff) [93.6kB]
| Fetched 39.7MB in 52s (751kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, libx11-dev, libxt-dev, 
libidl-dev, libgtk2.0-dev (>= 2.10), libgnomevfs2-dev, libgnome2-dev, 
libgnomeui-dev, libcairo2-dev (>= 1.5), libpng12-dev, libjpeg62-dev, 
zlib1g-dev, libbz2-dev, libreadline5-dev | libreadline-dev, libkrb5-dev, 
python-dev, python-support (>= 0.3), dpkg-dev (>= 1.13.19), binutils (>= 2.17) 
[mips mipsel], libnspr4-dev (>= 3.7.0), libnss3-dev (>= 3.12.0~beta3), 
libhunspell-dev (>= 1.1.5-2), libdbus-glib-1-dev, libsqlite3-dev (>= 3.5), 
liblcms1-dev, zip
| Build-Depends-Indep: java-gcj-compat-dev (>= 1.0.56)
| Checking for already installed source dependencies...
[...]
| xptcinvoke_mips.cpp
| c++ -o xptcinvoke_mips.o -c -fvisibility=hidden -DMOZILLA_INTERNAL_API 
-DOSTYPE=\"Linux2.6\" -DOSARCH=Linux -DEXPORT_XPTC_API -D_IMPL_NS_COM -I./../.. 
-I./../../../../xptinfo/src  -I../../../../../../dist/include/string 
-I../../../../../../dist/include  -I../../../../../../dist/include/xpcom 
-I/usr/include/nspr-fPIC   -fno-rtti -fno-exceptions -Wall -Wconversion 
-Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy 
-Wno-non-virtual-dtor -Wcast-align -Wno-long-long -g -fno-strict-aliasing 
-fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -Os -freorder-blocks 
-fno-reorder-functions-DMOZILLA_CLIENT -include 
../../../../../../mozilla-config.h -Wp,-MD,.deps/xptcinvoke_mips.pp 
xptcinvoke_mips.cpp
[... (some warnings)]
| xptcinvoke_mips.cpp: At global scope:
| xptcinvoke_mips.cpp:120: error: expected constructor, destructor, or type 
conversion before 'XPTC_InvokeByIndex'
| make[9]: *** [xptcinvoke_mips.o] Error 1
| make[9]: Leaving directory 
`/build/buildd/xulrunner-1.9~b5/xpcom/reflect/xptcall/src/md/unix'
| make[8]: *** [libs] Error 2
| make[8]: Leaving directory 
`/build/buildd/xulrunner-1.9~b5/xpcom/reflect/xptcall/src/md'
| make[7]: *** [libs] Error 2
| make[7]: Leaving directory 
`/build/buildd/xulrunner-1.9~b5/xpcom/reflect/xptcall/src'
| make[6]: *** [libs] Error 2
| make[6]: Leaving directory 
`/build/buildd/xulrunner-1.9~b5/xpcom/reflect/xptcall'
| make[5]: *** [libs] Error 2
| make[5]: Leaving directory `/build/buildd/xulrunner-1.9~b5/xpcom/reflect'
| make[4]: *** [libs] Error 2
| make[4]: Leaving directory `/build/buildd/xulrunner-1.9~b5/xpcom'
| make[3]: *** [libs_tier_xpcom] Error 2
| make[3]: Leaving directory `/build/buildd/xulrunner-1.9~b5'
| make[2]: *** [tier_xpcom] Error 2
| make[2]: Leaving directory `/build/buildd/xulrunner-1.9~b5'
| make[1]: *** [default] Error 2
| make[1]: Leaving directory `/build/buildd/xulrunner-1.9~b5'
| make: *** [build-stamp] Error 2
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
| **
| Build finished at 20080420-1300
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?&ver=1.9~b5-2&pkg=xulrunner&arch=mips

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/



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



Bug#477035: marked as done (lcms: missing /usr/lib/liblcms.so symlink, causes many FTBFS)

2008-04-20 Thread Debian Bug Tracking System

Your message dated Sun, 20 Apr 2008 18:47:07 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#477035: fixed in lcms 1.16-10
has caused the Debian Bug report #477035,
regarding lcms: missing /usr/lib/liblcms.so symlink, causes many FTBFS
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
477035: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477035
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: lcms
Version: 1.16-9
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

While building vips:
> /bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..
>  -g -O2 -g -Wall -O2 -c -o dummy2.lo dummy2.cpp
>  g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -g -Wall -O2 -c dummy2.cpp  -fPIC -DPIC 
> -o .libs/dummy2.o
>  g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -g -Wall -O2 -c dummy2.cpp -o dummy2.o 
> >/dev/null 2>&1
> /bin/sh ../libtool --tag=CXX   --mode=link g++  -g -O2 -g -Wall -O2 
> -no-undefined -version-info 20:0:5   -o libvips.la -rpath /usr/lib dummy.lo 
> dummy2.lo acquire/libacquire.la arithmetic/libarithmetic.la 
> boolean/libboolean.la colour/libcolour.la conversion/libconversion.la 
> convolution/libconvolution.la cimg/libcimg.la freq_filt/libfreq_filt.la 
> histograms_lut/libhistograms_lut.la inplace/libinplace.la 
> iofuncs/libiofuncs.la matrix/libmatrix.la morphology/libmorphology.la 
> mosaicing/libmosaicing.la other/libother.la relational/librelational.la 
> video/libvideo.la -lWand -lMagick   -lpng12   -ltiff -lz -ljpeg -pthread 
> -lgthread-2.0 -lrt -lglib-2.0   -Wl,--export-dynamic -lgmodule-2.0 -ldl 
> -lxml2 -lgobject-2.0 -lglib-2.0   -lpangoft2-1.0 -lpango-1.0 -lfreetype -lz 
> -lfontconfig -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lfftw3 -lm
> -llcms   -loil-0.3 -lm -lrt   -pthread -lIlmImf -lz -lImath -lHalf -lIex 
> -lIlmThread   -lexif -lm   -lm -lstdc++ 
> g++ -shared -nostdlib 
> /usr/lib/gcc/i486-linux-gnu/4.3.1/../../../../lib/crti.o 
> /usr/lib/gcc/i486-linux-gnu/4.3.1/crtbeginS.o  .libs/dummy.o .libs/dummy2.o 
> -Wl,--whole-archive acquire/.libs/libacquire.a 
> arithmetic/.libs/libarithmetic.a boolean/.libs/libboolean.a 
> colour/.libs/libcolour.a conversion/.libs/libconversion.a 
> convolution/.libs/libconvolution.a cimg/.libs/libcimg.a 
> freq_filt/.libs/libfreq_filt.a histograms_lut/.libs/libhistograms_lut.a 
> inplace/.libs/libinplace.a iofuncs/.libs/libiofuncs.a 
> matrix/.libs/libmatrix.a morphology/.libs/libmorphology.a 
> mosaicing/.libs/libmosaicing.a other/.libs/libother.a 
> relational/.libs/librelational.a video/.libs/libvideo.a 
> -Wl,--no-whole-archive  /usr/lib/libWand.so /usr/lib/libMagick.so -lpng12 
> /usr/lib/libtiff.so /usr/lib/libjpeg.so /usr/lib/libgthread-2.0.so 
> /usr/lib/libxml2.so /usr/lib/libpangoft2-1.0.so /usr/lib/libpango-1.0.so 
> /usr/lib/libfreetype.so -lfontconfig /usr/lib/libgobject-2.0.so 
> /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so /usr/lib/libfftw3.so 
> /usr/lib/liblcms.so -loil-0.3 -lrt /usr/lib/libIlmImf.so -lz -lImath -lHalf 
> -lIex -lIlmThread /usr/lib/libexif.so -L/usr/lib/gcc/i486-linux-gnu/4.3.1 
> -L/usr/lib/gcc/i486-linux-gnu/4.3.1/../../../../lib -L/lib/../lib 
> -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.1/../../.. -lstdc++ -lm 
> -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.1/crtendS.o 
> /usr/lib/gcc/i486-linux-gnu/4.3.1/../../../../lib/crtn.o  -pthread 
> -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libvips.so.15 -o 
> .libs/libvips.so.15.5.0
> g++: /usr/lib/liblcms.so: No such file or directory
> make[4]: *** [libvips.la] Error 1

did you drop the /usr/lib/liblcms.so symlink?
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---
Source: lcms
Source-Version: 1.16-10

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

lcms_1.16-10.diff.gz
  to pool/main/l/lcms/lcms_1.16-10.diff.gz
lcms_1.16-10.dsc
  to pool/main/l/lcms/lcms_1.16-10.dsc
liblcms-utils_1.16-10_i386.deb
  to pool/main/l/lcms/liblcms-utils_1.16-10_i386.deb
liblcms1-dev_1.16-10_i386.deb
  to pool/main/l/lcms/liblcms1-dev_1.16-10_i386.deb
liblcms1_1.16-10_i386.deb
  to pool/main/l/lcms/liblcms1_1.16-10_i386.deb
python-liblcms_1.16-10_i386.deb
  to pool/main/l/lcms/python-liblcms_1.16-10_i386.deb



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

Thank you for reporting the bug, which will now be clos

Bug#459560: marked as done (crashes at once on hppa architecture)

2008-04-20 Thread Debian Bug Tracking System
/g/gcj-4.3/libgcj9-dev_4.3.0-3_amd64.deb
libgcj9-jar_4.3.0-3_all.deb
  to pool/main/g/gcj-4.3/libgcj9-jar_4.3.0-3_all.deb
libgcj9-src_4.3.0-3_all.deb
  to pool/main/g/gcj-4.3/libgcj9-src_4.3.0-3_all.deb



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

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

Debian distribution maintenance software
pp.
Matthias Klose <[EMAIL PROTECTED]> (supplier of updated gcj-4.3 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.8
Date: Sun, 20 Apr 2008 15:14:27 +
Source: gcj-4.3
Binary: gcj-4.3-base gcj-4.3 gij-4.3 libgcj9-0 libgcj9-jar libgcj9-0-awt 
gappletviewer-4.3 gcjwebplugin-4.3 libgcj9-dev libgcj9-dbg libgcj9-src 
libgcj-doc
Architecture: source all amd64
Version: 4.3.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers <[EMAIL PROTECTED]>
Changed-By: Matthias Klose <[EMAIL PROTECTED]>
Description: 
 gappletviewer-4.3 - Standalone application to execute Java (tm) applets
 gcj-4.3- The GNU compiler for Java(TM)
 gcj-4.3-base - The GNU Compiler Collection (gcj base package)
 gcjwebplugin-4.3 - Web browser plugin to execute Java (tm) applets
 gij-4.3- The GNU Java bytecode interpreter
 libgcj-doc - libgcj API documentation and example programs
 libgcj9-0  - Java runtime library for use with gcj
 libgcj9-0-awt - AWT peer runtime libraries for use with gcj
 libgcj9-dbg - Debugging symbols for libraries provided in libgcj9-dev
 libgcj9-dev - Java development headers for use with gcj
 libgcj9-jar - Java runtime library for use with gcj (jar files)
 libgcj9-src - libgcj java sources for use in eclipse
Closes: 459560
Changes: 
 gcj-4.3 (4.3.0-3) unstable; urgency=low
 .
   * Update to SVN 20080420 from the gcc-4_3-branch.
   * Stop building on alpha, arm and hppa. Closes: #459560.
Checksums-Sha1: 
 a6d9a1aabbe1976653b98cd196aa3cf813345315 3229 gcj-4.3_4.3.0-3.dsc
 e144827069ba755360a5c8c36790311db64ff371 4124141 gcj-4.3_4.3.0-3.diff.gz
 5ba61a4b5ae0ca6a4f30ebb8ddbab9dd214fc237 10063486 libgcj9-jar_4.3.0-3_all.deb
 7c5921ac6c4fc4ac19e223a822d5a9e8f801362c 12378446 libgcj9-src_4.3.0-3_all.deb
 94536a0f8ac94525523971925875f141026623a9 44437116 libgcj-doc_4.3.0-3_all.deb
 9100741edbca25bdbcab88d001c81dc8f01ea4da 103548 gcj-4.3-base_4.3.0-3_amd64.deb
 aef8ff583a7339b91dc646ae0f8598e616a9e658 49406 gij-4.3_4.3.0-3_amd64.deb
 f05941644fbbb4c8357cb470ac95df725406e17b 12479446 libgcj9-0_4.3.0-3_amd64.deb
 cd95ee1a8231c6c31b3a41fb09120e8cca415179 82970 libgcj9-0-awt_4.3.0-3_amd64.deb
 f19d53ea9c4839e9881615375d7d4435d492a939 17606 
gappletviewer-4.3_4.3.0-3_amd64.deb
 c518d5b25c6cfd142b7b89daa5ebf418989d3d37 769128 libgcj9-dev_4.3.0-3_amd64.deb
 794cd17a972dabb6989a690b6c51e7df3231b393 13821334 libgcj9-dbg_4.3.0-3_amd64.deb
 ad8b73ba6992a088ccece6a47ce93ad38d0294ed 3529502 gcj-4.3_4.3.0-3_amd64.deb
Checksums-Sha256: 
 804a8be8279143d83573a801433572906cf3d105008845b5524ce78034c069bb 3229 
gcj-4.3_4.3.0-3.dsc
 30b25233f4776c7dc398afcfacd07800b570edadf4e917f9f8f4ce29df6aab36 4124141 
gcj-4.3_4.3.0-3.diff.gz
 edf9cd72ef5e41a3de7bc7a89bc47dcd4f39c6ae5ec1a2761124f0bce1fa18d9 10063486 
libgcj9-jar_4.3.0-3_all.deb
 38c0fe6965c2d6eb5fed461e57e7931f052a2a367849aeb1bdfdb53cd637e9c5 12378446 
libgcj9-src_4.3.0-3_all.deb
 f43296572162b392fdfb2c8b0307df7bc39a13f262e752beedd39fac29fac8f7 44437116 
libgcj-doc_4.3.0-3_all.deb
 5f2823b9704680068ac6be8dfe2c0b13a56b740455189b1557b55bf4ef562fc8 103548 
gcj-4.3-base_4.3.0-3_amd64.deb
 5ae297d2c6e61fe95e50d6adea9670d8fbfcc871bded26c613216233173f496b 49406 
gij-4.3_4.3.0-3_amd64.deb
 c630b356b6d83ce008d2a7027c95b37d81896d65a83d69e0ee477685bf8477f7 12479446 
libgcj9-0_4.3.0-3_amd64.deb
 80fbc6580d1a1fdcbe4e7eb98124c387be2a032f9b7a07e7d63db6ebb311cadd 82970 
libgcj9-0-awt_4.3.0-3_amd64.deb
 e9d39b36bf47457df7cfa1ad9f5853f23ab60b1fb9551d2c3d9e77c47271327a 17606 
gappletviewer-4.3_4.3.0-3_amd64.deb
 a6f7e1a08eb4069ff04b42119a29affe9b36d5b4e8bba74d0e9b227ca150192b 769128 
libgcj9-dev_4.3.0-3_amd64.deb
 04b9f4be0bfddfb2cd209eb270a9c9d0041cdc0eb75f46ca244baedc440e9e76 13821334 
libgcj9-dbg_4.3.0-3_amd64.deb
 f23b4a325eaf4209427239ffcbcbb59fb1a60f78ae3fbb1c277fdab2830b9730 3529502 
gcj-4.3_4.3.0-3_amd64.deb
Files: 
 c7132833ebbd2ada58f07157ce1a1dbf 3229 devel optional gcj-4.3_4.3.0-3.dsc
 47ec8692fb3a8a0e15b25a975d2a66a4 4124141 devel optional gcj-4.3_4.3.0-3.diff.gz
 ecf04ac1106c52117a820982ba001661 10063486 libs optional 
libgcj9-jar_4.3.0-3_all.deb
 a82789540684cab9313a9224d1b03ee6 12378446 libdevel optional 
libgcj9-src_4.3.0-3_all.deb
 d83683f2adc0ff060865465ecb53f0fd 44437116 doc optional 
libgcj-doc_4.3.0-3_all.deb
 904963997588011a7abb69de6a3b23b6 10

Bug#475971: This is caused by LDFLAGS being set in the environment (by dpkg-buildpacakge)

2008-04-20 Thread Adeodato Simó
After a bit of inspection, the root of this FTBFS seems to be
dpkg-buildpackage having set LDFLAGS in the environment (even to an
empty value, mind you).

The generated Makefiles set 'LDFLAGS = -z,defs', and as LDFLAGS was
previously in the environment, this new value is exported to processes
spawned from make.

Python's distutils honour LDFLAGS, and when building the python
extension passes -z,defs to the linker, and the build obviously bombs.

I guess the solution is to accept LDFLAGS is to be exported, and to make
the part that builds python be robust against that.

CCing -devel as a generic place so that reading it may save somebody
somewhere some work some day. ;)

Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself.  Therefore all
progress depends on the unreasonable man.
-- George Bernard Shaw





Bug#476806: AssertionError when archiving empty maildirs

2008-04-20 Thread Joey Hess
Nikolaus Schulz wrote:
> You are correct, the mailbox module has been rewritten in Python 2.5.
> They have put most of the new code into new classes, keeping the old
> classes around for backward compatiblity; but the Maildir class was
> rewritten, and the boolean value of an empty maildir has changed to
> False.  While this probably counts as a python bug, I don't know if it
> qualifies as serious.
> 
> BTW, this is not the only breakage I've seen due to the new Maildir
> class[2]. 

Do you plan a new release anytime soon, or should I just take these
patches?


-- 
see shy jo


signature.asc
Description: Digital signature


Processed: Merging vdr-plugin-xineliboutput bugs

2008-04-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 476501 serious
Bug#476501: New version of libxine1 makes the package uninstallable
Severity set to `serious' from `grave'

> severity 473434 serious
Bug#473434: vdr-plugin-xineliboutput: bad versioned dependency "libxine1 (<< 
1.1.12)"
Severity set to `serious' from `normal'

> merge 476501 477014 473434
Bug#473434: vdr-plugin-xineliboutput: bad versioned dependency "libxine1 (<< 
1.1.12)"
Bug#476501: New version of libxine1 makes the package uninstallable
Bug#477014: vdr-plugin-xineliboutput: FTBFS: Unsatisfiable build-dependency: 
libxine-dev(inst 1.1.12-1 ! << wanted 1.1.12)
Merged 473434 476501 477014.

> 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]



Processed: Re: Bug#470676: large input data can cause s/// segfault

2008-04-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> close 470676 5.10.0-1
Bug#470676: large input data can cause s/// segfault
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 5.10.0-1, send any further explanations to Joey 
Hess <[EMAIL PROTECTED]>

> tag 470676 etch
Bug#470676: large input data can cause s/// segfault
Tags were: security
Tags added: etch

> 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#470676: large input data can cause s/// segfault

2008-04-20 Thread Niko Tyni
close 470676 5.10.0-1
tag 470676 etch
thanks

On Thu, Mar 13, 2008 at 02:34:48PM +0200, Niko Tyni wrote:

> These both look like #466298: the stack blows because the regexp engine
> is recursive in the 5.8 series. From the 5.10.0 changelog:
> 
> [ 27598] By: davem on 2006/03/24  23:05:11
> Log: make S_regmatch() iterative rather than recursive.
>  Goodbye stack-bustng regexes!
>  Branch: perl
>! regexec.c
> 
> Indeed, the examples given don't crash on 5.10.0, and growing RLIMIT_STACK
> (eg. 'ulimit -s unlimited') makes them go away on 5.8.8.

Core dumps confirm this, so I'm closing this at 5.10.0-1
(fixed-in-experimental until the release team says the word).

Joey Hess wrote:

> I've filed this bug at severity serious, as since the crash is based on
> the input data, it could potentially be used in a denial of service
> attack.

I don't really think this should be fixed for Etch, the change is too
invasive for that. Other opinions are of course welcome; CCing the
security team.

FWIW, the change is not going to be ported to the maint-5.8 branch
upstream (see http://rt.perl.org/rt3/Public/Bug/Display.html?id=40654)
and the bleadperl change doesn't apply cleanly against 5.8.8 (13 out of
47 hunks FAILED), so porting it would not be a trivial task.

The patch can be found for example at

 http://www.nntp.perl.org/group/perl.perl5.changes/2006/03/msg15410.html

 regexec.c |  654 +++---
 1 file changed, 502 insertions(+), 152 deletions(-)

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]



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



Bug#477035: Patch to fix 477035

2008-04-20 Thread Oleksandr Moskalenko
* Kumar Appaiah <[EMAIL PROTECTED]> [2008-04-20 22:50:13 +0530]:

> tags 477035 + patch
> thanks
> 
> Hi!
> 
> Please find attached a patch to fix this bug. I think it adds the so
> link, but please double check.
> 
> Thanks.
> 
> Kumar
> -- 
> Kumar Appaiah,
> 458, Jamuna Hostel,
> Indian Institute of Technology Madras,
> Chennai - 600 036

Hello Kumar,

I just noticed your patch after uploading a new package. Thank you for your
contribution.

Best wishes,

Alex.


signature.asc
Description: Digital signature


Bug#477072: mysql-server-5.0: Arbitrary data input plus GIS functions causes mysql server crash

2008-04-20 Thread tabris
Package: mysql-server-5.0
Version: 5.0.51-3
Severity: grave
Justification: causes non-serious data loss


Given two data files, country.sql (~800 rows) and
mysql-crash.sql (a new table and a data conversion of the data in
country.sql).

Result is a mysql server crash that results in loss of a)
persistent database connections b) data in memory tables c) temporary
tables.

I won't claim that the data conversion is valid, but it
certainly shouldn't crash the mysql  server.

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

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages mysql-server-5.0 depends on:
ii  adduser3.105 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.19Debian configuration management sy
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libdbi-perl1.602-1   Perl5 database interface by Tim Bu
ii  libgcc11:4.3-20080202-1  GCC support library
ii  libmysqlclient15off5.0.51-3  MySQL database client library
ii  libncurses55.6+20080203-1Shared libraries for terminal hand
ii  libreadline5   5.2-3 GNU readline and history libraries
ii  libstdc++6 4.3-20080202-1The GNU Standard C++ Library v3
ii  libwrap0   7.6.dbs-14Wietse Venema's TCP wrappers libra
ii  lsb-base   3.1-24Linux Standard Base 3.1 init scrip
ii  mysql-client-5.0   5.0.51-3  MySQL database client binaries
ii  mysql-common   5.0.51-3  MySQL database common files
ii  passwd 1:4.1.0-2 change and administer password and
ii  perl   5.8.8-12  Larry Wall's Practical Extraction 
ii  psmisc 22.6-1Utilities that use the proc filesy
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

Versions of packages mysql-server-5.0 recommends:
ii  bsd-mailx [mailx]  8.1.2-0.20071201cvs-2 A simple mail user agent
ii  mailx  1:20071201-2  Transitional package for mailx ren

-- debconf information:
  mysql-server-5.0/really_downgrade: false
  mysql-server-5.0/start_on_boot: true
  mysql-server-5.0/nis_warning:
  mysql-server-5.0/postrm_remove_databases: false
  mysql-server-5.0/need_sarge_compat: false
  mysql-server/error_setting_password:
  mysql-server-5.0/need_sarge_compat_done: true
-- MySQL dump 10.11
--
-- Host: localhostDatabase: svsdev
-- --
-- Server version   5.0.51-3

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 
*/;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `country`
--

DROP TABLE IF EXISTS `country`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `country` (
  `low` int(10) unsigned NOT NULL default '0',
  `high` int(10) unsigned NOT NULL default '0',
  `country` char(2) NOT NULL default '-',
  PRIMARY KEY  (`low`,`high`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;

--
-- Dumping data for table `country`
--

LOCK TABLES `country` WRITE;
/*!4 ALTER TABLE `country` DISABLE KEYS */;
INSERT INTO `country` VALUES 
(1432264704,1432272896,'ad'),(1538998272,1539006464,'ad'),(3262479282,3262479282,'ad'),(3265150976,3265159168,'ad'),(3278943684,3278943684,'ad'),(3278943735,3278943735,'ad'),(1040983568,1040983576,'ae'),(1049759984,104976,'ae'),(1049764448,1049764464,'ae'),(1049766512,1049766528,'ae'),(1049767936,1049767952,'ae'),(1049768768,1049768800,'ae'),(1049769120,1049769152,'ae'),(1049770112,1049770128,'ae'),(1049772896,1049772928,'ae'),(1049775088,1049775104,'ae'),(1049776448,1049776480,'ae'),(1049778336,1049778352,'ae'),(1049779136,1049779168,'ae'),(1049782304,1049782336,'ae'),(1049783744,1049783760,'ae'),(1049817288,1049817296,'ae'),(1307898048,1307898080,'ae'),(1307898576,1307898592,'ae'),(1315897344,1315901440,'ae'),(1317113856,1317114112,'ae'),(1331853312,1331855360,'ae'),(1347979752,1347979760,'ae'),(1347982208,1347982224,'ae'),(1350215784,1350215788,'ae'),(1350217348,1350217352,'ae'),(1350217408,1350217424,'ae'),(1350217696,1350217712,'ae'),(135
 
4674944,1354675200,'ae'),(1354676480

Bug#454792: double free and segfault on utf8 containing regexes

2008-04-20 Thread Niko Tyni
severity 454792 important
tag 454792 - security
thanks

On Mon, Apr 07, 2008 at 09:46:26PM +0300, Niko Tyni wrote:
> > On Fri, Dec 07, 2007 at 02:03:25PM -0800, Don Armstrong wrote:
> > > Package: perl
> > > Severity: serious
> > > Version: 5.8.8-7etch1
> > > Tags: security
> > > 
> > > A trivial program containing a regex with UTF8 characters causes a
> > > double free error and segfault:
> > 
> > > *** glibc detected *** debugperl: double free or corruption (!prev): 
> > > 0x081e20e0 ***

> > > I've set the severity to serious and tagged with security as there is
> > > (apparently) a possibility that this could result in execution of
> > > arbitrary code. [I don't have any proof of concept for this or a CVE
> > > though, so feel free to detag and lower severity.]
> 
> I'm unsure about the security implications. Will ask for opinions on p5p.
> Cc'ing the security team to get them in the loop.

No response from either in two weeks, so it seems that nobody is
particularly concerned. Detagging and lowering the severity as suggested.
If anybody disagrees, please speak up and undo the control part.

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]



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



Processed: Re: Bug#454792: double free and segfault on utf8 containing regexes

2008-04-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 454792 important
Bug#454792: double free and segfault on utf8 containing regexes
Bug#378813: utf8-related crash
Severity set to `important' from `serious'

> tag 454792 - security
Bug#454792: double free and segfault on utf8 containing regexes
Tags were: etch security patch
Bug#378813: utf8-related crash
Tags removed: security

> 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]



Processed: 477020

2008-04-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 477020 important
Bug#477020: nuapplet: FTBFS: CMake Error: Can't find gnutls library 
developpement files!
Severity set to `important' from `serious'

> 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#477075: hgsvn: doesn't run (pkg_resources.DistributionNotFound: elementtree)

2008-04-20 Thread Christian Ohm
Package: hgsvn
Version: 0.1.5-2
Severity: grave
Justification: renders package unusable

Hello,

since a few days hgpullsvn (and hgimportsvn) just stops with the
following error message:

Traceback (most recent call last):
  File "/usr/bin/hgpullsvn", line 5, in 
from pkg_resources import load_entry_point
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2561, in 

working_set.require(__requires__)
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 626, in require
needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 524, in resolve
raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: elementtree

I guess it started when the default python was switched to 2.5, but I'm
not really sure.

Best regards,
Christian Ohm

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

Kernel: Linux 2.6.22.12-ck1-2 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages hgsvn depends on:
ii  mercurial   1.0-4Scalable distributed version contr
ii  python  2.5.2-1  An interactive high-level object-o
ii  python-elementtree  1.2.6-11 Light-weight toolkit for XML proce
ii  python-setuptools   0.6c8-3  Python Distutils Enhancements
ii  python-support  0.7.7automated rebuilding support for P
ii  subversion  1.4.6dfsg1-3 Advanced version control system

hgsvn recommends no packages.

-- no debconf information



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



Bug#475926: marked as done (laptop-mode-tools: When /proc/acpi/battery is not present and auto hibernate is on, system hibernates on boot)

2008-04-20 Thread Debian Bug Tracking System

Your message dated Sun, 20 Apr 2008 19:02:02 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#475926: fixed in laptop-mode-tools 1.40-1
has caused the Debian Bug report #475926,
regarding laptop-mode-tools: When /proc/acpi/battery is not present and auto 
hibernate is on, system hibernates on boot
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
475926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475926
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: laptop-mode-tools
Severity: critical
Justification: breaks the whole system

New kernels (2.6.24+) have deprecated /proc/acpi/battery. When this is
not present, and auto-hibernate on low battery is on, the following
happens on boot:

1. the laptop-mode init script runs
2. it tries to cat /proc/acpi/battery/*/info
3. such files do not exist
4. laptop-mode decides this means it's time to hibernate

Currently my hibernate doesn't work for other reasons, which means this
results in a totally unbootable system.

I booted into another kernel and turned off auto-hibernate, and the
problem was fixed.

I guess there is two things to change about the hibernate checking do to
fix this:

1. Look for the new files in /sys first
2. If they're not there, look in /proc, and if they're not there, do
   nothing

I can probably work up a patch for this in the next day or so.

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

Kernel: Linux 2.6.24.4-vs2.2.0.5.0.7.080408
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


--- End Message ---
--- Begin Message ---
Source: laptop-mode-tools
Source-Version: 1.40-1

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

laptop-mode-tools_1.40-1.diff.gz
  to pool/main/l/laptop-mode-tools/laptop-mode-tools_1.40-1.diff.gz
laptop-mode-tools_1.40-1.dsc
  to pool/main/l/laptop-mode-tools/laptop-mode-tools_1.40-1.dsc
laptop-mode-tools_1.40-1_all.deb
  to pool/main/l/laptop-mode-tools/laptop-mode-tools_1.40-1_all.deb
laptop-mode-tools_1.40.orig.tar.gz
  to pool/main/l/laptop-mode-tools/laptop-mode-tools_1.40.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.
Bart Samwel <[EMAIL PROTECTED]> (supplier of updated laptop-mode-tools 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.8
Date: Tue, 15 Apr 2008 18:35:00 +0200
Source: laptop-mode-tools
Binary: laptop-mode-tools
Architecture: source all
Version: 1.40-1
Distribution: unstable
Urgency: high
Maintainer: Bart Samwel <[EMAIL PROTECTED]>
Changed-By: Bart Samwel <[EMAIL PROTECTED]>
Description: 
 laptop-mode-tools - Scripts to spin down hard drive and save power
Closes: 475304 475407 475926
Changes: 
 laptop-mode-tools (1.40-1) unstable; urgency=high
 .
   * Upgrade standards version to 3.7.3.
   * Add hal to recommends due to upstream changes.
   * New upstream version 1.40:
 * Add support for getting lid button state from HAL instead of from
   /proc/acpi.
 * Support /sys/class/power_supply interface to determine battery levels.
   Closes: #475926
 * Add generic support for config file swapping. Closes: #475304
 * Add module for iwlwifi power management. Closes: #475407
 * Fully modularized configuration.
Checksums-Sha1: 
 32457f5937ea663995a5a0d761809c7b771ae1e6 1002 laptop-mode-tools_1.40-1.dsc
 eed809fae69087e39bb2225cb4d44a6e254e95e6 74394 
laptop-mode-tools_1.40.orig.tar.gz
 e5933cbae6e1c3a0b0f5dab8d2906aab2ee3929e 7903 laptop-mode-tools_1.40-1.diff.gz
 730e8ce0008af008f88dc9d007e79de5b90c6e15 76616 laptop-mode-tools_1.40-1_all.deb
Checksums-Sha256: 
 e85653668971a01cad4ba823164f4901951d453a3658211435b92a6c41c1502e 1002 
laptop-mode-tools_1.40-1.dsc
 e272c70ab92d38f284fef08d38426882505a1cc5bb5becf39b11b23da210e369 74394 
laptop-mode-tools_1.40.orig.tar.gz
 a6ba0e6323fddada7eb2ea8142060ecf6833e804c46921f9c5662ccc1d30a4eb 7903 
laptop-mode-tools_1.40-1.diff.gz
 1f5e5debc0196798d43d311378bbe6fe2bdb59bf5b1bd1aa2654

Bug#477035: Patch to fix 477035

2008-04-20 Thread Thomas Viehmann

Kumar Appaiah wrote:

Please find attached a patch to fix this bug. I think it adds the so
link, but please double check.
Uh. I missed that when changing the installation order. That mixes well with 
rushing people to upload substandard patches...

Sorry, Alex!

Thanks Kumar for correcting me on this.

Kind regards

T.



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



Processed: tagging 476994

2008-04-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.25
> tags 476994 + pending
Bug#476994: gaia: FTBFS: lib/wwfetch/wwfetch_http.c:99:104: error: macro 
"curl_easy_setopt" passed 4 arguments, but takes just 3
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#477012: marked as done (hedgewars: FTBFS: make: *** [configure-stamp] Error 255)

2008-04-20 Thread Debian Bug Tracking System

Your message dated Sun, 20 Apr 2008 19:32:25 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#477012: fixed in hedgewars 0.9.2-2
has caused the Debian Bug report #477012,
regarding hedgewars: FTBFS: make: *** [configure-stamp] Error 255
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
477012: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477012
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: hedgewars
Version: 0.9.2-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> rm -fr build *-stamp
> dh_clean
>  dpkg-source -b hedgewars-0.9.2
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building hedgewars using existing 
> hedgewars_0.9.2.orig.tar.gz
> dpkg-source: info: building hedgewars in hedgewars_0.9.2-1.diff.gz
> dpkg-source: info: building hedgewars in hedgewars_0.9.2-1.dsc
>  debian/rules build
> mkdir build
> tar xjf *.tar.bz2 -C build
> name_top=`ls build`; \
>   mv build/$name_top/* build; \
>   rmdir build/$name_top
> touch unpack-stamp
> dh_testdir
> cd build && \
>   cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/hedgewars \
>   -DDATA_INSTALL_DIR=/usr/share/games .
> -- Check for working C compiler: /usr/bin/gcc
> -- Check for working C compiler: /usr/bin/gcc -- works
> -- Check size of void*
> -- Check size of void* - done
> -- Check for working CXX compiler: /usr/bin/c++
> -- Check for working CXX compiler: /usr/bin/c++ -- works
> -- Looking for Q_WS_X11
> -- Looking for Q_WS_X11 - found
> -- Looking for Q_WS_WIN
> -- Looking for Q_WS_WIN - not found.
> -- Looking for Q_WS_QWS
> -- Looking for Q_WS_QWS - not found.
> -- Looking for Q_WS_MAC
> -- Looking for Q_WS_MAC - not found.
> -- Found Qt-Version 4.4.0-rc1
> -- Looking for _POSIX_TIMERS
> -- Looking for _POSIX_TIMERS - found
> -- Looking for pthread.h
> -- Looking for pthread.h - found
> -- Looking for pthread_create in pthreads
> -- Looking for pthread_create in pthreads - not found
> -- Looking for pthread_create in pthread
> -- Looking for pthread_create in pthread - found
> CMake Error: This project requires some variables to be set,
> and cmake can not find them.
> Please set the following variables:
> QT_FONTCONFIG_LIBRARY (ADVANCED)
> QT_X11_ICE_LIBRARY (ADVANCED)
> QT_X11_SM_LIBRARY (ADVANCED)
> QT_XI_LIBRARY (ADVANCED)
> QT_XRANDR_LIBRARY (ADVANCED)
> QT_XRENDER_LIBRARY (ADVANCED)
> 
> -- Configuring done
> make: *** [configure-stamp] Error 255

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/19

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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 ---
--- Begin Message ---
Source: hedgewars
Source-Version: 0.9.2-2

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

hedgewars-data_0.9.2-2_all.deb
  to pool/main/h/hedgewars/hedgewars-data_0.9.2-2_all.deb
hedgewars_0.9.2-2.diff.gz
  to pool/main/h/hedgewars/hedgewars_0.9.2-2.diff.gz
hedgewars_0.9.2-2.dsc
  to pool/main/h/hedgewars/hedgewars_0.9.2-2.dsc
hedgewars_0.9.2-2_i386.deb
  to pool/main/h/hedgewars/hedgewars_0.9.2-2_i386.deb



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

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

Debian distribution maintenance software
pp.
Dmitry E. Oboukhov <[EMAIL PROTECTED]> (supplier of updated hedgewars package)

(This message was generated automatically at their request; if you
believe that there is a problem w

Bug#475971: This is caused by LDFLAGS being set in the environment (by dpkg-buildpacakge)

2008-04-20 Thread Bernd Zeimetz
Adeodato Simó wrote:
> After a bit of inspection, the root of this FTBFS seems to be
> dpkg-buildpackage having set LDFLAGS in the environment (even to an
> empty value, mind you).

Two of my packages were affected by this uglyness, too.
If you use LDFLAGS as _make_ variable to build up the linker flags you
need, for some reason this _make_ variable is now exported into the
environment, resulting in this weirdness.
I'm not sure where the sense behind all this is - I prety much know when
I want to have such flags in the environment or not, there's no need
that dpkg helps me with that.
For one package I used unset on all this environment nonsense in the
build target, for one LDFLAGS was renamed to LINKER_FLAGS. I'm pretty
much annoyed that those hacks are necesary at all.

Just another, untested change in dpkg which resulted in a lot of
unnecessary FTBFSs.

-- 
 Bernd Zeimetz   Debian GNU/Linux Developer
 GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79




Bug#477060: texlive-base: license of amslatex is unclear

2008-04-20 Thread Frank Küster
Frank Küster <[EMAIL PROTECTED]> wrote:

> I'll
> try to gather all the information about this particular package and
> forward the messages individually, as soon as I get a bug number.

Here's the first:

From: Frank Küster <[EMAIL PROTECTED]>
Subject: Unclear License of AMSLaTeX
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED], TeXLive <[EMAIL PROTECTED]>
Date: Thu, 27 Apr 2006 19:32:54 +0200

Dear AMSLaTeX team,

I'm a little confused with regard to the license of amslatex.  On CTAN
and in the TeX Catalogue, the license information says that it is
licensed under the LPPL (LaTeX Project Public License).  However,
neither on amslatex' homepage, http://www.ams.org/tex/amslatex.html, nor
in the files on CTAN is a hint that this is actually true.

On the contrary, one of the files in the amsrefs subdirectory,
pcatcode.dtx, says that it's licensed under the Artistic license (which
is pretty unspecific, there are many versions around), and most other
files contain a statement like this:

%%% copyright   = "Copyright 1995 American Mathematical Society,
%%%all rights reserved.  Copying of this file is
%%%authorized only if either:
%%%(1) you make absolutely no changes to your copy,
%%%including name; OR
%%%(2) if you do make changes, you first rename it
%%%to some other name.",

This is clearly not what the LPPL grants and requires, not even older
versions:

- it does not permit to distribute changed versions, even when renamed, 

- the current LPPL allows to change the internal identification as an
  alternative to renaming the file, and

- this text doesn't even allow to copy amsclass.dtx to amsclass.dtx.bak

I am sure this is not what was originally intended.  Therefore I'd like
to kindly request that you clarify the license situation, communicate
this to distributors, and include the information in the next release.
In my opinion, the LPPL is indeed a good choice for a LaTeX extension,
and I'd be glad to see amslatex unambiguously LPPL'ed.

Anyway, many thanks for providing and maintaining this great LaTeX
extension! 

Kind regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX)







-- 
Frank Küster
Debian Developer (teTeX/TeXLive)




Bug#475971: This is caused by LDFLAGS being set in the environment (by dpkg-buildpacakge)

2008-04-20 Thread Adeodato Simó
* Bernd Zeimetz [Sun, 20 Apr 2008 22:03:54 +0200]:

> Adeodato Simó wrote:
> > After a bit of inspection, the root of this FTBFS seems to be
> > dpkg-buildpackage having set LDFLAGS in the environment (even to an
> > empty value, mind you).

> If you use LDFLAGS as _make_ variable to build up the linker flags you
> need, for some reason this _make_ variable is now exported into the
> environment

Because it was *previously* in the environment, and make just changes
its value.

Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
As scarce as truth is, the supply has always been in excess of the demand.
-- Josh Billings





Bug#476789: [Debian-olpc-devel] Bug#476789: sugar: fails to find icon system-search

2008-04-20 Thread Shaun Jackman
Success! Sugar depends on librsvg2-common for its `gdk-pixbuf loader
and a GTK+ engine, allowing to load SVG images transparently inside
GTK+ applications'.

Why does sugar only recommend sugar-artwork? It seems to be rather
dependent on it.

Cheers,
Shaun

On Sat, Apr 19, 2008 at 1:21 PM, Jonas Smedegaard <[EMAIL PROTECTED]> wrote:
> On Sat, Apr 19, 2008 at 12:12:02PM -0700, Shaun Jackman wrote:
>  >I do have sugar-artwork 0.79.2-1 installed. If you scroll down to the
>  >bottom of the bug report, you can see the versions of all the
>  >dependencies that I have installed: http://bugs.debian.org/476789
>
>  Ah, yes. Sorry - I was responding too fast.
>
>  Afterwards I even tried removing sugar-artwork in an attempt at
>  provoking that same error, but couldn't.
>
>  I will try harder...



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



  1   2   3   >