[MacPorts] #42844: root-5.34.17 would not build with +fftw3
MacPorts
noreply at macports.org
Fri Mar 14 07:39:59 PDT 2014
#42844: root-5.34.17 would not build with +fftw3
---------------------------+----------------------
Reporter: anna.soter@… | Owner: jonesc@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Resolution: | Keywords:
Port: root |
---------------------------+----------------------
Changes (by macsforever2000@…):
* cc: mattiafrancescomoro@… (added)
* keywords: fftw3 root =>
* owner: macports-tickets@… => jonesc@…
Old description:
> ""Similar problem to closed ticket"" #32383
> [https://trac.macports.org/ticket/32383])
>
> root-5.34.17 (built with defaults,
> root-5.34.17_0+cocoa+gcc48+graphviz+gsl+minuit2+opengl+roofit+soversion+ssl+tmva+xml
> )
> fails during runtime when tries to access some missing libraries:
>
> {{{
> Error in <TMacOSXSystem::DynamicPathName>: FFTW[.so | .dll | .dylib | .sl
> | .dl | .a] does not exist in
> .:/opt/local/lib/root::/opt/local/lib/root/cint/cint/stl
> }}}
>
> It seems the fftw3 libraries relevant to root are missing, at least this
> error occurs for others for this reason. It seems the port should get
> them by default, but in any case
> I tried to enforce them with '''+fftw3''' during install. The port is
> successfully fetched and configured, but fails during build.
>
> I would be very happy for any input on this, I badly need root with FFT
> for my work. Thank you for your time in advance!
> Some lines from the end of the log file when installing
> root-5.34.17_0+cocoa+fftw3+gcc48+graphviz+gsl+minuit2+opengl+roofit+soversion+ssl+tmva+xml
>
> {{{
> :info:build Undefined symbols for architecture x86_64:
> :info:build "int TStreamerInfo::WriteBufferAux<char**>(TBuffer&, char**
> const&, int, int, int, int)", referenced from:
> :info:build TBranchElement::FillLeavesMemberCounter(TBuffer&) in
> TBranchElement.o
> :info:build ld: symbol(s) not found for architecture x86_64
> :info:build clang: error: linker command failed with exit code 1 (use -v
> to see invocation)
> :info:build make: *** [lib/libTree.so] Error 1
> :info:build make: *** Waiting for unfinished jobs....
> :info:build ln -fs libRootAuth.5.34.so lib/libRootAuth.so
> :info:build ==> lib/libRootAuth.5.34.so done
> :info:build ln -fs libMathMore.5.34.so lib/libMathMore.so
> :info:build ln -fs libQuadp.5.34.so lib/libQuadp.so
> :info:build ln -fs libSQLIO.5.34.so lib/libSQLIO.so
> :info:build ==> lib/libMathMore.5.34.so done
> :info:build ==> lib/libQuadp.5.34.so done
> :info:build ==> lib/libSQLIO.5.34.so done
> :info:build ln -fs libPhysics.5.34.so lib/libPhysics.so
> :info:build ==> lib/libPhysics.5.34.so done
> :info:build ln -fs libGeom.5.34.so lib/libGeom.so
> :info:build ==> lib/libGeom.5.34.so done
> :info:build make: Leaving directory
> `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_root/root/work/root'
> :info:build Command failed: cd
> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_root/root/work/root"
> && /usr/bin/make -j8 -w all
> :info:build Exit code: 2
> :error:build org.macports.build for port root returned: command execution
> failed
> :debug:build Error code: CHILDSTATUS 15095 2
> :debug:build Backtrace: command execution failed
> while executing
> "system -nice 0 $fullcmdstring"
> ("eval" body line 1)
> invoked from within
> "eval system $notty $nice \$fullcmdstring"
> invoked from within
> "command_exec build"
> (procedure "portbuild::build_main" line 8)
> invoked from within
> "$procedure $targetname"
>
> }}}
>
> Thank you in advance for your time.
> Cheers,
> Anna
New description:
""Similar problem to closed ticket"" #32383.
root-5.34.17 (built with defaults,
root-5.34.17_0+cocoa+gcc48+graphviz+gsl+minuit2+opengl+roofit+soversion+ssl+tmva+xml
)
fails during runtime when tries to access some missing libraries:
{{{
Error in <TMacOSXSystem::DynamicPathName>: FFTW[.so | .dll | .dylib | .sl
| .dl | .a] does not exist in
.:/opt/local/lib/root::/opt/local/lib/root/cint/cint/stl
}}}
It seems the fftw3 libraries relevant to root are missing, at least this
error occurs for others for this reason. It seems the port should get them
by default, but in any case
I tried to enforce them with '''+fftw3''' during install. The port is
successfully fetched and configured, but fails during build.
I would be very happy for any input on this, I badly need root with FFT
for my work. Thank you for your time in advance!
Some lines from the end of the log file when installing
root-5.34.17_0+cocoa+fftw3+gcc48+graphviz+gsl+minuit2+opengl+roofit+soversion+ssl+tmva+xml
{{{
:info:build Undefined symbols for architecture x86_64:
:info:build "int TStreamerInfo::WriteBufferAux<char**>(TBuffer&, char**
const&, int, int, int, int)", referenced from:
:info:build TBranchElement::FillLeavesMemberCounter(TBuffer&) in
TBranchElement.o
:info:build ld: symbol(s) not found for architecture x86_64
:info:build clang: error: linker command failed with exit code 1 (use -v
to see invocation)
:info:build make: *** [lib/libTree.so] Error 1
:info:build make: *** Waiting for unfinished jobs....
:info:build ln -fs libRootAuth.5.34.so lib/libRootAuth.so
:info:build ==> lib/libRootAuth.5.34.so done
:info:build ln -fs libMathMore.5.34.so lib/libMathMore.so
:info:build ln -fs libQuadp.5.34.so lib/libQuadp.so
:info:build ln -fs libSQLIO.5.34.so lib/libSQLIO.so
:info:build ==> lib/libMathMore.5.34.so done
:info:build ==> lib/libQuadp.5.34.so done
:info:build ==> lib/libSQLIO.5.34.so done
:info:build ln -fs libPhysics.5.34.so lib/libPhysics.so
:info:build ==> lib/libPhysics.5.34.so done
:info:build ln -fs libGeom.5.34.so lib/libGeom.so
:info:build ==> lib/libGeom.5.34.so done
:info:build make: Leaving directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_root/root/work/root'
:info:build Command failed: cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_root/root/work/root"
&& /usr/bin/make -j8 -w all
:info:build Exit code: 2
:error:build org.macports.build for port root returned: command execution
failed
:debug:build Error code: CHILDSTATUS 15095 2
:debug:build Backtrace: command execution failed
while executing
"system -nice 0 $fullcmdstring"
("eval" body line 1)
invoked from within
"eval system $notty $nice \$fullcmdstring"
invoked from within
"command_exec build"
(procedure "portbuild::build_main" line 8)
invoked from within
"$procedure $targetname"
}}}
Thank you in advance for your time.
Cheers,
Anna
--
Comment:
In the future, please Cc the port maintainers ({{{port info --maintainers
root}}}).
--
Ticket URL: <https://trac.macports.org/ticket/42844#comment:1>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list