Bug 54440 - emulators/bochs doesn't compile on -current (patch included)
Summary: emulators/bochs doesn't compile on -current (patch included)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Eric Anholt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-13 16:40 UTC by Erik Greenwald
Modified: 2003-07-15 20:12 UTC (History)
1 user (show)

See Also:


Attachments
bochs.patch (2.37 KB, patch)
2003-07-13 16:40 UTC, Erik Greenwald
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!