Opened 5 years ago

Closed 5 years ago

#58859 closed defect (fixed)

LyX @2.3.2_0+python37+qt5: fails to build with boost 1.70.0

Reported by: hmeine (Hans Meine) Owned by: kurthindenburg (Kurt Hindenburg)
Priority: Normal Milestone:
Component: ports Version: 2.5.4
Keywords: Cc:
Port: LyX

Description

LyX currently fails to build; the log shows this problem:

:info:build FileName.cpp:77:32: error: too few template arguments for class template 'crc_table_t'
:info:build template struct boost::detail::crc_table_t<32, 0x04C11DB7, true>;
:info:build                                ^
:info:build /opt/local/include/boost/crc.hpp:1009:11: note: template is declared here
:info:build     class crc_table_t
:info:build           ^
:info:build 1 error generated.

I found this FreeBSD patch which indicates "upstream" as source, so it looks like a backport from the upstream repo: https://svnweb.freebsd.org/ports/head/print/lyx/files/patch-boost-1.69?view=markup&pathrev=483590

Change History (2)

comment:1 Changed 5 years ago by mf2k (Frank Schima)

Owner: set to kurthindenburg
Status: newassigned

In the future, please add the port maintainer(s) to Cc (port info --maintainers LyX), if any.

comment:2 Changed 5 years ago by Kurt Hindenburg <kurt.hindenburg@…>

Resolution: fixed
Status: assignedclosed

In 3c7fc850dd789188e33b4df8699a7a9c468b8ec0/macports-ports (master):

LyX: update to 2.3.3

closes #58859

Note: See TracTickets for help on using tickets.