From owner-freebsd-current@FreeBSD.ORG Mon Nov 8 07:56:02 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 8F4E116A4CE; Mon, 8 Nov 2004 07:56:02 +0000 (GMT) Received: from hotmail.com (bay2-dav3.bay2.hotmail.com [65.54.246.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F9C543D48; Mon, 8 Nov 2004 07:56:02 +0000 (GMT) (envelope-from tssajo@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 7 Nov 2004 23:56:01 -0800 Received: from 24.24.201.219 by BAY2-DAV3.phx.gbl with DAV; Mon, 08 Nov 2004 07:55:51 +0000 X-Originating-IP: [24.24.201.219] X-Originating-Email: [tssajo@hotmail.com] X-Sender: tssajo@hotmail.com From: "Zoltan Frombach" To: "Mike Jakubik" , "Dan Nelson" References: <20041107033204.GA5512@dan.emsphone.com> <1037.192.168.1.199.1099799658.squirrel@192.168.1.199> Date: Sun, 7 Nov 2004 23:55:52 -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: 08 Nov 2004 07:56:01.0646 (UTC) FILETIME=[63E550E0:01C4C568] cc: freebsd-current@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: portupgrade -af on FreeBSD 5.3 and I get two conftest signal 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: Mon, 08 Nov 2004 07:56:02 -0000 I can confirm now that ONE of these core dumps ("conftest signal 12") messages is being generated when I (re)compile the apache2 port. I still don't know which other port generates the other identical message in my system log file. Is there any chance that the maintainer of the apache2 port can look into this? Thanks in advance!! Zoltan > Dan Nelson said: >> In the last episode (Nov 06), Zoltan Frombach said: >>> 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... >> >> #define SIGSYS 12 /* non-existent system call invoked */ >> >> This is an unusual error to be getting, but it's possible that one of >> the ports you tried to install tried to check for a syscall that either > > It's apache, i get these too.