FS#56916 - [vbam-wx] makedepens for nasm or yasm missing

Attached to Project: Community Packages
Opened by Andreas Baumann (andreas_baumann) - Sunday, 31 December 2017, 14:16 GMT
Last edited by Eli Schwartz (eschwartz) - Sunday, 31 December 2017, 20:40 GMT
Task Type Bug Report
Category Packages
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:

The ASM_NASM compiler identification is unknown
-- Found assembler: nasm;yasm
CMake Error at CMakeLists.txt:152 (ENABLE_LANGUAGE):
The CMAKE_ASM_NASM_COMPILER:

nasm;yasm

is not a full path and was not found in the PATH.

Tell CMake where to find the compiler by setting either the environment
variable "ASM_NASM" or the CMake cache entry CMAKE_ASM_NASM_COMPILER to the
full path to the compiler, or to the compiler name if it is in the PATH.

I think a makedepends 'nasm' or 'yasm' is needed.

Additional info:
* package version(s): vbam 2.0.1
* config and/or log files etc.


Steps to reproduce:
makepkg -s (without nasm or yasm already installed in the build environment)
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Sunday, 31 December 2017, 20:40 GMT
Reason for closing:  Not a bug
Comment by Eli Schwartz (eschwartz) - Sunday, 31 December 2017, 20:40 GMT
The most recent update removed a makedepends_i686=('nasm') so I am guessing this is a case where archlinux32 will have to maintain their own overrides.

https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/vbam&id=e7103202f6dcb43742d394c3fbf032277435d503

Loading...