From owner-freebsd-current@FreeBSD.ORG Sun Nov 7 03:05:01 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B80916A4CE for ; Sun, 7 Nov 2004 03:05:01 +0000 (GMT) Received: from hotmail.com (bay2-dav18.bay2.hotmail.com [65.54.246.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C36643D39 for ; Sun, 7 Nov 2004 03:05:01 +0000 (GMT) (envelope-from tssajo@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 6 Nov 2004 19:05:00 -0800 Received: from 24.24.201.219 by BAY2-DAV18.phx.gbl with DAV; Sun, 07 Nov 2004 03:04:58 +0000 X-Originating-IP: [24.24.201.219] X-Originating-Email: [tssajo@hotmail.com] X-Sender: tssajo@hotmail.com From: "Zoltan Frombach" To: Date: Sat, 6 Nov 2004 19:05:08 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-ID: X-OriginalArrivalTime: 07 Nov 2004 03:05:00.0827 (UTC) FILETIME=[920606B0:01C4C476] Subject: portupgrade -af on FreeBSD 5.3 and I get two conftest signal 12 core dumps ?!! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2004 03:05:01 -0000 I've recently migrated to FreeBSD 5.3. I just upgraded my system to the brand new 5.3-RELEASE version, and first of all, I have to tell you that it works really great!! I love it! Thank you guys for the great work!! But I run into a somewhat weird problem. After the successful migration to 5.3-RELEASE from a previos 5.2-CURRENT version, when I recompile all installed ports with 'portupgrade -af', I get this in my system log file: Nov 6 16:59:54 www kernel: pid 8927 (conftest), uid 0: exited on signal 12 (core dumped) Nov 6 17:14:16 www kernel: pid 2733 (conftest), uid 0: exited on signal 12 (core dumped) But portupgrade proceeds and seemingly re-compiles all installed ports anyway (at least this is what I believe). When I look for the .core file(s), I can't find any on my hard drive anywhere! If the core was really dumped, then where did the .core files go? And how can I find out which port(s) are causing these problems? What is this signal 12 with conftest means anyway? I couldn't find anything about it by Googling... Other then this, my system works great with FreeBSD 5.3! And it has never been this smooth and fast before! And one more question. When I cvsupped all-src for FreeBSD 5.3-RELEASE, I used the RELENG_5_3 branch. Or should I have used RELENG_5_3_0 ? What is the difference between the two now, as FreeBSD 5.3-RELEASE was just released this afternoon? I guess, nothing. Am I correct? Or should I cvsup RELENG_5_3_0 ? Please advice! Zoltan