Package: squid
Version: 2.7.STABLE7-1
Severity: normal
It FTBFS then because the make process will be started with "-j" which
means infinite.
The relevant parts of the rules file:
|ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
|NUMJOBS = $(patsubst parallel=%,%,$(filter
|parallel=%,$(DEB_BUILD_OPTIONS)))
|endif
....
| build: MAKEFLAGS += -j$(NUMJOBS)
so if dpkg-buildpackge was called without -j$something then NUMJOBS is
unset and make will fire as many gccs as possible.
It would be nice to set NUMJOBS to a default value for instance 1
instead leaving it unset. It makes the impression that everyone else but
me uses the -j option or has more memory available
Sebastian
--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST.TakeThisOut@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.TakeThisOut@lists.debian.org