Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 2004 14:58:23 -0500 (CDT)
From:      "Conrad J. Sabatier" <conrads@cox.net>
To:        Ruslan Ermilov <ru@freebsd.org>
Cc:        freebsd-current@freebsd.org
Subject:    Re: builworld fails if debugging enabled in usr.sbin/pkg_install/lib
Message-ID:  <XFMail.20040812145823.conrads@cox.net>
In-Reply-To: <20040812195252.GA79364@ip.net.ua>

next in thread | previous in thread | raw e-mail | index | archive | help

On 12-Aug-2004 Ruslan Ermilov wrote:
> On Thu, Aug 12, 2004 at 02:41:37PM -0500, Conrad J. Sabatier wrote:
>> To help in debugging a problem with news/pan2, I decided to try
>> rebuilding the port and all of its dependencies with debugging
>> enabled.
>> Then I decided to go ahead and do the same with the base system. 
>> The
>> buildworld with "-g" worked fine with one exception:
>> 
>> cc -O2 -pipe -march=athlon64 -m64 -g  1 -Wsystem-headers -Wall
>> -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes
>> -Wpointer-arith -Wno-uninitialized -Wformat=2 -Wno-format-extra-args
>> -c
>> /usr/src/usr.sbin/pkg_install/lib/file.c
>> cc: 1: No such file or directory
>> *** Error code 1
>> 
>> Stop in /usr/src/usr.sbin/pkg_install/lib.
>> 
>> I can't figure out where this "1" just after the "-g" switch is
>> coming
>> from.  Without "-g", the compile works OK:
>> 
>> cc -O2 -pipe -march=athlon64 -m64   -Wsystem-headers -Wall
>> -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes
>> -Wpointer-arith -Wno-uninitialized -Wformat=2 -Wno-format-extra-args
>> -c
>> /usr/src/usr.sbin/pkg_install/lib/file.c
>> 
>> Strange.
>> 
> How are you building your world with -g?

I have the following in /etc/make.conf:

.if defined(DEBUG)
CFLAGS+=-g
.endif

And then use "make -DDEBUG buildworld".

-- 
Conrad J. Sabatier <conrads@cox.net> -- "In Unix veritas"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20040812145823.conrads>