diff options
author | nia <nia@pkgsrc.org> | 2022-04-09 14:45:32 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-04-09 14:45:32 +0000 |
commit | f3fa08de2dc0d2eb2519cea04a9dba246e81f9d1 (patch) | |
tree | 6137e1ae0e51807675aad4a5b6f77f2891329182 /bootstrap | |
parent | 38730f6431b975284422caf3b19ed32ffc91dbc5 (diff) | |
download | pkgsrc-f3fa08de2dc0d2eb2519cea04a9dba246e81f9d1.tar.gz |
bootstrap: Note it's broken on Tribblix
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/README.Solaris | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bootstrap/README.Solaris b/bootstrap/README.Solaris index d80c5ff9316..1eae94ce87e 100644 --- a/bootstrap/README.Solaris +++ b/bootstrap/README.Solaris @@ -1,4 +1,4 @@ -$NetBSD: README.Solaris,v 1.25 2022/04/05 14:00:02 nia Exp $ +$NetBSD: README.Solaris,v 1.26 2022/04/09 14:45:32 nia Exp $ This README describes pkgsrc on a variety of Solaris-derived operating systems. It corresponds to pkgsrc/platform/SunOS.mk. The relevant @@ -11,6 +11,11 @@ As of 2022, the primary platforms of interest where pkgsrc is known to work well are illumos distributions, Solaris 10, and Solaris 11. pkgsrc is not currently known to work on SunOS 4 or OpenSolaris. +As of 2022-04-09, bootstrapping does not work on Tribblix due to the +multi-arch toolchain: +ld: Relocatable linking with relocations from format elf64-x86-64-sol2 +(common.o.o) to format elf32-i386-sol2 (common.o) is not supported. + Prerequisites ------------- |