Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 842189 - dev-libs/libpeas-1.30.0 - ../libpeas-1.30.0/tests/libpeas/extension-c.c:32:10: fatal error: plugins/embedded/embedded-resources.h: No such file or directory (on musl)
Summary: dev-libs/libpeas-1.30.0 - ../libpeas-1.30.0/tests/libpeas/extension-c.c:32:10...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-02 14:26 UTC by ernsteiswuerfel
Modified: 2022-09-24 19:48 UTC (History)
0 users

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


Attachments
build.log (libpeas-1.30.0:20220502-122233.log,20.11 KB, text/plain)
2022-05-02 14:26 UTC, ernsteiswuerfel
Details
emerge --info (file_842189.txt,7.08 KB, text/plain)
2022-05-02 14:26 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2022-05-02 14:26:08 UTC
Created attachment 776087 [details]
build.log

As libpeas-1.30.0 previously built with musl this is probably musl-1.2.3 related.

[...]
FAILED: tests/libpeas/extension-c.p/extension-c.c.o 
x86_64-gentoo-linux-musl-gcc -Itests/libpeas/extension-c.p -Itests/libpeas -I../libpeas-1.30.0/tests/libpeas -I. -I../libpeas-1.30.0 -Ilibpeas -I../libpeas-1.30.0/libpeas -Itests/libpeas/introspection -I../libpeas-1.30.0/tests/libpeas/introspection -Itests/testing-util -I../libpeas-1.30.0/tests/testing-util -Itests/libpeas/testing -I../libpeas-1.30.0/tests/libpeas/testing -Itests/libpeas/plugins/embedded -I../libpeas-1.30.0/tests/libpeas/plugins/embedded -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gobject-introspection-1.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_38 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_38 -Os -march=bdver2 -mtune=bdver2 -pipe -pthread -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS -DPYGOBJECT_MAJOR_VERSION=3 -DPYGOBJECT_MINOR_VERSION=42 -DPYGOBJECT_MICRO_VERSION=0 -MD -MQ tests/libpeas/extension-c.p/extension-c.c.o -MF tests/libpeas/extension-c.p/extension-c.c.o.d -o tests/libpeas/extension-c.p/extension-c.c.o -c ../libpeas-1.30.0/tests/libpeas/extension-c.c
../libpeas-1.30.0/tests/libpeas/extension-c.c:32:10: fatal error: plugins/embedded/embedded-resources.h: No such file or directory
   32 | #include "plugins/embedded/embedded-resources.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
 * ERROR: dev-libs/libpeas-1.30.0::gentoo failed (compile phase):
Comment 1 ernsteiswuerfel archtester 2022-05-02 14:26:37 UTC
Created attachment 776090 [details]
emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-08-06 03:29:39 UTC
Probably not musl-1.2.3.
Comment 3 Matt Turner gentoo-dev 2022-09-24 19:28:20 UTC
Can you still reproduce this with a new version? Does it definitely not happen on non-musl systems?
Comment 4 ernsteiswuerfel archtester 2022-09-24 19:48:11 UTC
(In reply to Matt Turner from comment #3)
> Can you still reproduce this with a new version? Does it definitely not
> happen on non-musl systems?
Just tried. libpeas-1.32.0 builds fine on my current toolchain (gcc-12.2.0, musl-1.2.3-r4, binutils-2.39-r2).

So, closing here.