Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] squashfs-tools: please add libgcc as dependency
@ 2022-03-06  7:43 negrel
  2022-03-07 13:49 ` sgn
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: negrel @ 2022-03-06  7:43 UTC (permalink / raw)
  To: ml

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

New issue by negrel on void-packages repository

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

Description:
### System

* squashfs-tools  
  *Void 5.13.0-30-generic x86_64 GenuineIntel notuptodate rF* (docker container)
* package:
  *squashfs-tools-4.5_2*

### Expected behavior
`mksquashfs` should not segfault.

### Actual behavior
`mksquashfs` segfault with the following message when using in buildah container:
```
libgcc_s.so.1 must be installed for pthread_cancel to work
container exited on segmentation fault
error while running runtime: exit status 1
```

### Steps to reproduce the behavior
Use mksquashfs on any system without `base` package installed, the docker image for example:
```
docker run --rm voidlinux/voidlinux sh -c "xbps-install -Syu squashfs-tools && mksquashfs / /rootfs.sqsh -e dev proc run sys boot"
x86_64-repodata: [1729KB 0%] 54MB/s ETA: 00m00s
x86_64-repodata: 1729KB [avg rate: 23GB/s]
2 packages will be downloaded:

2 packages will be installed:

  lzo-2.10_2 
  squashfs-tools-4.5_2 

Size to download:              211KB
Size required on disk:         533KB
Space available on disk:       145GB


[*] Downloading packages
lzo-2.10_2.x86_64.xbps.sig: [512B 100%] 9615KB/s ETA: 00m00s
lzo-2.10_2.x86_64.xbps.sig: 512B [avg rate: 9615KB/s]
lzo-2.10_2.x86_64.xbps: [40KB 9%] 29MB/s ETA: 00m00s
lzo-2.10_2.x86_64.xbps: 40KB [avg rate: 294MB/s]
lzo-2.10_2: verifying RSA signature...
squashfs-tools-4.5_2.x86_64.xbps.sig: [512B 100%] -- stalled -- ETA: 00m00s
squashfs-tools-4.5_2.x86_64.xbps.sig: 512B [avg rate: -- stalled --]
squashfs-tools-4.5_2.x86_64.xbps: [170KB 2%] -- stalled -- ETA: 00m00s
squashfs-tools-4.5_2.x86_64.xbps: 170KB [avg rate: -- stalled --]
squashfs-tools-4.5_2: verifying RSA signature...

[*] Collecting package files
lzo-2.10_2: collecting files...
squashfs-tools-4.5_2: collecting files...

[*] Unpacking packages
lzo-2.10_2: unpacking ...
squashfs-tools-4.5_2: unpacking ...

[*] Configuring unpacked packages
lzo-2.10_2: configuring ...
lzo-2.10_2: installed successfully.
squashfs-tools-4.5_2: configuring ...
squashfs-tools-4.5_2: installed successfully.

2 downloaded, 2 installed, 0 updated, 2 configured, 0 removed.
libgcc_s.so.1 must be installed for pthread_cancel to work
Aborted (core dumped)
```


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

* Re: squashfs-tools: please add libgcc as dependency
  2022-03-06  7:43 [ISSUE] squashfs-tools: please add libgcc as dependency negrel
@ 2022-03-07 13:49 ` sgn
  2022-03-18 18:19 ` negrel
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-03-07 13:49 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/36004#issuecomment-1060707577

Comment:
Hm, `libpthread.so.1` `dlopen(2)` `libgcc_s.so.1`. We need to rewrite anything that requires `libpthread.so.1` to depends on `libgcc`, perhap?

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

* Re: squashfs-tools: please add libgcc as dependency
  2022-03-06  7:43 [ISSUE] squashfs-tools: please add libgcc as dependency negrel
  2022-03-07 13:49 ` sgn
@ 2022-03-18 18:19 ` negrel
  2022-03-20  9:22 ` sgn
  2022-06-27  2:16 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: negrel @ 2022-03-18 18:19 UTC (permalink / raw)
  To: ml

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

New comment by negrel on void-packages repository

https://github.com/void-linux/void-packages/issues/36004#issuecomment-1072674749

Comment:
I think it will solve the issue, I don't know if it require many packages change but I can help if needed

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

* Re: squashfs-tools: please add libgcc as dependency
  2022-03-06  7:43 [ISSUE] squashfs-tools: please add libgcc as dependency negrel
  2022-03-07 13:49 ` sgn
  2022-03-18 18:19 ` negrel
@ 2022-03-20  9:22 ` sgn
  2022-06-27  2:16 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-03-20  9:22 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/36004#issuecomment-1060707577

Comment:
Hm, `libpthread.so.0` `dlopen(2)` `libgcc_s.so.1`. We need to rewrite anything that requires `libpthread.so.0` to depends on `libgcc`, perhap?

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

* Re: squashfs-tools: please add libgcc as dependency
  2022-03-06  7:43 [ISSUE] squashfs-tools: please add libgcc as dependency negrel
                   ` (2 preceding siblings ...)
  2022-03-20  9:22 ` sgn
@ 2022-06-27  2:16 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-06-27  2:16 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/36004#issuecomment-1166754605

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

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

end of thread, other threads:[~2022-06-27  2:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-06  7:43 [ISSUE] squashfs-tools: please add libgcc as dependency negrel
2022-03-07 13:49 ` sgn
2022-03-18 18:19 ` negrel
2022-03-20  9:22 ` sgn
2022-06-27  2:16 ` github-actions

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).