Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Failed to emerge sys-power/iasl-20230331
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
esmailelbob
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jun 2022
Posts: 87
Location: Egypt

PostPosted: Thu Aug 03, 2023 8:05 pm    Post subject: [SOLVED] Failed to emerge sys-power/iasl-20230331 Reply with quote

Whenever I try to install virtualbox I get error and here is full log:
Code:

These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 3.72 s.

[ebuild  N     ] acct-group/vboxusers-0-r2
[ebuild  N     ] sys-devel/bin86-0.16.21-r1
[ebuild  N     ] sys-power/iasl-20230331  USE="-test"
[ebuild  N     ] app-emulation/virtualbox-modules-7.0.8  USE="dist-kernel"
[ebuild  N     ] dev-libs/libIDL-0.8.14-r4
[ebuild  N     ] dev-util/kbuild-0.1.9998.3592
[ebuild  N     ] app-emulation/virtualbox-7.0.8a  USE="alsa dbus gui nls opengl pam pulseaudio sdk sdl udev -debug -doc -dtrace -java -lvm (-pch) -python -vboxwebsrv -vde -vnc" PYTHON_SINGLE_TARGET="python3_11 -python3_10"

Would you like to merge these packages? [Yes/No]

>>> Verifying ebuild manifests

>>> Running pre-merge checks for acct-group/vboxusers-0-r2

>>> Running pre-merge checks for app-emulation/virtualbox-modules-7.0.8
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     6.4.7-gentoo-dist

>>> Running pre-merge checks for app-emulation/virtualbox-7.0.8a
 * You have disabled the "python" USE flag. This will only
 * disable the python bindings being installed.

>>> Emerging (1 of 7) acct-group/vboxusers-0-r2::gentoo
>>> Unpacking source...
>>> Source unpacked in /var/tmp/portage/acct-group/vboxusers-0-r2/work
>>> Preparing source in /var/tmp/portage/acct-group/vboxusers-0-r2/work ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/acct-group/vboxusers-0-r2/work ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/acct-group/vboxusers-0-r2/work ...
>>> Source compiled.
>>> Test phase [not enabled]: acct-group/vboxusers-0-r2

>>> Install acct-group/vboxusers-0-r2 into /var/tmp/portage/acct-group/vboxusers-0-r2/image
>>> Completed installing acct-group/vboxusers-0-r2 into /var/tmp/portage/acct-group/vboxusers-0-r2/image

 * Final size of build directory:  4 KiB
 * Final size of installed tree:  20 KiB


>>> Installing (1 of 7) acct-group/vboxusers-0-r2::gentoo
 * Group vboxusers already exists

>>> Completed (1 of 7) acct-group/vboxusers-0-r2::gentoo

>>> Emerging (2 of 7) sys-devel/bin86-0.16.21-r1::gentoo
 * bin86-0.16.21.tar.gz BLAKE2B SHA512 size ;-) ...                                                                                                 [ ok ]
>>> Unpacking source...
>>> Unpacking bin86-0.16.21.tar.gz to /var/tmp/portage/sys-devel/bin86-0.16.21-r1/work
>>> Source unpacked in /var/tmp/portage/sys-devel/bin86-0.16.21-r1/work
>>> Preparing source in /var/tmp/portage/sys-devel/bin86-0.16.21-r1/work/bin86-0.16.21 ...
 * Applying bin86-0.16.21-amd64-build.patch ...                                                                                                     [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/sys-devel/bin86-0.16.21-r1/work/bin86-0.16.21 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/sys-devel/bin86-0.16.21-r1/work/bin86-0.16.21 ...
make -j8
set -e ; for d in ld as; do \
  (cd $d && make "LIBS=" "CFLAGS=-O2 -march=znver2 -pipe -D_POSIX_SOURCE " "LDFLAGS=-Wl,-O1 -Wl,--as-needed" "BINDIR=/usr/bin" "LIBDIR=/usr/lib" "CC=x86_64-pc-linux-gnu-gcc" all;); \
 done
make[1]: Entering directory '/var/tmp/portage/sys-devel/bin86-0.16.21-r1/work/bin86-0.16.21/ld'
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -DREL_OUTPUT -c dumps.c -o dumps.o
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -DREL_OUTPUT -c io.c -o io.o
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -DREL_OUTPUT -c ld.c -o ld.o
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -DREL_OUTPUT -c readobj.c -o readobj.o
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -DREL_OUTPUT -c table.c -o table.o
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -DREL_OUTPUT -c typeconv.c -o typeconv.o
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -DREL_OUTPUT -c linksyms.c -o linksyms.o
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -DREL_OUTPUT -c mkar.c -o mkar.o
typeconv.c: In function ‘xxerr’:
typeconv.c:14:27: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   14 | void xxerr(x) char * x; { write(2, x, strlen(x)); }
      |                           ^~~~~~~~~~~~~~~~~~~~~~
io.c: In function ‘flusherr’:
io.c:142:8: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  142 |        write(errfil, errbuf, (unsigned) (errbufptr - errbuf));
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -DREL_OUTPUT -c writex86.c -o writex86.o
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -DREL_OUTPUT  -c writebin.c
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -DREL_OUTPUT -c writeemu.c -o writeemu.o
writex86.c: In function ‘write_elks’:
writex86.c:59:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   59 | #define offsetof(struc, mem) ((int) &((struc *) 0)->mem)
      |                               ^
writex86.c:448:33: note: in expansion of macro ‘offsetof’
  448 |         seekout((unsigned long) offsetof(struct exec, a_syms));
      |                                 ^~~~~~~~
writebin.c: In function ‘writebin’:
writebin.c:1062:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 1062 |     write(2, s, strlen(s));
      |     ^~~~~~~~~~~~~~~~~~~~~~
In file included from writeemu.c:20:
writebin.c: In function ‘write_dosemu’:
writebin.c:69:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   69 | #define offsetof(struc, mem) ((int) &((struc *) 0)->mem)
      |                               ^
writebin.c:560:33: note: in expansion of macro ‘offsetof’
  560 |         seekout((unsigned long) offsetof(struct exec, a_syms));
      |                                 ^~~~~~~~
writebin.c:69:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   69 | #define offsetof(struc, mem) ((int) &((struc *) 0)->mem)
      |                               ^
writebin.c:565:33: note: in expansion of macro ‘offsetof’
  565 |         if( FILEHEADERLENGTH >= offsetof(struct exec, a_trsize)+8)
      |                                 ^~~~~~~~
writebin.c:69:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   69 | #define offsetof(struc, mem) ((int) &((struc *) 0)->mem)
      |                               ^
writebin.c:567:41: note: in expansion of macro ‘offsetof’
  567 |                 seekout((unsigned long) offsetof(struct exec, a_trsize));
      |                                         ^~~~~~~~
writebin.c:69:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   69 | #define offsetof(struc, mem) ((int) &((struc *) 0)->mem)
      |                               ^
writebin.c:571:41: note: in expansion of macro ‘offsetof’
  571 |                 seekout((unsigned long) offsetof(struct exec, a_drsize));
      |                                         ^~~~~~~~
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE   -Wl,-O1 -Wl,--as-needed  objchop.c   -o objchop
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE   -Wl,-O1 -Wl,--as-needed  catimage.c   -o catimage
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE   -Wl,-O1 -Wl,--as-needed  objdump86.c   -o objdump86
objchop.c:22:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   22 | main(argc, argv)
      | ^~~~
objchop.c: In function ‘main’:
objchop.c:27:20: warning: implicit declaration of function ‘fatal’ [-Wimplicit-function-declaration]
   27 |    if( argc != 5 ) fatal("Usage: objchop a.out text.bin data.bin sizes.asm");
      |                    ^~~~~
objchop.c:41:4: warning: implicit declaration of function ‘write_file’ [-Wimplicit-function-declaration]
   41 |    write_file(argv[2], header.a_text);
      |    ^~~~~~~~~~
objchop.c:51:30: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘Long’ {aka ‘int’} [-Wformat=]
   51 |    fprintf(ofd, "TEXT_SIZE=%ld\nDATA_SIZE=%ld\nBSS_SIZE=%ld\nALLOC_SIZE=%ld\n",
      |                            ~~^
      |                              |
      |                              long int
      |                            %d
   52 |            header.a_text, header.a_data, header.a_bss, header.a_total);
      |            ~~~~~~~~~~~~~     
      |                  |
      |                  Long {aka int}
objchop.c:51:45: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘Long’ {aka ‘int’} [-Wformat=]
   51 |    fprintf(ofd, "TEXT_SIZE=%ld\nDATA_SIZE=%ld\nBSS_SIZE=%ld\nALLOC_SIZE=%ld\n",
      |                                           ~~^
      |                                             |
      |                                             long int
      |                                           %d
   52 |            header.a_text, header.a_data, header.a_bss, header.a_total);
      |                           ~~~~~~~~~~~~~     
      |                                 |
      |                                 Long {aka int}
objchop.c:51:59: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘Long’ {aka ‘int’} [-Wformat=]
   51 |    fprintf(ofd, "TEXT_SIZE=%ld\nDATA_SIZE=%ld\nBSS_SIZE=%ld\nALLOC_SIZE=%ld\n",
      |                                                         ~~^
      |                                                           |
      |                                                           long int
      |                                                         %d
   52 |            header.a_text, header.a_data, header.a_bss, header.a_total);
      |                                          ~~~~~~~~~~~~     
      |                                                |
      |                                                Long {aka int}
objchop.c:51:75: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 6 has type ‘Long’ {aka ‘int’} [-Wformat=]
   51 |    fprintf(ofd, "TEXT_SIZE=%ld\nDATA_SIZE=%ld\nBSS_SIZE=%ld\nALLOC_SIZE=%ld\n",
      |                                                                         ~~^
      |                                                                           |
      |                                                                           long int
      |                                                                         %d
   52 |            header.a_text, header.a_data, header.a_bss, header.a_total);
      |                                                        ~~~~~~~~~~~~~~     
      |                                                              |
      |                                                              Long {aka int}
objchop.c: At top level:
objchop.c:59:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   59 | write_file(fname, bsize)
      | ^~~~~~~~~~
objchop.c:84:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   84 | fatal(str)
      | ^~~~~
catimage.c:42:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   42 | main(argc, argv)
      | ^~~~
catimage.c: In function ‘main’:
catimage.c:50:7: warning: implicit declaration of function ‘fatal’ [-Wimplicit-function-declaration]
   50 |       fatal("Usage: catimage mem.bin boot.out [a1.out] ... [a9.out]");
      |       ^~~~~
catimage.c:52:4: warning: implicit declaration of function ‘open_obj’ [-Wimplicit-function-declaration]
   52 |    open_obj(argv[2]);
      |    ^~~~~~~~
catimage.c:57:4: warning: implicit declaration of function ‘read_symtable’ [-Wimplicit-function-declaration]
   57 |    read_symtable();
      |    ^~~~~~~~~~~~~
catimage.c:65:49: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘Long’ {aka ‘int’} [-Wformat=]
   65 |       printf("File %-14s seg=0x%04lx text=0x%04lx data=0x%04lx\n",
      |                                             ~~~~^
      |                                                 |
      |                                                 long unsigned int
      |                                             %04x
   66 |               input_file, (image_offset>>4),
   67 |               (header.a_text>>4), (header.a_total>>4));
      |               ~~~~~~~~~~~~~~~~~~                 
      |                             |
      |                             Long {aka int}
catimage.c:65:62: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘Long’ {aka ‘int’} [-Wformat=]
   65 |       printf("File %-14s seg=0x%04lx text=0x%04lx data=0x%04lx\n",
      |                                                          ~~~~^
      |                                                              |
      |                                                              long unsigned int
      |                                                          %04x
   66 |               input_file, (image_offset>>4),
   67 |               (header.a_text>>4), (header.a_total>>4));
      |                                   ~~~~~~~~~~~~~~~~~~~         
      |                                                  |
      |                                                  Long {aka int}
catimage.c:72:10: warning: implicit declaration of function ‘copy_segment’ [-Wimplicit-function-declaration]
   72 |          copy_segment(image_offset, A_TEXTPOS(header), header.a_text);
      |          ^~~~~~~~~~~~
catimage.c:84:7: warning: implicit declaration of function ‘patch_bin’ [-Wimplicit-function-declaration]
   84 |       patch_bin(text_offt[image_id], (unsigned)(text_off>>4));
      |       ^~~~~~~~~
catimage.c: At top level:
catimage.c:103:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  103 | open_obj(fname)
      | ^~~~~~~~
catimage.c:120:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  120 | copy_segment(out_offset, in_offset, length)
      | ^~~~~~~~~~~~
catimage.c:146:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  146 | patch_bin(file_off, value)
      | ^~~~~~~~~
catimage.c:166:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  166 | read_symtable()
      | ^~~~~~~~~~~~~
catimage.c: In function ‘read_symtable’:
catimage.c:186:11: warning: implicit declaration of function ‘memcmp’ [-Wimplicit-function-declaration]
  186 |       if( memcmp(item.n_name, "__seg", 5) != 0 || item.n_name[6] != '_' )
      |           ^~~~~~
catimage.c:29:1: note: include ‘<string.h>’ or provide a declaration of ‘memcmp’
   28 | #include "x86_aout.h"
  +++ |+#include <string.h>
   29 |
catimage.c:186:40: warning: ‘memcmp’ argument 3 type is ‘int’ where ‘long unsigned int’ is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch]
  186 |       if( memcmp(item.n_name, "__seg", 5) != 0 || item.n_name[6] != '_' )
      |                                        ^
<built-in>: note: built-in ‘memcmp’ declared here
catimage.c: At top level:
catimage.c:237:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  237 | fatal(str)
      | ^~~~~
objdump86.c: In function ‘do_module’:
objdump86.c:245:10: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  245 |          fread(strtab, 1, (unsigned int)str_len, ifd);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed dumps.o io.o ld.o readobj.o table.o typeconv.o linksyms.o mkar.o writex86.o writebin.o writeemu.o -o ld86
make[1]: Leaving directory '/var/tmp/portage/sys-devel/bin86-0.16.21-r1/work/bin86-0.16.21/ld'
make[1]: Entering directory '/var/tmp/portage/sys-devel/bin86-0.16.21-r1/work/bin86-0.16.21/as'
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -c as.c
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -c assemble.c
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -c errors.c
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -c express.c
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -c genbin.c
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -c genlist.c
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -c genobj.c
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -c gensym.c
genlist.c: In function ‘list1’:
genlist.c:197:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  197 |     write(outfd, linebuf, (unsigned) (lineptr - linebuf));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
genlist.c: In function ‘writec’:
gensym.c: In function ‘gensym’:
genlist.c:432:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  432 |     write(outfd, &ch, 1);
      |     ^~~~~~~~~~~~~~~~~~~~
genlist.c: In function ‘writeoff’:
gensym.c:95:13: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   95 |             write(outfd, symptr->name, (unsigned) (symptr->length));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
genlist.c:454:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  454 |     write(outfd, buf, sizeof buf);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
genlist.c: In function ‘writes’:
genlist.c:462:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  462 |     write(outfd, s, strlen(s));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
genlist.c: In function ‘writew’:
genlist.c:482:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  482 |     write(outfd, buf, sizeof buf);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -c keywords.c
as.c: In function ‘as_abort’:
as.c:68:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   68 |     write(STDOUT, "as: ", 4);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
as.c:69:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   69 |     write(STDOUT, message, strlen(message));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
as.c:70:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   70 |     write(STDOUT, "\n", 1);
      |     ^~~~~~~~~~~~~~~~~~~~~~
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -c macro.c
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -c mops.c
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -c pops.c
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -c readsrc.c
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -c scan.c
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -c table.c
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -c typeconv.c
x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -D_POSIX_SOURCE  -c alloc.c
typeconv.c: In function ‘xxerr’:
typeconv.c:14:27: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   14 | void xxerr(x) char * x; { write(2, x, strlen(x)); }
      |                           ^~~~~~~~~~~~~~~~~~~~~~
sed -e "s:%%LIBDIR%%:/usr/lib:" -e "s:%%BINDIR%%:/usr/bin:" \
        < as86_encap.sh > tmp
chmod +x as86_encap
x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed as.o assemble.o errors.o express.o genbin.o genlist.o genobj.o gensym.o keywords.o macro.o mops.o pops.o readsrc.o scan.o table.o typeconv.o alloc.o -o as86
make[1]: Leaving directory '/var/tmp/portage/sys-devel/bin86-0.16.21-r1/work/bin86-0.16.21/as'
>>> Source compiled.
>>> Test phase [not enabled]: sys-devel/bin86-0.16.21-r1

>>> Install sys-devel/bin86-0.16.21-r1 into /var/tmp/portage/sys-devel/bin86-0.16.21-r1/image
make -j8 DESTDIR=/var/tmp/portage/sys-devel/bin86-0.16.21-r1/image install
set -e ; for d in ld as; do \
  (cd $d && make "LIBS=" "CFLAGS=-O2 -march=znver2 -pipe -D_POSIX_SOURCE " "LDFLAGS=-Wl,-O1 -Wl,--as-needed" "BINDIR=/var/tmp/portage/sys-devel/bin86-0.16.21-r1/image/usr/bin" "LIBDIR=/var/tmp/portage/sys-devel/bin86-0.16.21-r1/image/usr/lib" "CC=x86_64-pc-linux-gnu-gcc" all;); \
 done
make[1]: Entering directory '/var/tmp/portage/sys-devel/bin86-0.16.21-r1/work/bin86-0.16.21/ld'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/tmp/portage/sys-devel/bin86-0.16.21-r1/work/bin86-0.16.21/ld'
make[1]: Entering directory '/var/tmp/portage/sys-devel/bin86-0.16.21-r1/work/bin86-0.16.21/as'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/tmp/portage/sys-devel/bin86-0.16.21-r1/work/bin86-0.16.21/as'
install -m 755  as/as86       /var/tmp/portage/sys-devel/bin86-0.16.21-r1/image/usr/bin/as86
install -m 755  ld/ld86       /var/tmp/portage/sys-devel/bin86-0.16.21-r1/image/usr/bin/ld86
install -m 755  ld/objdump86  /var/tmp/portage/sys-devel/bin86-0.16.21-r1/image/usr/bin/objdump86
install -m 644     man/*.1       /var/tmp/portage/sys-devel/bin86-0.16.21-r1/image/usr/share/man/man1
ln -sf                  objdump86 /var/tmp/portage/sys-devel/bin86-0.16.21-r1/image/usr/bin/nm86
ln -sf                  objdump86 /var/tmp/portage/sys-devel/bin86-0.16.21-r1/image/usr/bin/size86
>>> Completed installing sys-devel/bin86-0.16.21-r1 into /var/tmp/portage/sys-devel/bin86-0.16.21-r1/image

 * Final size of build directory: 1596 KiB (1.5 MiB)
 * Final size of installed tree:   260 KiB

strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version
   /usr/bin/ld86
   /usr/bin/as86
   /usr/bin/objdump86

>>> Installing (2 of 7) sys-devel/bin86-0.16.21-r1::gentoo

>>> Completed (2 of 7) sys-devel/bin86-0.16.21-r1::gentoo

>>> Emerging (3 of 7) sys-power/iasl-20230331::zGentoo
>>> Downloading 'http://distfiles.gentoo.org/distfiles/0c/acpica-unix-20230331.tar.gz'
--2023-08-03 22:57:47--  http://distfiles.gentoo.org/distfiles/0c/acpica-unix-20230331.tar.gz
Resolving distfiles.gentoo.org... 212.102.55.154, 212.102.54.198, 2a02:6ea0:d500::7, ...
Connecting to distfiles.gentoo.org|212.102.55.154|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-08-03 22:57:47 ERROR 404: Not Found.

>>> Downloading 'http://www.acpica.org/sites/acpica/files/acpica-unix-20230331.tar.gz'
--2023-08-03 22:57:47--  http://www.acpica.org/sites/acpica/files/acpica-unix-20230331.tar.gz
Resolving www.acpica.org... 20.29.206.128
Connecting to www.acpica.org|20.29.206.128|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.intel.com/content/www/us/en/developer/topic-technology/open/acpica/overview.html [following]
--2023-08-03 22:57:48--  https://www.intel.com/content/www/us/en/developer/topic-technology/open/acpica/overview.html
Resolving www.intel.com... 104.83.105.221, 2001:41a8:45:3b8::1ea2, 2001:41a8:45:3b5::1ea2
Connecting to www.intel.com|104.83.105.221|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2023-08-03 22:57:48 ERROR 403: Forbidden.

!!! Couldn't download 'acpica-unix-20230331.tar.gz'. Aborting.
 * Fetch failed for 'sys-power/iasl-20230331', Log file:
 *  '/var/tmp/portage/sys-power/iasl-20230331/temp/build.log'

>>> Failed to emerge sys-power/iasl-20230331, Log file:

>>>  '/var/tmp/portage/sys-power/iasl-20230331/temp/build.log'

 * Messages for package acct-group/vboxusers-0-r2:

 * Group vboxusers already exists

 * Messages for package sys-power/iasl-20230331:

 * Fetch failed for 'sys-power/iasl-20230331', Log file:
 *  '/var/tmp/portage/sys-power/iasl-20230331/temp/build.log'

 * GNU info directory index is up-to-date.


and build log:
Code:

>>> Downloading 'http://distfiles.gentoo.org/distfiles/0c/acpica-unix-20230331.tar.gz'
--2023-08-03 22:57:47--  http://distfiles.gentoo.org/distfiles/0c/acpica-unix-20230331.tar.gz
Resolving distfiles.gentoo.org... 212.102.55.154, 212.102.54.198, 2a02:6ea0:d500::7, ...
Connecting to distfiles.gentoo.org|212.102.55.154|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-08-03 22:57:47 ERROR 404: Not Found.

>>> Downloading 'http://www.acpica.org/sites/acpica/files/acpica-unix-20230331.tar.gz'
--2023-08-03 22:57:47--  http://www.acpica.org/sites/acpica/files/acpica-unix-20230331.tar.gz
Resolving www.acpica.org... 20.29.206.128
Connecting to www.acpica.org|20.29.206.128|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.intel.com/content/www/us/en/developer/topic-technology/open/acpica/overview.html [following]
--2023-08-03 22:57:48--  https://www.intel.com/content/www/us/en/developer/topic-technology/open/acpica/overview.html
Resolving www.intel.com... 104.83.105.221, 2001:41a8:45:3b8::1ea2, 2001:41a8:45:3b5::1ea2
Connecting to www.intel.com|104.83.105.221|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2023-08-03 22:57:48 ERROR 403: Forbidden.

!!! Couldn't download 'acpica-unix-20230331.tar.gz'. Aborting.
 * Fetch failed for 'sys-power/iasl-20230331', Log file:
 *  '/var/tmp/portage/sys-power/iasl-20230331/temp/build.log'

_________________
Linux is only free if your time has no value.


Last edited by esmailelbob on Thu Aug 03, 2023 10:12 pm; edited 1 time in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30921
Location: here

PostPosted: Thu Aug 03, 2023 8:08 pm    Post subject: Reply with quote

Try to add another mirror, for example https://mirror.init7.net/gentoo/distfiles/dd/acpica-unix-20200717.tar.gz works.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
esmailelbob
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jun 2022
Posts: 87
Location: Egypt

PostPosted: Thu Aug 03, 2023 8:45 pm    Post subject: Reply with quote

fedeliallalinea wrote:
Try to add another mirror, for example https://mirror.init7.net/gentoo/distfiles/dd/acpica-unix-20200717.tar.gz works.


Still fails
Code:

These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 3.49 s.

[ebuild  N     ] sys-power/iasl-20230331  USE="-test"
[ebuild  N     ] app-emulation/virtualbox-modules-7.0.8  USE="dist-kernel"
[ebuild  N     ] dev-libs/libIDL-0.8.14-r4
[ebuild  N     ] dev-util/kbuild-0.1.9998.3592
[ebuild  N     ] app-emulation/virtualbox-7.0.8a  USE="alsa dbus gui nls opengl pam pulseaudio sdk sdl udev -debug -doc -dtrace -java -lvm (-pch) -python -vboxwebsrv -vde -vnc" PYTHON_SINGLE_TARGET="python3_11 -python3_10"

Would you like to merge these packages? [Yes/No]

>>> Verifying ebuild manifests

>>> Running pre-merge checks for app-emulation/virtualbox-modules-7.0.8
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     6.4.7-gentoo-dist

>>> Running pre-merge checks for app-emulation/virtualbox-7.0.8a
 * You have disabled the "python" USE flag. This will only
 * disable the python bindings being installed.

>>> Emerging (1 of 5) sys-power/iasl-20230331::zGentoo
 * Fetching files in the background.
 * To view fetch progress, run in another terminal:
 * tail -f /var/log/emerge-fetch.log
>>> Downloading 'https://mirror.init7.net/gentoo/distfiles/0c/acpica-unix-20230331.tar.gz'
--2023-08-03 23:44:15--  https://mirror.init7.net/gentoo/distfiles/0c/acpica-unix-20230331.tar.gz
Resolving mirror.init7.net... 109.202.202.202, 2001:1620::1620
Connecting to mirror.init7.net|109.202.202.202|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-08-03 23:44:15 ERROR 404: Not Found.

>>> Downloading 'http://www.acpica.org/sites/acpica/files/acpica-unix-20230331.tar.gz'
--2023-08-03 23:44:15--  http://www.acpica.org/sites/acpica/files/acpica-unix-20230331.tar.gz
Resolving www.acpica.org... 20.29.206.128
Connecting to www.acpica.org|20.29.206.128|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.intel.com/content/www/us/en/developer/topic-technology/open/acpica/overview.html [following]
--2023-08-03 23:44:15--  https://www.intel.com/content/www/us/en/developer/topic-technology/open/acpica/overview.html
Resolving www.intel.com... 104.83.105.221, 2a02:26f0:ab00:384::1ea2, 2a02:26f0:ab00:3ab::1ea2
Connecting to www.intel.com|104.83.105.221|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2023-08-03 23:44:16 ERROR 403: Forbidden.

!!! Couldn't download 'acpica-unix-20230331.tar.gz'. Aborting.
 * Fetch failed for 'sys-power/iasl-20230331', Log file:
 *  '/var/tmp/portage/sys-power/iasl-20230331/temp/build.log'

>>> Failed to emerge sys-power/iasl-20230331, Log file:

>>>  '/var/tmp/portage/sys-power/iasl-20230331/temp/build.log'

 * Messages for package sys-power/iasl-20230331:

 * Fetch failed for 'sys-power/iasl-20230331', Log file:
 *  '/var/tmp/portage/sys-power/iasl-20230331/temp/build.log'

_________________
Linux is only free if your time has no value.
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1660

PostPosted: Thu Aug 03, 2023 10:01 pm    Post subject: Reply with quote

esmailelbob wrote:
Code:
>>> Emerging (1 of 5) sys-power/iasl-20230331::zGentoo

Complain to this zGentoo overlay owner and mask it in package.mask such that the gentoo version is installed.
Back to top
View user's profile Send private message
esmailelbob
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jun 2022
Posts: 87
Location: Egypt

PostPosted: Thu Aug 03, 2023 10:11 pm    Post subject: Reply with quote

grknight wrote:
esmailelbob wrote:
Code:
>>> Emerging (1 of 5) sys-power/iasl-20230331::zGentoo

Complain to this zGentoo overlay owner and mask it in package.mask such that the gentoo version is installed.


Fixed it, thank you. zGentoo seems they only use discord to contact them (correct me if I'm wrong) and I do not use it :/
_________________
Linux is only free if your time has no value.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum