Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Cross-compile sparc64 on amd64 w/ MKCOMPAT=no fails



Applied. Thank you for report!

rin

On 2019/03/24 2:56, K. Schreiner wrote:
Hi,

with current source as of an hour or so ago cross-compiling sparc64 on
amd64 w/ MKCOMPAT=no fails with:

checkflist ===> distrib/sets
======  1 missing files in DESTDIR  ========
Files in flist but missing from DESTDIR.
File wasn't installed ?
------------------------------------------
./usr/include/g++/bits/sparc
========  end of 1 missing files  ==========
--- checkflist ---
*** [checkflist] Error code 1
nbmake[1]: stopped in /u/NetBSD/src/distrib/sets
1 error
nbmake[1]: stopped in /u/NetBSD/src/distrib/sets
--- distribution ---
*** [distribution] Error code 2


After fixing src/distrib/sets/lists/comp/md.sparc64 all is well.

Index: distrib/sets/lists/comp/md.sparc64
===================================================================
RCS file: /cvsroot/src/distrib/sets/lists/comp/md.sparc64,v
retrieving revision 1.208
diff -u -r1.208 md.sparc64
--- distrib/sets/lists/comp/md.sparc64	17 Feb 2019 05:29:08 -0000	1.208
+++ distrib/sets/lists/comp/md.sparc64	23 Mar 2019 17:55:01 -0000
@@ -1,5 +1,4 @@
  # $NetBSD: md.sparc64,v 1.208 2019/02/17 05:29:08 mrg Exp $
-./usr/include/g++/bits/sparc			comp-c-include
  ./usr/include/g++/bits/sparc			comp-c-include		compat
  ./usr/include/g++/bits/sparc/c++config.h	comp-c-include		gcc,compat
  ./usr/include/g++/bits/sparc64			comp-c-include		compat


Kurt



Home | Main Index | Thread Index | Old Index