Opened 12 years ago

Closed 12 years ago

#33440 closed defect (invalid)

R-framework fails to build

Reported by: d.s.hunnisett@… Owned by: kjell.konis@…
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: R-framework

Description (last modified by ryandesign (Ryan Carsten Schmidt))

error during the build

Error: Target org.macports.destroot returned: shell command failed (see log for details)
Log for R-framework is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_R-framework/R-framework/main.log
Error: Status 1 encountered during processing.

The main.log is attached.

The error given is :

:info:destroot install_name_tool: object: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_R-framework/R-framework/work/destroot/opt/local/Library/Frameworks/R.framework/Versions/2.14/Resources/lib/x86_64/libR.dylib malformed object (unknown load command 8)
:info:destroot make[1]: *** [install-R-framework] Error 1

so far I have tried: clean install of R-framework and removing and cleaning llvm-gcc42. nothing has helped.

System Version: Mac OS X 10.6.8 (10K549)
Kernel Version: Darwin 10.8.0

Attachments (2)

main.2.log (526.4 KB) - added by d.s.hunnisett@… 12 years ago.
log file with error
main.log (526.4 KB) - added by d.s.hunnisett@… 12 years ago.
log file with error

Download all attachments as: .zip

Change History (3)

Changed 12 years ago by d.s.hunnisett@…

Attachment: main.2.log added

log file with error

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to kjell.konis@…
Summary: R-framework fails to buidR-framework fails to build

comment:2 in reply to:  description Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Resolution: invalid
Status: newclosed

Replying to d.s.hunnisett@…:

libR.dylib malformed object (unknown load command 8)

You have somehow replaced your /usr/bin/install_name_tool program with an old version that is not compatible with the types of libraries that are created on Snow Leopard. We have seen this problem before, e.g. in #30248. Reinstall the proper version of /usr/bin/install_name_tool, by reinstalling Xcode. The latest free version of Xcode for Snow Leopard is 3.2.6 and can be downloaded from http://connect.apple.com/ .

Note: See TracTickets for help on using tickets.