> To debug this, I'd like to build postfix again, but this time portage
> should not strip the binaries and it should be compiled with debugging
> information compiled in (ie. with -g).
>
> How would I do that?

There is a good howto which explains building packages with debug
information and generating backtraces at
http://www.gentoo.org/proj/en/qa/backtraces.xml.

FEATURES="nostrip -ccache keeptemp keepwork test noclean" \
  CFLAGS="-march=athlon-xp -O0 -pipe -ggdb3" sudo emerge postfix

This seems to be at least one way to go.

You can set this in /etc/portage/env/mail-mta/postfix to enable this
Features and Cflags only for this specific package.

Regards Daniel
--
[EMAIL PROTECTED] mailing list

Reply via email to