Le 22/07/2023 à 21:05, Richard Kimberly Heck a écrit :
I've finally decided to use the rpmdist target rather than installing directly, but it is failing here:

     $(LN_S) $(srcdir)/lib/images/lyx.png . ; \

The problem is that LN_S does not seem to be defined, so it is trying to execute the image.

Try to add AC_PROG_LN_S somewhere in configure.ac


$RPMBUILD -ta lyx-2.4.0-RC1-devel.tar.gz ; saved_status=$?; \
rm lyx.png; exit $saved_status
error: line 5: Illegal char '-' (0x2d) in: Version: 2.4.0-RC1-devel

I suspect rpmdist dislikes the hyphens after RC1. Are you sure that this is typical of rpm naming? You could try underscores instead.

In the past our release nme were more like lyx-2.4.0rc1

JMarc
--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to