From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mout.kundenserver.de ([212.227.17.13]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1XOpBJ-0006Xe-Rb for ptxdist@pengutronix.de; Tue, 02 Sep 2014 16:35:39 +0200 From: Tim Niemeyer Date: Tue, 2 Sep 2014 16:35:11 +0200 Message-Id: <1409668513-21018-1-git-send-email-tim.niemeyer@corscience.de> Subject: [ptxdist] [PATCH 0/1] ptxd_make_xpkg_pkg: handle SIGPIPE correctly Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Hi I had some problems building my root filesystem. The problem was only reproducible on one of our machines. The failing one is a bit slower. PTXdist wasn't able to targetinstall e.g. libffi. When I restarted the build process, the targetinstall worked and PTXdists stopped on another library (e.g. libncurses). Example log from failing libffi targetinstall: ---%<--- install_init: preparing for image creation of 'libffi'... install_init: @ARCH@ -> armel install_init: @PACKAGE@ -> libffi install_init: @VERSION@ -> 3.0.13 install_init: @DEPENDS@ -> install_init: preinst not available install_init: postinst not available install_init: prerm not available install_init: postrm not available install_fixup: @PRIORITY@ -> optional ... done. install_fixup: @SECTION@ -> base ... done. install_fixup: @AUTHOR@ -> "Robert Schwebel " ... done. install_fixup: @DESCRIPTION@ -> missing ... done. xpkg_finish: collecting license (MIT) ... done. xpkg_finish: creating ipkg package ... install file: src=rootfs/platform-tricorder/packages/libffi-3.0.13/usr/lib/libffi.so.6.0.1 dst=/usr/lib/libffi.so.6.0.1 owner=0 group=0 permissions=0644 chmod: cannot access `/home/tniemeyer/rootfs/platform-tricorder/root/usr/lib/.debug/libffi.so.6.0.1': No such file or directory Error: install_file failed! make: *** [/home/tniemeyer/rootfs/platform-tricorder/state/libffi.targetinstall] Error 1 failed --->%--- Regards Tim Tim Niemeyer (1): ptxd_make_xpkg_pkg: handle SIGPIPE correctly scripts/lib/ptxd_make_xpkg_pkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.10.4 -- ptxdist mailing list ptxdist@pengutronix.de