Opened 13 days ago

#69910 assigned defect

duckdb @0.10.2: error: thread-local storage is unsupported for the current target

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: herbygillot (Herby Gillot)
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: mavericks Cc:
Port: duckdb

Description

https://build.macports.org/builders/ports-10.9_x86_64-builder/builds/277207/steps/install-port/logs/stdio

/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_databases_duckdb/duckdb/work/duckdb-0.10.2/third_party/re2/re2/re2.h:1002:8: error: thread-local storage is unsupported for the current target
extern thread_local const RE2* context;
       ^

Adding compiler.thread_local_storage yes might fix it.

Change History (0)

Note: See TracTickets for help on using tickets.