Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 701346 - net-libs/quiche-0.1.0 : * multilib-strict check failed!
Summary: net-libs/quiche-0.1.0 : * multilib-strict check failed!
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-27 18:28 UTC by Toralf Förster
Modified: 2019-11-30 04:27 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.15 KB, text/plain)
2019-11-27 18:28 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,135.64 KB, text/plain)
2019-11-27 18:28 UTC, Toralf Förster
Details
environment (environment,83.57 KB, text/plain)
2019-11-27 18:28 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.49 KB, application/x-bzip)
2019-11-27 18:28 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,7.41 KB, application/x-bzip)
2019-11-27 18:28 UTC, Toralf Förster
Details
net-libs:quiche-0.1.0:20191127-093845.log (net-libs:quiche-0.1.0:20191127-093845.log,11.39 KB, text/plain)
2019-11-27 18:28 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 2019-11-27 18:28:23 UTC
   usr/lib/libquiche.so
 * ERROR: net-libs/quiche-0.1.0::gentoo failed:
 *   multilib-strict check failed!
 * 
 * Call stack:
 *   misc-functions.sh, line 586:  Called install_qa_check

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_developer-abi32+64-20191123-231404

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

clang:
clang version 9.0.0 (tags/RELEASE_900/final)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.0
Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.39.0 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.13.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Wed, 27 Nov 2019 09:06:15 +0000

emerge -qpvO net-libs/quiche
[ebuild  N    ] net-libs/quiche-0.1.0  USE="-debug" ABI_X86="32 (64) (-x32)"
Comment 1 Toralf Förster gentoo-dev 2019-11-27 18:28:26 UTC
Created attachment 597624 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-11-27 18:28:29 UTC
Created attachment 597626 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-11-27 18:28:32 UTC
Created attachment 597628 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-11-27 18:28:35 UTC
Created attachment 597630 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-11-27 18:28:37 UTC
Created attachment 597632 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-11-27 18:28:40 UTC
Created attachment 597634 [details]
net-libs:quiche-0.1.0:20191127-093845.log
Comment 7 Craig Andrews gentoo-dev 2019-11-28 03:37:53 UTC
Reported upstream at https://github.com/cloudflare/quiche/issues/277
Comment 8 Larry the Git Cow gentoo-dev 2019-11-30 04:27:12 UTC
The bug has been closed via the following commit(s):

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

commit 281acf551568db9d5fe62051b5d3b445f7ca38c9
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2019-11-30 04:23:44 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2019-11-30 04:27:05 +0000

    net-libs/quiche: Fix multilib
    
    * Depend on multilib rust, doesn't support rust-bin, see:
      https://bugs.gentoo.org/701362
    * Pass --target to cargo
    * Build boringssl separately because cargo doesn't cross compile
      correctly, see:
      https://github.com/cloudflare/quiche/issues/277
    
    Closes: https://bugs.gentoo.org/701346
    Package-Manager: Portage-2.3.80, Repoman-2.3.19
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 net-libs/quiche/quiche-0.1.0-r1.ebuild | 203 +++++++++++++++++++++++++++++++++
 net-libs/quiche/quiche-9999.ebuild     |  25 +++-
 2 files changed, 222 insertions(+), 6 deletions(-)