Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 669348

Summary: sys-apps/netloc-0.5 : map.c:264:20: error: dereferencing pointer to incomplete type struct hwloc_obj_info_s
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Cluster Team <cluster>
Status: RESOLVED FIXED    
Severity: normal CC: lssndrbarbieri
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/13513
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
sys-apps:netloc-0.5:20181022-105326.log
temp.tbz2

Description Toralf Förster gentoo-dev 2018-10-22 17:45:09 UTC
     struct hwloc_obj_info_s *info = &obj->infos[i];
                                     ^
map.c:264:20: error: dereferencing pointer to incomplete type 'struct hwloc_obj_info_s'
     if (sscanf(info->name, "Port%u%n", &newport, &pos) >= 1) {
                    ^~
map.c: In function 'netloc_map__add_eth_port':

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-systemd_libressl_20181019-202112

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
  [4]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems)
  [2]   ruby25 (with Rubygems) *



emerge -qpvO sys-apps/netloc
[ebuild  N    ] sys-apps/netloc-0.5
Comment 1 Toralf Förster gentoo-dev 2018-10-22 17:45:11 UTC
Created attachment 552396 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-10-22 17:45:14 UTC
Created attachment 552398 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-10-22 17:45:17 UTC
Created attachment 552400 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-10-22 17:45:20 UTC
Created attachment 552402 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-10-22 17:45:23 UTC
Created attachment 552404 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-10-22 17:45:25 UTC
Created attachment 552406 [details]
sys-apps:netloc-0.5:20181022-105326.log
Comment 7 Toralf Förster gentoo-dev 2018-10-22 17:45:28 UTC
Created attachment 552408 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2020-05-12 12:24:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719288f0d64b5395642fed1e53fc846f2bcda7fe

commit 719288f0d64b5395642fed1e53fc846f2bcda7fe
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2020-04-10 17:21:33 +0000
Commit:     Alexys Jacob <ultrabug@gentoo.org>
CommitDate: 2020-05-12 12:24:07 +0000

    sys-apps/netloc: incompatible with >=hwloc-2.0
    
    see https://www.open-mpi.org/software/netloc/v0.5/
    
    Closes: https://bugs.gentoo.org/669348
    Package-Manager: Portage-2.3.98, Repoman-2.3.22
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/13513
    Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>

 sys-apps/netloc/netloc-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)