Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#20510 closed defect (fixed)

muparser build error

Reported by: mf2k (Frank Schima) Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc:
Port: muparser

Description

Mac OS X 10.5.7. Xcode 3.1.3.

$ sudo port install muparser
--->  Computing dependencies for muparser
--->  Fetching muparser
--->  Attempting to fetch muparser_v130.tar.gz from http://distfiles.macports.org/muparser
--->  Verifying checksum(s) for muparser
--->  Extracting muparser
--->  Applying patches to muparser
--->  Configuring muparser
--->  Building muparser
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_mports_trunk_dports_math_muparser/work/muparser" && /usr/bin/make -j2 all " returned error 2
Command output: /opt/local/var/macports/build/_opt_mports_trunk_dports_math_muparser/work/muparser/bk-deps /usr/bin/g++-4.0 -c -o muParser_dll_muParserBytecode.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -dynamic -fPIC -DPIC  -O2 -fno-common ./src/muParserBytecode.cpp
/opt/local/var/macports/build/_opt_mports_trunk_dports_math_muparser/work/muparser/bk-deps /usr/bin/g++-4.0 -c -o muParser_dll_muParserTest.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -dynamic -fPIC -DPIC  -O2 -fno-common ./src/muParserTest.cpp
/opt/local/var/macports/build/_opt_mports_trunk_dports_math_muparser/work/muparser/bk-deps /usr/bin/g++-4.0 -c -o muParser_dll_muParser.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -dynamic -fPIC -DPIC  -O2 -fno-common ./src/muParser.cpp
/opt/local/var/macports/build/_opt_mports_trunk_dports_math_muparser/work/muparser/bk-deps /usr/bin/g++-4.0 -c -o muParser_dll_muParserDLL.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -dynamic -fPIC -DPIC  -O2 -fno-common ./src/muParserDLL.cpp
/opt/local/var/macports/build/_opt_mports_trunk_dports_math_muparser/work/muparser/bk-deps /usr/bin/g++-4.0 -c -o muParser_dll_muParserInt.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -dynamic -fPIC -DPIC  -O2 -fno-common ./src/muParserInt.cpp
/opt/local/var/macports/build/_opt_mports_trunk_dports_math_muparser/work/muparser/bk-deps /usr/bin/g++-4.0 -c -o muParser_dll_muParserTokenReader.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -dynamic -fPIC -DPIC  -O2 -fno-common ./src/muParserTokenReader.cpp
/opt/local/var/macports/build/_opt_mports_trunk_dports_math_muparser/work/muparser/bk-deps /usr/bin/g++-4.0 -c -o muParser_dll_muParserError.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -dynamic -fPIC -DPIC  -O2 -fno-common ./src/muParserError.cpp
/opt/local/var/macports/build/_opt_mports_trunk_dports_math_muparser/work/muparser/bk-deps /usr/bin/g++-4.0 -c -o muParser_dll_muParserCallback.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -dynamic -fPIC -DPIC  -O2 -fno-common ./src/muParserCallback.cpp
/opt/local/var/macports/build/_opt_mports_trunk_dports_math_muparser/work/muparser/bk-deps /usr/bin/g++-4.0 -c -o muParser_dll_muParserBase.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -dynamic -fPIC -DPIC  -O2 -fno-common ./src/muParserBase.cpp
/opt/local/var/macports/build/_opt_mports_trunk_dports_math_muparser/work/muparser/bk-deps /usr/bin/g++-4.0 -c -o example1_Example1.o -DNDEBUG -I./include  -O2 -fno-common ./samples/example1/Example1.cpp
/usr/bin/g++-4.0 -o samples/example1/example1 example1_Example1.o -L./lib -L/opt/local/lib  -L./lib   -lmuparser
ld: library not found for -lmuparser
collect2: ld returned 1 exit status
make: *** [samples/example1/example1] Error 1
make: *** Waiting for unfinished jobs....

Error: Status 1 encountered during processing.

Change History (2)

comment:1 Changed 15 years ago by tobypeterson

Resolution: fixed
Status: newclosed

Although this isn't mentioned, I'm assuming from the build path that this is a trunk install. Committed r54755.

comment:2 Changed 15 years ago by mf2k (Frank Schima)

Yes, this was a trunk install.

Note: See TracTickets for help on using tickets.