Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Apparmor compilation error on musl
@ 2024-06-11 21:01 piekay
  2024-06-11 21:04 ` piekay
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: piekay @ 2024-06-11 21:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 666 bytes --]

New issue by piekay on void-packages repository

https://github.com/void-linux/void-packages/issues/50786

Description:
### Is this a new report?

Yes

### System Info

Void 6.6.32_1 x86_64 AuthenticAMD uptodate rFFFF

### Package(s) Affected

apparmor-3.1.6_2

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

The package should compile without errors

### Actual behaviour

The package throws unexpected `child process exited abnormally` test errors for the component libaalogparse

### Steps to reproduce

Compile the apparmor-3.1.6_2 package for the architecture: x86_64-musl

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Apparmor compilation error on musl
  2024-06-11 21:01 [ISSUE] Apparmor compilation error on musl piekay
@ 2024-06-11 21:04 ` piekay
  2024-06-11 21:15 ` Apparmor test " classabbyamp
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: piekay @ 2024-06-11 21:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 439 bytes --]

New comment by piekay on void-packages repository

https://github.com/void-linux/void-packages/issues/50786#issuecomment-2161598873

Comment:
This error also affects the 3.1.7 source code. See: https://github.com/void-linux/void-packages/pull/50757

Since this package seems to have been compiled without errors in the past on that architecture, this might be an issue with a dependency. Thus I am trying to find the responsible package

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Apparmor test error on musl
  2024-06-11 21:01 [ISSUE] Apparmor compilation error on musl piekay
  2024-06-11 21:04 ` piekay
@ 2024-06-11 21:15 ` classabbyamp
  2024-06-11 21:28 ` piekay
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-06-11 21:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/50786#issuecomment-2161609805

Comment:
it compiles fine, the tests fail

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Apparmor test error on musl
  2024-06-11 21:01 [ISSUE] Apparmor compilation error on musl piekay
  2024-06-11 21:04 ` piekay
  2024-06-11 21:15 ` Apparmor test " classabbyamp
@ 2024-06-11 21:28 ` piekay
  2024-06-11 21:31 ` classabbyamp
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: piekay @ 2024-06-11 21:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

New comment by piekay on void-packages repository

https://github.com/void-linux/void-packages/issues/50786#issuecomment-2161625925

Comment:
> it compiles fine, the tests fail

I don't have a musl system, so I couldn't try to install it. Since you are so confident about it being compiled correctly, I guess you tested it?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Apparmor test error on musl
  2024-06-11 21:01 [ISSUE] Apparmor compilation error on musl piekay
                   ` (2 preceding siblings ...)
  2024-06-11 21:28 ` piekay
@ 2024-06-11 21:31 ` classabbyamp
  2024-06-11 21:34 ` classabbyamp
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-06-11 21:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 253 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/50786#issuecomment-2161631639

Comment:
I read the logs. if it failed to compile, you wouldn't get to the part where you run the (failing) tests

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Apparmor test error on musl
  2024-06-11 21:01 [ISSUE] Apparmor compilation error on musl piekay
                   ` (3 preceding siblings ...)
  2024-06-11 21:31 ` classabbyamp
@ 2024-06-11 21:34 ` classabbyamp
  2024-06-11 21:34 ` classabbyamp
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-06-11 21:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 258 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/50786#issuecomment-2161636419

Comment:
add this patch, it fixes it: https://git.alpinelinux.org/aports/tree/main/apparmor/libapparmor-basename.patch

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Apparmor test error on musl
  2024-06-11 21:01 [ISSUE] Apparmor compilation error on musl piekay
                   ` (4 preceding siblings ...)
  2024-06-11 21:34 ` classabbyamp
@ 2024-06-11 21:34 ` classabbyamp
  2024-06-12 10:55 ` piekay
  2024-06-12 15:45 ` [ISSUE] [CLOSED] " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-06-11 21:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 259 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/50786#issuecomment-2161636419

Comment:
add this patch, it fixes it: https://git.alpinelinux.org/aports/plain/main/apparmor/libapparmor-basename.patch

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Apparmor test error on musl
  2024-06-11 21:01 [ISSUE] Apparmor compilation error on musl piekay
                   ` (5 preceding siblings ...)
  2024-06-11 21:34 ` classabbyamp
@ 2024-06-12 10:55 ` piekay
  2024-06-12 15:45 ` [ISSUE] [CLOSED] " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: piekay @ 2024-06-12 10:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 407 bytes --]

New comment by piekay on void-packages repository

https://github.com/void-linux/void-packages/issues/50786#issuecomment-2162708460

Comment:
> add this patch, it fixes it: https://git.alpinelinux.org/aports/plain/main/apparmor/libapparmor-basename.patch

You are a magician. I've searched through the Alpine repos and couldn't find anything. Thanks for your work. I'll test and upload the patched version.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [ISSUE] [CLOSED] Apparmor test error on musl
  2024-06-11 21:01 [ISSUE] Apparmor compilation error on musl piekay
                   ` (6 preceding siblings ...)
  2024-06-12 10:55 ` piekay
@ 2024-06-12 15:45 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-06-12 15:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 669 bytes --]

Closed issue by piekay on void-packages repository

https://github.com/void-linux/void-packages/issues/50786

Description:
### Is this a new report?

Yes

### System Info

Void 6.6.32_1 x86_64 AuthenticAMD uptodate rFFFF

### Package(s) Affected

apparmor-3.1.6_2

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

The package should compile without errors

### Actual behaviour

The package throws unexpected `child process exited abnormally` test errors for the component libaalogparse

### Steps to reproduce

Compile the apparmor-3.1.6_2 package for the architecture: x86_64-musl

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-06-12 15:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-11 21:01 [ISSUE] Apparmor compilation error on musl piekay
2024-06-11 21:04 ` piekay
2024-06-11 21:15 ` Apparmor test " classabbyamp
2024-06-11 21:28 ` piekay
2024-06-11 21:31 ` classabbyamp
2024-06-11 21:34 ` classabbyamp
2024-06-11 21:34 ` classabbyamp
2024-06-12 10:55 ` piekay
2024-06-12 15:45 ` [ISSUE] [CLOSED] " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).