Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 896220 - media-gfx/kphotoalbum-5.9.1-r1 fails to compile (MUSL-CLANG-SYSTEM): x86_64-gentoo-linux-musl-ld.bfd: libraw.so.23: undefined reference to __kmpc_dispatch_next_4
Summary: media-gfx/kphotoalbum-5.9.1-r1 fails to compile (MUSL-CLANG-SYSTEM): x86_64-g...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on: 915833
Blocks:
  Show dependency tree
 
Reported: 2023-02-24 09:27 UTC by Agostino Sarubbo
Modified: 2024-03-24 08:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,874.31 KB, text/plain)
2023-02-24 09:27 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-02-24 09:27:52 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-gfx/kphotoalbum-5.9.1-r1 fails to compile (MUSL-CLANG-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-CLANG-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc + clang16 but this bug MAY or MAY NOT BE related to musl/clang16.
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-24 09:27:55 UTC
Created attachment 854302 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-24 09:27:56 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


            int answer = KMessageBox::questionYesNo(this, i18n("<p>Given index file does not exist, do you want to create following?"
            int answer = KMessageBox::questionYesNo(this, i18n("Folder %1 does not exist. Should it be created?", dir));
            int create = KMessageBox::questionYesNo(this, i18n("Folder does not exist, create it?"));
/usr/bin/x86_64-gentoo-linux-musl-ld.bfd: /usr/lib/libraw.so.23: undefined reference to `__kmpc_barrier'
/usr/bin/x86_64-gentoo-linux-musl-ld.bfd: /usr/lib/libraw.so.23: undefined reference to `__kmpc_critical'
/usr/bin/x86_64-gentoo-linux-musl-ld.bfd: /usr/lib/libraw.so.23: undefined reference to `__kmpc_dispatch_init_4'
/usr/bin/x86_64-gentoo-linux-musl-ld.bfd: /usr/lib/libraw.so.23: undefined reference to `__kmpc_dispatch_init_4u'
/usr/bin/x86_64-gentoo-linux-musl-ld.bfd: /usr/lib/libraw.so.23: undefined reference to `__kmpc_dispatch_init_8'
/usr/bin/x86_64-gentoo-linux-musl-ld.bfd: /usr/lib/libraw.so.23: undefined reference to `__kmpc_dispatch_next_4'
/usr/bin/x86_64-gentoo-linux-musl-ld.bfd: /usr/lib/libraw.so.23: undefined reference to `__kmpc_dispatch_next_4u'
/usr/bin/x86_64-gentoo-linux-musl-ld.bfd: /usr/lib/libraw.so.23: undefined reference to `__kmpc_dispatch_next_8'
/usr/bin/x86_64-gentoo-linux-musl-ld.bfd: /usr/lib/libraw.so.23: undefined reference to `__kmpc_end_critical'
/usr/bin/x86_64-gentoo-linux-musl-ld.bfd: /usr/lib/libraw.so.23: undefined reference to `__kmpc_for_static_fini'
/usr/bin/x86_64-gentoo-linux-musl-ld.bfd: /usr/lib/libraw.so.23: undefined reference to `__kmpc_for_static_init_4'
/usr/bin/x86_64-gentoo-linux-musl-ld.bfd: /usr/lib/libraw.so.23: undefined reference to `__kmpc_fork_call'
/usr/bin/x86_64-gentoo-linux-musl-ld.bfd: /usr/lib/libraw.so.23: undefined reference to `__kmpc_global_thread_num'
/usr/bin/x86_64-gentoo-linux-musl-ld.bfd: /usr/lib/libraw.so.23: undefined reference to `omp_get_max_threads'
/usr/bin/x86_64-gentoo-linux-musl-ld.bfd: /usr/lib/libraw.so.23: undefined reference to `omp_get_thread_num'
FAILED: kphotoalbum 
clang-16: error: linker command failed with exit code 1 (use -v to see invocation)