Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 669348 - sys-apps/netloc-0.5 : map.c:264:20: error: dereferencing pointer to incomplete type struct hwloc_obj_info_s
Summary: sys-apps/netloc-0.5 : map.c:264:20: error: dereferencing pointer to incomplet...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2018-10-22 17:45 UTC by Toralf Förster
Modified: 2020-05-12 12:24 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.98 KB, text/plain)
2018-10-22 17:45 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,165.40 KB, text/plain)
2018-10-22 17:45 UTC, Toralf Förster
Details
environment (environment,51.51 KB, text/plain)
2018-10-22 17:45 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.53 KB, application/x-bzip)
2018-10-22 17:45 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,9.56 KB, application/x-bzip)
2018-10-22 17:45 UTC, Toralf Förster
Details
sys-apps:netloc-0.5:20181022-105326.log (sys-apps:netloc-0.5:20181022-105326.log,36.00 KB, text/plain)
2018-10-22 17:45 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,17.60 KB, application/x-bzip)
2018-10-22 17:45 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 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(-)