Building a port with debug symbols using poudriere

2020-05-06 Thread Greg Rivers
I need to build bind916 with debug symbols. According to the Makefile, defining "WITH_DEBUG" will accomplish that. Where and how would I set that inside a basic poudriere configuration? -- Greg ___ freebsd-ports@freebsd.org mailing list https://list

xpdf 4.02,1 core dumps

2020-05-06 Thread Pete Wright
Hello, I am noticing this error with xpdf recently: $ xpdf qt.qpa.xcb: could not connect to display qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the ap

Re: xpdf 4.02,1 core dumps

2020-05-06 Thread Janky Jay, III
Hello Pete, On 5/6/20 3:51 PM, Pete Wright wrote: > Hello, > I am noticing this error with xpdf recently: > > $ xpdf > qt.qpa.xcb: could not connect to display > qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even > though it was found. > This application failed to start because

Re: xpdf 4.02,1 core dumps

2020-05-06 Thread Pete Wright
On 5/6/20 2:51 PM, Pete Wright wrote: Hello, I am noticing this error with xpdf recently: $ xpdf qt.qpa.xcb: could not connect to display qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin c

Re: Building a port with debug symbols using poudriere

2020-05-06 Thread Matthias Andree
Am 06.05.20 um 18:05 schrieb Greg Rivers: > I need to build bind916 with debug symbols. According to the Makefile, > defining "WITH_DEBUG" will accomplish that. Where and how would I set that > inside a basic poudriere configuration? > Either in the port, or you can set WITH_DEBUG_PORTS=dns/bind9

Re: Building a port with debug symbols using poudriere

2020-05-06 Thread Greg Rivers
On Wednesday, 6 May 2020 17:49:06 CDT Matthias Andree wrote: > Am 06.05.20 um 18:05 schrieb Greg Rivers: > > I need to build bind916 with debug symbols. According to the Makefile, > > defining "WITH_DEBUG" will accomplish that. Where and how would I set that > > inside a basic poudriere configura