Bug#458700: mit-scheme: FTBFS: config.status: error: cannot find input file: 6001/Makefile.in

2008-01-02 Thread Lucas Nussbaum
Package: mit-scheme
version: 7.7.90+20070909-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080101 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  dpkg-source: building mit-scheme in mit-scheme_7.7.90+20070909-1.dsc
   debian/rules build
  dh_testdir
  cd src; CFLAGS=-O2 -g ./configure --build i486-linux-gnu --prefix=/usr 
  --mandir=/usr/share/man
  checking whether make sets $(MAKE)... yes
  checking for a BSD-compatible install... /usr/bin/install -c
  checking whether ln -s works... yes
  run_cmd: rm -f compiler/machine compiler/compiler.pkg
  run_cmd: ln -s machines/i386 compiler/machine
  run_cmd: ln -s machine/compiler.pkg compiler/.
  run_cmd: mit-scheme --heap 4000
  
  Unable to allocate process table.
  
  Inconsistency detected.
  configure: creating ./config.status
  config.status: creating Makefile
  config.status: error: cannot find input file: 6001/Makefile.in
  make: *** [configure-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/01

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 i386
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#458700: mit-scheme: FTBFS: config.status: error: cannot find input file: 6001/Makefile.in

2008-01-02 Thread Chris Hanson
On 1/2/08, Lucas Nussbaum [EMAIL PROTECTED] wrote:
 Package: mit-scheme
 version: 7.7.90+20070909-1
 Severity: serious
 User: [EMAIL PROTECTED]
 Usertags: qa-ftbfs-20080101 qa-ftbfs
 Justification: FTBFS on i386

 Hi,

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

 Relevant part:

The log shows that the process ran out of virtual memory.  I don't see
any way to fix that, other than be running the build with more memory
available.



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



Bug#458700: mit-scheme: FTBFS: config.status: error: cannot find input file: 6001/Makefile.in

2008-01-02 Thread Lucas Nussbaum
On 02/01/08 at 08:12 -0500, Chris Hanson wrote:
 On 1/2/08, Lucas Nussbaum [EMAIL PROTECTED] wrote:
  Package: mit-scheme
  version: 7.7.90+20070909-1
  Severity: serious
  User: [EMAIL PROTECTED]
  Usertags: qa-ftbfs-20080101 qa-ftbfs
  Justification: FTBFS on i386
 
  Hi,
 
  During a rebuild of all packages in sid, your package failed to build on 
  i386.
 
  Relevant part:
 
 The log shows that the process ran out of virtual memory.  I don't see
 any way to fix that, other than be running the build with more memory
 available.

How much memory is necessary to build mit-scheme ?! The system I'm
building on has 2 GB of RAM and 4 GB of swap.
-- 
| 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#458700: mit-scheme: FTBFS: config.status: error: cannot find input file: 6001/Makefile.in

2008-01-02 Thread Chris Hanson
On 1/2/08, Lucas Nussbaum [EMAIL PROTECTED] wrote:

 How much memory is necessary to build mit-scheme ?! The system I'm
 building on has 2 GB of RAM and 4 GB of swap.

Not nearly that much.  It needs perhaps 50 MB or so.

What's the value of sysconf(_SC_CHILD_MAX) on that system?  The table
being allocated is proportional in size to that number.



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



Bug#458700: mit-scheme: FTBFS: config.status: error: cannot find input file: 6001/Makefile.in

2008-01-02 Thread Lucas Nussbaum
On 02/01/08 at 09:36 -0500, Chris Hanson wrote:
 On 1/2/08, Lucas Nussbaum [EMAIL PROTECTED] wrote:
 
  How much memory is necessary to build mit-scheme ?! The system I'm
  building on has 2 GB of RAM and 4 GB of swap.
 
 Not nearly that much.  It needs perhaps 50 MB or so.
 
 What's the value of sysconf(_SC_CHILD_MAX) on that system?  The table
 being allocated is proportional in size to that number.

$ getconf CHILD_MAX 
undefined
-- 
| 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#458700: mit-scheme: FTBFS: config.status: error: cannot find input file: 6001/Makefile.in

2008-01-02 Thread Chris Hanson
On 1/2/08, Lucas Nussbaum [EMAIL PROTECTED] wrote:

 $ getconf CHILD_MAX
 undefined

OK, this is an upstream bug.  I'll patch it in a little while.



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