Actions
Bug #275
closedbuilding from master branch fails with "No rule to make target 'mksymlinks.sh', needed by 'sl-headers'"
Status:
Closed
Priority:
Normal
Category:
-
Start date:
08/22/2022
Due date:
Betriebssystem:
Windows
AqBanking-Version:
git master branch commit fd7bf987
Anwendung:
KMyMoney
Version der Anwendung:
Description
With mentioned commit from git master branch I get build errors
[ 365s] cat: ./i18nsources: No such file or directory
[ 365s] make: *** No rule to make target 'mksymlinks.sh', needed by 'sl-headers'. Stop.
[ 365s] error: Bad exit status from /var/tmp/rpm-tmp.yWnq8T (%build)
Updated by rhabacker over 3 years ago
This issue has been introduced with commit https://www.aquamaniac.de/rdm/projects/aqbanking/repository/revisions/84fcfad1c14328e01b4ddb0672a1fd96075e6d56.
The removed script is still used in the toplevel Makefile.am, which needs to be dropped:
grep -rn mksymlinks.sh
Makefile.am:9: mksymlinks.sh.in mksymlinks.sh Makefile.cvs
Makefile.am:220:symlinks: mksymlinks.sh
Makefile.am:221:# ${SHELL} mksymlinks.sh $(srcdir) $(builddir)
Makefile.am:223:sl-headers: mksymlinks.sh
Makefile.am:225:# ${SHELL} mksymlinks.sh $(srcdir) $(builddir)
Updated by martin over 3 years ago
- Status changed from New to Closed
Thanks, should be fixed now in GIT.
Actions