Bug 477116 - Doesn't build
Summary: Doesn't build
Status: RESOLVED NOT A BUG
Alias: None
Product: kgeography
Classification: Applications
Component: general (show other bugs)
Version: 24.01.75
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Albert Astals Cid
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-16 22:16 UTC by Antonio Rojas
Modified: 2023-11-17 07:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Rojas 2023-11-16 22:16:12 UTC
24.01.75 and git master both fail to build:

CMake Error at /usr/lib/cmake/KF6I18n/build-tsfiles.cmake:35 (message):
  failed generating: /build/kgeography/src/kgeography/po
Call Stack (most recent call first):
  /usr/lib/cmake/KF6I18n/build-tsfiles.cmake:65 (_processCommands)


make[2]: *** [CMakeFiles/tsfiles-40fd3fd1b3cacd8c23b5347a09a989e0.dir/build.make:71: CMakeFiles/tsfiles-40fd3fd1b3cacd8c23b5347a09a989e0] Error 1
make[1]: *** [CMakeFiles/Makefile2:930: CMakeFiles/tsfiles-40fd3fd1b3cacd8c23b5347a09a989e0.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
I/O warning : failed to load external entity "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml"
Comment 1 Albert Astals Cid 2023-11-16 23:16:21 UTC
Works fine for me and in CI.

Is this a cmake or a make stage issue?
Comment 2 Antonio Rojas 2023-11-17 07:06:47 UTC
Make stage. This is really strange: it works fine when building on my plain filesystem, but it fails when building in a systemd container (which is how Arch packages are built)
Comment 3 Antonio Rojas 2023-11-17 07:29:52 UTC
Nevermind, this was a missing python dependency. Very confusing since ts-pmap-compile doesn't give any meaningful error message. Sorry for the noise.