Package Details: nbis 5.0.0-3

Git Clone URL: https://aur.archlinux.org/nbis.git (read-only, click to copy)
Package Base: nbis
Description: NIST Biometric Image Software
Upstream URL: https://www.nist.gov/services-resources/software/nist-biometric-image-software-nbis
Keywords: biometric nist
Licenses: custom
Submitter: xantares
Maintainer: alexjorgef
Last Packager: alexjorgef
Votes: 2
Popularity: 0.94
First Submitted: 2019-07-25 19:16 (UTC)
Last Updated: 2024-04-22 22:42 (UTC)

Latest Comments

alexjorgef commented on 2024-04-22 22:38 (UTC)

The release version was bumped along with a patch to solve the linker error

marza commented on 2021-02-15 20:34 (UTC)

I'm getting this error, first when I tried to manually build, then again when I discovered this package:

/usr/bin/ld: /home/myuser/downloads/aur/nbis/src/Rel_5.0.0/an2k/obj/src/bin/histogen/chkfile.o:(.bss+0x6c8): multiple definition of `histo_head'; /home/myuser/downloads/aur/nbis/src/Rel_5.0.0/an2k/obj/src/bin/histogen/histogen.o:(.bss+0x218): first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [/home/myuser/downloads/aur/nbis/src/Rel_5.0.0/buildutil/bin.mak:68: /home/myuser/downloads/aur/nbis/src/Rel_5.0.0/an2k/bin/histogen] Error 1
make[4]: Leaving directory '/home/myuser/downloads/aur/nbis/src/Rel_5.0.0/an2k/src/bin/histogen'
make[3]: *** [/home/myuser/downloads/aur/nbis/src/Rel_5.0.0/buildutil/an2k_bins.mak:46: bins] Error 1
make[3]: Leaving directory '/home/myuser/downloads/aur/nbis/src/Rel_5.0.0/an2k/src/bin'
make[2]: *** [/home/myuser/downloads/aur/nbis/src/Rel_5.0.0/buildutil/src.mak:52: bins] Error 1
make[2]: Leaving directory '/home/myuser/downloads/aur/nbis/src/Rel_5.0.0/an2k/src'
make[1]: *** [/home/myuser/downloads/aur/nbis/src/Rel_5.0.0/buildutil/package.mak:211: bins] Error 1
make[1]: Leaving directory '/home/myuser/downloads/aur/nbis/src/Rel_5.0.0/an2k'
make: *** [Makefile:152: it] Error 1

Seems like there's some kind of linker or inclusion guard error in the code on NIST's side to me, did you have to modify some of the code for this to work?