From owner-freebsd-stable@FreeBSD.ORG Tue Oct 30 15:58:53 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 21F5D701 for ; Tue, 30 Oct 2012 15:58:53 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id D56D98FC12 for ; Tue, 30 Oct 2012 15:58:52 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so539188oag.13 for ; Tue, 30 Oct 2012 08:58:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=6XqJ4qqeorFnGOQp9Ui8yq2MmfBmBlkkwf9ALQ+7PI8=; b=seOJ0v4/D44fa03puLEOGTbUX3Zti0Eokee6Ot4z1FTxQYGLBdJTgyMLByQ5+wER9X zNzl5Ko0YJB/SJEqKsR+SlOCtX0t5rlo39HMLFcTEAsu4RfSU2E6o5VaGb/Ra1PR6R1b SWnb9vPSfTwEZJE9qNIuf+Nm0TOmM/BSDXo2MTahKZ/FyrappkwnEJ+GOk13PV2ITDsy i8jV9wYW33BO0nfiBhBjr1hgnA3JepKVIAkMpEt5kE4sDitzJcCk37i2XiARif+H2ioT M2i9i6RDTYXO+VIZHDJjJYiGbLEypG/0OmQK4HRi4HTpjmoUWmhLHqd/o6POY03xFlXF +ppg== MIME-Version: 1.0 Received: by 10.182.218.37 with SMTP id pd5mr28100283obc.24.1351612732245; Tue, 30 Oct 2012 08:58:52 -0700 (PDT) Received: by 10.76.170.36 with HTTP; Tue, 30 Oct 2012 08:58:52 -0700 (PDT) Date: Tue, 30 Oct 2012 16:58:52 +0100 Message-ID: Subject: make release fails on find From: Andreas Nilsson To: FreeBSD Stable Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2012 15:58:53 -0000 I'm trying to build some images for 9-stable ( r242349 ) and 9.1-RC3, but using the release tools doesn't really work. 9.1-RC3 fails with: ... cd /tank/cvs/9.1/src/libexec/rtld-elf; make install -DNO_SUBDIR DESTDIR=3D/tmp/newdist/lib32 SHARED=3Dcopies install -s -o root -g wheel -m 555 -C -b -fschg -S ld-elf32.so.1 /tmp/newdist/lib32/libexec /tmp/newdist/lib32/usr/libexec/ld-elf32.so.1 -> /libexec/ld-elf32.so.1 cd /tank/cvs/9.1/src/usr.bin/ldd; PROG=3Dldd32 MACHINE=3Di386 MACHINE_ARCH= =3Di386 MACHINE_CPU=3D"i686 mmx sse sse2" LD=3D"ld -m elf_i386_fbsd -Y P,/usr/obj/tank/cvs/9.1/src/lib32/usr/lib32" AS=3D"as --32" MAKEOBJDIRPREFIX=3D/usr/obj/lib32 _SHLIBDIRPREFIX=3D/usr/obj/tank/cvs/9.1/src/lib32 VERSION=3D"FreeBSD 9.1-PRERELEASE amd64 901501" PATH=3D/usr/obj/tank/cvs/9.1/src/tmp/legacy/usr/sbin:/usr/obj/tank/cvs/9.1/= src/tmp/legacy/usr/bin:/usr/obj/tank/cvs/9.1/src/tmp/legacy/usr/games:/usr/= obj/tank/cvs/9.1/src/tmp/usr/sbin:/usr/obj/tank/cvs/9.1/src/tmp/usr/bin:/us= r/obj/tank/cvs/9.1/src/tmp/usr/games:/usr/obj/tank/cvs/9.1/src/tmp/legacy/u= sr/sbin:/usr/obj/tank/cvs/9.1/src/tmp/legacy/usr/bin:/usr/obj/tank/cvs/9.1/= src/tmp/legacy/usr/games:/usr/obj/tank/cvs/9.1/src/tmp/usr/sbin:/usr/obj/ta= nk/cvs/9.1/src/tmp/usr/bin:/usr/obj/tank/cvs/9.1/src/tmp/usr/games:/tmp/ins= tall.SgiYOaRS CC=3D"cc -m32 -march=3Dcore2 -DCOMPAT_32BIT -isystem /usr/obj/tank/cvs/9.1/src/lib32/usr/include/ -L/usr/obj/tank/cvs/9.1/src/lib32/usr/lib32 -B/usr/obj/tank/cvs/9.1/src/lib32/usr/lib32" CXX=3D"c++ -m32 -march=3Dcore= 2 -DCOMPAT_32BIT -isystem /usr/obj/tank/cvs/9.1/src/lib32/usr/include/ -L/usr/obj/tank/cvs/9.1/src/lib32/usr/lib32 -B/usr/obj/tank/cvs/9.1/src/lib32/usr/lib32" LIBDIR=3D/usr/lib32 SHLIBDIR=3D/usr/lib32 make -DNO_CPU_CFLAGS -DCOMPAT_32BIT -DWITHOUT_BIND -DWITHOUT_MAN -DWITHOUT_INFO -DWITHOUT_HTML -DNO_CTF -DNO_LINT -ECC -ECXX -EAS -ELD -DNO_INCS distribute cd /tank/cvs/9.1/src/usr.bin/ldd; make install -DNO_SUBDIR DESTDIR=3D/tmp/newdist/lib32 SHARED=3Dcopies install -s -o root -g wheel -m 555 ldd32 /tmp/newdist/lib32/usr/bin find //tmp/newdist/doc -empty -delete find //tmp/newdist/games -empty -delete find: -delete: //tmp/newdist/games: relative path potentially not safe *** [distributeworld] Error code 1 Stop in /tank/cvs/9.1/src. *** [distributeworld] Error code 1 And 9-stable ends up recursing when generating tarballs. The sources have already been added to a tarball. The tarballs themselfs are also included. Is anyone having the same problems? Build machine is amd64 9.1-PRERELASE. Source trees are in separate zfs datasets (tank/cvs/9/src and tank/cvs/9.1/src). Regards Andreas