Hi Martin,
thanks!
Martin Husemann wrote:
building gcc10 is hefty! will take days, why do we need that if the system
compiler is:
gcc (nb3 20231008) 10.5.0
The base system compiler does not come with fortran support.
good catch. Now build failed anyway....
===> Patching for gcc10-10.5.0nb4
=> Applying pkgsrc patches for gcc10-10.5.0nb4
**************************************
Ignoring patch file
/usr/pkgsrc/lang/gcc10/../../lang/gcc10/patches/patch-contrib_download__prerequisites:
invalid checksum
**************************************
**************************************
Ignoring patch file
/usr/pkgsrc/lang/gcc10/../../lang/gcc10/patches/patch-fixincludes_inclhack.def:
invalid checksum
**************************************
**************************************
< and so for a lot of files > and then build fails.
Where is the catch? libtool-base vs. libtool! I just need libtool-base
built & installed.
Why do I get:
=> Adding run-time search paths to pkg-config files.
=> Modifying libtool scripts to use pkgsrc libtool
=> Modifying libtool scripts to use pkgsrc depcomp
===> Building for lz4-1.10.0
gmake[1]: Entering directory
'/disk2/pkg-workdir/archivers/lz4/work/lz4-1.10.0/lib'
gmake[1]: /disk2/pkg-workdir/archivers/lz4/work/.cwrapper/bin/libtool:
No such file or directory
gmake[1]: *** [Makefile:103: lz4.lo] Error 127
gmake[1]: Leaving directory
'/disk2/pkg-workdir/archivers/lz4/work/lz4-1.10.0/lib'
gmake: *** [Makefile:57: lib-release] Error 2
# fileĀ /disk2/pkg-workdir/archivers/lz4/work/.cwrapper/bin/libtool
/disk2/pkg-workdir/archivers/lz4/work/.cwrapper/bin/libtool: broken
symbolic link to /usr/pkg/libexec/cwrappers/libtool-wrapper
this means cwrapper needs to rebuild after libtool-base !
now things look more reasonable
Riccardo