From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 17 09:11:24 2010 Received: (at submit) by debbugs.gnu.org; 17 Jul 2010 13:11:24 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oa7Ap-0000X4-1x for submit@debbugs.gnu.org; Sat, 17 Jul 2010 09:11:24 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZy95-0004D7-8T for submit@debbugs.gnu.org; Fri, 16 Jul 2010 23:33:00 -0400 Received: from lists.gnu.org ([199.232.76.165]:47016) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OZy9K-0005nl-5h for submit@debbugs.gnu.org; Fri, 16 Jul 2010 23:33:14 -0400 Received: from [140.186.70.92] (port=39852 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZy9I-00080t-CH for bug-coreutils@gnu.org; Fri, 16 Jul 2010 23:33:13 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZy9G-0005wD-LX for bug-coreutils@gnu.org; Fri, 16 Jul 2010 23:33:12 -0400 Received: from panic.geos.vt.edu ([128.173.184.140]:49787) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZy9G-0005w7-FW for bug-coreutils@gnu.org; Fri, 16 Jul 2010 23:33:10 -0400 Received: by panic.geos.vt.edu (Postfix, from userid 501) id 317961E3A0B; Fri, 16 Jul 2010 23:33:09 -0400 (EDT) From: Richard Godbee To: bug-coreutils@gnu.org Subject: test "install/install-C" fails on Mac OS X 10.6.4 Message-Id: <20100717033309.317961E3A0B@panic.geos.vt.edu> Date: Fri, 16 Jul 2010 23:33:09 -0400 (EDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 17 Jul 2010 09:11:22 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.7 (----) When I build coreutils 8.5 on Mac OS X 10.6.4, test "install/install-C" fails. Some relevant system information: > % uname -a > Darwin panic.geos.vt.edu 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386 i386 > % cc -v > Using built-in specs. > Target: i686-apple-darwin10 > Configured with: /var/tmp/gcc/gcc-5659~1/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 > Thread model: posix > gcc version 4.2.1 (Apple Inc. build 5659) I configured coreutils with: > CFLAGS="-I/rr/gmp-5.0.1/include" LDFLAGS="-L/rr/gmp-5.0.1/lib" ./configure --build=x86_64-apple-darwin10 --prefix=/rr/coreutils-8.5 "/rr" lives on a case-preserving but case-insensitive HFS+ filesystem. I ran "make" and "make check" as a non-root user. The top of tests/test-suite.log looks like: > ============================================= > GNU coreutils 8.5: tests/test-suite.log > ============================================= > > 1 of 342 tests failed. (77 tests were not run). The contents of tests/install/install-C.log are: > FAIL: install/install-C (exit: 1) > ================================= > > + ginstall --version > install (GNU coreutils) 8.5 > Copyright (C) 2010 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later . > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > > Written by David MacKenzie. > + . ./test-lib.sh > ++ unset function_test > ++ eval 'function_test() { return 11; }; function_test' > +++ function_test > +++ return 11 > ++ test 11 '!=' 11 > +++ pwd > ++ test_dir_=/rr/src/coreutils-8.5/tests > +++ this_test_ > +++ sed 's,.*/,,' > +++ echo ././install/install-C > ++ this_test=install-C > +++ /rr/src/coreutils-8.5/src/mktemp -d --tmp=/rr/src/coreutils-8.5/tests cu-install-C.XXXXXXXXXX > ++ t_=/rr/src/coreutils-8.5/tests/cu-install-C.Ov3K6MoEJW > ++ trap remove_tmp_ 0 > ++ trap 'Exit 129' 1 > ++ trap 'Exit 130' 2 > ++ trap 'Exit 141' 13 > ++ trap 'Exit 143' 15 > ++ cd /rr/src/coreutils-8.5/tests/cu-install-C.Ov3K6MoEJW > ++ diff --version > ++ grep GNU > ++ sanitize_path_ > ++ local 'saved_IFS= > ' > ++ IFS=: > ++ set -- /rr/src/coreutils-8.5/src /Users/rwg/bin /rr/bin /rr/sbin /rr/GMT4.5.3/bin /usr/bin /bin /usr/sbin /sbin /usr/X11R6/bin > ++ IFS=' > ' > ++ local d d1 > ++ local colon= > ++ local new_path= > ++ for d in '"$@"' > ++ test -z /rr/src/coreutils-8.5/src > ++ d1=/rr/src/coreutils-8.5/src > ++ ls -d /rr/src/coreutils-8.5/src/. > ++ new_path=/rr/src/coreutils-8.5/src > ++ colon=: > ++ for d in '"$@"' > ++ test -z /Users/rwg/bin > ++ d1=/Users/rwg/bin > ++ ls -d /Users/rwg/bin/. > ++ new_path=/rr/src/coreutils-8.5/src:/Users/rwg/bin > ++ colon=: > ++ for d in '"$@"' > ++ test -z /rr/bin > ++ d1=/rr/bin > ++ ls -d /rr/bin/. > ++ new_path=/rr/src/coreutils-8.5/src:/Users/rwg/bin:/rr/bin > ++ colon=: > ++ for d in '"$@"' > ++ test -z /rr/sbin > ++ d1=/rr/sbin > ++ ls -d /rr/sbin/. > ++ new_path=/rr/src/coreutils-8.5/src:/Users/rwg/bin:/rr/bin:/rr/sbin > ++ colon=: > ++ for d in '"$@"' > ++ test -z /rr/GMT4.5.3/bin > ++ d1=/rr/GMT4.5.3/bin > ++ ls -d /rr/GMT4.5.3/bin/. > ++ new_path=/rr/src/coreutils-8.5/src:/Users/rwg/bin:/rr/bin:/rr/sbin:/rr/GMT4.5.3/bin > ++ colon=: > ++ for d in '"$@"' > ++ test -z /usr/bin > ++ d1=/usr/bin > ++ ls -d /usr/bin/. > ++ new_path=/rr/src/coreutils-8.5/src:/Users/rwg/bin:/rr/bin:/rr/sbin:/rr/GMT4.5.3/bin:/usr/bin > ++ colon=: > ++ for d in '"$@"' > ++ test -z /bin > ++ d1=/bin > ++ ls -d /bin/. > ++ new_path=/rr/src/coreutils-8.5/src:/Users/rwg/bin:/rr/bin:/rr/sbin:/rr/GMT4.5.3/bin:/usr/bin:/bin > ++ colon=: > ++ for d in '"$@"' > ++ test -z /usr/sbin > ++ d1=/usr/sbin > ++ ls -d /usr/sbin/. > ++ new_path=/rr/src/coreutils-8.5/src:/Users/rwg/bin:/rr/bin:/rr/sbin:/rr/GMT4.5.3/bin:/usr/bin:/bin:/usr/sbin > ++ colon=: > ++ for d in '"$@"' > ++ test -z /sbin > ++ d1=/sbin > ++ ls -d /sbin/. > ++ new_path=/rr/src/coreutils-8.5/src:/Users/rwg/bin:/rr/bin:/rr/sbin:/rr/GMT4.5.3/bin:/usr/bin:/bin:/usr/sbin:/sbin > ++ colon=: > ++ for d in '"$@"' > ++ test -z /usr/X11R6/bin > ++ d1=/usr/X11R6/bin > ++ ls -d /usr/X11R6/bin/. > ++ new_path=/rr/src/coreutils-8.5/src:/Users/rwg/bin:/rr/bin:/rr/sbin:/rr/GMT4.5.3/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin > ++ colon=: > ++ PATH=/rr/src/coreutils-8.5/src:/Users/rwg/bin:/rr/bin:/rr/sbin:/rr/GMT4.5.3/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin > ++ export PATH > ++ fail=0 > + skip_if_setgid_ > + setgid_tmpdir=setgid-14973 > + umask 77 > + mkdir setgid-14973 > ++ stat --printf %A setgid-14973 > + perms=drwx------ > + rmdir setgid-14973 > + case $perms in > + mode1=0644 > + mode2=0755 > + mode3=2755 > + echo test > + echo '`a'\'' -> `b'\''' > + echo 'removed `b'\'' > `a'\'' -> `b'\''' > + : > + ginstall -Cv -m0644 a b > + compare out out_installed_first > + diff -u out out_installed_first > + ginstall -Cv -m0644 a b > + compare out out_empty > + diff -u out out_empty > --- out 2010-07-16 21:15:47.000000000 -0400 > +++ out_empty 2010-07-16 21:15:47.000000000 -0400 > @@ -1,2 +0,0 @@ > -removed `b' > -`a' -> `b' > + fail=1 > + ginstall -v --compare -m0644 a b > + compare out out_empty > + diff -u out out_empty > --- out 2010-07-16 21:15:47.000000000 -0400 > +++ out_empty 2010-07-16 21:15:47.000000000 -0400 > @@ -1,2 +0,0 @@ > -removed `b' > -`a' -> `b' > + fail=1 > + ginstall -v -m0644 a b > + compare out out_installed_second > + diff -u out out_installed_second > + ginstall -Cv -m2755 a b > ginstall: the --compare (-C) option is ignored when you specify a mode with non-permission bits > + compare out out_installed_second > + diff -u out out_installed_second > + ginstall -Cv -m2755 a b > ginstall: the --compare (-C) option is ignored when you specify a mode with non-permission bits > + compare out out_installed_second > + diff -u out out_installed_second > + ln -s a c > + ln -s b d > + ginstall -Cv -m0644 c d > + echo 'removed `d'\'' > `c'\'' -> `d'\''' > + compare out out_installed_second_cd > + diff -u out out_installed_second_cd > + echo test1 > + ginstall -Cv -m0644 a b > + compare out out_installed_second > + diff -u out out_installed_second > + ginstall -Cv -m0644 a b > + compare out out_empty > + diff -u out out_empty > --- out 2010-07-16 21:15:47.000000000 -0400 > +++ out_empty 2010-07-16 21:15:47.000000000 -0400 > @@ -1,2 +0,0 @@ > -removed `b' > -`a' -> `b' > + fail=1 > + echo test2 > + ginstall -Cv -m0644 a b > + compare out out_installed_second > + diff -u out out_installed_second > + ginstall -Cv -m0644 a b > + compare out out_empty > + diff -u out out_empty > --- out 2010-07-16 21:15:47.000000000 -0400 > +++ out_empty 2010-07-16 21:15:47.000000000 -0400 > @@ -1,2 +0,0 @@ > -removed `b' > -`a' -> `b' > + fail=1 > + ginstall -Cv -m0755 a b > + compare out out_installed_second > + diff -u out out_installed_second > + ginstall -Cv -m0755 a b > + compare out out_empty > + diff -u out out_empty > --- out 2010-07-16 21:15:47.000000000 -0400 > +++ out_empty 2010-07-16 21:15:47.000000000 -0400 > @@ -1,2 +0,0 @@ > -removed `b' > -`a' -> `b' > + fail=1 > + ginstall -C --preserve-timestamps a b > ginstall: options --compare (-C) and --preserve-timestamps are mutually exclusive > Try `ginstall --help' for more information. > + ginstall -C --strip --strip-program=echo a b > ginstall: options --compare (-C) and --strip are mutually exclusive > Try `ginstall --help' for more information. > + Exit 1 > + set +e > + exit 1 > + exit 1 > + remove_tmp_ > + __st=1 > + cleanup_ > + : > + cd /rr/src/coreutils-8.5/tests > + chmod -R u+rwx /rr/src/coreutils-8.5/tests/cu-install-C.Ov3K6MoEJW > + rm -rf /rr/src/coreutils-8.5/tests/cu-install-C.Ov3K6MoEJW > + exit 1 I would be happy to supply additional information as needed. Thanks, Richard From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 30 00:56:43 2018 Received: (at 6661) by debbugs.gnu.org; 30 Oct 2018 04:56:43 +0000 Received: from localhost ([127.0.0.1]:53063 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gHM54-0003EA-T3 for submit@debbugs.gnu.org; Tue, 30 Oct 2018 00:56:43 -0400 Received: from mail-io1-f52.google.com ([209.85.166.52]:46400) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gHM52-0003Dp-1J; Tue, 30 Oct 2018 00:56:40 -0400 Received: by mail-io1-f52.google.com with SMTP id y22-v6so6469342ioj.13; Mon, 29 Oct 2018 21:56:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=tSQrIcvuiTrc2IKelELANpG9Dmx2hXpRjEdh6JZJ75A=; b=JtfPqY3ORt+XMegJ8MffyyEBdJDDa3nlS3KHCipfDsr5EdEEzfHyEA1f/FrbDF1gH9 0/AI0yypQQaEPNuIc/R5yKWbAePAAGDfJeBdnepEzJBgjP4AAMlBvL0QeIypKPSyi0+4 Ey1YqoxLK1ovbVu0EoCPbyUFRnCXubYgt8GP8Z+LIEr9Wd1QyHF1kh1CaGAPzNOMqmHL GWoiw2AWeq4Y+k0QpE0zGIUVKrzLXzBEIBHreo9eej3p9ulR4LQurxiNMqjPHvr5iHO4 fw2YIBigKC3gniGECtGb+3W60KD0x9tbpXWaHXkKRf+O/D+f1epWYZE7Q1sD28WXgg0G 8e4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=tSQrIcvuiTrc2IKelELANpG9Dmx2hXpRjEdh6JZJ75A=; b=f+R7fitSvAiPE76BfFRDZ1xAWSFw86dKX4tTQt7Qvfk5I59QgNSCAAIsKenhPH6aR0 Z1jFcQq0l9mIevT3ZiaW29fMhzrQl/AUmVkqrUoK+rwD3Z+0blaA5K51ymBZG7x6FDxO 1SeYAIuLIOmuPUnrjBaGoF1nTyjgI0tSGy55Xw7eggu4B378tvYxHj0v3Pl1X2VsEyNZ CHkhmKoQgI00KJYEhfXRQIbjyFu3SB/pC7bXyVPmLE4T4ogCcVnawYHc2IaAIOel+Svr pCeCly+9AwErHed8vArD9xes6NnI7h7Cic28fw3puUru+FGN40g+DBfmc/hd/HPSGy1Q 5PXA== X-Gm-Message-State: AGRZ1gKzDBC8DC6QF/EMFuxIrzMhN1DFt2krBUT4aos9/UFd2MvwFpHe tQnAJRcUUGWBR6WORVn3V04WMGYo41w= X-Google-Smtp-Source: AJdET5fvIJqwOQH1gnvXtNUaQkNq8TaalOb4W4mQLucwhVafW7BrGiJT8pT+O64gWeVaZEDmQuklng== X-Received: by 2002:a6b:3a55:: with SMTP id h82-v6mr10670866ioa.76.1540875393808; Mon, 29 Oct 2018 21:56:33 -0700 (PDT) Received: from tomato.housegordon.com (moose.housegordon.com. [184.68.105.38]) by smtp.googlemail.com with ESMTPSA id d21-v6sm7177647ioc.32.2018.10.29.21.56.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Oct 2018 21:56:32 -0700 (PDT) Subject: Re: bug#6661: test "install/install-C" fails on Mac OS X 10.6.4 To: Richard Godbee , 6661@debbugs.gnu.org References: <20100717033309.317961E3A0B@panic.geos.vt.edu> From: Assaf Gordon Message-ID: <1fb48a60-fdf9-e41f-2da1-d19a7c62ff97@gmail.com> Date: Mon, 29 Oct 2018 22:56:30 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20100717033309.317961E3A0B@panic.geos.vt.edu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 6661 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 6661 stop (triaging old bugs) On 2010-07-16 9:33 p.m., Richard Godbee wrote: > When I build coreutils 8.5 on Mac OS X 10.6.4, test "install/install-C" fails. > It seems your message was lost and not answered to in many many years. Sorry about that. Both coreutils 8,.5 and Mac OS X 10.6.4 are very old, and we've had successful compilation reports with newer versions of both. As such, I'm closing this bug (despite not being resolved). If you still experience issues with building coreutils on mac, please do reply to this thread. -assaf From unknown Wed Jun 18 23:10:48 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 27 Nov 2018 12:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator