Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 679822 - sys-auth/sssd-1.16.3-r2 - src_install(): dolib' has been banned for EAPI '7'
Summary: sys-auth/sssd-1.16.3-r2 - src_install(): dolib' has been banned for EAPI '7'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-03-09 03:17 UTC by Andrew Bovill
Modified: 2019-03-09 09:03 UTC (History)
2 users (show)

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


Attachments
emerge --info (file_679822.txt,6.50 KB, text/plain)
2019-03-09 03:20 UTC, Andrew Bovill
Details
emerge -pqv (file_679822.txt,241 bytes, text/plain)
2019-03-09 03:21 UTC, Andrew Bovill
Details
patch that worked for me (file_679822.txt,406 bytes, patch)
2019-03-09 03:23 UTC, Andrew Bovill
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Bovill 2019-03-09 03:17:16 UTC
In trying to upgrade from sys-auth/sssd-1.16.3-r1 to sys-auth/sssd-1.16.3-r2 I ran into an issue where during installation of the package the process failed with the error: 
'dolib' has been banned in EABI '7'.

I was able to fix the ebuild by copying it into my own personal repository and replace the single instance of dolib with dolib.so
Comment 1 Andrew Bovill 2019-03-09 03:20:19 UTC
Created attachment 568236 [details]
emerge --info
Comment 2 Andrew Bovill 2019-03-09 03:21:26 UTC
Created attachment 568238 [details]
emerge -pqv
Comment 3 Andrew Bovill 2019-03-09 03:21:53 UTC
Found the terminal I ran this in:

* Messages for package sys-auth/sssd-1.16.3-r2:

 * ERROR: sys-auth/sssd-1.16.3-r2::gentoo failed (install phase):
 *   'dolib' has been banned for EAPI '7'
 * 
 * If you need support, post the output of `emerge --info '=sys-auth/sssd-1.16.3-r2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-auth/sssd-1.16.3-r2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/sys-auth/sssd-1.16.3-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-auth/sssd-1.16.3-r2/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-auth/sssd-1.16.3-r2/work/sssd-1.16.3-abi_x86_32.x86'
 * S: '/var/tmp/portage/sys-auth/sssd-1.16.3-r2/work/sssd-1.16.3'
Comment 4 Andrew Bovill 2019-03-09 03:23:59 UTC
Created attachment 568240 [details, diff]
patch that worked for me
Comment 5 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2019-03-09 09:03:23 UTC
hmm I forgot to ammend this line before the final commit. Fixed, thanks