inout.c:6133:3: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] 6133 | fscanf (xfile, "%s", myname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DGTK2 -O2 -pipe -march=native -fno-common -Wl,-O1 -Wl,--as-needed -o chemtool main.o draw.o graph.o chemproc.o undo.o inout.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lX11 -lX11 -lm /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: graph.o:(.bss+0x1b8): multiple definition of `babelout'; draw.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: graph.o:(.bss+0x1c0): multiple definition of `outmode'; draw.o:(.bss+0x8): first defined here ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_gnome-20200129-211601 ------------------------------------------------------------------- Please see the tracker bug for details. gcc-config -l: [1] x86_64-pc-linux-gnu-9.2.0 * clang: clang version 9.0.1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/9/bin llvm: 9.0.1 Available Python interpreters, in order of preference: [1] python3.8 [2] python3.7 [3] python3.6 [4] python2.7 (fallback) Available Ruby profiles: [1] ruby24 (with Rubygems) [2] ruby25 (with Rubygems) * Available Rust versions: [1] rust-1.41.0 * java-config: The following VMs are available for generation-2: 1) IcedTea JDK 3.15.0 [icedtea-8] *) IcedTea JDK 3.14.0 [icedtea-bin-8] Available Java Virtual Machines: [1] icedtea-8 [2] icedtea-bin-8 system-vm ghc: The Glorious Glasgow Haskell Compilation System, version 8.0.2 repository: ==> /var/db/repos/gentoo/metadata/timestamp.chk <== Tue, 04 Feb 2020 09:48:47 +0000 emerge -qpvO sci-chemistry/chemtool [ebuild N ] sci-chemistry/chemtool-1.6.14 USE="gnome nls -emf"
Created attachment 611596 [details] emerge-info.txt
Created attachment 611598 [details] emerge-history.txt
Created attachment 611600 [details] environment
Created attachment 611602 [details] etc.portage.tbz2
Created attachment 611604 [details] logs.tbz2
Created attachment 611606 [details] sci-chemistry:chemtool-1.6.14:20200204-104608.log
Created attachment 611608 [details] temp.tbz2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aafe737392a43a92dac2cd87ca068937d9d9df61 commit aafe737392a43a92dac2cd87ca068937d9d9df61 Author: David Seifert <soap@gentoo.org> AuthorDate: 2020-08-29 12:30:09 +0000 Commit: David Seifert <soap@gentoo.org> CommitDate: 2020-08-29 12:30:09 +0000 sci-chemistry/chemtool: Port to EAPI 7 * fix `-fno-common`/GCC 10 * fix broken check target Closes: https://bugs.gentoo.org/708234 Closes: https://bugs.gentoo.org/728954 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org> sci-chemistry/chemtool/chemtool-1.6.14.ebuild | 49 ++++++++++++---------- .../chemtool/files/chemtool-1.6.14-fix-tests.patch | 6 +++ .../files/chemtool-1.6.14-fno-common.patch | 37 ++++++++++++++++ ...patch => chemtool-1.6.14-no-underlinking.patch} | 0 4 files changed, 70 insertions(+), 22 deletions(-)