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

Bug#752009: marked as done (debian-installer: Use -perm /0111 in Makefile as + is deprecated)



Your message dated Sat, 02 Aug 2014 03:34:09 +0000
with message-id <E1XDQ5B-0005M2-Rg@franck.debian.org>
and subject line Bug#752009: fixed in debian-installer 20140802
has caused the Debian Bug report #752009,
regarding debian-installer: Use -perm /0111 in Makefile as + is deprecated
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 owner@bugs.debian.org
immediately.)


-- 
752009: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752009
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: debian-installer
Version: 20140316
Severity: serious
Tags: d-i patch
Justification: fails to build from source (but built successfully in the past)

The makefile currently uses -perm +0111 to find files which have to be be processed
by mklibs which is deprecated.
findutils 4.5 from experimental doesn't seem to allow using + anymore and finds no
files when using it which causes the d-i build to fail as mklibs can't resolve all
symbols anymore.
Please use -perm /0111 as mentioned in the manpage which works with find
4.4 and 4.5


*** /tmp/Makefile.diff
diff --git a/build/Makefile b/build/Makefile
index e4360e6..2a6a46e 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -517,7 +517,7 @@ ifndef ONLY_KLIBC
 		-L $(TEMP)/udeblibs -v -d $(TREE)/lib --root=$(TREE) \
 		-L $(TREE)/usr/lib/cdebconf/frontend \
 		$(addprefix -l,$(notdir $(wildcard $(TREE)/usr/lib/cdebconf/frontend/*.so))) \
-		`find $(TEMP) -type f -a \( -perm +0111 -o -name '*.so' -o -name '*.so.*' \) | \
+		`find $(TEMP) -type f -a \( -perm /0111 -o -name '*.so' -o -name '*.so.*' \) | \
 		 grep -v udeblibs | grep -v 'usr/lib/xorg/modules/.*\.so'`
 
 ifeq ($(DEB_HOST_ARCH),armhf)


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13.0-29-generic (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

--- End Message ---
--- Begin Message ---
Source: debian-installer
Source-Version: 20140802

We believe that the bug you reported is fixed in the latest version of
debian-installer, which is due to be installed in the Debian FTP archive.

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 752009@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Brulebois <kibi@debian.org> (supplier of updated debian-installer 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@ftp-master.debian.org)


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

Format: 1.8
Date: Sat, 02 Aug 2014 02:59:35 +0200
Source: debian-installer
Binary: debian-installer
Architecture: source
Version: 20140802
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Cyril Brulebois <kibi@debian.org>
Description:
 debian-installer - Debian installer
Closes: 743292 746743 751716 752009
Changes:
 debian-installer (20140802) unstable; urgency=low
 .
   [ Cyril Brulebois ]
   * debian/rules: Introduce build-{arch,indep} targets, depending on
     build-stamp, and depended upon by build.
   * debian/control: Bump Standards-Version to 3.9.5, no further changes
     required.
   * Remove Otavio from Uploaders, with many thanks for his past work.
   * Bump linux kernel version from 3.13-1 to 3.14-1.
   * Adjust and apply patch from Daniel Baumann to deal with incompatible
     changes in syslinux 6 (Closes: #746743):
      - Bump syslinux-common versioned build-dep to >= 3:6
      - Add isolinux and pxelinux build-deps.
      - x86.cfg: Adjust paths to isolinux.bin and pxelinux.0
      - x86.cfg: Adjust path to vesamenu.c32 and add its new dependencies
                 (libcom32.c32, libutil.c32, and also ldlinux.c32).
   * Exclude .gitignore files in the dh_installdocs call to avoid spurious
     files when building from a git checkout.
   * Disable translation-status check when proposed-updates is enabled.
     This file isn't going to be updated during stable's lifecycle, so
     avoid pointless warning and sleeping.
   * Update translation-status for the release.
 .
   [ Samuel Thibault ]
   * Add a separate Hurd boot option for CJK support in pseudo-graphical mode, so
     the default can use 720x400 resolution, instead of using 640x400 which is
     not supported by some screens...
   * Pre-configure hurd-libs and libparted.
   * Increase room for udebs on hurd.
   * Remove bogl-bterm-udeb on hurd.
 .
   [ Martin Michlmayr ]
   * Add support for QNAP HS-210.  Thanks to Kevin Woldt for the patch.
 .
   [ Ian Campbell ]
   * Move armmp subarch to toplevel armhf.
   * Ship DTB files for netboot on armhf and armel/kirkwood.
   * Drop version suffix from armhf kernel.
 .
   [ Robert Millan ]
   * Remove kfreebsd-9 and switch to kfreebsd-10 as default (and only)
     option. (Closes: #743292)
 .
   [ Philipe Muškovac ]
   * Use -perm /0111 in Makefile as + is deprecated. Closes: #752009
 .
   [ Colin Watson ]
   * Remove mention of partman's ability to create file systems, check file
     systems, and copy data between partitions, since those all rely on
     libparted's filesystem-handling code which is being removed.
 .
   [ Bastien ROUCARIÈS ]
   * Support for DNS-320. (Closes: #751716)
 .
   [ Ian Campbell ]
   * Bump linux kernel version from 3.14-1 to 3.14-2.
 .
   [ Aurelien Jarno ]
   * Remove fb-modules udebs on mips*/sb1-bcm91250a.
   * Add MIPSEL Loongson 3 images.
Checksums-Sha1:
 b635b1143e068235bd3ed1b87e17fdc153aadc98 3241 debian-installer_20140802.dsc
 96c83ec64683e4185c8216e9d2b63fef0adf563d 1349651 debian-installer_20140802.tar.gz
Checksums-Sha256:
 ac33b6786575111d85d7460ed53fa79e0e669dfc059007ca77e7ff29163cfc3f 3241 debian-installer_20140802.dsc
 e64b859da80ab5125a486171443202504b74343b95223017e9b89254c35abcac 1349651 debian-installer_20140802.tar.gz
Files:
 7452ae238295ba1db933c7c1fdbca674 3241 devel optional debian-installer_20140802.dsc
 ca7bda5024b243eb349077b23a5be1c1 1349651 devel optional debian-installer_20140802.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJT3EQOAAoJEP+RSvDCs1Ug6GcQAIsc3CrjWS4IgERv8ILpHLgf
LQNZWq5KFAapcxCqdOmbxSDomc9matSmkx/AD3YPpbPIHcGav/rsQNBbnOY5Sy9i
ejam0sR8JU1nVce3chBCp+6BoTCZ+CwiQLHQNpz+TB7zFQ1NNNJVRwtmSBQMHNIz
xAFDtG2aU9i/WrQBDervkNQHNbsR1KhsDtmDFa7lB6GgHUnN0xVX5V5izVpf1yls
7Q3mDTMT+PNEKy+6ixktSSqDugJdjFa7gbFWHs6qjozZQqwYeFJ0qIPX8NYVRGlX
viqfje3YtkkQ56bLZX38p1sqjuPz13Dbj7tTzA9iMHjPuKqP6OTAnRdE4W7uOGrc
e5UoaptIwRwvU6VKw2Jyrj39+6sZdg44MT4R35wn0qSYombRcOx6acjfMlszzIMk
4nEZDb0yyDgx94mapPGs1il/y8VYx0uoDDRQptElDOU29l+200io9OHHB8eSuT1/
h3o2uJJExdgRgstWaY9umWn72aBuWwsZxHfplnLRU1BGKt0s/k+fgLUUjG6q3zUA
RRoeKi1fXUT0/pDY0s/lCpe6TuJRajLpb/WrirFLUsVWEQtCLlRb2D57tLf/6EWN
hFLDd78cuLoRbObA2PZP9qPBXNgTbcBjlwpzRNycmWCiDuiwt1BuWNRjdx0VG7D0
AuU+SnjwYClCPOs1dPOy
=dsQ0
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: