View Issue Details

IDProjectCategoryView StatusLast Update
0003103DCP-o-maticPackagingpublic2025-11-09 00:19
Reportermarkusk Assigned Tocarl  
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Platform64-bitOSLinuxOS VersionArch
Summary0003103: libdcp 1.10.35 - ../src/util.cc:446:24: Fehler: »class Kumu::Result_t« hat kein Element namens »OsError«
Description

libsub and libcxml in the new 1.89 boost version compiled but libdcp is throwing the Error below.

Additional Information

[ 98/123] Compiling src/verify_report.cc
[ 99/123] Compiling src/chromaticity.cc
[100/123] Compiling src/pkl.cc
[101/123] Compiling src/name_format.cc
[102/123] Compiling src/fsk.cc
[103/123] Compiling tools/common.cc
[104/123] Compiling tools/dcpdiff.cc
../src/util.cc: In function »void dcp::maybe_throw_from_asdcplib(Kumu::Result_t, boost::filesystem::path)«:
../src/util.cc:446:24: Fehler: »class Kumu::Result_t« hat kein Element namens »OsError«
446 | switch (result.OsError()) {
| ^~~

Waf: Leaving directory `/tmp/makepkg-build-dir/libdcp/src/libdcp-1.10.35/build'

TagsNo tags attached.
Branch
Estimated weeks required
Estimated work required

Activities

carl

2025-10-26 15:45

administrator   ~0007142

Where you getting asdcplib from for these builds? I can't see it mentioned on https://aur.archlinux.org/packages/dcpomatic?all_deps=1#pkgdeps ...

Anyway if you can build with the v1.0.8 tag of git://git.carlh.net:git/asdcplib.git it should work. If you need to use the "stock" asdcplib I'll need to change some things around.

markusk

2025-10-26 20:33

reporter   ~0007143

sorry missed the version jump for asdcp ... i'm building it form your git repo https://aur.archlinux.org/packages/libasdcp-cth ...

Issue History

Date Modified Username Field Change
2025-10-26 14:56 markusk New Issue
2025-10-26 15:45 carl Assigned To => carl
2025-10-26 15:45 carl Status new => feedback
2025-10-26 15:45 carl Note Added: 0007142
2025-10-26 20:33 markusk Note Added: 0007143
2025-10-26 20:33 markusk Status feedback => assigned
2025-11-09 00:19 carl Status assigned => resolved
2025-11-09 00:19 carl Resolution open => fixed