Opened 13 years ago

Last modified 12 years ago

#1724 closed defect (wontfix)

Can't compile through macports

Reported by: amadeus Owned by: amadeus
Priority: high Milestone: 1.9.0
Component: Build Environment Version:
Keywords: Cc: amadeus

Description

I tried to update today my macports tree and get the following error message in the compile process.
I did attach the main.log.

....
:info:build File __init__.py hasn't changed.
:info:build File util.py hasn't changed.
:info:build File skutil.py hasn't changed.
:info:build File id.py hasn't changed.
:info:build File types.py hasn't changed.
:info:build File config.py hasn't changed.
:info:build File output.py hasn't changed.
:info:build File ast.py hasn't changed.
:info:build File iface.py hasn't changed.
:info:build File call.py hasn't changed.
:info:build File cxx.py hasn't changed.
:info:build File support.py hasn't changed.
:info:build File descriptor.py hasn't changed.
:info:build File mapping.py hasn't changed.
:info:build File value.py hasn't changed.
:info:build Listing cxx ...
:info:build Listing cxx/dynskel ...
:info:build Listing cxx/header ...
:info:build Listing cxx/impl ...
:info:build Listing cxx/skel ...
:info:build File __init__.py hasn't changed.
:info:build making export in src/lib/omniORB/orbcore...
:info:build /usr/bin/g++-4.2 -c -pipe -O2 -arch x86_64 -fno-common -bind_at_load  -I/opt/local/include -I.. -I./.. -I../../../../include/omniORB4/internal -I../../../../include/omniORB4/internal  -DUSE_omniORB_logStream -D_OMNIORB_LIBRARY -DOMNIORB_VERSION_STRING='"4.1.6"' -DOMNIORB_VERSION_HEX='0x040106F1' -DCONFIG_DEFAULT_LOCATION='"/opt/local/etc/omniORB.cfg"' -DCONFIG_ENV='"OMNIORB_CONFIG"' -DUnixArchitecture -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=1 -D__darwin__ -D__x86_64__ -o static/corbaOrb.o corbaOrb.cc
:info:build corbaOrb.cc: In member function ‘void omniOrbORB::do_shutdown(CORBA::Boolean)’:
:info:build corbaOrb.cc:1092: error: ‘NO_RESOURCES_UnableToStartThread’ was not declared in this scope
:info:build make[4]: *** [static/corbaOrb.o] Error 1
:info:build make[3]: *** [export] Error 1
:info:build make[2]: *** [export] Error 1
:info:build make[1]: *** [export] Error 1
:info:build make: *** [all] Error 1
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_omniORB/omniORB/work/omniORB-4.1.6'
:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_omniORB/omniORB/work/omniORB-4.1.6" && /usr/bin/make -j4 -w all " returned error 2
:error:build Target org.macports.build returned: shell command failed (see log for details)
:debug:build Backtrace: shell command failed (see log for details)
    while executing
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: the following items did not execute (for omniORB): org.macports.install org.macports.build org.macports.destroot
:notice:build Log for omniORB is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_omniORB/omniORB/main.log

Attachments (1)

main.log (3.7 KB ) - added by amadeus 13 years ago.

Download all attachments as: .zip

Change History (4)

by amadeus, 13 years ago

Attachment: main.log added

comment:1 by Martin Sjölund, 13 years ago

The macports bug tracker is here: https://trac.macports.org/auth/login/?next=/newticket

Try to work around it using "port install omniorb configure.compiler=macports-gcc-4.4" or something similar

comment:2 by Martin Sjölund, 12 years ago

Cc: amadeus, → amadeus
Milestone: 1.9.0

comment:3 by Martin Sjölund, 12 years ago

Component: InstantiationBuild Environment
Note: See TracTickets for help on using tickets.