Port OPTIONS advice

2020-05-20 Thread SirDice
Hi, Some time ago I took over maintainership of fs-uae. Port itself is doing great but I wanted to enable the JIT option to experiment with (it builds but crashes the application; that's an entirely different issue though). To enable it I had added this: OPTIONS_DEFINE_i386=JIT

Re: Port OPTIONS advice

2020-05-20 Thread Martin Neubauer
On 20/05/2020 20:07, SirDice wrote: > On Wed, May 20, 2020 at 7:45 PM Martin Neubauer wrote: > >> How about something like: >> >> >> OPTIONS_DEFINE_amd64= JIT >> OPTIONS_DEFINE_i386=JIT >> >> JIT_CONFIGURE_ENABLE= jit >>

Re: Port OPTIONS advice

2020-05-20 Thread Martin Neubauer
How about something like: OPTIONS_DEFINE_amd64= JIT OPTIONS_DEFINE_i386=JIT JIT_CONFIGURE_ENABLE= jit On 20/05/2020 19:25, SirDice wrote: > Hi, > > Some time ago I took over maintainership of fs-uae. Port itself is doing

Re: Missing /dev/io on rpi3 running 12-stable

2020-05-20 Thread bob prohaska
On Wed, May 20, 2020 at 07:09:11PM +0200, Mika??l Urankar wrote: > Le mer. 20 mai 2020 ?? 18:46, bob prohaska a ??crit : > > > > Is there supposed to be a /dev/io by default in FreeBSD on a Pi3? > > Attempts to start X under 12.1-STABLE r361271 GENERIC fail with > > a report of "failed to open

Re: Port OPTIONS advice

2020-05-20 Thread Martin Neubauer
On 20/05/2020 19:45, Martin Neubauer wrote: > JIT_CONFIGURE_ENABLE= jit Sorry, JIT_CONFIGURE_OFF= --without-jit -- Mrs. Peacock in the study with a knife. signature.asc Description: OpenPGP digital signature

Re: More xorg mischief on Rpi3B, failed to open /dev/io

2020-05-20 Thread Yuri Pankov
bob prohaska wrote: Enabling amdgpu in llvm80 solved the problem of compiling xorg on a Pi3b, but now that it's built and installed it still fails to run. Probably stupid question, but as you didn't mention it, is the actual drm module loaded? Also you don't need the 'configure' step, how

Re: poudriere segmentation fault on 13-CURRENT

2020-05-20 Thread Yuri Pankov
Grzegorz Junka wrote: When configuring ports with this option: poudriere options -j 13 -p gui -z v8 lang/v8 for every port the configuration ends with "Segmentation fault". For example, with that command the first port that shows up is "python27-2.7.18". After the ncurses dialog is shown I

Re: Building a port with debug symbols using poudriere

2020-05-20 Thread Greg Rivers
Thank you Matthias and Mathieu. With your help I was able to accomplish what I needed. -- Greg ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

Re: poudriere segmentation fault on 13-CURRENT

2020-05-20 Thread Grzegorz Junka
On 20/05/2020 19:33, Yuri Pankov wrote: Grzegorz Junka wrote: When configuring ports with this option: poudriere options -j 13 -p gui -z v8 lang/v8 for every port the configuration ends with "Segmentation fault". For example, with that command the first port that shows up is

Virtualmin

2020-05-20 Thread The Doctor via freebsd-ports
Question, how reliable is the virutalmin port? I have a problem with adding a user to a subdomain and the password assigned is not working. -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca Yahweh, Queen & country!Never Satan President Republic!Beware

Re: Missing /dev/io on rpi3 running 12-stable

2020-05-20 Thread bob prohaska
On Wed, May 20, 2020 at 08:56:31PM +0200, Mika??l Urankar wrote: > Le mer. 20 mai 2020 ?? 20:16, bob prohaska a ??crit : > > > > On Wed, May 20, 2020 at 07:09:11PM +0200, Mika??l Urankar wrote: > > > Le mer. 20 mai 2020 ?? 18:46, bob prohaska a ??crit : > > > > > > > > Is there supposed to be a

Re: Missing /dev/io on rpi3 running 12-stable

2020-05-20 Thread bob prohaska
On Wed, May 20, 2020 at 11:01:44AM -0600, Ian Lepore wrote: > On Wed, 2020-05-20 at 09:46 -0700, bob prohaska wrote: > > Is there supposed to be a /dev/io by default in FreeBSD on a Pi3? > > Attempts to start X under 12.1-STABLE r361271 GENERIC fail with > > a report of "failed to open /dev/io".

Re: Missing /dev/io on rpi3 running 12-stable

2020-05-20 Thread Mark Millard via freebsd-ports
On 2020-May-20, at 19:25, bob prohaska wrote: > > Which list is the appropriate forum, -ports, -arm or something else? > If there is a better problem description I'll use it. ISTR xorg > compiling and running without a hitch on -current previously, ~ > a year ago. Does not look like I can