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

Bug 911984

Summary: sys-fs/mhddfs-0.1.39-r2 - Fatal error: cant create obj/flist.o: No such file or directory
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Sergey Popov <pinkbyte>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt.xz
environment
etc.clang.tar.xz
etc.portage.tar.xz
sys-fs:mhddfs-0.1.39-r2:20230809-162825.log
temp.tar.xz

Description Toralf Förster gentoo-dev 2023-08-09 17:50:23 UTC
too long lines were shrinked:

>>> Compiling source in /var/tmp/portage/sys-fs/mhddfs-0.1.39-r2/work/mhddfs-0.1.39 ...
make -j5 CC=x86_64-pc-linux-gnu-gcc 
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread  -DFUSE_USE_VERSION=26 -MMD -rdynamic -c src/flist.c -o obj/flist.o
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread  -DFUSE_USE_VERSION=26 -MMD -rdynamic -c src/debug.c -o obj/debug.o
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread  -DFUSE_USE_VERSION=26 -MMD -rdynamic -c src/tools.c -o obj/tools.o
Assembler messages:
Fatal error: can't create obj/flist.o: No such file or directory
mkdir -p obj
Assembler messages:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd_merged_usr-20230730-023704

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.6
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.6
Python 3.11.4
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.71.1
  [2]   rust-1.71.1 *
The following VMs are available for generation-2:
php cli (if any):
go version go1.20.7 linux/amd64

  HEAD of ::gentoo
commit 72804a68a23599f30981db36da0ccce8fabada47
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Aug 9 15:46:42 2023 +0000

    2023-08-09 15:46:41 UTC

emerge -qpvO sys-fs/mhddfs
[ebuild  N    ] sys-fs/mhddfs-0.1.39-r2  USE="suid" L10N="-ru"
Comment 1 Toralf Förster gentoo-dev 2023-08-09 17:50:24 UTC
Created attachment 867514 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-08-09 17:50:25 UTC
Created attachment 867515 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2023-08-09 17:50:26 UTC
Created attachment 867516 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-08-09 17:50:27 UTC
Created attachment 867517 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-08-09 17:50:28 UTC
Created attachment 867518 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-08-09 17:50:29 UTC
Created attachment 867519 [details]
sys-fs:mhddfs-0.1.39-r2:20230809-162825.log
Comment 7 Toralf Förster gentoo-dev 2023-08-09 17:50:30 UTC
Created attachment 867520 [details]
temp.tar.xz
Comment 8 Larry the Git Cow gentoo-dev 2023-08-10 08:55:28 UTC
The bug has been closed via the following commit(s):

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

commit 7660b28a2f957a960bcdb17f55768fa5d93c5537
Author:     Sergey Popov <pinkbyte@gentoo.org>
AuthorDate: 2023-08-10 08:52:36 +0000
Commit:     Sergey Popov <pinkbyte@gentoo.org>
CommitDate: 2023-08-10 08:52:42 +0000

    sys-fs/mhddfs: fix parallel builds
    
    Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
    Reported-by: Toralf Förster <toralf@gentoo.org>
    Bug: https://bugs.gentoo.org/880051
    Closes: https://bugs.gentoo.org/911984

 sys-fs/mhddfs/files/mhddfs-0.1.39-parallel-build.patch | 17 +++++++++++++++++
 sys-fs/mhddfs/mhddfs-0.1.39-r2.ebuild                  |  3 ++-
 2 files changed, 19 insertions(+), 1 deletion(-)