Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 693154 - net-wireless/lorcon - Aborting due to QA concerns: double prefix files installed
Summary: net-wireless/lorcon - Aborting due to QA concerns: double prefix files installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Rick Farina (Zero_Chaos)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-08-30 22:30 UTC by Jan Breig
Modified: 2022-02-16 16:08 UTC (History)
0 users

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


Attachments
ebuild-patch.diff (file_693154.txt,429 bytes, text/plain)
2019-08-30 22:30 UTC, Jan Breig
Details
emerge --info (file_693154.txt,5.96 KB, text/plain)
2019-08-30 22:34 UTC, Jan Breig
Details
build.log (file_693154.txt,29.13 KB, text/plain)
2019-08-30 22:41 UTC, Jan Breig
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Breig 2019-08-30 22:30:46 UTC
Created attachment 588558 [details]
ebuild-patch.diff

I'm using Prefix on Android.
The installation of all currently available versions fails with the following error. The provided patch file for the ebuilds fixed it for me.

 * QA Notice: data/gentoo64///data/gentoo64/ double prefix
 * QA Notice: data/gentoo64///data/gentoo64/usr double prefix
 * QA Notice: data/gentoo64///data/gentoo64/usr/lib64 double prefix
 * QA Notice: data/gentoo64///data/gentoo64/usr/lib64/liborcon2-2.0.0.so double prefix
 * QA Notice: data/gentoo64///data/gentoo64/usr/lib64/liborcon2.so double prefix
 * QA Notice: data/gentoo64///data/gentoo64/usr/lib64/liborcon2.la double prefix
 * QA Notice: data/gentoo64///data/gentoo64/usr/lib64/liborcon2.a double prefix
 * QA Notice: data/gentoo64///data/gentoo64/usr/include double prefix
 * QA Notice: data/gentoo64///data/gentoo64/usr/include/lorcon2 double prefix
 * QA Notice: data/gentoo64///data/gentoo64/usr/include/lorcon2/lorcon.h double prefix
 * QA Notice: data/gentoo64///data/gentoo64/usr/include/lorcon2/lorcon_packet.h double prefix
 * QA Notice: data/gentoo64///data/gentoo64/usr/include/lorcon2/lorcon_packasm.h double prefix
 * QA Notice: data/gentoo64///data/gentoo64/usr/include/lorcon2/lorcon_forge.h double prefix
 * QA Notice: data/gentoo64///data/gentoo64/usr/include/lorcon2/lorcon_multi.h double prefix
 * QA Notice: data/gentoo64///data/gentoo64/usr/include/lorcon2/lorcon_ieee80211.h double prefix
 * QA Notice: data/gentoo64///data/gentoo64/usr/share double prefix
 * QA Notice: data/gentoo64///data/gentoo64/usr/share/man double prefix
 * QA Notice: data/gentoo64///data/gentoo64/usr/share/man/man3 double prefix
 * QA Notice: data/gentoo64///data/gentoo64/usr/share/man/man3/lorcon.3 double prefix
 * ERROR: net-wireless/lorcon-9999::local failed:
 *   Aborting due to QA concerns: double prefix files installed
 * 
 * Call stack:
 *   misc-functions.sh, line 586:  Called install_qa_check
 *   misc-functions.sh, line 132:  Called source 'install_symlink_html_docs'
 *            05prefix, line 114:  Called install_qa_check_prefix
 *            05prefix, line  19:  Called die
 * The specific snippet of code:
 *   		die "Aborting due to QA concerns: double prefix files installed"
Comment 1 Jan Breig 2019-08-30 22:34:41 UTC
Created attachment 588560 [details]
emerge --info
Comment 2 Jan Breig 2019-08-30 22:41:09 UTC
Created attachment 588562 [details]
build.log
Comment 3 Larry the Git Cow gentoo-dev 2022-02-16 16:08:28 UTC
The bug has been closed via the following commit(s):

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

commit 9369232eb1b29f955c7bc1d7da05131a8eab48b2
Author:     Rick Farina <zerochaos@gentoo.org>
AuthorDate: 2022-02-16 15:43:56 +0000
Commit:     Rick Farina <zerochaos@gentoo.org>
CommitDate: 2022-02-16 16:08:27 +0000

    net-wireless/lorcon: fix double EPREFIX
    
    Closes: https://bugs.gentoo.org/693154
    
    Signed-off-by: Rick Farina <zerochaos@gentoo.org>

 net-wireless/lorcon/lorcon-2020.06.06_p20220216.ebuild | 2 +-
 net-wireless/lorcon/lorcon-9999.ebuild                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)