Opened 12 years ago

Last modified 10 years ago

#36172 closed defect

povray 3.7 fails with thread-local storage not supported — at Version 1

Reported by: peyser.alex@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: povray

Description (last modified by ci42)

Povray was updated in a recent ticket because of libpng. But I can't find a version of gcc on osx lion that actually compiles it --- and as far as I can tell, it may require some version of clang (??? possibly ???).

:info:build /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
:info:build make[3]: *** [boundingtask.o] Error 1
:info:build make[3]: *** Waiting for unfinished jobs....
:info:build In file included from ../../source/backend/scene/threaddata.h:101,
:info:build                  from bounding/bbox.cpp:107:
:info:build ../../source/backend/support/task.h:187: error: thread-local storage not supported for this target
:info:build make[3]: *** [bbox.o] Error 1
]]]

Change History (2)

comment:1 Changed 12 years ago by ci42

Description: modified (diff)
Port: povray added

Please try a clean build and attach the log if it fails:

$ sudo port clean povray
$ sudo port selfupdate
$ sudo port -d install povray

In the future please remember to use WikiFormatting and fill in the port field.

Changed 12 years ago by peyser.alex@…

Attachment: main.log added

Log file

Note: See TracTickets for help on using tickets.