From owner-freebsd-questions@FreeBSD.ORG Wed Aug 25 22:30:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC3D016A4CE for ; Wed, 25 Aug 2004 22:30:17 +0000 (GMT) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id AADEF43D1F for ; Wed, 25 Aug 2004 22:30:17 +0000 (GMT) (envelope-from gerard-seibert@rcn.com) Received: from 207-237-110-41.c3-0.crm-ubr4.crm.ny.cable.rcn.com ([207.237.110.41] helo=[127.0.0.1]) by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1C06HX-0000OE-00; Wed, 25 Aug 2004 18:30:15 -0400 Date: Wed, 25 Aug 2004 18:30:17 -0400 From: Gerard Seibert To: Francis GUDIN Sender: Gerard@FreeBSD.ORG, Seibert@FreeBSD.ORG In-Reply-To: References: <200408241903.03275.gerard-seibert@rcn.com> Message-Id: <20040825182516.0767.GERARD-SEIBERT@rcn.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.11.02 [en] cc: FreeBSD Question Subject: Re[3]: Error When Attempting to Use portmanager X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gerard-seibert@rcn.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2004 22:30:18 -0000 On Wednesday, August 25, 2004 3:34:51 AM Francis GUDIN wrote: |>In gmane.os.freebsd.questions, you wrote: |>> -----BEGIN PGP SIGNED MESSAGE----- |>> Hash: SHA1 |>> |>> System information: |>> |>> root@rcn ~ $ uname -a |>> FreeBSD rcn.com 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 |>> GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 |>> root@rcn ~ $ |>> |>> |>> I saw a posting here a while back about 'portmanager'. I decided to give it a |>> try. I got it from the ports, and everything seemed all right. |>> |>> However, when I attempt to run the program, I receive the following error |>> message: |>> |>> root@rcn ~ $ portmanager -u |>> reading /usr/local/etc/portmanager/pm-020.conf, size 1145 |>> Segmentation fault (core dumped) |>> Segmentation fault (core dumped) |>> pmupgrade 0.2.0 error: pmStatus returned an error, cannot continue |>> |>> Does anyone have a suggestion? |>> |>> Thanks |>> |>> Gerard Seibert |>> gerard-seibert@rcn.com |> |>Hello, |> |>Nice to hear something about portmanager: i hope we can push it forward. |>Regarding that issue you're facing, i think recompiling with symbols |>("-g" flag on cc) and getting a backtrace of this fault would please |>Michael C. Shultz , developper of portmanager. |> |>Regards, |>Francis Gudin. ********** Reply Separator ********** Wednesday, August 25, 2004 6:25:16 PM OK, I am not that knowledgable about compiling programs, etc. Exactly how do I recompile with ("-g" flag on cc). Does this cause it to get a backtrace? If not, then how do I go about it? Thanks!