Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 822126 - dev-lisp/roswell-21.10.14.111 - x86_64-pc-linux-gnu-windres: cant get BFD_RELOC_RVA relocation type: cause of error unknown
Summary: dev-lisp/roswell-21.10.14.111 - x86_64-pc-linux-gnu-windres: cant get BFD_REL...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Danny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-06 17:01 UTC by Toralf Förster
Modified: 2022-04-11 14:38 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,14.71 KB, text/plain)
2021-11-06 17:01 UTC, Toralf Förster
Details
dev-lisp:roswell-21.10.14.111:20211106-155749.log (dev-lisp:roswell-21.10.14.111:20211106-155749.log,11.06 KB, text/plain)
2021-11-06 17:01 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,139.56 KB, text/plain)
2021-11-06 17:01 UTC, Toralf Förster
Details
environment (environment,66.16 KB, text/plain)
2021-11-06 17:02 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,24.72 KB, application/x-bzip)
2021-11-06 17:02 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,4.91 KB, application/x-bzip)
2021-11-06 17:02 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,19.27 KB, application/x-bzip)
2021-11-06 17:02 UTC, Toralf Förster
Details
Workaround for broken Windows configuration (roswell-21.10.14.111.patch,1.05 KB, patch)
2022-04-11 14:38 UTC, Barry Schwartz
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-11-06 17:01:56 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..     -pipe -march=native -fno-diagnostics-color -O2 -c -o install-sbcl-bin_windows.o install-sbcl-bin_windows.c
x86_64-pc-linux-gnu-windres resources.rc -o resources.o
x86_64-pc-linux-gnu-windres: can't get BFD_RELOC_RVA relocation type: cause of error unknown
make[2]: *** [Makefile:1100: resources.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/var/tmp/portage/dev-lisp/roswell-21.10.14.111/work/roswell-21.10.14.111/src'
make[1]: *** [Makefile:575: all-recursive] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib_hardened-j4-20211105-190003

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

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.8
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.56.1 *
The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit 6ca35d21d0ad422c542b8aefff5fbadd089d35bc
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Nov 6 15:21:34 2021 +0000

    2021-11-06 15:21:33 UTC

emerge -qpvO dev-lisp/roswell
[ebuild  N    ] dev-lisp/roswell-21.10.14.111
Comment 1 Toralf Förster gentoo-dev 2021-11-06 17:01:57 UTC
Created attachment 749076 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-11-06 17:01:58 UTC
Created attachment 749079 [details]
dev-lisp:roswell-21.10.14.111:20211106-155749.log
Comment 3 Toralf Förster gentoo-dev 2021-11-06 17:01:59 UTC
Created attachment 749082 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-11-06 17:02:01 UTC
Created attachment 749085 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-11-06 17:02:02 UTC
Created attachment 749088 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-11-06 17:02:02 UTC
Created attachment 749091 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-11-06 17:02:03 UTC
Created attachment 749094 [details]
temp.tar.bz2
Comment 8 Barry Schwartz 2022-04-11 14:38:25 UTC
Created attachment 770123 [details, diff]
Workaround for broken Windows configuration

There are some bugs in configure and Makefile for installing Windows items. I worked around them with this user patch.