Opened 13 years ago

Last modified 12 years ago

#31858 closed defect

opendx @4.4.4 Build Failure: error: first parameter of 'main' (argument count) must be of type 'int' — at Version 2

Reported by: abigail.l.bull@… Owned by: gwright@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc: ryandesign@…
Port: opendx

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

I have a macbook pro running Lion. I am trying to install OpenDx. After running

sudo port install opendx

The install crashes with the following message

--->  Computing dependencies for opendx
--->  Building opendx
Error: Target org.macports.build returned: shell command failed (see log for details)
Log for opendx is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_opendx/opendx/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

I have done a clean, sync, update, etc., and still have the same issue. Any ideas?

Change History (3)

Changed 13 years ago by abigail.l.bull@…

Attachment: main.txt added

Log File

comment:1 Changed 13 years ago by abigail.l.bull@…

Cc: abigail.l.bull@… added

Cc Me!

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added; abigail.l.bull@… removed
Description: modified (diff)
Owner: changed from macports-tickets@… to gwright@…
Port: opendx added; Opendx removed
Summary: opendx @4.4.4 Build Failureopendx @4.4.4 Build Failure: error: first parameter of 'main' (argument count) must be of type 'int'

Possibly clang is being more strict than gcc was. Try building with llvm-gcc-4.2?

sudo port clean opendx
sudo port install opendx configure.compiler=llvm-gcc-4.2
Note: See TracTickets for help on using tickets.