Re: Debug version of firefox

2019-05-05 Thread Robert Huff


Anders Jensen-Waud writes:

>  On 5/5/19 8:56 am, George Mitchell wrote:
>  > I tried compiling a debugging version of firefox:
>  >
>  > cd /usr/ports/www/firefox; make clean; make WITH_DEBUG=yes install
>  >
>  > The resulting binary had no debug symbols.  What did I do wrong?
>  > -- George
>  >
>  WITH_DEBUG may not modify Firefox's actual makefile to do what you want. 
>  I would see if you need to monkey patch './configure' with a flag or two.

Has anyone asked the maintainer, which I believe is
"ge...@freebsd.org"?


Respectfully,


Robert Huff


___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Debug version of firefox

2019-05-05 Thread Anders Jensen-Waud



On 5/5/19 8:56 am, George Mitchell wrote:

I tried compiling a debugging version of firefox:

cd /usr/ports/www/firefox; make clean; make WITH_DEBUG=yes install

The resulting binary had no debug symbols.  What did I do wrong?
-- George

WITH_DEBUG may not modify Firefox's actual makefile to do what you want. 
I would see if you need to monkey patch './configure' with a flag or two.


___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Compiling u-boot-rpi3 on an rpi3

2019-05-05 Thread bob prohaska
With FreeBSD at r347055 and ports at 500862 attempts to compile
sysutils/u-boot-rpi3 stop with a string of errors starting with
ld: error: undefined symbol: EVP_MD_CTX_new
>>> referenced by mxsimage.c
>>>   tools/mxsimage.o:(mxsimage_generate)

ld: error: undefined symbol: EVP_MD_CTX_free
>>> referenced by mxsimage.c
>>>   tools/mxsimage.o:(mxsimage_generate)

ld: error: undefined symbol: EVP_MD_CTX_new
>>> referenced by mxsimage.c
>>>   tools/mxsimage.o:(mxsimage_generate)

ld: error: undefined symbol: EVP_CIPHER_CTX_reset
>>> referenced by mxsimage.c
>>>   tools/mxsimage.o:(mxsimage_generate)

Is there a fix or workaround?

Thanks for reading,

bob prohaska
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Debug version of firefox

2019-05-05 Thread Michael Zhilin
Hi,

AFAIK, firefox uses dwarf2 even if no WITH_DEBUG option is used.

Thank!

On Sun, May 5, 2019 at 2:24 AM George Mitchell 
wrote:

> I tried compiling a debugging version of firefox:
>
> cd /usr/ports/www/firefox; make clean; make WITH_DEBUG=yes install
>
> The resulting binary had no debug symbols.  What did I do wrong?
> -- George
>
>
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"