Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 820158 - sci-libs/hdf5-1.12.2-r2 : "h5cc -show" produces invalid output
Summary: sci-libs/hdf5-1.12.2-r2 : "h5cc -show" produces invalid output
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard: was: sci-visualization/gwyddion-2.56 ...
Keywords:
Depends on: 862399
Blocks:
  Show dependency tree
 
Reported: 2021-10-25 08:08 UTC by Toralf Förster
Modified: 2024-01-18 08:38 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.37 KB, text/plain)
2021-10-25 08:08 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,409.36 KB, text/plain)
2021-10-25 08:08 UTC, Toralf Förster
Details
environment (environment,110.93 KB, text/plain)
2021-10-25 08:08 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,23.44 KB, application/x-bzip)
2021-10-25 08:08 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,16.54 KB, application/x-bzip)
2021-10-25 08:08 UTC, Toralf Förster
Details
sci-visualization:gwyddion-2.56:20211025-060605.log (sci-visualization:gwyddion-2.56:20211025-060605.log,18.26 KB, text/plain)
2021-10-25 08:08 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,31.80 KB, application/x-bzip)
2021-10-25 08:08 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 2021-10-25 08:08:17 UTC
>>> Compiling source in /var/tmp/portage/sci-visualization/gwyddion-2.56/work/gwyddion-2.56 ...
make -j4 
Makefile:331: *** missing separator.  Stop.
 * ERROR: sci-visualization/gwyddion-2.56::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=sci-visualization/gwyddion-2.56::gentoo'`,

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-j4-20211018-093750

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
clang version 13.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/13/bin
/usr/lib/llvm/13
13.0.0
Python 3.9.7
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.56.0
  [2]   rust-1.56.0 *
The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit afdd5798f88fb1a82b831f97a468ab5f5fc11bd1
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Oct 25 04:52:05 2021 +0000

    2021-10-25 04:52:04 UTC

emerge -qpvO sci-visualization/gwyddion
[ebuild  N    ] sci-visualization/gwyddion-2.56  USE="X gnome hdf5 nls openexr perl xml -doc -fits -ruby -sourceview"
Comment 1 Toralf Förster gentoo-dev 2021-10-25 08:08:18 UTC
Created attachment 746571 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-10-25 08:08:21 UTC
Created attachment 746574 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-10-25 08:08:23 UTC
Created attachment 746577 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-10-25 08:08:24 UTC
Created attachment 746580 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-10-25 08:08:25 UTC
Created attachment 746583 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-10-25 08:08:26 UTC
Created attachment 746586 [details]
sci-visualization:gwyddion-2.56:20211025-060605.log
Comment 7 Toralf Förster gentoo-dev 2021-10-25 08:08:27 UTC
Created attachment 746589 [details]
temp.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-04-24 12:50:03 UTC
same for ~2.60
Comment 9 Andreas K. Hüttel archtester gentoo-dev 2022-07-30 20:42:16 UTC
gwyddion calls h5cc for obtaining information on hdf5. 

However, "h5cc -show" fails... 

huettel@pinacolada ~ $ LANG=en_US h5cc -show
/usr/h5cc
dir is /usr
x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-show'
huettel@pinacolada ~ $
Comment 10 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-30 20:52:11 UTC
(In reply to Andreas K. Hüttel from comment #9)
> gwyddion calls h5cc for obtaining information on hdf5. 
> 
> However, "h5cc -show" fails... 
> 
> huettel@pinacolada ~ $ LANG=en_US h5cc -show
> /usr/h5cc
> dir is /usr
> x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-show'
> huettel@pinacolada ~ $

~arch hdf5 should be fixed. Their CMake build was broken.