History log of /src/distrib/sets/lists/debug/md.sparc64
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.93 14-Nov-2025 kre

Add the new (sparc64 only) t_vis test sets list entry for MKDEBUGLIB

This should fix the sparc64 builds with MKDEBUGLIB=yes


Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
# 1.92 11-Jul-2024 riastradh

distrib/sets/lists: Add a blank comment line between RCS id and body.

This serves as a buffer between RCS id changes and other changes to
the set lists, in an attempt to reduce the pain of merge conflicts
around mass set list changes.

No functional change intended.


# 1.91 11-Jul-2024 riastradh

Revert the duplication of compat set lists; do it another way.

1. Restore the compatdir and compatfile tags in base and debug.

=> compatdir marks directories that should have per-ABI compat
subdirectories, like /usr/lib having /usr/lib/o32 and
/usr/lib/64 on mips64.

=> compatfile marks files that have per-ABI versions in the
nearest compatdir, like /usr/lib/o32/libc.so.12.221.

This is the mechanism we use to avoid duplicating every library
that has a compat version in multiple set lists.

2. Teach sets.subr to split the compatdir and compatfile entries out
into separate sets for base and debug.

The mechanism is to internally use:

- a new tag `omitcompat' when processing base and debug, so we
don't generate the per-ABI compat directories or per-ABI compat
files under them;

- a new tag `takecompat=${ABI}' when processing base32/64 and
debug32/64, so we _do_ generate the per-ABI compat directories
for ${ABI}.

=> On, e.g., mips64, base32 uses `takecompat=o32' and base64
uses `takecompat=64'.

=> On, e.g., aarch64, base32 uses
`takecompat=eabi,takecompat=eabihf', and there is no base64.

3. Record in sets.subr the list of `32' and `64' architectures for
each port.

This is maybe not the right place to put it, but it's also not
clear that we want to keep exactly this division -- maybe it would
be more sensible to just have per-ABI , e.g.:

(aarch64) base-eabi, base-eabihf
(amd64) base-i386
(mips64) base-o32, base-64
(mipsn64) base-o32, base-n32

But I'll leave cleaning that up for another day.

4. Adjust some sets. Mostly this commit shouldn't change what file
go in what sets, but, e.g., on mips64, the following move from
base32 to base64 as part of this change, which I think is
appropriate:

- /lib/64
- /libexec/ld.elf_so-64
- /usr/lib/64
- /usr/libdata/debug/lib/64
- /usr/libdata/debug/usr/lib/64
- /usr/libexec/ld.elf_so-64

TBD: Remove ./lib and ./usr/lib from debug/mi; they're already in
base/mi. Maybe move ./usr/libdata/debug to from base/mi to debug/mi.

This reverts most of the set list changes in:

https://mail-index.netbsd.org/source-changes/2024/04/09/msg150763.html

PR misc/58365


Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.90 09-Apr-2024 nia

branches: 1.90.2;
Add new sets: base32, debug32, manhtml

- base32 contains (when MKCOMPAT=yes) shared libraries for 32-bit
compatibility, previously included in base

- debug32 contains (when MKCOMPAT=yes) debug symbols and static libraries
containing debug symbols for 32-bit compatiblity, previously included
in debug

- manhtml contains (when MKHTML=yes) the HTML files previously included
in 'man', which are of limited utility without third-party software.

The motivation for this change is to be able to easily exclude sets
from CD-ROM images that go over the size limit without xz compression
(which many NetBSD platforms struggle to extract at acceptable speeds).


Revision tags: netbsd-10-1-RELEASE netbsd-8-3-RELEASE netbsd-9-4-RELEASE netbsd-10-0-RELEASE netbsd-10-0-RC6 netbsd-10-0-RC5 netbsd-10-0-RC4 netbsd-10-0-RC3 netbsd-10-0-RC2 netbsd-10-0-RC1 netbsd-10-base netbsd-9-3-RELEASE cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 netbsd-9-2-RELEASE cjep_staticlib_x-base thorpej-futex-base netbsd-9-1-RELEASE phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-8-2-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-merge-20190127 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.89 05-Jan-2017 wiz

Tag cleanup: if the last column contains 'obsolete', the one before should too.


# 1.88 14-Dec-2016 kre

Sort the unsorted sets lists (they should all be correctly sorted now.)


Revision tags: pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.87 29-Sep-2015 hannken

branches: 1.87.2;
Typo (ompat -> compat).


# 1.86 25-Sep-2015 martin

More conditional dance for librtld_db


# 1.85 25-Sep-2015 martin

Try to fix set lists for libproc and librtld_db. The latter is probably
wrong and needs to be redone with COMPATARCHDIRS magic, but I can't
find any documentation how to do it. Matt?


# 1.84 03-Jul-2015 matt

Remove entries made redundnat by compatdir/compatfile


# 1.83 03-Jul-2015 christos

new libssh


# 1.82 29-May-2015 christos

bump libintl


# 1.81 17-Apr-2015 christos

bump liblzma


# 1.80 04-Apr-2015 christos

bump libssh


# 1.79 31-Mar-2015 christos

bump libpcap.


# 1.78 06-Feb-2015 martin

Fix copy & pasto (libblacklist version)


# 1.77 25-Jan-2015 christos

stuff added by blacklist


# 1.76 17-Jan-2015 christos

bump libamu.


# 1.75 16-Jan-2015 christos

bump libc for strtoi and strtou


# 1.74 13-Jan-2015 spz

Update of OpenSSL to 1.0.1k part 3:
- bump the shared library versions
- adjust set lists
- regenerate man pages
- note the import in doc/3RDPARTY and doc/CHANGES

there were no changes in asm parts


# 1.73 02-Jan-2015 christos

bump libmagic


# 1.72 10-Dec-2014 christos

remove obsolete entries for libisccfg which are not.


# 1.71 10-Dec-2014 christos

bump for bind update


# 1.70 25-Oct-2014 joerg

Consistently tag libasan with gcc=48


# 1.69 22-Oct-2014 christos

Add libasan


# 1.68 19-Oct-2014 christos

bump libssh


# 1.67 13-Oct-2014 christos

bump libc and add man pages for open_{,w}memstream


# 1.66 10-Oct-2014 mrg

bump libstdc++ minor due to new complex etc functions enabled.


# 1.65 10-Oct-2014 christos

bump libm for long double complex functions


# 1.64 26-Sep-2014 christos

add execvpe,execlpe bump.


# 1.63 24-Sep-2014 christos

add strnstr from FreeBSD


# 1.62 22-Aug-2014 apb

sort


Revision tags: netbsd-7-base tls-maxphys-base
# 1.61 10-Aug-2014 spz

branches: 1.61.2;
merge openssl 1.0.1i


Revision tags: tls-earlyentropy-base
# 1.60 25-Jul-2014 dholland

Update set lists for libc bump and new man pages.


# 1.59 25-Jul-2014 mrg

introduce a new pci_drvname(3) to libpci. implement it in the backend
via PCI_IOC_DRVNAME.

update manual and set lists (and remove a couple of doubled entries.)o

this will be used in libpciaccess() to implement the has_kernel_driver()
method.


# 1.58 19-Jul-2014 lneto

lua: updated from 5.1 to 5.3 work3

* lua(1):
- changed lua_Integer to intmax_t
- updated distrib/sets/lists and etc/mtree
- updated bsd.lua.mk
- fixed bozohttpd (lua-bozo.c)
- compatibilized bindings: gpio, sqlite
* lua(4):
- removed floating-point and libc dependencies using '#ifndef _KERNEL'
- fixed division by zero and exponentiation
- libkern: added isalnum(), iscntrl(), isgraph(), isprint() and ispunct()
- acpica: removed isprint() from acnetbsd.h
- libc: moved strcspn.c, strpbrk.c and strspn.c to common
- removed stub headers
- compatibilized bindings: luapmf, luasystm
* reorganized luaconf.h
* updated doc/CHANGES and doc/RESPONSIBLE


# 1.57 13-Jul-2014 martin

Add libirs debug info to a few more places


# 1.56 13-Jul-2014 martin

libisccfg.so.8.1 debug files for other compat architectures.


# 1.55 09-Jul-2014 martin

Add libirs_g.a to more compat lib directories


# 1.54 18-Jun-2014 christos

bump libc.


# 1.53 13-Jun-2014 joerg

Add asysctl(3) and asysctlbyname(3) wrappers for the common idiom of
fetching dynamically sized data via sysctl.


# 1.52 28-May-2014 tron

Update for OpenLDAP 2.4.39.


# 1.51 18-May-2014 nat

libossaudio minor version bump to signify new ioctls.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15
# 1.50 21-Mar-2014 christos

branches: 1.50.2;
bump libssl


Revision tags: riastradh-drm2-base3
# 1.49 11-Mar-2014 christos

fix libelf.so sets


# 1.48 09-Mar-2014 htodd

Fix typo in library version.


# 1.47 09-Mar-2014 christos

bump libelf and libdwarf


# 1.46 01-Mar-2014 dsl

Replace all the libbind9.so.7 with libbind9.so.8.
Hmm... why isn't the list of 32bit compat libs based on the normal list?


# 1.45 01-Mar-2014 christos

bump bind libraries


# 1.44 16-Feb-2014 christos

bump sqlite3


# 1.43 08-Feb-2014 jmmv

Update file lists for atf 0.19.

This has been tested with both MKKYUA=no (the default) and MKKYUA=yes, as
well as with a non-clean tree and a clean build. Hopefully I got the
details right... but they were tricky!


# 1.42 31-Jan-2014 christos

bump libc for ___lwp_park60


# 1.41 17-Jan-2014 riz

Finish updating set lists for libc minor bump.


# 1.40 11-Jan-2014 christos

bump openssl libraries


# 1.39 08-Jan-2014 christos

bump libc for ptsname_r


# 1.38 31-Dec-2013 christos

bump libisc for new bind


# 1.37 08-Nov-2013 christos

bump libssh


# 1.36 02-Nov-2013 christos

one more debuglib


# 1.35 02-Nov-2013 christos

Fix debuglib entries


# 1.34 02-Nov-2013 christos

more sets fixes (libgomp, libobjc)


# 1.33 01-Nov-2013 mrg

add support for GCC 4.8 sets.


# 1.32 19-Oct-2013 christos

bump libc


# 1.31 18-Oct-2013 jmmv

Add liblutok.so.2.

Also mark liblutok.so.1 as obsolete. While this should not be done in the
general case, I think it's fine here because MKKYUA still defaults to NO
and therefore lutok is not built by default.


# 1.30 29-Sep-2013 christos

bump for binutils


# 1.29 28-Aug-2013 riastradh

Update set lists after libc minor bump.


# 1.28 11-Aug-2013 joerg

Sort entries in strcmp order.


# 1.27 30-Jul-2013 htodd

Fixing debug set lists for bind. Tested on amd64, testing on evbarm.


# 1.26 27-Jul-2013 christos

lists for new bind 9.9.3-P2


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.25 09-Jul-2013 njoly

+./usr/libdata/debug/usr/libexec/ld.elf_so-sparc.debug
and restrict ld.elf_so-sparc.debug to compat builds.


# 1.24 28-Apr-2013 joerg

Introduce MKLIBSTDCXX, defaulting to yes.


# 1.23 16-Apr-2013 christos

fix obsolete npf shared objects


# 1.22 11-Apr-2013 christos

libevent sets


# 1.21 08-Apr-2013 spz

as pointed out by njoly@, the ld.elf_so-sparc.debug was there, just a bit up.
Keep the obsolete, drop the duplicate


# 1.20 08-Apr-2013 spz

refine ld.elf_so entries: don't let the old files languish, list
them as obsolete.
Also, md.sparc64 does get a ld.elf_so-sparc.debug installed


# 1.19 08-Apr-2013 njoly

Adust ld.elf_so* debug locations and add some missing extensions.


# 1.18 06-Apr-2013 christos

new libpcap


# 1.17 06-Apr-2013 christos

new libpam sets.


# 1.16 05-Apr-2013 christos

add debug part of rtld.


# 1.15 03-Apr-2013 christos

bump libpthread for pthread_cond_setclock


# 1.14 29-Mar-2013 christos

bump libssh


# 1.13 24-Mar-2013 christos

bump the rest of the bind libraries


# 1.12 24-Mar-2013 christos

bump bind libraries


Revision tags: agc-symver-base
# 1.11 23-Mar-2013 christos

bump libmagic


# 1.10 12-Mar-2013 christos

missing libppath_g


# 1.9 11-Mar-2013 christos

more npf sets lossage.


# 1.8 01-Mar-2013 pooka

Add interfaces that out-of-librumpuser hypercalls can use to unschedule
and reschedule themselves if they plan to block.


# 1.7 16-Feb-2013 jmmv

branches: 1.7.4;
Hook Lutok into the build. This is all protected by the MKKYUA guard.


# 1.6 08-Feb-2013 christos

- fix the debug sets which were broken because of _LIB_PREFIX lossage.
- add missing tpm files.


# 1.5 05-Feb-2013 christos

bump libcrypto and libssl


# 1.4 22-Jan-2013 christos

branches: 1.4.2;
bump libedit


Revision tags: yamt-pagecache-base8
# 1.3 17-Jan-2013 christos

finish bump of libdwarf


# 1.2 16-Jan-2013 christos

- add xdebug set
- document debug better
- fix previous debug fallout.


# 1.1 16-Jan-2013 christos

Add a new "debug" set that gets built when ${MKDEBUG} is set. On evbarm:
-rw-r--r-- 1 root src 35806068 Jan 16 10:47 base.tgz
-rw-r--r-- 1 root src 57374069 Jan 16 10:48 comp.tgz
-rw-r--r-- 1 root src 101286193 Jan 16 10:49 debug.tgz
...
This allows always building the debugging code and libraries but not
installing it (although now it is placed in the default sets if ${MKDEBUG}
is set