Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 616918

Summary: sys-auth/ykpers-1.18.0 requires app-text/asciidoc
Product: Gentoo Linux Reporter: BT <amak79>
Component: Current packagesAssignee: Brant Gurganus <brant>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info

Description BT 2017-04-29 00:40:20 UTC
sys-auth/ykpers was bumped to version 1.18.0 and now it fails to build with the following error:

/bin/sh /var/tmp/portage/sys-auth/ykpers-1.18.0/work/yubikey-personalization-1.18.0/build-aux/missing a2x -L --format=manpage -a revdate="Version 1.18.0" --xsltproc-opts="--nonet" ykpersonalize.1.adoc
/var/tmp/portage/sys-auth/ykpers-1.18.0/work/yubikey-personalization-1.18.0/build-aux/missing: line 81: a2x: command not found
WARNING: 'a2x' is missing on your system.
         You might have modified some files without having the proper
         tools for further handling them.  Check the 'README' file, it
         often tells you about the needed prerequisites for installing
         this package.  You may also peek at any GNU archive site, in
         case some other package contains this missing 'a2x' program.
make[1]: *** [Makefile:1369: ykpersonalize.1] Error 127
make[1]: *** Waiting for unfinished jobs....
libtool: compile:  x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"yubikey-personalization\" -DPACKAGE_TARNAME=\"ykpers\" -DPACKAGE_VERSION=\"1.18.0\" "-DPACKAGE_STRING=\"yubikey-personalization 1.18.0\"" -DPACKAGE_BUGREPORT=\"yubico-devel@googlegroups.com\" -DPACKAGE_URL=\"https://developers.yubico.com/yubikey-personalization/\" -DPACKAGE=\"ykpers\" -DVERSION=\"1.18.0\" -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBYUBIKEY=1 -DHAVE_JSON_OBJECT_TO_JSON_STRING_EXT=1 -DHAVE_JSON_OBJECT_OBJECT_GET_EX=1 -I. -I./ykcore -I/usr/include/json-c -march=ivybridge -O2 -pipe -pthread -c ykpers-args.c  -fPIC -DPIC -o .libs/ykpers-args.o
make[1]: Leaving directory '/var/tmp/portage/sys-auth/ykpers-1.18.0/work/yubikey-personalization-1.18.0'
make: *** [Makefile:931: all-recursive] Error 1
Comment 1 BT 2017-04-29 00:40:47 UTC
Created attachment 471230 [details]
build.log
Comment 2 BT 2017-04-29 00:41:09 UTC
Created attachment 471232 [details]
emerge --info
Comment 3 BT 2017-05-05 06:42:35 UTC
This is now fixed.

P.S. It would be nice if devs searched for exiting bugs, and close them when fixed.