Bug#458881: gfpoken: FTBFS: configure: error: Cannot build without Gdk-Imlib

2008-01-09 Thread Bas Wijnen
reassign 458881 imlib-base
retitle 458881 imlib-config: Fails to set include dir for --cflags-gdk
thanks

On Thu, Jan 03, 2008 at 02:31:13PM +0100, Lucas Nussbaum wrote:
 On 03/01/08 at 14:04 +0100, Bas Wijnen wrote:
  Thanks for reporting this.  However, I don't understand what's wrong.  I
  hope you have some of the logs from the build process, or can regenerate
  them (in particular config.log).
 
 Sure, here is config.log, generated in a clean sid amd64 chroot.

Thanks.

 configure:3847: checking for IMLIB - version = 1.8.2
 configure:3919: gcc -o conftest -g -O2conftest.c  -L/usr/lib -lgdk_imlib 
 5
 In file included from /usr/include/gdk_imlib.h:5,
  from conftest.c:13:
 /usr/include/gdk_imlib_types.h:1:21: error: gdk/gdk.h: No such file or 
 directory

This seems to be the problem.  The file is in
/usr/include/gtk-1.2/gdk/gdk.h, so the option -I/usr/include/gtk-1.2 is
needed for it to be found as gdk/gdk.h.  That option used to be given by
imlib-config --cflags-gdk, as part of `gtk-config --cflags`, but it
isn't anymore.  That is fine for normal programs (assuming the idea is
that programs should specify it themselves if they need it, although
that doesn't seem sensible since imlib-gdk cannot be used without gdk),
but then /usr/share/aclocal/imlib.m4 should pass it itself.

I'm reassigning this bug to imlib-base, which contains imlib-config and
/usr/share/aclocal/imlib.m4.

Thanks,
Bas

-- 
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
   in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://pcbcn10.phys.rug.nl/e-mail.html


signature.asc
Description: Digital signature


Processed: Re: Bug#458881: gfpoken: FTBFS: configure: error: Cannot build without Gdk-Imlib

2008-01-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 458881 imlib-base
Bug#458881: gfpoken: FTBFS: configure: error: Cannot build without Gdk-Imlib
Bug reassigned from package `gfpoken' to `imlib-base'.

 retitle 458881 imlib-config: Fails to set include dir for --cflags-gdk
Bug#458881: gfpoken: FTBFS: configure: error: Cannot build without Gdk-Imlib
Changed Bug title to `imlib-config: Fails to set include dir for --cflags-gdk' 
from `gfpoken: FTBFS: configure: error: Cannot build without Gdk-Imlib'.

 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#458881: gfpoken: FTBFS: configure: error: Cannot build without Gdk-Imlib

2008-01-03 Thread Lucas Nussbaum
Package: gfpoken
version: 0.30-5
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080103 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:

  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 style of include used by make... GNU
  checking dependency style of gcc... gcc3
  checking whether gcc and cc understand -c and -o together... yes
  checking for gtk-config... /usr/bin/gtk-config
  checking for GTK - version = 1.2.0... yes
  checking for imlib-config... /usr/bin/imlib-config
  checking for IMLIB - version = 1.8.2... no
  *** Could not run IMLIB test program, checking why...
  *** The test program failed to compile or link. See the file config.log for 
  the
  *** exact error that occured. This usually means IMLIB was incorrectly 
  installed
  *** or that you have moved IMLIB since it was installed. In the latter case, 
  you
  *** may want to edit the imlib-config script: /usr/bin/imlib-config
  configure: error: Cannot build without Gdk-Imlib
  make: *** [build-stamp] Error 1
  dpkg-buildpackage: failure: debian/rules build gave error exit status 2

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

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
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#458881: gfpoken: FTBFS: configure: error: Cannot build without Gdk-Imlib

2008-01-03 Thread Bas Wijnen
Hi,

Thanks for reporting this.  However, I don't understand what's wrong.  I
hope you have some of the logs from the build process, or can regenerate
them (in particular config.log).

On Thu, Jan 03, 2008 at 01:11:22PM +0100, Lucas Nussbaum wrote:
   checking for imlib-config... /usr/bin/imlib-config
   checking for IMLIB - version = 1.8.2... no
   *** Could not run IMLIB test program, checking why...
   *** The test program failed to compile or link. See the file config.log 
 for the
   *** exact error that occured. This usually means IMLIB was incorrectly 
 installed
   *** or that you have moved IMLIB since it was installed. In the latter 
 case, you
   *** may want to edit the imlib-config script: /usr/bin/imlib-config
   configure: error: Cannot build without Gdk-Imlib

Perhaps the bug is in gdk-imlib?  I know there are plans to remove it
from the archive, but that shouldn't mean it doesn't work at all, right?

Looking at /usr/share/aclocal/imlib.m4, I don't see what can be wrong.
The build log shows that gdk-imlib11-dev version 1.9.15 is installed,
and that's the same I have here (on ia-32).

Thanks for your help,
Bas Wijnen

-- 
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
   in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://pcbcn10.phys.rug.nl/e-mail.html


signature.asc
Description: Digital signature


Bug#458881: gfpoken: FTBFS: configure: error: Cannot build without Gdk-Imlib

2008-01-03 Thread Lucas Nussbaum
On 03/01/08 at 14:04 +0100, Bas Wijnen wrote:
 Hi,
 
 Thanks for reporting this.  However, I don't understand what's wrong.  I
 hope you have some of the logs from the build process, or can regenerate
 them (in particular config.log).
 
 On Thu, Jan 03, 2008 at 01:11:22PM +0100, Lucas Nussbaum wrote:
checking for imlib-config... /usr/bin/imlib-config
checking for IMLIB - version = 1.8.2... no
*** Could not run IMLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log 
  for the
*** exact error that occured. This usually means IMLIB was incorrectly 
  installed
*** or that you have moved IMLIB since it was installed. In the latter 
  case, you
*** may want to edit the imlib-config script: /usr/bin/imlib-config
configure: error: Cannot build without Gdk-Imlib
 
 Perhaps the bug is in gdk-imlib?  I know there are plans to remove it
 from the archive, but that shouldn't mean it doesn't work at all, right?

Sure, here is config.log, generated in a clean sid amd64 chroot.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by gfpoken configure 0.30, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --prefix=/usr --mandir=/usr/share/man --bindir=/usr/games 
--build x86_64-linux-gnu

## - ##
## Platform. ##
## - ##

hostname = sol-5.sophia.grid5000.fr
uname -m = x86_64
uname -r = 2.6.18-3-amd64
uname -s = Linux
uname -v = #1 SMP Sun Dec 10 19:57:44 CET 2006

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch  = unknown
/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo  = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11


## --- ##
## Core tests. ##
## --- ##

configure:1788: checking for a BSD-compatible install
configure:1844: result: /usr/bin/install -c
configure:1855: checking whether build environment is sane
configure:1898: result: yes
configure:1926: checking for a thread-safe mkdir -p
configure:1965: result: /bin/mkdir -p
configure:1978: checking for gawk
configure:2008: result: no
configure:1978: checking for mawk
configure:1994: found /usr/bin/mawk
configure:2005: result: mawk
configure:2016: checking whether make sets $(MAKE)
configure:2037: result: yes
configure:2274: checking for gcc
configure:2290: found /usr/bin/gcc
configure:2301: result: gcc
configure:2539: checking for C compiler version
configure:2546: gcc --version 5
gcc (GCC) 4.2.3 20071123 (prerelease) (Debian 4.2.2-4)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2549: $? = 0
configure:2556: gcc -v 5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v 
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr 
--enable-shared --with-system-zlib --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix --enable-nls 
--with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 
--enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr 
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu 
--target=x86_64-linux-gnu
Thread model: posix
gcc version 4.2.3 20071123 (prerelease) (Debian 4.2.2-4)
configure:2559: $? = 0
configure:2566: gcc -V 5
gcc: '-V' option must have argument
configure:2569: $? = 1
configure:2592: checking for C compiler default output file name
configure:2619: gccconftest.c  5
configure:2622: $? = 0
configure:2660: result: a.out
configure:2677: checking whether the C compiler works
configure:2687: ./a.out
configure:2690: $? = 0
configure:2707: result: yes
configure:2714: checking whether we are cross compiling
configure:2716: result: no
configure:2719: checking for suffix of executables
configure:2726: gcc -o conftestconftest.c  5
configure:2729: $? = 0
configure:2753: result: 
configure:2759: checking for suffix of object files
configure:2785: gcc -c   conftest.c 5
configure:2788: $? = 0
configure:2811: result: o
configure:2815: checking whether we are using the GNU C compiler
configure:2844: gcc -c   conftest.c 5
configure:2850: $? = 0
configure:2867: result: yes
configure:2872: checking whether gcc accepts -g
configure:2902: gcc -c -g  conftest.c 5
configure:2908: $? = 0
configure:3007: result: yes
configure:3024: checking for gcc option to accept ISO C89
configure:3098: gcc  -c -g -O2  conftest.c 5
configure:3104: $? = 0
configure:3127: result: none needed