Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 828142 - sys-libs/libucontext-1.1 - arch/.../setcontext.S:33: Error: invalid instruction suffix for push
Summary: sys-libs/libucontext-1.1 - arch/.../setcontext.S:33: Error: invalid instructi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
: 828143 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-12-04 20:24 UTC by Toralf Förster
Modified: 2021-12-04 20:55 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.49 KB, text/plain)
2021-12-04 20:25 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,443.95 KB, text/plain)
2021-12-04 20:25 UTC, Toralf Förster
Details
environment (environment,55.00 KB, text/plain)
2021-12-04 20:25 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,18.46 KB, application/x-bzip)
2021-12-04 20:25 UTC, Toralf Förster
Details
sys-libs:libucontext-1.1:20211204-200218.log (sys-libs:libucontext-1.1:20211204-200218.log,3.67 KB, text/plain)
2021-12-04 20:25 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,14.66 KB, application/x-bzip)
2021-12-04 20:25 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 2021-12-04 20:24:59 UTC
x86_64-pc-linux-gnu-gcc -std=gnu99 -D_BSD_SOURCE -fPIC -DPIC -pipe -march=native -fno-diagnostics-color -O2 -Iinclude -Iarch/x86 -Iarch/common -c -o arch/x86/trampoline.o arch/x86/trampoline.c
x86_64-pc-linux-gnu-gcc -fPIC -DPIC -pipe -march=native -fno-diagnostics-color -O2 -Iinclude -Iarch/x86 -Iarch/common -c -o arch/x86/getcontext.o arch/x86/getcontext.S
x86_64-pc-linux-gnu-gcc -fPIC -DPIC -pipe -march=native -fno-diagnostics-color -O2 -Iinclude -Iarch/x86 -Iarch/common -c -o arch/x86/setcontext.o arch/x86/setcontext.S
arch/x86/setcontext.S: Assembler messages:
arch/x86/setcontext.S:33: Error: invalid instruction suffix for `push'
In file included from /usr/include/ucontext.h:23,
                 from include/libucontext/bits.h:6,
                 from include/libucontext/libucontext.h:5,
                 from arch/x86/trampoline.c:2:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-j4-20211129-090018

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.1 *
clang version 13.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/13/bin
/usr/lib/llvm/13
13.0.0
Python 3.9.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.56.1 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.312_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit 35ebfc72666c09f6ea9c137e196a7e8ecebde2d1
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Dec 4 19:51:41 2021 +0000

    2021-12-04 19:51:40 UTC

emerge -qpvO sys-libs/libucontext
[ebuild  N    ] sys-libs/libucontext-1.1  USE="man"
Comment 1 Toralf Förster gentoo-dev 2021-12-04 20:25:00 UTC
Created attachment 757436 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-12-04 20:25:02 UTC
Created attachment 757437 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-12-04 20:25:03 UTC
Created attachment 757438 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-12-04 20:25:04 UTC
Created attachment 757439 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-12-04 20:25:05 UTC
Created attachment 757440 [details]
sys-libs:libucontext-1.1:20211204-200218.log
Comment 6 Toralf Förster gentoo-dev 2021-12-04 20:25:06 UTC
Created attachment 757441 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2021-12-04 20:42:57 UTC
The bug has been closed via the following commit(s):

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

commit e4968590efb4cc754cd1964a9b989aa3139f375d
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-12-04 20:42:40 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-12-04 20:42:50 +0000

    sys-libs/libucontext: fix arch detection for amd64
    
    Closes: https://bugs.gentoo.org/828142
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-libs/libucontext/libucontext-1.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-12-04 20:55:26 UTC
*** Bug 828143 has been marked as a duplicate of this bug. ***