From owner-freebsd-ports@FreeBSD.ORG Thu Apr 25 13:55:18 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 479E1FD0; Thu, 25 Apr 2013 13:55:18 +0000 (UTC) (envelope-from martin.olsson@sentor.se) Received: from smtp-out.sentor.se (smtp-out.sentor.se [176.124.225.2]) by mx1.freebsd.org (Postfix) with ESMTP id 7EAC91626; Thu, 25 Apr 2013 13:55:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by farmermaggot.shire.sentor.se (Postfix) with ESMTP id C4CDEAA5369D; Thu, 25 Apr 2013 15:55:16 +0200 (CEST) Date: Thu, 25 Apr 2013 15:55:16 +0200 (CEST) From: Martin Olsson To: Baptiste Daroussin Subject: Re: FreeBSD Port: devel/libcheck - bug in package In-Reply-To: <20130425130736.GC50182@ithaqua.etoilebsd.net> Message-ID: References: <00f401ce41b4$fde2a1d0$f9a7e570$@sentor.se> <20130425130736.GC50182@ithaqua.etoilebsd.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="2180312168-231925417-1366898116=:81362" Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Apr 2013 13:55:18 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --2180312168-231925417-1366898116=:81362 Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT > This has been fixed, please update your ports tree. Hi Baptiste! I have updated the ports tree. Still same error. :-/ # portsnap fetch update Looking up portsnap.FreeBSD.org mirrors... 6 mirrors found. Fetching snapshot tag from ec2-eu-west-1.portsnap.freebsd.org... done. Ports tree hasn't changed since last snapshot. No updates needed. Ports tree is already up to date. # portmaster --no-confirm -adgf ... ... /bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -o ex_output ex_output.o ../src/libcheck.la ../lib/libcompat.la -lrt libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -o .libs/ex_output ex_output.o ../src/.libs/libcheck.so ../lib/.libs/libcompat.a -lrt -Wl,-rpath -Wl,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fno-strict-aliasing -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -MT ex_xml_output.o -MD -MP -MF .deps/ex_xml_output.Tpo -c -o ex_xml_output.o ex_xml_output.c mv -f .deps/ex_xml_output.Tpo .deps/ex_xml_output.Po /bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -o ex_xml_output ex_xml_output.o ../src/libcheck.la ../lib/libcompat.la -lrt libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -o .libs/ex_xml_output ex_xml_output.o ../src/.libs/libcheck.so ../lib/.libs/libcompat.a -lrt -Wl,-rpath -Wl,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -pipe -fno-strict-aliasing -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -MT ex_log_output.o -MD -MP -MF .deps/ex_log_output.Tpo -c -o ex_log_output.o ex_log_output.c mv -f .deps/ex_log_output.Tpo .deps/ex_log_output.Po /bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -o ex_log_output ex_log_output.o ../src/libcheck.la ../lib/libcompat.la -lrt libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -o .libs/ex_log_output ex_log_output.o ../src/.libs/libcheck.so ../lib/.libs/libcompat.a -lrt -Wl,-rpath -Wl,/usr/local/lib gmake[2]: Leaving directory `/usr/ports/devel/libcheck/work/check-0.9.9/tests' gmake[1]: Leaving directory `/usr/ports/devel/libcheck/work/check-0.9.9' ===>>> Creating a backup package for old version libcheck-0.9.9 tar: bin/checkmk: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 ===>>> Package creation failed for libcheck-0.9.9! ===>>> Ignore this error [i] ===>>> Abort update [a] ===>>> Retry [r] ===>>> How would you like to proceed? [i] Anything I can do to analyse this further for you? (I'm no programmer, though) /Martin On Thu, 25 Apr 2013, Baptiste Daroussin wrote: > On Thu, Apr 25, 2013 at 03:01:24PM +0200, Martin Olsson wrote: >> Hi! >> I don't know if the maintainer of devel/libcheck is active, so I forward >> this report to ports@freebsd.org, hoping that someone will look into it. >> >> /Martin >> >> -----Ursprungligt meddelande----- >> Från: Martin Olsson [mailto:martin.olsson@sentor.se] >> Skickat: den 24 april 2013 12:24 >> Till: 'sunpoet@FreeBSD.org' >> Ämne: FreeBSD Port: devel/libcheck - bug in package >> >> Hi! >> >> I just wanted to report a bug I found when recompiling all packets on my >> FreeBSD 9.1 i386. >> >> I run: >> portmaster --no-confirm -adgf >> >> >> gmake[1]: Entering directory `/usr/ports/devel/libcheck/work/check-0.9.9' >> gmake[2]: Entering directory `/usr/ports/devel/libcheck/work/check-0.9.9' >> gmake[2]: Nothing to be done for `install-exec-am'. >> test -z "/usr/local/share/doc/libcheck" || /bin/mkdir -p >> "/usr/local/share/doc/libcheck" >> install -o root -g wheel -m 444 SVNChangeLog ChangeLog ChangeLogOld NEWS >> README '/usr/local/share/doc/libcheck' >> test -z "/usr/local/share/aclocal" || /bin/mkdir -p >> "/usr/local/share/aclocal" >> install -o root -g wheel -m 444 check.m4 '/usr/local/share/aclocal' >> test -z "/usr/local/libdata/pkgconfig" || /bin/mkdir -p >> "/usr/local/libdata/pkgconfig" >> install -o root -g wheel -m 444 check.pc '/usr/local/libdata/pkgconfig' >> gmake[2]: Leaving directory `/usr/ports/devel/libcheck/work/check-0.9.9' >> gmake[1]: Leaving directory `/usr/ports/devel/libcheck/work/check-0.9.9' >> Making install in checkmk >> gmake[1]: Entering directory >> `/usr/ports/devel/libcheck/work/check-0.9.9/checkmk' >> gmake[2]: Entering directory >> `/usr/ports/devel/libcheck/work/check-0.9.9/checkmk' >> test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin" >> test -z "/usr/local/man/man1" || /bin/mkdir -p "/usr/local/man/man1" >> install -o root -g wheel -m 444 doc/checkmk.1 '/usr/local/man/man1' >> gmake[2]: Leaving directory >> `/usr/ports/devel/libcheck/work/check-0.9.9/checkmk' >> gmake[1]: Leaving directory >> `/usr/ports/devel/libcheck/work/check-0.9.9/checkmk' >> Making install in tests >> gmake[1]: Entering directory >> `/usr/ports/devel/libcheck/work/check-0.9.9/tests' >> gmake[2]: Entering directory >> `/usr/ports/devel/libcheck/work/check-0.9.9/tests' >> gmake[2]: Nothing to be done for `install-exec-am'. >> gmake[2]: Nothing to be done for `install-data-am'. >> gmake[2]: Leaving directory >> `/usr/ports/devel/libcheck/work/check-0.9.9/tests' >> gmake[1]: Leaving directory >> `/usr/ports/devel/libcheck/work/check-0.9.9/tests' >> install-info --quiet /usr/local/info/check.info /usr/local/info/dir >> ===> Compressing manual pages for libcheck-0.9.9 >> ===> Running ldconfig >> /sbin/ldconfig -m /usr/local/lib >> ===> Registering installation for libcheck-0.9.9 >> >> ===>>> Creating a package for new version libcheck-0.9.9 >> tar: bin/checkmk: Cannot stat: No such file or directory >> tar: Error exit delayed from previous errors. >> pkg_create: make_dist: tar command failed with code 256 >> >> ===>>> Package creation of libcheck-0.9.9 failed >> ===>>> Aborting update >> >> ===>>> Update for devel/libcheck failed >> ===>>> Aborting update >> >> ===>>> Killing background jobs >> Terminated >> >> So it seems like the compilation is fine. >> However, when portmaster is trying to create a package for libcheck-0.9.9, >> it fails. >> >> /Martin --2180312168-231925417-1366898116=:81362--