Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 583850 - dev-util/electron-0.36.12 does not work with pciutils-3.5.0
Summary: dev-util/electron-0.36.12 does not work with pciutils-3.5.0
Status: RESOLVED DUPLICATE of bug 583580
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-23 08:51 UTC by Jiří Helebrant
Modified: 2016-05-23 09:24 UTC (History)
0 users

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


Attachments
electron ebuild patch: limit pciutils depencency to <3.5.0 (electron-0.36.12.ebuild.patch,483 bytes, patch)
2016-05-23 08:51 UTC, Jiří Helebrant
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jiří Helebrant 2016-05-23 08:51:48 UTC
Created attachment 435024 [details, diff]
electron ebuild patch: limit pciutils depencency to <3.5.0

Electron 0.36.12 fails to launch with new pciutils-3.5.0 installed, works with older pciutils-3.4.1:

% eix -Ic "(electron|pciutils)"
[I] dev-util/electron (0.36.12@16.5.2016)
[I] sys-apps/pciutils (3.5.0@23.5.2016)

% electron 
electron: relocation error: electron: symbol pci_init, version LIBPCI_3.0 not defined in file libpci.so.3 with link time reference

% sudo emerge -av1 \=sys-apps/pciutils-3.4.1
…
[ebuild     UD ] sys-apps/pciutils-3.4.1::gentoo [3.5.0::gentoo] USE="kmod udev zlib -dns -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
…
 >>> Installing (1 of 1) sys-apps/pciutils-3.4.1::gentoo

% eix -Ic "(electron|pciutils)"
[I] dev-util/electron (0.36.12@16.5.2016)
[U] sys-apps/pciutils (3.4.1@23.5.2016 -> (~)3.5.0)

% electron
# (doesn't print anything into console, but works now)

Reproduced on 4 machines so far.
So it seems we need to limit pciutils depencency to <3.5.0 in the electron ebuild…
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-05-23 09:00:25 UTC
Please try with =sys-apps/pciutils-3.5.1 and report back your results.
Comment 2 Jiří Helebrant 2016-05-23 09:10:32 UTC
(In reply to Lars Wendler (Polynomial-C) from comment #1)
> Please try with =sys-apps/pciutils-3.5.1 and report back your results.

Works with 3.5.1…
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-05-23 09:24:11 UTC

*** This bug has been marked as a duplicate of bug 583580 ***