Opened 12 years ago

Closed 12 years ago

#36338 closed submission (duplicate)

povray: error: thread-local storage not supported for this target

Reported by: betrussell23@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: povray

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

--->  Building povray
make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_povray/povray/work/povray-3.7.0.RC6'
/usr/bin/make  all-recursive
make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_povray/povray/work/povray-3.7.0.RC6'
Making all in source
make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_povray/povray/work/povray-3.7.0.RC6/source'
Making all in backend
make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_povray/povray/work/povray-3.7.0.RC6/source/backend'
/usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -D_THREAD_SAFE -I/opt/local/include/OpenEXR   -I/opt/local/../include -I/opt/local/../include -I/opt/local/../include -I/opt/local/../include -I/opt/local/include -pthread -I/opt/local/include  -I/usr/include  -pipe -Wno-multichar -Wno-write-strings -fno-enforce-eh-specs -s -O3 -ffast-math -pipe -O2 -arch x86_64 -D_THREAD_SAFE -MT boundingtask.o -MD -MP -MF .deps/boundingtask.Tpo -c -o boundingtask.o `test -f 'bounding/boundingtask.cpp' || echo './'`bounding/boundingtask.cpp
/usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -D_THREAD_SAFE -I/opt/local/include/OpenEXR   -I/opt/local/../include -I/opt/local/../include -I/opt/local/../include -I/opt/local/../include -I/opt/local/include -pthread -I/opt/local/include  -I/usr/include  -pipe -Wno-multichar -Wno-write-strings -fno-enforce-eh-specs -s -O3 -ffast-math -pipe -O2 -arch x86_64 -D_THREAD_SAFE -MT bcyl.o -MD -MP -MF .deps/bcyl.Tpo -c -o bcyl.o `test -f 'bounding/bcyl.cpp' || echo './'`bounding/bcyl.cpp
In file included from ../../source/backend/support/taskqueue.h:100,
                 from ../../source/backend/scene/view.h:101,
                 from ../../source/backend/bounding/boundingtask.h:102,
                 from bounding/boundingtask.cpp:102:
../../source/backend/support/task.h:187:
mv -f .deps/bcyl.Tpo .deps/bcyl.Po
/usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -D_THREAD_SAFE -I/opt/local/include/OpenEXR   -I/opt/local/../include -I/opt/local/../include -I/opt/local/../include -I/opt/local/../include -I/opt/local/include -pthread -I/opt/local/include  -I/usr/include  -pipe -Wno-multichar -Wno-write-strings -fno-enforce-eh-specs -s -O3 -ffast-math -pipe -O2 -arch x86_64 -D_THREAD_SAFE -MT bbox.o -MD -MP -MF .deps/bbox.Tpo -c -o bbox.o `test -f 'bounding/bbox.cpp' || echo './'`bounding/bbox.cpp
make[3]: *** [boundingtask.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from ../../source/backend/scene/threaddata.h:101,
                 from bounding/bbox.cpp:107:
../../source/backend/support/task.h:187: error: thread-local storage not supported for this target
make[3]: *** [bbox.o] Error 1
make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_povray/povray/work/povray-3.7.0.RC6/source/backend'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_povray/povray/work/povray-3.7.0.RC6/source'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_povray/povray/work/povray-3.7.0.RC6'
make: *** [all] Error 2
make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_povray/povray/work/povray-3.7.0.RC6'
Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_povray/povray/work/povray-3.7.0.RC6" && /usr/bin/make -j2 -w all 
Exit code: 2
Error: org.macports.build for port povray returned: command execution failed
Warning: targets not executed for povray: org.macports.install org.macports.build org.macports.destroot
Please see the log file for port povray for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_povray/povray/main.log
Error: Unable to upgrade port: 1
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets

Change History (1)

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

Cc: ryandesign@… added
Description: modified (diff)
Priority: HighNormal
Resolution: duplicate
Status: newclosed
Summary: make[3]: *** [boundingtask.o] Error 1povray: error: thread-local storage not supported for this target

Duplicate of #36172.

Note: See TracTickets for help on using tickets.