Package: scons Version: 1.0.0-1 Severity: normal My local environment seems to provoke some fishy stuff in SCons.
The following problem occurs while working with the csound package for Debian: $ scons --clean [...] System platform is 'linux'. Using options from 'custom.py.' Build platform is 'linux'. SCons tools on this platform: ['default', 'gnulink', 'gcc', 'g++', 'gfortran', 'gas', 'ar', 'CVS', 'filesystem', 'dvipdf', 'dvips', 'gs', 'jar', 'javac', 'javah', 'latex', 'pdflatex', 'pdftex', 'rmic', 'rpcgen', 'swig', 'tar', 'tex', 'zip'] Using GNU gettext scheme CONFIGURATION DECISION: Using single-precision floating point for audio samples. Checking for C header file stdio.h... no *** Failed to compile a simple test program. The compiler is *** possibly not set up correctly, or is used with invalid flags. *** Check config.log to find out more about the error. Argggh - I *do* have stdio.h installed! And doing the mentioned test program manually on the command line succeeds: $ gcc -o .sconf_temp/conftest_0.o -c -DGNU_GETTEXT -g -fomit-frame-pointer -freorder-blocks -DLINUX -DPIPES -DBETA -DHAVE_SOCKETS -I. -IH -I/usr/include/fltk-1.1 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/X11R6/include .sconf_temp/conftest_0.c $ echo $? 0 $ ls -l .sconf_temp/ total 8 -rw-r--r-- 1 jonas jonas 21 Apr 3 15:57 conftest_0.c -rw-r--r-- 1 jonas jonas 2128 Apr 3 15:59 conftest_0.o - Jonas -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.29-1-amd64 (SMP w/2 CPU cores) Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages scons depends on: ii python 2.5.4-2 An interactive high-level object-o ii python-central 0.6.11 register and build utility for Pyt scons recommends no packages. scons suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org