Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#39456 - [gts] build fails

Attached to Project: Arch Linux
Opened by Joel Teichroeb (klusark) - Saturday, 15 March 2014, 14:58 GMT
Last edited by Gaetan Bisson (vesath) - Sunday, 16 March 2014, 03:03 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Gaetan Bisson (vesath)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

/bin/sh ../libtool --mode=link gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wl,-O1,--sort-common,--as-needed,-z,relro -lglib-2.0 -o stl2gts stl2gts.o ../src/libgts.la -lm
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/gtscheck gtscheck.o -lglib-2.0 ../src/.libs/libgts.so -lm
../src/.libs/libgts.so: undefined reference to `sincos'
../src/.libs/libgts.so: undefined reference to `ceil'
../src/.libs/libgts.so: undefined reference to `atan2'
../src/.libs/libgts.so: undefined reference to `exp'
../src/.libs/libgts.so: undefined reference to `cos'
../src/.libs/libgts.so: undefined reference to `log'
../src/.libs/libgts.so: undefined reference to `sqrt'
collect2: error: ld returned 1 exit status
Makefile:302: recipe for target 'gtscheck' failed
make[2]: *** [gtscheck] Error 1
make[2]: *** Waiting for unfinished jobs....
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/stl2gts stl2gts.o -lglib-2.0 ../src/.libs/libgts.so -lm
../src/.libs/libgts.so: undefined reference to `sincos'
../src/.libs/libgts.so: undefined reference to `ceil'
../src/.libs/libgts.so: undefined reference to `atan2'
../src/.libs/libgts.so: undefined reference to `exp'
../src/.libs/libgts.so: undefined reference to `cos'
../src/.libs/libgts.so: undefined reference to `log'
../src/.libs/libgts.so: undefined reference to `sqrt'
collect2: error: ld returned 1 exit status
Makefile:308: recipe for target 'stl2gts' failed
make[2]: *** [stl2gts] Error 1
make[2]: Leaving directory '/build/gts/src/gts-0.7.6/tools'
Makefile:297: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/build/gts/src/gts-0.7.6'
Makefile:205: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...

Steps to reproduce:
sudo extra-x86_64-build
This task depends upon

Closed by  Gaetan Bisson (vesath)
Sunday, 16 March 2014, 03:03 GMT
Reason for closing:  Fixed
Additional comments about closing:  in SVN
Comment by Gaetan Bisson (vesath) - Sunday, 16 March 2014, 03:03 GMT
I hate the toolchain...

Loading...