[csw-maintainers] Direct binding now active

Jan Holzhueter jh at opencsw.org
Mon Sep 24 09:46:08 CEST 2012


Hi,
I got another bug because of libc Version.
https://www.opencsw.org/mantis/view.php?id=5003

This time against 1.22.5 which is not present on Update 7.

I did a quick check on which version of libc is used most of the time.
Which is 1.22.2.

I could not find any lib that uses .3 or .4
.5 is used again a few times.

So I would suggest setting the mapfile for libc on default to 1.22.2

Greetings
Jan





Am 17.09.12 16:03, schrieb Dagobert Michelsen:
> Hi,
> 
> I just activated the proposed changes to linking in r19219.
>   http://sourceforge.net/apps/trac/gar/changeset/19219
> 
> 1. Stick to Solaris 10u8 by using a linker map:
> 
> LINKER_MAPS ?= $(foreach MAP,$(LINKER_MAP_RELEASE) $(EXTRA_LINKER_MAPS),-M $(abspath $(GARDIR)/lib/map.$(LINKER_MAP_RELEASE)))
> 
> #   http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libc/port/mapfile-vers#301
> libc.so - SUNW_1.22.5 SUNWprivate_1.1 $ADDVERS=SUNW_1.22.5;
> #  http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libresolv2/common/mapfile-vers
> libresolv.so - SUNW_2.2 SUNWprivate_2.1 $ADDVERS=SUNW_2.2;
> # http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libnsl/common/mapfile-vers
> libnsl.so - SUNW_1.9.1 SUNWprivate_1.5 $ADDVERS=SUNW_1.9.1;
> 
> 2. Default to direct linking
> 
> LINKER_DIRECT ?= -B direct
> 
> 3. Default to ignore unused library bindings
> 
> LINKER_IGNORE ?= -z ignore
> 
> 
> 
> The flags are documented in the variable reference and
>   https://sourceforge.net/apps/trac/gar/wiki/Mapfiles
> 
> 
> Best regards
> 
>   -- Dago
> 
> 
> 
> 
> _______________________________________________
> maintainers mailing list
> maintainers at lists.opencsw.org
> https://lists.opencsw.org/mailman/listinfo/maintainers
> .:: This mailing list's archive is public. ::.
> 



More information about the maintainers mailing list