svn 1718: build fails at yasm.pot-update
sean darcy
seandarcy2 at gmail.com
Sun Dec 24 10:38:55 PST 2006
On 12/24/06, Charles Bailey <charles at hashpling.org> wrote:
> There seem to be some references to the now defunct (?) nasm-bison.* files.
>
> This patch seems to cure the build:
>
> Index: po/POTFILES.in
> ===================================================================
> --- po/POTFILES.in (revision 1718)
> +++ po/POTFILES.in (working copy)
> @@ -50,5 +50,4 @@
> modules/parsers/gas/gas-parser.c
> modules/preprocs/nasm/nasm-pp.c
> modules/preprocs/raw/raw-preproc.c
> -nasm-bison.c
> nasm-token.c
> Index: splint.sh
> ===================================================================
> --- splint.sh (revision 1718)
> +++ splint.sh (working copy)
> @@ -39,6 +39,5 @@
> src/parsers/nasm/nasm-parser.c \
> src/preprocs/raw/raw-preproc.c \
> src/optimizers/basic/basic-optimizer.c \
> - nasm-bison.c \
> src/symrec.c \
> src/hamt.c
> Index: Mkfiles/vc8/readme.vc8.txt
> ===================================================================
> --- Mkfiles/vc8/readme.vc8.txt (revision 1718)
> +++ Mkfiles/vc8/readme.vc8.txt (working copy)
> @@ -19,8 +19,6 @@
>
> gas-bison.c
> gas-bison.h
> - nasm-bison.c
> - nasm-bison.h
> re2c-parser.c
> re2c-parser.h
>
>
> Charles.
>
> sean darcy wrote:
> > /usr/src/redhat/BUILD/yasm/po
> > make[2]: Entering directory `/usr/src/redhat/BUILD/yasm/po'
> > /usr/bin/make yasm.pot-update
> > make[3]: Entering directory `/usr/src/redhat/BUILD/yasm/po'
> > make[3]: *** No rule to make target `../nasm-bison.c', needed by
> > `yasm.pot-update'. Stop.
> > make[3]: Leaving directory `/usr/src/redhat/BUILD/yasm/po'
> > make[2]: *** [yasm.pot] Error 2
> >
> > I also posted this on the bug tracker. Where do you prefer these build
> > issues go?
> >
> > sean
> > _______________________________________________
> > yasm-devel mailing list
> > yasm-devel at tortall.net
> > http://cvs.tortall.net/mailman/listinfo/yasm-devel
> _______________________________________________
> yasm-devel mailing list
> yasm-devel at tortall.net
> http://cvs.tortall.net/mailman/listinfo/yasm-devel
>
Works for me.
Thanks.
While messing with this, I updated to automake-1.10.
1.10 now insists that "install-hook" is no longer acceptable in Makefile.am:
Makefile.am:113: use `install-data-hook' or `install-exec-hook', not
`install-hook'
Changing it to install-exec-hook worked for me, and I believe is
compatable with 1.9.
sean
More information about the yasm-devel
mailing list