Page MenuHome GnuPG

libgpg-error and yat2m: can't open include file './version.texi': No such file or directory
Closed, SpitePublic

Description

I'm trying to build libgpg-error master. Configure is failing:

libtool: link: gcc -DPACKAGE_VERSION=\"1.38\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -o yat2m yat2m-yat2m.o 
for file in gpgrt.texi ; do \
              ./yat2m -I . --release "Libgpg-error 1.38" --source "GnuPG" --store \
          `test -f '$file' || echo './'`$file ; done
yat2m: can't open include file './version.texi': No such file or directory
yat2m: writing 'gpgrt-config.1'
Makefile:1119: recipe for target 'yat2m-stamp' failed
make[2]: *** [yat2m-stamp] Error 1
make[2]: *** Waiting for unfinished jobs....
gpgrt.texi:4: @include: could not find version.texi
gpgrt.texi:11: warning: undefined flag: VERSION
gpgrt.texi:12: warning: undefined flag: UPDATED
gpgrt.texi:57: warning: undefined flag: VERSION
gpgrt.texi:58: warning: undefined flag: UPDATED
Makefile:596: recipe for target 'gpgrt.info' failed

Please advise.

Details

Version
libgpg-error master

Event Timeline

JW created this object in space S1 Public.
werner claimed this task.
werner added a subscriber: werner.

Please see my other comments; we need proper bug reports and not just arbitrary snippets.