Gentoo Archives: gentoo-user

From: n952162 <n952162@×××.de>
To: Gentoo User list <gentoo-user@l.g.o>
Subject: [gentoo-user] libxml2 has 7 different versions in slot 2?
Date: Sun, 27 Dec 2020 20:26:16
Message-Id: 1eef6ba4-8596-a8b4-de3e-2a4c1dab6d38@web.de
1 This script:
2
3      equery -CN d libxml2 | sed -n -e '/^[  ]/d' -e 's/[^(]*(//' -e
4 's/)[^)]*$//' -e 's,[^/]*/,,' -e '/:/p' | sort -u
5
6 gets the package atom of each version of libxml2 in slot 2:
7
8 libxml2-2.4.12:2
9 libxml2-2.4.16:2
10 libxml2-2.6.21:2
11 libxml2-2.7.7:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
12 libxml2-2.7.8:2[static-libs(+)?]
13 libxml2-2.9.1-r4:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
14 libxml2-2.9.10:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
15 libxml2:2
16 libxml2:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
17
18 Those aren't slot collisions?

Replies

Subject Author
Re: [gentoo-user] libxml2 has 7 different versions in slot 2? Arve Barsnes <arve.barsnes@×××××.com>