Re: [update] emulators/bochs to 2.7

2022-06-12 Thread Omar Polo
Stuart Henderson wrote: > Build failed: > > > c++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -DBXHUB -O2 -pipe > > -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES ./iodev/network/netutil.cc -o > > misc/netutil.o > > ./iodev/network/netutil.cc:1674:72: warning: format specifies type 'long' >

Re: [update] emulators/bochs to 2.7

2022-06-12 Thread Stuart Henderson
Build failed: > c++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -DBXHUB -O2 -pipe > -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES ./iodev/network/netutil.cc -o > misc/netutil.o > ./iodev/network/netutil.cc:1674:72: warning: format specifies type 'long' but > the argument has type 'off_t'

Re: [update] emulators/bochs to 2.7

2022-05-27 Thread Omar Polo
Omar Polo wrote: > rgc wrote: > > checking for mvaddch in -lcurses... yes > > Package curses was not found in the pkg-config search path > > checking for mvaddch in -lncurses... yes > > Package ncurses was not found in the pkg-config search path > > checking for mvaddch in -ltermlib... yes > >

Re: [update] emulators/bochs to 2.7

2022-05-25 Thread Omar Polo
rgc wrote: > checking for mvaddch in -lcurses... yes > Package curses was not found in the pkg-config search path > checking for mvaddch in -lncurses... yes > Package ncurses was not found in the pkg-config search path > checking for mvaddch in -ltermlib... yes > Package termlib was not found in

Re: [update] emulators/bochs to 2.7

2022-05-24 Thread Omar Polo
Hello, rgc wrote: > ports@ > > here is an update/upgrade for bochs > this patch uses the latest version in sf, v2.7 > > the current, v2.6.9, version has a bug that i encountered > when using bochs with multi-disk installs where changing > the disk image (during runtime) results in a crash. >