You are not logged in.

#1 2024-05-08 14:44:18

andris
Member
From: Espoo, Finland
Registered: 2023-10-11
Posts: 6

[Solved] MAKEFLAGS stopped to work for my AUR package

Package: https://aur.archlinux.org/packages/djgpp-gcc

I tried to update it for new gcc-14.1.0 and found that setting MAKEFLAGS="-j24" does not work. Build runs as 'make -j1' would be used
Build section builds cross-compiler with either freshly bootstrapped native compiler or system compiler if GCC major version is the same

Tried for comparison:
- earlier revision for gcc-12.1.0 (native bootstrap needed) - same result
- current version gcc-13.2.0 (native bootstrap not needed) - same result

I have not built this AUR package since I updated it for gcc-13.2.0 last year, but I have never earlier seen this problem

Tried for comparison also another my AUR package (https://aur.archlinux.org/packages/djgpp-binutils) and in this case parallel build worked as expected

Andris

Last edited by andris (2024-05-09 16:27:23)

Offline

#2 2024-05-08 14:54:00

loqs
Member
Registered: 2014-03-06
Posts: 17,586

Re: [Solved] MAKEFLAGS stopped to work for my AUR package

Offline

#3 2024-05-09 16:26:27

andris
Member
From: Espoo, Finland
Registered: 2023-10-11
Posts: 6

Re: [Solved] MAKEFLAGS stopped to work for my AUR package

Thanks. Got pacman-6.0.2-9-x86_64.pkg.tar.zst from https://archive.archlinux.org/packages/p/pacman/ and downgraded (I did not want to add temporary workarounds tio djgpp-gcc AUR package). That workarounded the problem for me. I'll add note to djgpp-gcc package page when I'll push updates to aur.archlinux.org. Hopefully this is problem for short time only and new pacman version with fix will be released soon

Offline

#4 2024-05-09 21:16:21

loqs
Member
Registered: 2014-03-06
Posts: 17,586

Re: [Solved] MAKEFLAGS stopped to work for my AUR package

Offline

Board footer

Powered by FluxBB