You are not logged in.

#1 2024-07-16 20:29:03

JamieCas
Member
Registered: 2024-07-16
Posts: 2

makepkg and yay stuck at copying source files needed for debug symbols

When trying to install anaconda, using both makepkg -si and yay results in a never ending loading saying

-> Copying source files needed for debug symbols

under ==> Tidying install...

Last edited by JamieCas (2024-07-16 20:29:30)

Offline

#2 2024-07-16 20:34:25

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,338
Website

Re: makepkg and yay stuck at copying source files needed for debug symbols

Never?  How long did you wait?  Do you even need / want debug packages?


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#3 2024-07-16 20:38:36

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 12,642
Website

Re: makepkg and yay stuck at copying source files needed for debug symbols

Mod note: moving to AUR Issues


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#4 2024-07-16 20:46:25

JamieCas
Member
Registered: 2024-07-16
Posts: 2

Re: makepkg and yay stuck at copying source files needed for debug symbols

I've waited for like 10 minutes, but it gets stuck at the same place for smaller packages too.

I don't really need debug but i just want the package the be installed and work (obviously lol)

I don't have these issues when using pacman.

Offline

#5 2025-02-12 03:03:04

sunlinkai
Member
Registered: 2025-02-12
Posts: 1

Re: makepkg and yay stuck at copying source files needed for debug symbols

I also encountered this problem. I don't know the reason. It seems that not all packages have problems. Since I don't need this function either, I just removed "strip" and "debug" from OPTIONS=() in the /etc/makepkg.conf file and it worked.
on my system, it was changed from

OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge debug lto)

to

OPTIONS=(docs !libtool !staticlibs emptydirs zipman purge lto)

Last edited by sunlinkai (2025-02-12 03:03:56)

Offline

#6 2025-02-12 03:56:29

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,510
Website

Re: makepkg and yay stuck at copying source files needed for debug symbols

Explicitly disabling debug would be better than removing the option.

Can I have an example of a package that fails so that I can investigate?

Offline

#7 2025-02-15 08:49:23

pandamonium
Member
Registered: 2016-12-06
Posts: 2

Re: makepkg and yay stuck at copying source files needed for debug symbols

Same here... was stuck on "Copying source files needed for debug symbols..."
Had to add '!debug' to options to bypass
AUR package is google-cloud-cli-510.0.0-1

Offline

#8 2025-03-03 06:18:42

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,510
Website

Re: makepkg and yay stuck at copying source files needed for debug symbols

I investigated the google-cloud-cli package.It is not stuck...  it is just investigating the 50,000 files in the package and checking if they are ELF formatted.   This takes some time.   We could probably do some file name patching and speed this up, but always at the risk of false positive skips.

Offline

Board footer

Powered by FluxBB