Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 903881 - app-emulation/86Box-3.11 - /.../cpu.c: error: x86_dynarec_opcodes_3DNOW undeclared (first use in this function)
Summary: app-emulation/86Box-3.11 - /.../cpu.c: error: x86_dynarec_opcodes_3DNOW undec...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Conrad Kostecki
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-05 18:18 UTC by Toralf Förster
Modified: 2023-04-23 00:26 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,20.85 KB, text/plain)
2023-04-05 18:18 UTC, Toralf Förster
Details
app-emulation:86Box-3.11:20230405-052022.log (app-emulation:86Box-3.11:20230405-052022.log,51.32 KB, text/plain)
2023-04-05 18:18 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,55.62 KB, application/x-bzip)
2023-04-05 18:18 UTC, Toralf Förster
Details
environment (environment,98.34 KB, text/plain)
2023-04-05 18:18 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,707 bytes, application/x-bzip)
2023-04-05 18:18 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,19.08 KB, application/x-bzip)
2023-04-05 18:18 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,26.84 KB, application/x-bzip)
2023-04-05 18:18 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 2023-04-05 18:18:12 UTC
too long lines were shrinked:

[50/481] /usr/bin/x86_64-pc-linux-gnu-gcc -DCMAKE -DRELEASE_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -I/usr/include/freetype2 -I/usr/include/SDL2 -I/var/tmp/portage/app-emulation/86Box-3.11/work/86Box-3.11_build/src/include -I/var/tmp/portage/app-emulation/86Box-3.1
[51/481] /usr/bin/x86_64-pc-linux-gnu-gcc -DCMAKE -DRELEASE_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -I/usr/include/freetype2 -I/usr/include/SDL2 -I/var/tmp/portage/app-emulation/86Box-3.11/work/86Box-3.11_build/src/include -I/var/tmp/portage/app-emulation/86Box-3.1
[52/481] /usr/bin/x86_64-pc-linux-gnu-gcc -DCMAKE -DRELEASE_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -I/usr/include/freetype2 -I/usr/include/SDL2 -I/var/tmp/portage/app-emulation/86Box-3.11/work/86Box-3.11_build/src/include -I/var/tmp/portage/app-emulation/86Box-3.1
FAILED: src/cpu/CMakeFiles/cpu.dir/cpu.c.o 
/usr/bin/x86_64-pc-linux-gnu-gcc -DCMAKE -DRELEASE_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -I/usr/include/freetype2 -I/usr/include/SDL2 -I/var/tmp/portage/app-emulation/86Box-3.11/work/86Box-3.11_build/src/include -I/var/tmp/portage/app-emulation/86Box-3.11/work/86
/var/tmp/portage/app-emulation/86Box-3.11/work/86Box-3.11/src/cpu/cpu.c: In function cpu_set:
/var/tmp/portage/app-emulation/86Box-3.11/work/86Box-3.11/src/cpu/cpu.c:1173:17: error: x86_dynarec_opcodes_3DNOW undeclared (first use in this function); did you mean x86_opcodes_3DNOW?
 1173 |                 x86_dynarec_opcodes_3DNOW = dynarec_ops_3DNOWE;
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_gnome_systemd-j4-20230401-225003

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 16.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.0
Python 3.10.10
Available Ruby profiles:
  [1]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.68.1 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.6_p10 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.362_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):

  HEAD of ::gentoo
commit 318312f2a1689524aa84975ce61a58d58b427a17
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Apr 5 04:02:01 2023 +0000

    2023-04-05 04:02:00 UTC

emerge -qpvO app-emulation/86Box
[ebuild  N    ] app-emulation/86Box-3.11  USE="fluidsynth munt openal qt5 threads -dinput -dynarec -experimental -new-dynarec"
Comment 1 Toralf Förster gentoo-dev 2023-04-05 18:18:13 UTC
Created attachment 859563 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-04-05 18:18:15 UTC
Created attachment 859564 [details]
app-emulation:86Box-3.11:20230405-052022.log
Comment 3 Toralf Förster gentoo-dev 2023-04-05 18:18:16 UTC
Created attachment 859565 [details]
emerge-history.txt.bz2
Comment 4 Toralf Förster gentoo-dev 2023-04-05 18:18:17 UTC
Created attachment 859566 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-04-05 18:18:18 UTC
Created attachment 859567 [details]
etc.clang.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-04-05 18:18:19 UTC
Created attachment 859568 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-04-05 18:18:20 UTC
Created attachment 859569 [details]
temp.tar.bz2
Comment 8 Conrad Kostecki gentoo-dev 2023-04-23 00:05:17 UTC
Ack, I can reproduce.
Comment 9 Larry the Git Cow gentoo-dev 2023-04-23 00:26:19 UTC
The bug has been closed via the following commit(s):

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

commit d2b939399465eff8c1775fdc410f67a42d2453ac
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2023-04-23 00:16:44 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2023-04-23 00:26:01 +0000

    app-emulation/86Box: always enable dynarec
    
    Closes: https://bugs.gentoo.org/903881
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 app-emulation/86Box/86Box-3.11.ebuild | 6 +++---
 app-emulation/86Box/metadata.xml      | 1 -
 2 files changed, 3 insertions(+), 4 deletions(-)