Hi Slavek!
Hi all, Nik,
in the tde-packaging repository in branch feat/freebsd-r14.0.x-pre, Trinity ports were updated in connection with the preparation of R14.0.10. At the same time, I updated my FreeBSD test machine to release 13 and ports were updated accordingly. For example, this means that HAL support has been turned off because it was removed from official ports.
Some builds were switched to CMake. New ports have been added for a few applications. If you have time, you can test on your FreeBSD system if everything looks fine.
Cheers
Slávek
Sorry, I have totally missed this announcement. I just try to buld TDE on a clean/new FreeBSD 13.0.
ATM I'm stuck at building pinentry-tqt-1.1.1:
===> Building for pinentry-tqt-1.1.1 gmake[2]: Entering directory '/usr/home/nik/tde-packaging/freebsd/dependencies/pinentry-tqt/work/pinentry-1.1.1' cd . && /bin/sh /usr/home/nik/tde-packaging/freebsd/dependencies/pinentry-tqt/work/pinentry-1.1.1/build-aux/missing automake-1.16 --gnu Makefile sh: arithmetic expression: expecting EOF: "0xdeta" fatal: No names found, cannot describe anything. configure.ac:50: error: version mismatch. This is Automake 1.16.3, configure.ac:50: but the definition used by this AM_INIT_AUTOMAKE configure.ac:50: comes from Automake 1.16.2. You should recreate configure.ac:50: aclocal.m4 with aclocal and run automake again. WARNING: 'automake-1.16' is probably too old. You should only need it if you modified 'Makefile.am' or 'configure.ac' or m4 files included by 'configure.ac'. The 'automake' program is part of the GNU Automake package: https://www.gnu.org/software/automake It also requires GNU Autoconf, GNU m4 and Perl in order to run: https://www.gnu.org/software/autoconf https://www.gnu.org/software/m4/ https://www.perl.org/ gmake[2]: *** [Makefile:429: Makefile.in] Error 63 gmake[2]: Leaving directory '/usr/home/nik/tde-packaging/freebsd/dependencies/pinentry-tqt/work/pinentry-1.1.1' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1
Any Idea what's wrong here?
Nik
On Monday 24 of May 2021 22:57:15 Dr. Nikolaus Klepp wrote:
Hi Slavek!
Hi all, Nik,
in the tde-packaging repository in branch feat/freebsd-r14.0.x-pre, Trinity ports were updated in connection with the preparation of R14.0.10. At the same time, I updated my FreeBSD test machine to release 13 and ports were updated accordingly. For example, this means that HAL support has been turned off because it was removed from official ports.
Some builds were switched to CMake. New ports have been added for a few applications. If you have time, you can test on your FreeBSD system if everything looks fine.
Cheers
Slávek
Sorry, I have totally missed this announcement. I just try to buld TDE on a clean/new FreeBSD 13.0.
ATM I'm stuck at building pinentry-tqt-1.1.1:
===> Building for pinentry-tqt-1.1.1 gmake[2]: Entering directory '/usr/home/nik/tde-packaging/freebsd/dependencies/pinentry-tqt/work/pine ntry-1.1.1' cd . && /bin/sh /usr/home/nik/tde-packaging/freebsd/dependencies/pinentry-tqt/work/pinen try-1.1.1/build-aux/missing automake-1.16 --gnu Makefile sh: arithmetic expression: expecting EOF: "0xdeta" fatal: No names found, cannot describe anything. configure.ac:50: error: version mismatch. This is Automake 1.16.3, configure.ac:50: but the definition used by this AM_INIT_AUTOMAKE configure.ac:50: comes from Automake 1.16.2. You should recreate configure.ac:50: aclocal.m4 with aclocal and run automake again. WARNING: 'automake-1.16' is probably too old. You should only need it if you modified 'Makefile.am' or 'configure.ac' or m4 files included by 'configure.ac'. The 'automake' program is part of the GNU Automake package: https://www.gnu.org/software/automake It also requires GNU Autoconf, GNU m4 and Perl in order to run: https://www.gnu.org/software/autoconf https://www.gnu.org/software/m4/ https://www.perl.org/ gmake[2]: *** [Makefile:429: Makefile.in] Error 63 gmake[2]: Leaving directory '/usr/home/nik/tde-packaging/freebsd/dependencies/pinentry-tqt/work/pine ntry-1.1.1' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1
Any Idea what's wrong here?
Nik
Is it possible that your "work" directory contains some previous version? You can simply remove the previous work directory and try to build again.
Note: I also have automake 1.16.3 and I also build pinentry 1.1.1 and I do not observe the problems.
Cheers
Hi Slavek!
Anno domini 2021 Tue, 25 May 00:45:08 +0200 Slávek Banko via tde-devels scripsit:
On Monday 24 of May 2021 22:57:15 Dr. Nikolaus Klepp wrote: [...]
Is it possible that your "work" directory contains some previous version? You can simply remove the previous work directory and try to build again.
Note: I also have automake 1.16.3 and I also build pinentry 1.1.1 and I do not observe the problems.
Cheers
I think i found it: portmaster does some interesting things. tde-packaging/freebsd is linked to /usr/ports/x11/trinity. "portmaster x11/trinity" fails at pinentry-tqt, sometimes earlier. Same happens when I try to build with make, e.g. "cd /usr/ports/x11/trinity/dependencies; make install".
But what always works is building the packages one by one. So I'll stick with this strategy :)
Oh, and TDE on FreeBSD works. I have not done extensive testing yet, so I'll report back later.
Thank you for the freebsd ports, it's awesome :)
Nik