sodaliterocks / sodalite

🪨 A Pantheon experience for rpm-ostree
https://sodalite.rocks
MIT License
208 stars 6 forks source link

6 (f39) fails to build #89

Closed electricduck closed 1 year ago

electricduck commented 1 year ago

Building 6 (f39) currently lands on this error...


🪛 Setting up...
🗑️  Cleaning up Git repository...
📝 Generating buildinfo file (/usr/lib/sodalite-buildinfo)...
AWESOME="Yes" 
BUILD_DATE="2023-10-20 21:48:46 +0100" 
BUILD_HOST_KERNEL="Linux 6.5.7-100.fc37.x86_64 x86_64" 
BUILD_HOST_NAME="tanager" 
BUILD_HOST_OS="Sodalite 4.2 Bantu (Long)" 
BUILD_TOOL="rpm-ostree 2023.4+623d58bef9c2a6d88acd4fa0346aba241981c7d0" 
BUILD_UNIFIED=true 
GIT_COMMIT=283439f 
GIT_TAG= 
TREE_FILENAME="sodalite-custom.yaml" 
TREE_REF="sodalite/devel/x86_64/custom" 
TREE_REF_ARCH="x86_64" 
TREE_REF_CHANNEL="devel" 
TREE_REF_VARIANT="custom" 
VENDOR="ducky"
⚡ Building tree...

[...]

⠐ Importing packages  138/1621 [█░░░░░░░░░░░░░░░░░░░] (17s)                                                                            
(rpm-ostree compose tree:87251): GLib-WARNING **: 21:50:45.316: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Analyzing /usr/etc/cups/client.conf: Unexpected non-root owned path (marked as 0:7)

(rpm-ostree compose tree:87251): GLib-WARNING **: 21:50:45.316: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Analyzing /usr/etc/cups/cups-files.conf: Unexpected non-root owned path (marked as 0:7)

(rpm-ostree compose tree:87251): GLib-WARNING **: 21:50:45.316: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Analyzing /usr/etc/cups/cups-files.conf.default: Unexpected non-root owned path (marked as 0:7)

(rpm-ostree compose tree:87251): GLib-WARNING **: 21:50:45.316: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Analyzing /usr/etc/cups/cupsd.conf: Unexpected non-root owned path (marked as 0:7)

(rpm-ostree compose tree:87251): GLib-WARNING **: 21:50:45.316: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Analyzing /usr/etc/cups/cupsd.conf.default: Unexpected non-root owned path (marked as 0:7)

(rpm-ostree compose tree:87251): GLib-WARNING **: 21:50:45.316: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Analyzing /usr/etc/cups/lpoptions: Unexpected non-root owned path (marked as 0:7)

(rpm-ostree compose tree:87251): GLib-WARNING **: 21:50:45.317: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Analyzing /usr/etc/cups/ppd: Unexpected non-root owned path (marked as 0:7)

(rpm-ostree compose tree:87251): GLib-WARNING **: 21:50:45.317: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Analyzing /usr/etc/cups/printers.conf: Unexpected non-root owned path (marked as 0:7)

(rpm-ostree compose tree:87251): GLib-WARNING **: 21:50:45.317: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Analyzing /usr/etc/cups/snmp.conf: Unexpected non-root owned path (marked as 0:7)

(rpm-ostree compose tree:87251): GLib-WARNING **: 21:50:45.318: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Analyzing /usr/etc/cups/snmp.conf.default: Unexpected non-root owned path (marked as 0:7)

(rpm-ostree compose tree:87251): GLib-WARNING **: 21:50:45.319: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Analyzing /usr/etc/cups/ssl: Unexpected non-root owned path (marked as 0:7)

(rpm-ostree compose tree:87251): GLib-WARNING **: 21:50:45.320: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Analyzing /usr/etc/cups/subscriptions.conf: Unexpected non-root owned path (marked as 0:7)
⠉ Importing packages  142/1621 [█░░░░░░░░░░░░░░░░░░░] (21s)                                                                            error: importing RPMs: Importing package 'cups-filesystem': Analyzing /usr/etc/cups: Unexpected non-root owned path (marked as 0:7)
Error: Failed to build tree
🗑️  Cleaning up...```
electricduck commented 1 year ago

Works in a container (--container). Environment issue?