* Package: sci-astronomy/stuff-1.26.0 * Repository: gentoo * Maintainer: sci-astronomy@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking stuff-1.26.0.tar.gz to /var/tmp/portage/sci-astronomy/stuff-1.26.0/work >>> Source unpacked in /var/tmp/portage/sci-astronomy/stuff-1.26.0/work >>> Preparing source in /var/tmp/portage/sci-astronomy/stuff-1.26.0/work/stuff-1.26.0 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/sci-astronomy/stuff-1.26.0/work/stuff-1.26.0 ... * econf: updating stuff-1.26.0/autoconf/config.sub with /usr/share/gnuconfig/config.sub * econf: updating stuff-1.26.0/autoconf/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --docdir=/usr/share/doc/stuff-1.26.0 --htmldir=/usr/share/doc/stuff-1.26.0/html --libdir=/usr/lib64 --disable-threads configure: loading site script /usr/share/config.site checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes ******** Configuring: stuff 1.26.0 (2020-01-28) ******** checking if compilation flags should be set automatically... no checking whether we should use the INTEL compiler... no checking for style of include used by make... GNU checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for library containing strerror... none required checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for sin in -lm... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for error_at_line... yes checking for getenv... yes checking for floor... yes checking for pow... yes checking for sqrt... yes checking for strchr... yes checking for strcspn... yes checking for strtol... yes checking for lgamma... yes checking for drand48... yes checking for lrand48... yes checking for srand48... yes checking for gettimeofday... yes checking for profiler mode... no checking best linking option... no *************************************************************** Compile cmdline: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common Link cmdline: x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -lm Default XSLT URL: *************************************************************** checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating src/Makefile config.status: creating stuff.spec config.status: creating man/stuff.1 config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/sci-astronomy/stuff-1.26.0/work/stuff-1.26.0 ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/sci-astronomy/stuff-1.26.0/work/stuff-1.26.0' Making all in man make[2]: Entering directory '/var/tmp/portage/sci-astronomy/stuff-1.26.0/work/stuff-1.26.0/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/sci-astronomy/stuff-1.26.0/work/stuff-1.26.0/man' Making all in src make[2]: Entering directory '/var/tmp/portage/sci-astronomy/stuff-1.26.0/work/stuff-1.26.0/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -c clusters.c In file included from clusters.c:38: clusters.c: In function ‘cluster_read’: clusters.c:138:46: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 138 | QMALLOC(pcluster, clusterstruct *, cmax); | ^ define.h:137:21: note: in definition of macro ‘QMALLOC’ 137 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ clusters.c:143:47: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 143 | QREALLOC(pcluster, clusterstruct *, cmax); | ^ define.h:147:21: note: in definition of macro ‘QREALLOC’ 147 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ clusters.c:145:38: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 145 | QCALLOC(cluster, clusterstruct, 1); | ^ define.h:127:21: note: in definition of macro ‘QCALLOC’ 127 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ clusters.c:160:40: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 160 | QREALLOC(pcluster, clusterstruct *, c); | ^ define.h:147:21: note: in definition of macro ‘QREALLOC’ 147 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -c cosmo.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -c galaxies.c In file included from galaxies.c:38: galaxies.c: In function ‘galtype_init’: galaxies.c:62:36: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 62 | QCALLOC(galtype, galtypestruct, 1); | ^ define.h:127:21: note: in definition of macro ‘QCALLOC’ 127 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ galaxies.c:71:35: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 71 | QMALLOC(galtype->lf, lfstruct, 1); | ^ define.h:137:21: note: in definition of macro ‘QMALLOC’ 137 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ galaxies.c: In function ‘gal_init’: galaxies.c:204:28: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 204 | QCALLOC(gal, galstruct, 1); | ^ define.h:127:21: note: in definition of macro ‘QCALLOC’ 127 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ galaxies.c:205:31: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 205 | QMALLOC(gal->bt, double, npb); | ^ define.h:137:21: note: in definition of macro ‘QMALLOC’ 137 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ galaxies.c:206:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 206 | QMALLOC(gal->mag, double, npb); | ^ define.h:137:21: note: in definition of macro ‘QMALLOC’ 137 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -c igm.c In file included from igm.c:38: igm.c: In function ‘sed_igmmadauextinct’: igm.c:131:47: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 131 | QREALLOC(taused->wave, double, taused->ndata); | ^ define.h:147:21: note: in definition of macro ‘QREALLOC’ 147 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ igm.c:132:47: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 132 | QREALLOC(taused->data, double, taused->ndata); | ^ define.h:147:21: note: in definition of macro ‘QREALLOC’ 147 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -c lf.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -c main.c In file included from main.c:42: main.c: In function ‘main’: main.c:76:31: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 76 | QMALLOC(argkey, char *, argc); | ^ define.h:137:21: note: in definition of macro ‘QMALLOC’ 137 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ main.c:77:31: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 77 | QMALLOC(argval, char *, argc); | ^ define.h:137:21: note: in definition of macro ‘QMALLOC’ 137 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -c makeit.c In file included from makeit.c:44: makeit.c: In function ‘makeit’: makeit.c:203:45: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 203 | QMALLOC(galtype, galtypestruct *, ngaltype); | ^ define.h:137:21: note: in definition of macro ‘QMALLOC’ 137 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ makeit.c:204:26: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 204 | QMALLOC(lf, lfstruct, 1); /* Used as a template only */ | ^ define.h:137:21: note: in definition of macro ‘QMALLOC’ 137 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ makeit.c:229:30: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 229 | QMALLOC(lfevol, lfstruct, 1); /* Used as a template only */ | ^ define.h:137:21: note: in definition of macro ‘QMALLOC’ 137 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -c misc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -c prefs.c In file included from prefs.c:51: prefs.c: In function ‘readprefs’: prefs.c:339:65: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 339 | QMALLOC(((char **)key[nkey].ptr)[i], char, MAXCHAR); | ^ define.h:137:21: note: in definition of macro ‘QMALLOC’ 137 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ prefs.c: In function ‘list_to_str’: prefs.c:440:33: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 440 | QMALLOC(listbuf, char, bufsize); | ^ define.h:137:21: note: in definition of macro ‘QMALLOC’ 137 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ prefs.c:450:40: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 450 | QREALLOC(listbuf, char, bufsize); | ^ define.h:147:21: note: in definition of macro ‘QREALLOC’ 147 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ prefs.c: In function ‘useprefs’: prefs.c:532:72: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 532 | QMEMCPY(prefs.pbcalibsed_name[i], prefs.pbcalibsed_name[j], char, n); | ^ define.h:158:23: note: in definition of macro ‘QMEMCPY’ 158 | sprintf(gstr, #ptrout " (" #nel "=%lld elements) " \ | ^~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -c random.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -c sed.c In file included from sed.c:38: sed.c: In function ‘sed_dup’: sed.c:59:31: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 59 | QMALLOC(sedout, sedstruct, 1); | ^ define.h:137:21: note: in definition of macro ‘QMALLOC’ 137 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ sed.c:63:59: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 63 | QMEMCPY(sed->wave, sedout->wave, double, sedout->ndata); | ^ define.h:158:23: note: in definition of macro ‘QMEMCPY’ 158 | sprintf(gstr, #ptrout " (" #nel "=%lld elements) " \ | ^~~~~~ sed.c:67:59: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 67 | QMEMCPY(sed->data, sedout->data, double, sedout->ndata); | ^ define.h:158:23: note: in definition of macro ‘QMEMCPY’ 158 | sprintf(gstr, #ptrout " (" #nel "=%lld elements) " \ | ^~~~~~ sed.c: In function ‘sed_load’: sed.c:134:50: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 134 | QREALLOC(sedcomp[j]->wave, double, ndatat); | ^ define.h:147:21: note: in definition of macro ‘QREALLOC’ 147 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ sed.c:136:50: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 136 | QREALLOC(sedcomp[j]->data, double, ndatat); | ^ define.h:147:21: note: in definition of macro ‘QREALLOC’ 147 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ sed.c:165:59: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 165 | QREALLOC(sedcomp[j]->wave, double, sedcomp[j]->ndata); | ^ define.h:147:21: note: in definition of macro ‘QREALLOC’ 147 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ sed.c:166:59: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 166 | QREALLOC(sedcomp[j]->data, double, sedcomp[j]->ndata); | ^ define.h:147:21: note: in definition of macro ‘QREALLOC’ 147 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ sed.c: In function ‘sed_new’: sed.c:210:28: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 210 | QMALLOC(sed, sedstruct, 1); | ^ define.h:137:21: note: in definition of macro ‘QMALLOC’ 137 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ sed.c:213:35: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 213 | QCALLOC(sed->wave, double, ndata); | ^ define.h:127:21: note: in definition of macro ‘QCALLOC’ 127 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ sed.c:214:35: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 214 | QCALLOC(sed->data, double, ndata); | ^ define.h:127:21: note: in definition of macro ‘QCALLOC’ 127 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ sed.c: In function ‘sed_mul’: sed.c:277:31: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 277 | QMALLOC(sedo, sedstruct, 1); | ^ define.h:137:21: note: in definition of macro ‘QMALLOC’ 137 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ sed.c:279:41: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 279 | QMALLOC(sedo->wave, double, ndatamax); | ^ define.h:137:21: note: in definition of macro ‘QMALLOC’ 137 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ sed.c:280:41: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 280 | QMALLOC(sedo->data, double, ndatamax); | ^ define.h:137:21: note: in definition of macro ‘QMALLOC’ 137 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ sed.c:362:41: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 362 | QREALLOC(sedo->wave, double, nsedo); | ^ define.h:147:21: note: in definition of macro ‘QREALLOC’ 147 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ sed.c:363:41: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 363 | QREALLOC(sedo->data, double, nsedo); | ^ define.h:147:21: note: in definition of macro ‘QREALLOC’ 147 | sprintf(gstr, #ptr " (" #nel "=%lld elements) " \ | ^~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -c stars.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wl,-O1 -Wl,--as-needed -o stuff clusters.o cosmo.o galaxies.o igm.o lf.o main.o makeit.o misc.o prefs.o random.o sed.o stars.o -lm /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cosmo.o:(.bss+0x10): multiple definition of `OmegaM'; clusters.o:(.bss+0x3060): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cosmo.o:(.bss+0x8): multiple definition of `OmegaL'; clusters.o:(.bss+0x3058): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cosmo.o:(.bss+0x18): multiple definition of `H0'; clusters.o:(.bss+0x3068): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cosmo.o:(.bss+0x0): multiple definition of `deltaMH'; clusters.o:(.bss+0x3050): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cosmo.o:(.bss+0x20): multiple definition of `H'; clusters.o:(.bss+0x3070): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cosmo.o:(.bss+0x28): multiple definition of `bswapflag'; clusters.o:(.bss+0x3078): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cosmo.o:(.bss+0x40): multiple definition of `gstr'; clusters.o:(.bss+0x3080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: galaxies.o:(.bss+0x3070): multiple definition of `H'; clusters.o:(.bss+0x3070): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: galaxies.o:(.bss+0x0): multiple definition of `prefs'; clusters.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: galaxies.o:(.bss+0x3080): multiple definition of `gstr'; clusters.o:(.bss+0x3080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: galaxies.o:(.bss+0x3050): multiple definition of `deltaMH'; clusters.o:(.bss+0x3050): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: galaxies.o:(.bss+0x3058): multiple definition of `OmegaL'; clusters.o:(.bss+0x3058): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: galaxies.o:(.bss+0x3060): multiple definition of `OmegaM'; clusters.o:(.bss+0x3060): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: galaxies.o:(.bss+0x3068): multiple definition of `H0'; clusters.o:(.bss+0x3068): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: galaxies.o:(.bss+0x3078): multiple definition of `bswapflag'; clusters.o:(.bss+0x3078): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: igm.o:(.bss+0x20): multiple definition of `gstr'; clusters.o:(.bss+0x3080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: igm.o:(.bss+0x0): multiple definition of `bswapflag'; clusters.o:(.bss+0x3078): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: lf.o:(.bss+0x0): multiple definition of `deltaMH'; clusters.o:(.bss+0x3050): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: lf.o:(.bss+0x8): multiple definition of `OmegaL'; clusters.o:(.bss+0x3058): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: lf.o:(.bss+0x10): multiple definition of `OmegaM'; clusters.o:(.bss+0x3060): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: lf.o:(.bss+0x18): multiple definition of `H0'; clusters.o:(.bss+0x3068): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: lf.o:(.bss+0x20): multiple definition of `H'; clusters.o:(.bss+0x3070): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: lf.o:(.bss+0x28): multiple definition of `bswapflag'; clusters.o:(.bss+0x3078): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: lf.o:(.bss+0x40): multiple definition of `gstr'; clusters.o:(.bss+0x3080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x0): multiple definition of `prefs'; clusters.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x3060): multiple definition of `gstr'; clusters.o:(.bss+0x3080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x3050): multiple definition of `bswapflag'; clusters.o:(.bss+0x3078): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: makeit.o:(.bss+0x40): multiple definition of `prefs'; clusters.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: makeit.o:(.bss+0x20): multiple definition of `H'; clusters.o:(.bss+0x3070): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: makeit.o:(.bss+0x18): multiple definition of `H0'; clusters.o:(.bss+0x3068): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: makeit.o:(.bss+0x10): multiple definition of `OmegaM'; clusters.o:(.bss+0x3060): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: makeit.o:(.bss+0x8): multiple definition of `OmegaL'; clusters.o:(.bss+0x3058): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: makeit.o:(.bss+0x0): multiple definition of `deltaMH'; clusters.o:(.bss+0x3050): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: makeit.o:(.bss+0x30a0): multiple definition of `gstr'; clusters.o:(.bss+0x3080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: makeit.o:(.bss+0x3090): multiple definition of `bswapflag'; clusters.o:(.bss+0x3078): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:(.bss+0x0): multiple definition of `bswapflag'; clusters.o:(.bss+0x3078): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:(.bss+0x20): multiple definition of `gstr'; clusters.o:(.bss+0x3080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: prefs.o:(.bss+0x3700): multiple definition of `gstr'; clusters.o:(.bss+0x3080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: prefs.o:(.bss+0x6a0): multiple definition of `prefs'; clusters.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: prefs.o:(.bss+0x36f0): multiple definition of `bswapflag'; clusters.o:(.bss+0x3078): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: random.o:(.bss+0x0): multiple definition of `bswapflag'; clusters.o:(.bss+0x3078): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: random.o:(.bss+0x20): multiple definition of `gstr'; clusters.o:(.bss+0x3080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: sed.o:(.bss+0x30a0): multiple definition of `gstr'; clusters.o:(.bss+0x3080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: sed.o:(.bss+0x40): multiple definition of `prefs'; clusters.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: sed.o:(.bss+0x0): multiple definition of `deltaMH'; clusters.o:(.bss+0x3050): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: sed.o:(.bss+0x8): multiple definition of `OmegaL'; clusters.o:(.bss+0x3058): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: sed.o:(.bss+0x10): multiple definition of `OmegaM'; clusters.o:(.bss+0x3060): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: sed.o:(.bss+0x18): multiple definition of `H0'; clusters.o:(.bss+0x3068): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: sed.o:(.bss+0x20): multiple definition of `H'; clusters.o:(.bss+0x3070): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: sed.o:(.bss+0x3090): multiple definition of `bswapflag'; clusters.o:(.bss+0x3078): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stars.o:(.bss+0x0): multiple definition of `prefs'; clusters.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stars.o:(.bss+0x3050): multiple definition of `bswapflag'; clusters.o:(.bss+0x3078): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stars.o:(.bss+0x3060): multiple definition of `gstr'; clusters.o:(.bss+0x3080): first defined here collect2: error: ld returned 1 exit status make[2]: *** [Makefile:313: stuff] Error 1 make[2]: Leaving directory '/var/tmp/portage/sci-astronomy/stuff-1.26.0/work/stuff-1.26.0/src' make[1]: *** [Makefile:346: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/sci-astronomy/stuff-1.26.0/work/stuff-1.26.0' make: *** [Makefile:284: all] Error 2 * ERROR: sci-astronomy/stuff-1.26.0::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sci-astronomy/stuff-1.26.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=sci-astronomy/stuff-1.26.0::gentoo'`. * The complete build log is located at '/var/log/portage/sci-astronomy:stuff-1.26.0:20200128-123719.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sci-astronomy/stuff-1.26.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sci-astronomy/stuff-1.26.0/temp/environment'. * Working directory: '/var/tmp/portage/sci-astronomy/stuff-1.26.0/work/stuff-1.26.0' * S: '/var/tmp/portage/sci-astronomy/stuff-1.26.0/work/stuff-1.26.0'