Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 724588 - sci-astronomy/psfex-3.17.1 : fails to build with -fno-common or gcc-10
Summary: sci-astronomy/psfex-3.17.1 : fails to build with -fno-common or gcc-10
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Astronomy project
URL:
Whiteboard: ~arch only
Keywords:
Depends on:
Blocks: -fno-common
  Show dependency tree
 
Reported: 2020-05-22 20:28 UTC by Toralf Förster
Modified: 2021-03-04 01:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.04 KB, text/plain)
2020-05-22 20:28 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,251.94 KB, text/plain)
2020-05-22 20:28 UTC, Toralf Förster
Details
environment (environment,60.54 KB, text/plain)
2020-05-22 20:28 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.32 KB, application/x-bzip)
2020-05-22 20:28 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,9.25 KB, application/x-bzip)
2020-05-22 20:28 UTC, Toralf Förster
Details
sci-astronomy:psfex-3.17.1:20200522-200231.log (sci-astronomy:psfex-3.17.1:20200522-200231.log,153.20 KB, text/plain)
2020-05-22 20:28 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,27.71 KB, application/x-bzip)
2020-05-22 20:28 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-05-22 20:28:37 UTC
libtool: link: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wl,-O1 -Wl,--defsym=__gentoo_check_ldflags__=0 -o psfex catout.o check.o context.o diagnostic.o fft.o field.o fitswcs.o homo.o main.o makeit.o misc.o pca.o prefs.o psf.o sample.o vignet.o xml.o  -Wl,--as-needed ./fits/libfits.a ./levmar/liblevmar.a ./wcs/libwcs_c.a -latlclapack -latlcblas -latlas -lfftw3f -lm
/usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: check.o:(.bss+0x40): multiple definition of `gstr'; catout.o:(.bss+0x80): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: check.o:(.bss+0x3c): multiple definition of `bswapflag'; catout.o:(.bss+0x78): first defined here

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-libressl-20200516-184510

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.3.1
 [2] x86_64-pc-linux-gnu-10.1.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6 (fallback)
  [4]   python2.7 (fallback)
  [5]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.43.1 *
  [2]   rust-1.43.1
The Glorious Glasgow Haskell Compilation System, version 8.0.2

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Fri 22 May 2020 01:05:26 PM UTC
/var/db/repos/libressl	Fri 22 May 2020 02:09:13 AM UTC

emerge -qpvO sci-astronomy/psfex
[ebuild  N    ] sci-astronomy/psfex-3.17.1  USE="-doc -plplot -threads"
Comment 1 Toralf Förster gentoo-dev 2020-05-22 20:28:40 UTC
Created attachment 640920 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-05-22 20:28:43 UTC
Created attachment 640922 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-05-22 20:28:45 UTC
Created attachment 640924 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-05-22 20:28:49 UTC
Created attachment 640926 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-05-22 20:28:51 UTC
Created attachment 640928 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-05-22 20:28:54 UTC
Created attachment 640930 [details]
sci-astronomy:psfex-3.17.1:20200522-200231.log
Comment 7 Toralf Förster gentoo-dev 2020-05-22 20:28:57 UTC
Created attachment 640932 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2021-03-04 01:24:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29021980e0fdcb21cc7cfad2b243e90e98851965

commit 29021980e0fdcb21cc7cfad2b243e90e98851965
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-03-04 01:18:16 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-03-04 01:18:16 +0000

    sci-astronomy/psfex: add gcc 10 workaround
    
    Closes: https://bugs.gentoo.org/724588
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-astronomy/psfex/psfex-3.17.1.ebuild | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)