FS#53504 - [alsa-utils] fails to compile

Attached to Project: Arch Linux
Opened by Jerome (sinatosk) - Thursday, 30 March 2017, 18:24 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 30 March 2017, 19:13 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

I'm attempting to compile the package myself using makepkg command


Additional info:
* package version(s)
pacman 5.0.1-4 x64
gcc 6.3.1-2 x64
gcc-libs 6.3.1-2 x64

* config and/or log files etc.

The error I see

Making all in alsaucm
make[1]: Entering directory '/home/user/pkg/build/alsa-utils/src/alsa-utils-1.1.3/alsaucm'
make[1]: *** No rule to make target 'alsaucm.1', needed by 'all-am'. Stop.
make[1]: *** Waiting for unfinished jobs....
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wl,-O1,--sort-common,--as-needed,-z,relro -o alsaucm usecase.o -lasound -lasound -lm -ldl -lpthread
make[1]: Leaving directory '/home/user/pkg/build/alsa-utils/src/alsa-utils-1.1.3/alsaucm'
make: *** [Makefile:353: all-recursive] Error 1
==> ERROR: A failure occurred in build().

Steps to reproduce:

- downloading the PKGBUILD via the "abs" package with configure repositories
- go to the directory where alsa-utils is
- run "makepkg -cfs"
- wait for compile until error occurs
This task depends upon

Closed by  Antonio Rojas (arojas)
Thursday, 30 March 2017, 19:13 GMT
Reason for closing:  Not a bug
Comment by Antonio Rojas (arojas) - Thursday, 30 March 2017, 19:13 GMT
Repo packages are meant to be built in a clean chroot. alsa-utils builds fine there.

Loading...