NetBSD-Bugs archive

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

misc/58762: arm binary/sets/base32.tgz is bogus



>Number:         58762
>Category:       misc
>Synopsis:       arm binary/sets/base32.tgz is bogus
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    misc-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Oct 19 22:25:00 +0000 2024
>Originator:     Valery Ushakov
>Release:        NetBSD current
>Organization:
>Environment:
NetBSD xino 10.99.12 NetBSD 10.99.12 (GENERIC) #0: Sat Oct 19 06:14:24 MSK 2024  uwe@majava:/home/uwe/work/netbsd/cvs/src/sys/arch/evbarm/compile/GENERIC evbarm

>Description:
On arm base32 set is apparently for oabi compat, but it seems to have
been broken by the dynamically generated flist changes.

evbarm-earmv7hf/binary/sets/base32.tgz contains a lot of files from
base.tgz, all of mi base set or so, at first glance

  $ tar ztf base.tgz | wc -l
  6088
  $ tar ztf base32.tgz | wc -l
  2143

makeflist is clearly buggy.

On sparc64 I can see most files in print_set_lists output marked as
takecompat=sparc, but on evbarm they are all unmarked, which means
"unconditional", I guess.

>How-To-Repeat:
Build sets for evbearmv7hf-el, inspect base32.tgz
>Fix:



Home | Main Index | Thread Index | Old Index