pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: wip/R has 4.3.1, please check



On Sat, Jul 08, 2023 at 08:42:35AM +0900, Makoto Fujiwara wrote:
> 
> | To: pkgsrc-users%NetBSD.org@localhost
> | From: Thomas Klausner <wiz%NetBSD.org@localhost>
> | Subject: math/R: link issue
> | Date: Fri, 7 Jul 2023 00:31:01 +0200
> | Message-ID: <ZKdApWpPbf99a6Pz%yt.nih.at@localhost>
> > On the other hand, 4.2.3 and 4.3.1 are out (pkgsrc is at 4.2.0), so if
> > someone feels like updating math/R that'd be nice too :)
>   ..
> >  Thomas
> 
> wip/R has 4.3.1, please check it if you have time, thanks

Thank you!

For me, it fails the same way:

gmake[3]: Entering directory '/scratch/wip/R/work/R-4.3.1/src/main'
gcc -I../../src/extra  -I. -I../../src/include -I../../src/include -I/usr/pkg/include -g -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/include/krb5 -I../../src/nmath -DHAVE_CONFIG_H   -fopenmp -fpic  -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/include/krb5  -c Rmain.c -o Rmain.o
gcc -Wl,--export-dynamic -fopenmp  -Wl,-R/usr/pkg/lib/R/lib -L"../../lib" -Wl,-zrelro -Wl,-znow -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -pthread -o R.bin Rmain.o  -lR 
ld: warning: libgomp.so.1, needed by ../../lib/libR.so, may conflict with libgomp.so.2
ld: ../../lib/libR.so: undefined reference to `textdomain'
ld: ../../lib/libR.so: undefined reference to `dgettext'
ld: ../../lib/libR.so: undefined reference to `dngettext'
ld: ../../lib/libR.so: undefined reference to `gettext'
ld: ../../lib/libR.so: undefined reference to `ngettext'
ld: ../../lib/libR.so: undefined reference to `bindtextdomain'
gmake[3]: *** [Makefile:150: R.bin] Error 1
gmake[3]: Leaving directory '/scratch/wip/R/work/R-4.3.1/src/main'
gmake[2]: *** [Makefile:141: R] Error 2

 Thomas


Home | Main Index | Thread Index | Old Index