clearlinux / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
521 stars 29 forks source link

remove clang from default desktop #2885

Closed paulcarroty closed 1 year ago

paulcarroty commented 1 year ago
# swupd bundle-info lib-opengl --files | grep clang | wc -l
1755

A lot of headers inside, make sense to create devpkg-lib-opengl.

I can't remove this bundle 'cause

Bundle "lib-opengl" is required by the following bundles:
 - alsa-utils
 - audio-pipewire
 - fonts-basic
 - gstreamer
 - lib-imageformat
 - lib-poppler
 - libX11client
 - libva-utils
 - sway
 - wayland-server
 - webkitgtk
fenrus75 commented 1 year ago

I'll check where the headers come from, but they're tiny compared to the rest of llvm... ... and mesa pulls in llvm for several drivers

On Mon, May 1, 2023 at 9:11 AM Pavlo Rudy @.***> wrote:

swupd bundle-info lib-opengl --files | grep clang | wc -l

1755

A lot of headers inside, make sense to create devpkg-lib-opengl.

I can't remove this bundle 'cause

Bundle "lib-opengl" is required by the following bundles:

  • alsa-utils
  • audio-pipewire
  • fonts-basic
  • gstreamer
  • lib-imageformat
  • lib-poppler
  • libX11client
  • libva-utils
  • sway
  • wayland-server
  • webkitgtk

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

thiagomacieira commented 1 year ago

But it should pull only the shared libraries (libLLVM.so itself), not the massive static libraries for libclang and the rest.

fenrus75 commented 1 year ago

yeah there';s a bit of a dependency mismatch happening that I'm trying to clean up in the packaging

llvm does not build quick tho.

On Mon, May 1, 2023 at 11:22 AM Thiago Macieira @.***> wrote:

But it should pull only the shared libraries (libLLVM.so itself), not the massive static libraries for libclang and the rest.

— Reply to this email directly, view it on GitHub https://github.com/clearlinux/distribution/issues/2885#issuecomment-1530042861, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ54FO64NI4LPVHBV7GJGLXD75M3ANCNFSM6AAAAAAXR5JAFI . You are receiving this because you commented.Message ID: @.***>

fenrus75 commented 1 year ago

shuffle in llvm packaging done.. should now not have the headers/etc in this bundle

On Mon, May 1, 2023 at 11:22 AM Arjan van de Ven @.***> wrote:

yeah there';s a bit of a dependency mismatch happening that I'm trying to clean up in the packaging

llvm does not build quick tho.

On Mon, May 1, 2023 at 11:22 AM Thiago Macieira @.***> wrote:

But it should pull only the shared libraries (libLLVM.so itself), not the massive static libraries for libclang and the rest.

— Reply to this email directly, view it on GitHub https://github.com/clearlinux/distribution/issues/2885#issuecomment-1530042861, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ54FO64NI4LPVHBV7GJGLXD75M3ANCNFSM6AAAAAAXR5JAFI . You are receiving this because you commented.Message ID: @.***>

paulcarroty commented 1 year ago

fixed in 39030, thx!