Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 818889

Summary: dev-lang/mmix-20160804-r1 - mmix-mem.w: fatal error: mmix-pipe.h: No such file or directory
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Matthias Maier <tamiko>
Status: RESOLVED FIXED    
Severity: normal CC: jy6x2b32pie9
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/40209
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
dev-lang:mmix-20160804-r1:20211019-025343.log
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2

Description Toralf Förster gentoo-dev 2021-10-19 07:25:38 UTC
make[1]: Entering directory '/var/tmp/portage/dev-lang/mmix-20160804-r1/work'
x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2   -c -o mmix-mem.o mmix-mem.c
mmix-mem.w:26:10: fatal error: mmix-pipe.h: No such file or directory
   26 | #include "mmix-pipe.h" /* header file for all modules */
      |          ^~~~~~~~~~~~~
compilation terminated.
make[1]: *** [<builtin>: mmix-mem.o] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-j4-20211011-120314

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
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.7
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.55.0 *
The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:
  [1]   php7.3
  [2]   php7.4
  [3]   php8.0 *

  HEAD of ::gentoo
commit cf3bb5688a543c8b3cad96317281fdcb41ff4ee5
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Oct 19 01:21:33 2021 +0000

    2021-10-19 01:21:31 UTC

emerge -qpvO dev-lang/mmix
[ebuild  N    ] dev-lang/mmix-20160804-r1  USE="-doc"
Comment 1 Toralf Förster gentoo-dev 2021-10-19 07:25:39 UTC
Created attachment 745731 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-10-19 07:25:40 UTC
Created attachment 745734 [details]
dev-lang:mmix-20160804-r1:20211019-025343.log
Comment 3 Toralf Förster gentoo-dev 2021-10-19 07:25:42 UTC
Created attachment 745737 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-10-19 07:25:43 UTC
Created attachment 745740 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-10-19 07:25:45 UTC
Created attachment 745743 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-10-19 07:25:46 UTC
Created attachment 745746 [details]
logs.tar.bz2
Comment 7 NHO 2025-01-19 13:19:04 UTC
replicated with 
MAKEOPTS="-j1 --shuffle=3880343831"
Comment 8 Larry the Git Cow gentoo-dev 2025-02-10 09:04:28 UTC
The bug has been closed via the following commit(s):

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

commit ff91cdec8cf7875e85fd62ad09f0752bc81d66ba
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-01-19 13:27:09 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-02-10 09:02:09 +0000

    dev-lang/mmix: fix compilation errors with modern compilers
    
    Can't be ported to C23 without massive rewrite due to hand-rolled
    trinary bool, but other compilation problems aren't that engaging
    They are fixed by patch to add an edge to build graph and a type
    to main()
    
    Closes: https://bugs.gentoo.org/946527
    Closes: https://bugs.gentoo.org/818889
    Closes: https://bugs.gentoo.org/883275
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/40209
    Signed-off-by: Sam James <sam@gentoo.org>

 .../mmix/files/mmix-20160804-implicit-int.patch    | 27 +++++++++++++
 dev-lang/mmix/mmix-20160804-r2.ebuild              | 47 ++++++++++++++++++++++
 2 files changed, 74 insertions(+)