Your message dated Sat, 10 Oct 2009 19:01:15 -0600
with message-id <[email protected]>
and subject line Re: Bug#487497: FTBFS with -j2
has caused the Debian Bug report #487497,
regarding FTBFS with -j2
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.)
--
487497: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487497
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: util-linux
Version: 2.12r-19etch1
Severity: normal
Tags: patch
Fails to build with -j2 due to wrong dependencies in debian/rules. See
attached patch.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Versions of packages util-linux depends on:
ii lib 2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii lib 5.5-5 Shared libraries for terminal hand
ii lib 2.0.6-4 The S-Lang programming library - r
ii lib 1.39+1.40-WIP-2006.11.14+dfsg-2etch1 universally unique id library
ii lsb 3.1-23.2etch1 Linux Standard Base 3.1 init scrip
ii tzd 2007j-1etch1 Time Zone and Daylight Saving Time
ii zli 1:1.2.3-13 compression library - runtime
util-linux recommends no packages.
-- no debconf information
--- debian/rules~ 2008-06-22 01:52:10.000000000 +0200
+++ debian/rules 2008-06-22 10:18:41.000000000 +0200
@@ -46,8 +46,8 @@
./configure $(CONFOPTS) $(CROSS)
touch configure-stamp
-build: configure-stamp build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: configure-stamp
dh_testdir
$(MAKE) all CPU=$(arch) arch=$(arch)
touch build-stamp
--- End Message ---
--- Begin Message ---
On Sun, Jun 22, 2008 at 10:21:08AM +0200, Robert Millan wrote:
> Fails to build with -j2 due to wrong dependencies in debian/rules. See
> attached patch.
Fixed some time ago.
lamont
--- End Message ---