https://bugs.gentoo.org/show_bug.cgi?id=357083
does not manifest during compile. tftp <host|ip> -c get foo ... segs on
"get"
-----Original Message-----
From: Matt Turner [mailto:mattst88@gentoo.org]
Sent: Tuesday, October 18, 2011 4:34 PM
To: gentoo-catalyst@lists.gentoo.org
Subject: Re: [gentoo-catalyst] Setting cflags for a single package in
spec file
On Tue, Oct 18, 2011 at 4:04 PM, Garrity, Christopher
<Christopher.Garrity@networksolutions.com> wrote:
>
> Thanks, that did it!
>
> # grep confdir catalyst-netboot2.spec
> portage_confdir: /etc/portage
>
> # find /etc/portage/env -type f -exec cat {} ; -print
> CFLAGS="-mtune=core2 -march=core2 -pipe -fomit-frame-pointer"
> CHOST="x86_64-pc-linux-gnu"
> CXXFLAGS="${CFLAGS}"
> /etc/portage/env/net-ftp/tftp-hpa
>
> My tftp client no longer segs
Great to hear!
Speaking of which, I don't see any bugs reported in the Gentoo bug
tracker. How can I reproduce the seg fault you're seeing? I just
compiled tftp-hpa-5.1 with gcc-4.5.3-r1.
Thanks,
Matt