hi, On Tue, Apr 8, 2008 at 5:55 AM, Lucas Nussbaum <[EMAIL PROTECTED]> wrote: > During a rebuild of all packages in sid, your package failed to build on > i386.
> Relevant part: > > /usr/bin/fakeroot debian/rules clean > > dh_testdir > > # Add here commands to configure the package. > > ./configure --prefix=/build/user/yaskkserv-0.3.8/debian/yaskkserv/usr > CFLAGS="" LDFLAGS="-Wl,-z,defs" > > GNU Make (make) > > Use of uninitialized value in numeric ge (>=) at ./configure line 30. > > !!! Fatal : G++ is too old. You need version 3.3 or newer. > > Died at ./configure line 313. > > make: *** [Makefile.config] Error 9 This package has an original configure script written in perl which checks gcc's version strings. And it changes from: -- $ g++-4.2 --version g++-4.2 (GCC) 4.2.3 (Debian 4.2.3-3) -- to: -- $ g++-4.3 --version g++-4.3 (Debian 4.3.0-3) 4.3.1 20080401 (prerelease) -- Now "(GCC) ?.?.?" is searched, I will consider better match strings later. regards, -- KURASHIKI Satoru -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]