Your message dated Mon, 14 Dec 2009 12:41:37 +0100
with message-id <[email protected]>
and subject line Re: Bug#560576: ibm-3270: FTBFS: configure: error: 'Cannot 
find xmkmf'
has caused the Debian Bug report #560576,
regarding ibm-3270: FTBFS: configure: error: 'Cannot find xmkmf'
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.)


-- 
560576: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560576
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ibm-3270
Version: 3.3.4p6-3.2
Severity: serious
User: [email protected]
Usertags: qa-ftbfs-20091210 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> make[1]: Entering directory 
> `/build/user-ibm-3270_3.3.4p6-3.2-amd64-M7LJwT/ibm-3270-3.3.4p6/pr3287'
> x86_64-linux-gnu-gcc -Wall -g -O2 -DPR3287=1 -D_BSD_SOURCE -D_POSIX_SOURCE 
> -D_XOPEN_SOURCE   -DHAVE_LIBSSL -DLIBX3270DIR=\"/etc/x3270\"   -c -o pr3287.o 
> pr3287.c
> x86_64-linux-gnu-gcc -Wall -g -O2 -DPR3287=1 -D_BSD_SOURCE -D_POSIX_SOURCE 
> -D_XOPEN_SOURCE   -DHAVE_LIBSSL -DLIBX3270DIR=\"/etc/x3270\"   -c -o ctlr.o 
> ctlr.c
> x86_64-linux-gnu-gcc -Wall -g -O2 -DPR3287=1 -D_BSD_SOURCE -D_POSIX_SOURCE 
> -D_XOPEN_SOURCE   -DHAVE_LIBSSL -DLIBX3270DIR=\"/etc/x3270\"   -c -o 
> trace_ds.o trace_ds.c
> x86_64-linux-gnu-gcc -Wall -g -O2 -DPR3287=1 -D_BSD_SOURCE -D_POSIX_SOURCE 
> -D_XOPEN_SOURCE   -DHAVE_LIBSSL -DLIBX3270DIR=\"/etc/x3270\"   -c -o tables.o 
> tables.c
> x86_64-linux-gnu-gcc -Wall -g -O2 -DPR3287=1 -D_BSD_SOURCE -D_POSIX_SOURCE 
> -D_XOPEN_SOURCE   -DHAVE_LIBSSL -DLIBX3270DIR=\"/etc/x3270\"   -c -o telnet.o 
> telnet.c
> telnet.c: In function 'telnet_fsm':
> telnet.c:737: warning: the address of 'try_lu' will always evaluate as 'true'
> x86_64-linux-gnu-gcc -Wall -g -O2 -DPR3287=1 -D_BSD_SOURCE -D_POSIX_SOURCE 
> -D_XOPEN_SOURCE   -DHAVE_LIBSSL -DLIBX3270DIR=\"/etc/x3270\"   -c -o sf.o sf.c
> x86_64-linux-gnu-gcc -Wall -g -O2 -DPR3287=1 -D_BSD_SOURCE -D_POSIX_SOURCE 
> -D_XOPEN_SOURCE   -DHAVE_LIBSSL -DLIBX3270DIR=\"/etc/x3270\"   -c -o 
> charset.o charset.c
> x86_64-linux-gnu-gcc -Wall -g -O2 -DPR3287=1 -D_BSD_SOURCE -D_POSIX_SOURCE 
> -D_XOPEN_SOURCE   -DHAVE_LIBSSL -DLIBX3270DIR=\"/etc/x3270\"   -c -o see.o 
> see.c
> sh ./mkversion.sh x86_64-linux-gnu-gcc pr3287
> x86_64-linux-gnu-gcc -o pr3287 pr3287.o ctlr.o trace_ds.o tables.o telnet.o 
> sf.o charset.o see.o  version.o  -lssl -lcrypto -lnsl 
> make[1]: Leaving directory 
> `/build/user-ibm-3270_3.3.4p6-3.2-amd64-M7LJwT/ibm-3270-3.3.4p6/pr3287'
> touch stamp-build-part-pr3287
> dh_testdir
> cd x3270; \
>       CFLAGS="-Wall -g -O2" \
>       ./configure \
>               --host=x86_64-linux-gnu \
>               --build=x86_64-linux-gnu \
>               --prefix=/usr \
>               --mandir=\${prefix}/share/man \
>               --infodir=\${prefix}/share/info \
>               --sysconfdir=/etc \
>               --enable-app-defaults \
>               --with-fontdir=/usr/share/fonts/X11/misc
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc
> checking for C compiler default output... 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 x86_64-linux-gnu-gcc accepts -g... yes
> checking build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> checking how to run the C preprocessor... x86_64-linux-gnu-gcc -E
> checking for X... libraries , headers 
> checking for forkpty in -lutil... yes
> checking for gethostbyname in -lnsl_s... no
> checking for gethostbyname in -lnsl... yes
> checking for socket in -lsocket... no
> 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 sys/select.h usability... yes
> checking sys/select.h presence... yes
> checking for sys/select.h... yes
> checking pty.h usability... yes
> checking pty.h presence... yes
> checking for pty.h... yes
> checking libutil.h usability... no
> checking libutil.h presence... no
> checking for libutil.h... no
> checking util.h usability... no
> checking util.h presence... no
> checking for util.h... no
> checking getopt.h usability... yes
> checking getopt.h presence... yes
> checking for getopt.h... yes
> checking openssl/ssl.h usability... yes
> checking openssl/ssl.h presence... yes
> checking for openssl/ssl.h... yes
> checking unicode/ucnv.h usability... no
> checking unicode/ucnv.h presence... no
> checking for unicode/ucnv.h... no
> configure: retrying with -I/usr/local/include
> checking unicode/ucnv.h usability... no
> checking unicode/ucnv.h presence... no
> checking for unicode/ucnv.h... no
> configure: WARNING: Disabling DBCS
> checking for vasprintf... yes
> checking for strtok_r... yes
> checking for _LARGEFILE_SOURCE value needed for large files... no
> checking for fseeko... yes
> checking for CRYPTO_malloc in -lcrypto... yes
> checking for SSL_new in -lssl... yes
> configure: error: 'Cannot find xmkmf'
> checking for xmkmf... notfound
> make: *** [stamp-config-part-x3270] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/12/10/ibm-3270_3.3.4p6-3.2_lsid64.buildlog

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.  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 ---
On Fri, Dec 11, 2009 at 10:09:49AM +0100, Lucas Nussbaum wrote:
> Source: ibm-3270
> Version: 3.3.4p6-3.2

This package is from oldstable.

Bastian

-- 
There's coffee in that nebula!
                -- Capt. Kathryn Janeway, Star Trek: Voyager, "The Cloud"


--- End Message ---

Reply via email to