From owner-freebsd-ports@FreeBSD.ORG Wed May 6 14:25:58 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E2D7106566B for ; Wed, 6 May 2009 14:25:58 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id A4A788FC0A for ; Wed, 6 May 2009 14:25:57 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: (qmail invoked by alias); 06 May 2009 14:25:56 -0000 Received: from balu.cs.uni-paderborn.de (EHLO balu) [131.234.21.37] by mail.gmx.net (mp069) with SMTP; 06 May 2009 16:25:56 +0200 X-Authenticated: #428038 X-Provags-ID: V01U2FsdGVkX19Myo94YwVMSoGw5PaiA8sQIJHwrwjeS6DveT8ZsV RR06/dr5iKNvDN Date: Wed, 06 May 2009 16:25:54 +0200 To: "freebsd-ports@freebsd.org" From: "Matthias Andree" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 References: <20090506094453.073f9cc8@scorpio> Content-Transfer-Encoding: 7bit Organization: Message-ID: In-Reply-To: <20090506094453.073f9cc8@scorpio> User-Agent: Opera Mail/9.64 (Win32) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.57 Subject: Re: ports/134156: Unable to build updated: e2fsprogs-libuuid-1.41.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: matthias.andree@gmx.de List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 May 2009 14:25:58 -0000 Hi Jerry, *, we're getting closer, a bit at least. In Jerry's case, the server dies before it can write its PID to the uuidd.pid file (0 size), and doesn't get around to cleaning up, so I assume it exits abnormally. Unfortunately, it doesn't log what's up if it's launched automatically as happens in this test, so we need to run it in debug mode for the test (uuidd -d). Also, the build will use the previously installed daemon, but that shouldn't be a problem here. Could you (or somebody else, it can't hurt if I get several inputs here) help me a bit further (shouldn't take more than 5 minutes): 1. Is /var NFS-mounted? Or what kind of file system is it on? 2. Can you build the software, abort the hanging self-test (I don't need the output) and then do this: 3. as root, run: sh -c 'killall uuidd ; sleep 3 ; truss /usr/local/sbin/uuidd -d >serverold.out 2>&1 &' 4. as root, run: sh -c 'truss work/e2fsprogs-1.41.5/lib/uuid/tst_uuid >client1.out 2>&1 &' 5. as root, wait 3 seconds (if pasting this) and then run: killall uuidd tst_uuid 6. as root, run: sh -c 'killall uuidd ; sleep 3 ; truss work/e2fsprogs-1.41.5/misc/uuidd -d >servernew.out 2>&1 &' 7. as root, run: sh -c 'truss work/e2fsprogs-1.41.5/lib/uuid/tst_uuid >client2.out 2>&1 &' 8. as root, wait 3 seconds (if pasting this) and then run: killall uuidd tst_uuid 9. Unless you've already sent it: what is your output of pkg_info -W /usr/local/sbin/uuidd? 10. compress and mail me the four (4) *.out files off-list; the reply-to: header is set. Thanks a lot. Best regards -- Matthias Andree