Package: gambas2
Version: 2.6-1
Severity: serious
Tags: patch

Hello, gambas2 fails to build on mipsel with the following error:

-8<-
=== configuring in main (/build/buildd/gambas2-2.6/main)
configure: running /bin/sh ./configure '--prefix=/usr'  
'--host=mipsel-linux-gnu' '--build=mipsel-linux-gnu' 
'--with-sdl-includes=/usr/include/SDL/' '--with-sdl-libraries=/usr/lib/' 
'--with-libxml-includes=/usr/include/libxml2' 
'--with-xslt-includes=/usr/include/libxslt' '--disable-corba' 
'build_alias=mipsel-linux-gnu' 'host_alias=mipsel-linux-gnu' 
--cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
configure: error: `LDFLAGS' was set to `' in the previous run
configure: error: `CPPFLAGS' was set to `' in the previous run
configure: error: `CXXFLAGS' was set to `-g -O2' in the previous run
configure: error: `FFLAGS' was set to `-g -O2' in the previous run
configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm ../config.cache' and start 
over
configure: error: ./configure failed for main
make: *** [config.status] Error 1
->8-

This happens because mipsel uses sudo and not fakeroot for the binary-*
targets. Unlike fakeroot, sudo does not preserve environment variables.

However, the real problem is that ./configure is re-run in binary-arch.
And, if I'm not mistaken, the reason for this is that "configure" is
included in .PHONY.

Could you rebuild with configure dropped from .PHONY, and if that makes
./configure not to be run on binary-arch, make an upload? We need this
for the poppler transition.

Thanks,

-- 
Adeodato Simó                                     dato at net.com.org.es
Debian Developer                                  adeodato at debian.org
 
                        Listening to: Van Morrison - Boffyflow and Spike




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

Reply via email to