[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#247241: marked as done (FTBFS: no rule to make target build_tree when running 'debian/rules binary')



Your message dated Sat, 29 May 2004 17:59:36 -0400
with message-id <E1BUBrc-0003hx-00@newraff.debian.org>
and subject line Bug#247241: fixed in glibc 2.3.2.ds1-13
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 4 May 2004 01:36:09 +0000
>From jurij@wooyd.org Mon May 03 18:36:09 2004
Return-path: <jurij@wooyd.org>
Received: from grenada.globat.com [216.193.201.33] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BKoqv-0008Ce-00; Mon, 03 May 2004 18:36:09 -0700
Received: from stmaarten.globat.com (stmaarten.inside.globat.com [10.1.1.23])
	by grenada.globat.com (8.12.11/8.12.11) with SMTP id i441ZWsY028748
	for <submit@bugs.debian.org>; Mon, 3 May 2004 18:35:36 -0700 (PDT)
	(envelope-from jurij@wooyd.org)
Message-Id: <[🔎] 200405040135.i441ZWsY028748@grenada.globat.com>
Received: (qmail 97547 invoked from network); 4 May 2004 01:35:32 -0000
Received: from d141-170-139.home.cgocable.net (HELO ?127.0.0.1?) (24.141.170.139)
  by stmaarten.globat.com with SMTP; 4 May 2004 01:35:32 -0000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Jurij Smakov <jurij@wooyd.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: FTBFS: no rule to make target build_tree when running 'debian/rules binary'
X-Mailer: reportbug 2.58
Date: Mon, 03 May 2004 21:36:07 -0400
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.3 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	MSGID_FROM_MTA_HEADER autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

Package: glibc
Severity: serious
Tags: sid
Justification: Policy 4.8

Hi, 

The following log illustrates the problem:

root@snoopy:/home/glibc# ls -al 
total 8
drwxr-sr-x    2 root     staff        4096 May  4 00:51 .
drwxrwsr-x    7 root     staff        4096 May  1 19:41 ..
root@snoopy:/home/glibc# apt-get source glibc
Reading Package Lists... Done
Building Dependency Tree... Done
Need to get 15.0MB of source archives.
Get:1 http://ftp.us.debian.org unstable/main glibc 2.3.2.ds1-12 (dsc) [1608B]
Get:2 http://ftp.us.debian.org unstable/main glibc 2.3.2.ds1-12 (tar) [13.2MB]
Get:3 http://ftp.us.debian.org unstable/main glibc 2.3.2.ds1-12 (diff) [1712kB] 
Fetched 15.0MB in 51s (292kB/s)                                                 
dpkg-source: extracting glibc in glibc-2.3.2.ds1
root@snoopy:/home/glibc# cd glibc-2.3.2.ds1/
root@snoopy:/home/glibc/glibc-2.3.2.ds1# dpkg-checkbuilddeps 
root@snoopy:/home/glibc/glibc-2.3.2.ds1# debian/rules binary
dh_testroot
sed -e 's%@libc@%libc6%g' \
    -e 's%@archs@%arm i386 m68k mips mipsel powerpc sparc s390 hppa sh3 sh4 sh3eb sh4eb%g' < debian/control.in/libc > debian/control.in/libc6
sed -e 's%@libc@%libc6.1%g;s%@archs@%alpha ia64%g' < debian/control.in/libc > debian/control.in/libc6.1
sed -e 's%@libc@%libc0.3%g;s%@archs@%hurd-i386%g;s/nscd, //' < debian/control.in/libc > debian/control.in/libc0.3
sed -e 's%@libc@%libc1%g;s%@archs@%freebsd-i386%g' < debian/control.in/libc > debian/control.in/libc1
cat debian/control.in/main              >  debian/controlT
cat debian/control.in/libc6             >> debian/controlT
cat debian/control.in/libc6.1           >> debian/controlT
cat debian/control.in/libc0.3           >> debian/controlT
cat debian/control.in/libc1             >> debian/controlT
cat debian/control.in/sparc64           >> debian/controlT
cat debian/control.in/s390x             >> debian/controlT
cat debian/control.in/opt               >> debian/controlT
cat debian/control.in/libnss-dns-udeb   >> debian/controlT
sed -e 's%@libc@%libc6%g;s%@glibc@%glibc%g' \
    -e 's%@threads_archs@%alpha arm i386 m68k mips mipsel powerpc sparc ia64 hppa s390 sh3 sh4 sh3eb sh4eb freebsd-i386%g' < debian/controlT > debian/control
rm debian/controlT
make: *** No rule to make target `build-tree', needed by `binary-indep'.  Stop.
root@snoopy:/home/glibc/glibc-2.3.2.ds1# 

According to chapter 4.8 of Policy "The binary target must be all that 
is necessary for the user to build the binary package(s) produced from 
this source package."

Best regards,

Jurij Smakov                                        jurij@wooyd.org
Key: http://www.wooyd.org/pgpkey/                   KeyID: C99E03CC
 
-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: sparc
Kernel: Linux 2.4.24-sparc32
Locale: LANG=C, LC_CTYPE=C

---------------------------------------
Received: (at 247241-close) by bugs.debian.org; 29 May 2004 22:08:05 +0000
>From troup@newraff.debian.org Sat May 29 15:08:05 2004
Return-path: <troup@newraff.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BUBzp-0002G8-00; Sat, 29 May 2004 15:08:05 -0700
Received: from troup by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BUBrc-0003hx-00; Sat, 29 May 2004 17:59:36 -0400
From: GOTO Masanori <gotom@debian.org>
To: 247241-close@bugs.debian.org
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#247241: fixed in glibc 2.3.2.ds1-13
Message-Id: <E1BUBrc-0003hx-00@newraff.debian.org>
Sender: James Troup <troup@newraff.debian.org>
Date: Sat, 29 May 2004 17:59:36 -0400
Delivered-To: 247241-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 6

Source: glibc
Source-Version: 2.3.2.ds1-13

We believe that the bug you reported is fixed in the latest version of
glibc, which is due to be installed in the Debian FTP archive:

glibc-doc_2.3.2.ds1-13_all.deb
  to pool/main/g/glibc/glibc-doc_2.3.2.ds1-13_all.deb
glibc_2.3.2.ds1-13.diff.gz
  to pool/main/g/glibc/glibc_2.3.2.ds1-13.diff.gz
glibc_2.3.2.ds1-13.dsc
  to pool/main/g/glibc/glibc_2.3.2.ds1-13.dsc
libc6-dbg_2.3.2.ds1-13_i386.deb
  to pool/main/g/glibc/libc6-dbg_2.3.2.ds1-13_i386.deb
libc6-dev_2.3.2.ds1-13_i386.deb
  to pool/main/g/glibc/libc6-dev_2.3.2.ds1-13_i386.deb
libc6-i686_2.3.2.ds1-13_i386.deb
  to pool/main/g/glibc/libc6-i686_2.3.2.ds1-13_i386.deb
libc6-pic_2.3.2.ds1-13_i386.deb
  to pool/main/g/glibc/libc6-pic_2.3.2.ds1-13_i386.deb
libc6-prof_2.3.2.ds1-13_i386.deb
  to pool/main/g/glibc/libc6-prof_2.3.2.ds1-13_i386.deb
libc6-udeb_2.3.2.ds1-13_i386.udeb
  to pool/main/g/glibc/libc6-udeb_2.3.2.ds1-13_i386.udeb
libc6_2.3.2.ds1-13_i386.deb
  to pool/main/g/glibc/libc6_2.3.2.ds1-13_i386.deb
libnss-dns-udeb_2.3.2.ds1-13_i386.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.3.2.ds1-13_i386.udeb
libnss-files-udeb_2.3.2.ds1-13_i386.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.3.2.ds1-13_i386.udeb
locales_2.3.2.ds1-13_all.deb
  to pool/main/g/glibc/locales_2.3.2.ds1-13_all.deb
nscd_2.3.2.ds1-13_i386.deb
  to pool/main/g/glibc/nscd_2.3.2.ds1-13_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 247241@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
GOTO Masanori <gotom@debian.org> (supplier of updated glibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 26 May 2004 00:18:06 +0900
Source: glibc
Binary: libc6-i686 libc0.3-pic glibc-doc libc1-udeb libc0.3 libc6.1-dev libc1-pic libc6-s390x libnss-files-udeb libc1-dbg libc6-dev-sparc64 libc0.3-dev libc6-udeb libc6-dbg libc6.1-pic libc6-dev libc0.3-prof libc6-sparcv9 libc6.1-prof libc1 locales libc6-pic libc0.3-udeb libc1-prof libc0.3-dbg libc6-prof libc6 libc6-sparcv9b libc6.1-udeb libc6.1-dbg nscd libc6-sparc64 libnss-dns-udeb libc6.1 libc1-dev libc6-dev-s390x
Architecture: source i386 all
Version: 2.3.2.ds1-13
Distribution: unstable
Urgency: low
Maintainer: GOTO Masanori <gotom@debian.org>
Changed-By: GOTO Masanori <gotom@debian.org>
Description: 
 glibc-doc  - GNU C Library: Documentation
 libc6      - GNU C Library: Shared libraries and Timezone data
 libc6-dbg  - GNU C Library: Libraries with debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-i686 - GNU C Library: Shared libraries [i686 optimized]
 libc6-pic  - GNU C Library: PIC archive library
 libc6-prof - GNU C Library: Profiling Libraries
 libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libnss-dns-udeb - GNU C Library: NSS helper for DNS - udeb (udeb)
 libnss-files-udeb - GNU C Library: NSS helper for files - udeb (udeb)
 locales    - GNU C Library: National Language (locale) data [support]
 nscd       - GNU C Library: Name Service Cache Daemon
Closes: 243394 245643 245657 246355 246557 247241 247430 249408 249559
Changes: 
 glibc (2.3.2.ds1-13) unstable; urgency=low
 .
   * Jeff Bailey <jbailey@raspberryginger.com>
 .
    - debian/control.in/main: Change to new email address.
    - debian/debhelper.in/libc-dev.install.hurd-i386: Add missing files.
      Thanks to Michael Banck (Closes: #246355)
    - debian/sysdeps/gnu.mk: Stub out kernel_check.
      Thanks to Michael Banck
 .
   * GOTO Masanori <gotom@debian.org>
 .
    - debian/debhelper.in/libc.preinst: Fixed to work when kernel version is
      x.y.zFOOz pattern.  (Closes: #245643)
    - debian/patches/locale-ro_RO.dpatch: Fix Romania can't be built.
      (Closes: #245657)
    - debian/local/manpages/locale.1: Fix typo: LOC_PATH -> LOCPATH.
      (Closes: #246557)
    - debian/rules: Fix build correctly when we execute "debian/rules binary".
      Patched by Jurij Smakov <jurij@wooyd.org>.  (Closes: #247241)
    - debian/patches/glibc232-misc-syslog.dpatch: Fix syslog segv under
      memory shortage.  (Closes: #249559)
    - debian/patches/s390-backtrace.dpatch: Fix 900 test failures in the
      libjava testsuite in gcc-3.4 on s390.  (Closes: #243394)
    - debian/sysdeps/linux.mk: Fix build failure when kernel headers directory
      in /usr/src has symlink asm direcotry.  Patched by Wolfram Gloger
      <wg@malloc.de>.  (Closes: #249408)
 .
    - debian/debhelper.in/libc-udeb.install: Add libnss_files.so*,
    - debian/libnss-dns-udeb, libnss-dns-files: Update description.
    - debian/control: Update.
 .
   * Colin Watson <cjwatson@debian.org>
 .
    - debian/rules: Add libnss-dns-udeb and libnss-files-udeb.
      (Closes: #247430)
    - debian/.cvsignore: Likewise.
    - debian/control.in/libc: libc-udeb depends on libnss-dns-udeb and
      libnss-files-udeb.
    - debian/debhelper.in/libc-udeb.install: Remove libnss_dns and libnss_files.
    - debian/rules.d/control.mk: Likewise.
    - debian/control.in/libnss-dns-udeb: Update description.
Files: 
 13abfb30067a31554db6e5759f96608a 1638 libs required glibc_2.3.2.ds1-13.dsc
 f3b256570930a3d85897f364f5d68c72 1716950 libs required glibc_2.3.2.ds1-13.diff.gz
 c644b67a9315dc3368931e130b9a1c46 3838538 doc optional glibc-doc_2.3.2.ds1-13_all.deb
 46cea5236563c9aa5270f0283b4223fe 3978586 base standard locales_2.3.2.ds1-13_all.deb
 e66a970ee0b67e089df58e69d88ab9c7 4929012 base required libc6_2.3.2.ds1-13_i386.deb
 8a106a05aba21894bf3dce09aa2de7f5 2535302 libdevel standard libc6-dev_2.3.2.ds1-13_i386.deb
 bc7edacc4d0fc86e7d8c023fa730e497 2009290 libdevel extra libc6-prof_2.3.2.ds1-13_i386.deb
 7e85c61f0efb6edfc2cb63fb15d02bc7 1031730 libdevel optional libc6-pic_2.3.2.ds1-13_i386.deb
 7e84072431e711109bc6d0c82c1c3196 971126 libs extra libc6-i686_2.3.2.ds1-13_i386.deb
 0f464243b8248129309e6f33e8812e5c 88664 admin optional nscd_2.3.2.ds1-13_i386.deb
 8466503ccbba8ca261d3c2a7a9f6806d 10237846 libdevel extra libc6-dbg_2.3.2.ds1-13_i386.deb
 b09f3742225782adca2d74ed57d1d736 707590 debian-installer extra libc6-udeb_2.3.2.ds1-13_i386.udeb
 542cbbcd0095bbee603b89bee0c26d5b 7726 debian-installer extra libnss-dns-udeb_2.3.2.ds1-13_i386.udeb
 8636699c7369b05abe5720e2db8f049e 13746 debian-installer extra libnss-files-udeb_2.3.2.ds1-13_i386.udeb
package-type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAs9F1qIqasIZIJsMRAp0oAJ99I0LIZfjdChQjp2TPKszF1VPgdwCfUbLs
bkTd/kqgUqUG4DqQSu6A7Aw=
=kaZ/
-----END PGP SIGNATURE-----



Reply to: