Le 15/03/2021 à 20:28, Dave Mielke a écrit :
> I think I know what the problem might be. You're probably used to building from a tarball so you do configure and make. When building from the repository you need to do an extra step at the start, namely ./autogen. Perhaps that step wasn't done.

No, I am used to build from git (28 out of the 687 packages I maintain for Slint are buillt this way), and followed the instructions on your web site. I just noticed that uselessly ran configure again as it's done already by autogen, but even with the following code I got the same result:


CPPFLAGS="-I/usr/include -I/usr/include/speech-dispatcher" \
PYTHON=/usr/bin/python3 \
./autogen \
  --prefix=/usr \
  --bindir=/bin \
  --sbindir=/sbin \
  --libdir=/lib${LIBDIRSUFFIX} \
  --infodir=/usr/info \
  --mandir=/usr/man \
  --sysconfdir=/etc \
  --localstatedir=/var \
  --disable-java-bindings \
  --without-espeak \
  --build=$ARCH-slackware-linux

make -j4 || exit 1
make install INSTALL_ROOT=$PKG || exit 1

This time I did set LANG to en_CA, here is the tail end:

make[2]: Leaving directory '/storage/repo/x86_64/slint-14.2.1/source/brltty/brltty-git667d3ff07/Messages' /usr/bin/ginstall -c -d /storage/repo/x86_64/slint-14.2.1/source/brltty/package-brltty/usr/man/man1 /usr/bin/ginstall -c -m 644 ./../Documents/brltty.1 /storage/repo/x86_64/slint-14.2.1/source/brltty/package-brltty/usr/man/man1 /usr/bin/ginstall -c -d /storage/repo/x86_64/slint-14.2.1/source/brltty/package-brltty/lib64/pkgconfig /usr/bin/ginstall -c -m 644 ./../brltty.pc /storage/repo/x86_64/slint-14.2.1/source/brltty/package-brltty/lib64/pkgconfig/brltty.pc ../getrevid -p "revision_identifier=" ../ >>/storage/repo/x86_64/slint-14.2.1/source/brltty/package-brltty/lib64/pkgconfig/brltty.pc
getrevid: unrecognized source repository type: ../
getrevid: revision identifier not known
Makefile:1196: recipe for target 'install-pkgconfig-file' failed
make[1]: *** [install-pkgconfig-file] Error 3
make[1]: Leaving directory '/storage/repo/x86_64/slint-14.2.1/source/brltty/brltty-git667d3ff07/Programs'
Makefile:48: recipe for target 'install' failed
make: *** [install] Error 2

Off topic: Kirk Reiser also speaks Canadian English, which shows in some
of the speakup messages, maybe you know him?

Best,
Didier
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: [email protected]
For general information, go to: http://brltty.app/mailman/listinfo/brltty

Reply via email to