Bug 54440

Summary: emulators/bochs doesn't compile on -current (patch included)
Product: Ports & Packages Reporter: Erik Greenwald <erik>
Component: Individual Port(s)Assignee: Eric Anholt <anholt>
Status: Closed FIXED    
Severity: Affects Only Me CC: erik
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
bochs.patch none

Description Erik Greenwald 2003-07-13 16:40:05 UTC

===>  Building for bochs-2.0.2,1
cd iodev && \
gmake  libiodev.a
gmake[1]: Entering directory `/usr/ports/emulators/bochs/work/bochs-2.0.2/iodev'
gmake[1]: `libiodev.a' is up to date.
gmake[1]: Leaving directory `/usr/ports/emulators/bochs/work/bochs-2.0.2/iodev'
echo done
done
cd cpu && \
gmake  libcpu.a
gmake[1]: Entering directory `/usr/ports/emulators/bochs/work/bochs-2.0.2/cpu'
c++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O -pipe -march=athlon -fno-rtti -fno-exceptions -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES   fetchdecode.cc -o fetchdecode.o
gmake[1]: Leaving directory `/usr/ports/emulators/bochs/work/bochs-2.0.2/cpu'
fetchdecode.cc:165: error: brace-enclosed initializer used to initialize `void 
   (*)(bxInstruction_c*)'
fetchdecode.cc:165: error: brace-enclosed initializer used to initialize `void 
   (*)(bxInstruction_c*)'
fetchdecode.cc:170: error: brace-enclosed initializer used to initialize `void 
   (*)(bxInstruction_c*)'
fetchdecode.cc:170: error: brace-enclosed initializer used to initialize `void 
   (*)(bxInstruction_c*)'
fetchdecode.cc:175: error: brace-enclosed initializer used to initialize `void 
   (*)(bxInstruction_c*)'
fetchdecode.cc:175: error: brace-enclosed initializer used to initialize `void 
   (*)(bxInstruction_c*)'
fetchdecode.cc:180: error: brace-enclosed initializer used to initialize `void 
   (*)(bxInstruction_c*)'
fetchdecode.cc:180: error: brace-enclosed initializer used to initialize `void 
   (*)(bxInstruction_c*)'
fetchdecode.cc:185: error: brace-enclosed initializer used to initialize `void 
   (*)(bxInstruction_c*)'
fetchdecode.cc:185: error: brace-enclosed initializer used to initialize `void 
   (*)(bxInstruction_c*)'
fetchdecode.cc:190: error: brace-enclosed initializer used to initialize `void 
   (*)(bxInstruction_c*)'
fetchdecode.cc:190: error: brace-enclosed initializer used to initialize `void 
   (*)(bxInstruction_c*)'
fetchdecode.cc:195: error: brace-enclosed initializer used to initialize `void 
   (*)(bxInstruction_c*)'
fetchdecode.cc:195: error: brace-enclosed initializer used to initialize `void 
   (*)(bxInstruction_c*)'
fetchdecode.cc:200: error: brace-enclosed initializer used to initialize `void 
   (*)(bxInstruction_c*)'
fetchdecode.cc:200: error: brace-enclosed initializer used to initialize `void 
   (*)(bxInstruction_c*)'
fetchdecode.cc:205: error: brace-enclosed initializer used to initialize `void 
   (*)(bxInstruction_c*)'
fetchdecode.cc:205: error: brace-enclosed initializer used to initialize `void 
   (*)(bxInstruction_c*)'
fetchdecode.cc:210: error: brace-enclosed initializer used to initialize `void 
   (*)(bxInstruction_c*)'
fetchdecode.cc:210: error: brace-enclosed initializer used to initialize `void 
   (*)(bxInstruction_c*)'
gmake[1]: *** [fetchdecode.o] Error 1
gmake: *** [cpu/libcpu.a] Error 2
*** Error code 2

Stop in /usr/ports/emulators/bochs.

How-To-Repeat: 
try building with new -current
Comment 1 Eric Anholt freebsd_committer freebsd_triage 2003-07-14 23:00:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anholt

Grab this as maintainer.
Comment 2 Eric Anholt freebsd_committer freebsd_triage 2003-07-15 20:12:06 UTC
State Changed
From-To: open->closed

Committed, thanks!