Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 864789 - dev-libs/glib-2.72.3 fails tests (MUSL)
Summary: dev-libs/glib-2.72.3 fails tests (MUSL)
Status: CONFIRMED
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: 925236
  Show dependency tree
 
Reported: 2022-08-10 12:12 UTC by Agostino Sarubbo
Modified: 2024-03-28 02:41 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,46.30 KB, application/x-xz)
2022-08-10 12:12 UTC, Agostino Sarubbo
Details
1-testlog.txt.xz (1-testlog.txt.xz,74.82 KB, application/x-xz)
2022-08-10 12:12 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 2022-08-10 12:12:24 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/glib-2.72.3 fails tests (MUSL).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-08-10 12:12:27 UTC
Created attachment 799125 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2022-08-10 12:12:29 UTC
Created attachment 799127 [details]
1-testlog.txt.xz

1-testlog.txt (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 3 Agostino Sarubbo gentoo-dev 2022-08-10 12:12:30 UTC
Error(s) that match a know pattern:


  8/267 glib:glib / collate                             FAIL             0.01s   killed by signal 6 SIGABRT
 12/267 glib:glib / convert                             FAIL             0.02s   killed by signal 6 SIGABRT
 15/267 glib:glib / date                                FAIL             0.02s   killed by signal 6 SIGABRT
 18/267 glib:glib / error                               FAIL             0.02s   killed by signal 11 SIGSEGV
 19/267 glib:glib+slow / gdatetime                      FAIL             0.01s   killed by signal 6 SIGABRT
 44/267 glib:glib / option-context                      FAIL             0.07s   killed by signal 6 SIGABRT
136/267 glib:gio / converter-stream                     FAIL             0.85s   killed by signal 6 SIGABRT
160/267 glib:gio / pollable                             FAIL             0.01s   killed by signal 6 SIGABRT
231/267 glib:gio / resources                            FAIL             0.02s   killed by signal 6 SIGABRT
Error: no ID for constraint linkend: "G-GNUC-INTERNAL:CAPS".
Error: no ID for constraint linkend: "G-VARIANT-TYPE-BOOLEAN:CAPS".
Error: no ID for constraint linkend: "G-VARIANT-TYPE-BYTE:CAPS".
Error: no ID for constraint linkend: "G-VARIANT-TYPE-BYTESTRING-ARRAY:CAPS".
Error: no ID for constraint linkend: "G-VARIANT-TYPE-BYTESTRING:CAPS".
Error: no ID for constraint linkend: "G-VARIANT-TYPE-DOUBLE:CAPS".
Error: no ID for constraint linkend: "G-VARIANT-TYPE-INT16:CAPS".
Error: no ID for constraint linkend: "G-VARIANT-TYPE-INT32:CAPS".
Error: no ID for constraint linkend: "G-VARIANT-TYPE-INT64:CAPS".
Error: no ID for constraint linkend: "G-VARIANT-TYPE-OBJECT-PATH-ARRAY:CAPS".
Error: no ID for constraint linkend: "G-VARIANT-TYPE-OBJECT-PATH:CAPS".
Error: no ID for constraint linkend: "G-VARIANT-TYPE-SIGNATURE:CAPS".
Error: no ID for constraint linkend: "G-VARIANT-TYPE-STRING-ARRAY:CAPS".
Error: no ID for constraint linkend: "G-VARIANT-TYPE-STRING:CAPS".
Error: no ID for constraint linkend: "G-VARIANT-TYPE-UINT16:CAPS".
Error: no ID for constraint linkend: "G-VARIANT-TYPE-UINT32:CAPS".
Error: no ID for constraint linkend: "G-VARIANT-TYPE-UINT64:CAPS".
Error: no ID for constraint linkend: "GResource".
Error: no ID for constraint linkend: "GSettings".
Error: no ID for constraint linkend: "GStrv".
Error: no ID for constraint linkend: "GVariant".
Error: no ID for constraint linkend: "g-main-context-push-thread-default".
Error: no ID for constraint linkend: "gchararray".
Comment 4 Agostino Sarubbo gentoo-dev 2022-08-10 12:13:18 UTC
there are several bugs open with test failure but it looks like that some of these were never reported as failure.
Comment 5 Matt Jolly gentoo-dev 2024-03-28 02:28:40 UTC
I can add to this - dev-libs/glib 2.78.4-r1 fails the following tests with clang+musl:

```
Summary of Failures:

  1/343 glib:glib+core / collate                                               ERROR            0.19s   killed by signal 6 SIGABRT
  2/343 glib:glib+core / convert                                               ERROR            0.18s   killed by signal 6 SIGABRT
  3/343 glib:glib+core / date                                                  ERROR            0.18s   killed by signal 6 SIGABRT
  4/343 glib:glib+core+slow / gdatetime                                        ERROR            0.16s   killed by signal 6 SIGABRT
 27/343 glib:glib+core / option-context                                        ERROR            0.17s   killed by signal 6 SIGABRT
206/343 glib:gio / converter-stream                                            ERROR            0.59s   killed by signal 6 SIGABRT
309/343 glib:gio / resources                                                   ERROR            0.12s   killed by signal 6 SIGABRT

Ok:                 334 
Expected Fail:      0   
Fail:               7   
Unexpected Pass:    0   
Skipped:            2   
Timeout:            0   
```

Looks like mostly the same issues as the tinderbox uncovered for 2.72.3.