Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 844109 - sys-apps/pciutils-3.8.0 - lspci.c: error: expected ) before PCILIB_VERSION
Summary: sys-apps/pciutils-3.8.0 - lspci.c: error: expected ) before PCILIB_VERSION
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: which-hunt
  Show dependency tree
 
Reported: 2022-05-13 21:11 UTC by Toralf Förster
Modified: 2022-05-15 15:44 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.27 KB, text/plain)
2022-05-13 21:11 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,32.21 KB, text/plain)
2022-05-13 21:11 UTC, Toralf Förster
Details
environment (environment,89.57 KB, text/plain)
2022-05-13 21:11 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,20.56 KB, application/x-bzip)
2022-05-13 21:11 UTC, Toralf Förster
Details
sys-apps:pciutils-3.8.0:20220513-210436.log (sys-apps:pciutils-3.8.0:20220513-210436.log,4.14 KB, text/plain)
2022-05-13 21:11 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,22.40 KB, application/x-bzip)
2022-05-13 21:11 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 2022-05-13 21:11:34 UTC
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/tmp/portage/sys-apps/pciutils-3.8.0/work/pciutils-3.8.0-abi_x86_64.amd64/lib'
x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -c -o ls-caps-vendor.o ls-caps-vendor.c
lspci.c: In function main’:
lspci.c:1114:28: error: expected )’ before PCILIB_VERSION’
 1114 |       puts("lspci version " PCIUTILS_VERSION);
      |           ~                ^

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-j4-20220513-163214

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.1.0 *
clang/llvm (if any):
/usr/lib/llvm/14
14.0.3
Python 3.9.12
Available Ruby profiles:
  (none found)
The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:
  (none found)

  HEAD of ::gentoo
commit e99421a5753938195f469d3dcf85fcbadd299c5a
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri May 13 20:33:06 2022 +0000

    2022-05-13 20:33:05 UTC

emerge -qpvO sys-apps/pciutils
[ebuild  N    ] sys-apps/pciutils-3.8.0  USE="kmod udev zlib -dns -static-libs" ABI_X86="(64) -32 (-x32)"
Comment 1 Toralf Förster gentoo-dev 2022-05-13 21:11:35 UTC
Created attachment 778631 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-05-13 21:11:36 UTC
Created attachment 778634 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-05-13 21:11:37 UTC
Created attachment 778637 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-05-13 21:11:38 UTC
Created attachment 778640 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-05-13 21:11:39 UTC
Created attachment 778643 [details]
sys-apps:pciutils-3.8.0:20220513-210436.log
Comment 6 Toralf Förster gentoo-dev 2022-05-13 21:11:40 UTC
Created attachment 778646 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2022-05-15 15:44:14 UTC
The bug has been closed via the following commit(s):

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

commit fc38560331313358745aa2c672fc29e795a0db2c
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2022-05-15 15:42:40 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2022-05-15 15:42:40 +0000

    sys-apps/pciutils: add sys-apps/which to BDEPEND
    
    Used in lib/configure.
    
    Closes: https://bugs.gentoo.org/844109
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-apps/pciutils/pciutils-3.7.0-r2.ebuild | 5 +++--
 sys-apps/pciutils/pciutils-3.8.0.ebuild    | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)