This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
> OK great, thank you. Rebuilding a test chroot against (un-hygienized) master
> glibc now, then I'll add your patches, rebuild glibc, and have the chroot
> rebuild itself again.
Soo, this has definitely some blast radius. Before the extra patches, all packages of the (rather minimal, system-only) chroot rebuilt fine against glibc-master.
Afterwards... not. Log snippets for the first half of fails are below, as is the full list of packages in the chroot.
I'll look at the second half of the logs in the evening.
* The following 16 packages have failed to build, install, or execute
* postinst:
*
* (sys-process/procps-3.3.15-r1:0/6::gentoo, ebuild scheduled for merge), Log file:
* '/var/log/portage/build/sys-process/procps-3.3.15-r1:20190705-233948.log.gz'
* (sys-apps/net-tools-1.60_p20180626073013:0/0::gentoo, ebuild scheduled for merge), Log file:
* '/var/log/portage/build/sys-apps/net-tools-1.60_p20180626073013:20190705-234440.log.gz'
* (net-firewall/iptables-1.8.3-r1:0/1.8.3::gentoo, ebuild scheduled for merge), Log file:
* '/var/log/portage/build/net-firewall/iptables-1.8.3-r1:20190705-235208.log.gz'
* (sys-apps/busybox-1.31.0:0/0::gentoo, ebuild scheduled for merge), Log file:
* '/var/log/portage/build/sys-apps/busybox-1.31.0:20190705-235219.log.gz'
* (sys-apps/util-linux-2.34:0/0::gentoo, ebuild scheduled for merge), Log file:
* '/var/log/portage/build/sys-apps/util-linux-2.34:20190706-000751.log.gz'
* (sys-apps/shadow-4.7:0/0::gentoo, ebuild scheduled for merge), Log file:
* '/var/log/portage/build/sys-apps/shadow-4.7:20190706-000808.log.gz'
* (sys-devel/gcc-9.1.0-r1:9.1.0/9.1.0::gentoo, ebuild scheduled for merge), Log file:
* '/var/log/portage/build/sys-devel/gcc-9.1.0-r1:20190706-000853.log.gz'
* (sys-apps/iproute2-5.1.0:0/0::gentoo, ebuild scheduled for merge), Log file:
* '/var/log/portage/build/sys-apps/iproute2-5.1.0:20190706-003817.log.gz'
* (net-misc/openssh-8.0_p1-r2:0/0::gentoo, ebuild scheduled for merge), Log file:
* '/var/log/portage/build/net-misc/openssh-8.0_p1-r2:20190706-004440.log.gz'
* (sys-process/psmisc-23.2-r2:0/0::gentoo, ebuild scheduled for merge), Log file:
* '/var/log/portage/build/sys-process/psmisc-23.2-r2:20190706-004551.log.gz'
* (net-libs/libtirpc-1.1.4:0/3::gentoo, ebuild scheduled for merge), Log file:
* '/var/log/portage/build/net-libs/libtirpc-1.1.4:20190706-004909.log.gz'
* (app-crypt/pinentry-1.1.0-r3:0/0::gentoo, ebuild scheduled for merge), Log file:
* '/var/log/portage/build/app-crypt/pinentry-1.1.0-r3:20190706-010111.log.gz'
* (net-libs/libnsl-1.2.0:0/2::gentoo, ebuild scheduled for merge), Log file:
* '/var/log/portage/build/net-libs/libnsl-1.2.0:20190706-010540.log.gz'
* (sys-libs/pam-1.3.1-r1:0/0::gentoo, ebuild scheduled for merge), Log file:
* '/var/log/portage/build/sys-libs/pam-1.3.1-r1:20190706-011458.log.gz'
* (net-misc/iputils-20190515:0/0::gentoo, ebuild scheduled for merge), Log file:
* '/var/log/portage/build/net-misc/iputils-20190515:20190706-011527.log.gz'
* (sys-fs/udev-242:0/0::gentoo, ebuild scheduled for merge), Log file:
* '/var/log/portage/build/sys-fs/udev-242:20190706-011534.log.gz'
/var/log/portage/build/sys-process/procps-3.3.15-r1:20190705-233948.log.gz
x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -include ./config.h -I. -I./include -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Iproc -march=native -O2 -pipe -ggdb -frecord-gcc-switches -flto -c -o w.o w.c
w.c: In function ‘print_from’:
w.c:204:19: error: ‘AF_INET6’ undeclared (first use in this function)
204 | if (!inet_ntop(AF_INET6, &ut_addr_v6, buf_ipv6, sizeof(buf_ipv6))) {
| ^~~~~~~~
w.c:204:19: note: each undeclared identifier is reported only once for each function it appears in
w.c:211:37: error: ‘AF_INET’ undeclared (first use in this function)
211 | if (!(ut_addr_v6[0] && inet_ntop(AF_INET, &ut_addr_v6[0], buf, sizeof(buf)))) {
| ^~~~~~~
make[2]: *** [Makefile:1501: w.o] Error 1
https://gitlab.com/procps-ng/procps/blob/master/w.c
/var/log/portage/build/sys-apps/net-tools-1.60_p20180626073013:20190705-234440.log.gz
x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -ggdb -frecord-gcc-switches -flto -Wall -fno-strict-aliasing -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp
/portage/sys-apps/net-tools-1.60_p20180626073013/work/net-tools-1.60_p20180626073013/include -Ilib -c ifconfig.c
ifconfig.c: In function ‘main’:
ifconfig.c:488:32: error: ‘uintptr_t’ undeclared (first use in this function); did you mean ‘intptr_t’?
488 | ifr.ifr_data = (caddr_t) (uintptr_t) atoi(*spp);
| ^~~~~~~~~
| intptr_t
ifconfig.c:488:32: note: each undeclared identifier is reported only once for each function it appears in
ifconfig.c:488:42: error: expected ‘;’ before ‘atoi’
488 | ifr.ifr_data = (caddr_t) (uintptr_t) atoi(*spp);
| ^~~~~
| ;
ifconfig.c:502:42: error: expected ‘;’ before ‘atoi’
502 | ifr.ifr_data = (caddr_t) (uintptr_t) atoi(*spp);
| ^~~~~
| ;
https://sourceforge.net/p/net-tools/code/ci/master/tree/ifconfig.c
/var/log/portage/build/net-firewall/iptables-1.8.3-r1:20190705-235208.log.gz
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/usr/lib64/xtables\" -DXTABLES_INTERNAL -I../include -I.
./include -I.. -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -DENABLE_IPV4 -DENABLE_IPV6 -m
arch=native -O2 -pipe -ggdb -frecord-gcc-switches -flto -c -o xtables_legacy_multi-iptables-restore.o `test -f 'iptables-restore.c' || echo './'`iptables-restore.c
iptables-restore.c:25:15: error: variable ‘wait_interval’ has initializer but incomplete type
25 | static struct timeval wait_interval = {
| ^~~~~~~
iptables-restore.c:26:3: error: ‘struct timeval’ has no member named ‘tv_sec’
26 | .tv_sec = 1,
| ^~~~~~
https://git.netfilter.org/iptables/tree/iptables/iptables-restore.c
/var/log/portage/build/sys-apps/busybox-1.31.0:20190705-235219.log.gz
x86_64-pc-linux-gnu-gcc -Wp,-MD,networking/libiproute/.iptunnel.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.31.0)" -march=native -O2 -pipe -ggdb -frecord-gcc-switches -flto -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wno-format-security -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-builtin-printf -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(iptunnel)" -D"KBUILD_MODNAME=KBUILD_STR(iptunnel)" -c -o networking/libiproute/iptunnel.o networking/libiproute/iptunnel.c
networking/libiproute/iptunnel.c:45:2: error: unknown type name ‘uint16_t’
45 | uint16_t i_flags;
| ^~~~~~~~
networking/libiproute/iptunnel.c:46:2: error: unknown type name ‘uint16_t’
46 | uint16_t o_flags;
| ^~~~~~~~
networking/libiproute/iptunnel.c:47:2: error: unknown type name ‘uint32_t’
47 | uint32_t i_key;
| ^~~~~~~~
networking/libiproute/iptunnel.c:48:2: error: unknown type name ‘uint32_t’
48 | uint32_t o_key;
| ^~~~~~~~
https://git.busybox.net/busybox/tree/networking/libiproute/iptunnel.c
/var/log/portage/build/sys-apps/util-linux-2.34:20190706-000751.log.gz
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/var/tmp/portage/sys-apps/util-linux-2.34/work/util-linux-2.34 -include config.h -I/var/tmp/portage/sys-apps/util-linux-2.34/work/util-linux-2.34/include -D
LOCALEDIR=\"/usr/share/locale\" -D_PATH_RUNSTATEDIR=\"/var/lib/run\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fsigned-char -fno-common -Wall -Werror=sequence-point -Wextra -Wmiss
ing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-v
ariable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wformat-security -Wimplicit-function-declaration -Wdiscarded-qualifiers -march=native -O
2 -pipe -ggdb -frecord-gcc-switches -flto -c -o login-utils/last.o /var/tmp/portage/sys-apps/util-linux-2.34/work/util-linux-2.34/login-utils/last.c
/var/tmp/portage/sys-apps/util-linux-2.34/work/util-linux-2.34/login-utils/last.c: In function ‘dns_lookup’:
/var/tmp/portage/sys-apps/util-linux-2.34/work/util-linux-2.34/login-utils/last.c:314:20: error: ‘AF_INET’ undeclared (first use in this function)
314 | sin.sin_family = AF_INET;
| ^~~~~~~
/var/tmp/portage/sys-apps/util-linux-2.34/work/util-linux-2.34/login-utils/last.c:314:20: note: each undeclared identifier is reported only once for each function it appears in
/var/tmp/portage/sys-apps/util-linux-2.34/work/util-linux-2.34/login-utils/last.c:322:22: error: ‘AF_INET6’ undeclared (first use in this function)
322 | sin6.sin6_family = AF_INET6;
| ^~~~~~~~
https://github.com/karelzak/util-linux/blob/master/login-utils/last.c
/var/log/portage/build/sys-apps/shadow-4.7:20190706-000808.log.gz
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -march=native -O2 -pipe -ggdb -frecord-gcc-switches -flto -c -o utmp.o utmp.c
utmp.c: In function ‘prepare_utmp’:
utmp.c:294:17: error: dereferencing pointer to incomplete type ‘struct sockaddr_in’
294 | &(sa->sin_addr),
| ^~
utmp.c:307:17: error: dereferencing pointer to incomplete type ‘struct sockaddr_in6’
307 | &(sa->sin6_addr),
| ^~
https://github.com/shadow-maint/shadow/blob/master/libmisc/utmp.c
/var/log/portage/build/sys-devel/gcc-9.1.0-r1:20190706-000853.log.gz
/var/tmp/portage/sys-devel/gcc-9.1.0-r1/work/gcc-9.1.0/libcc1/connection.cc:81:7: error: ‘fd_set’ was not declared in this scope
81 | fd_set read_set;
| ^~~~~~
/var/tmp/portage/sys-devel/gcc-9.1.0-r1/work/gcc-9.1.0/libcc1/connection.cc:83:17: error: ‘read_set’ was not declared in this scope
83 | FD_ZERO (&read_set);
| ^~~~~~~~
/var/tmp/portage/sys-devel/gcc-9.1.0-r1/work/gcc-9.1.0/libcc1/connection.cc:83:7: error: ‘FD_ZERO’ was not declared in this scope
83 | FD_ZERO (&read_set);
| ^~~~~~~
/var/tmp/portage/sys-devel/gcc-9.1.0-r1/work/gcc-9.1.0/libcc1/connection.cc:84:7: error: ‘FD_SET’ was not declared in this scope; did you mean ‘L_SET’?
84 | FD_SET (m_fd, &read_set);
| ^~~~~~
| L_SET
/var/tmp/portage/sys-devel/gcc-9.1.0-r1/work/gcc-9.1.0/libcc1/connection.cc:88:26: error: ‘FD_SETSIZE’ was not declared in this scope; did you mean ‘CPU_SETSIZE’?
88 | int nfds = select (FD_SETSIZE, &read_set, NULL, NULL, NULL);
| ^~~~~~~~~~
| CPU_SETSIZE
/var/tmp/portage/sys-devel/gcc-9.1.0-r1/work/gcc-9.1.0/libcc1/connection.cc:88:18: error: ‘select’ was not declared in this scope
88 | int nfds = select (FD_SETSIZE, &read_set, NULL, NULL, NULL);
| ^~~~~~
/var/tmp/portage/sys-devel/gcc-9.1.0-r1/work/gcc-9.1.0/libcc1/connection.cc:102:29: error: ‘FD_ISSET’ was not declared in this scope; did you mean ‘CPU_ISSET’?
102 | if (m_aux_fd != -1 && FD_ISSET (m_aux_fd, &read_set))
| ^~~~~~~~
| CPU_ISSET
https://github.com/gcc-mirror/gcc/blob/master/libcc1/connection.cc
Full list of packages in the chroot (you can ignore the gentoo-specific virtual/*):
app-admin/eselect-1.4.14
app-admin/perl-cleaner-2.27
app-arch/bzip2-1.0.6-r11
app-arch/gzip-1.10
app-arch/tar-1.32
app-arch/unzip-6.0_p21-r2
app-arch/xz-utils-5.2.4-r3
app-crypt/gnupg-2.2.16-r1
app-crypt/gpgme-1.13.0
app-crypt/libb2-0.98.1-r1
app-crypt/openpgp-keys-gentoo-release-20190427
app-crypt/pinentry-1.1.0-r3
app-editors/nano-4.3
app-eselect/eselect-lib-bin-symlink-0.1.1
app-eselect/eselect-pinentry-0.7
app-eselect/eselect-python-20190417
app-i18n/man-pages-de-2.12
app-misc/c_rehash-1.7-r1
app-misc/ca-certificates-20190110.3.43
app-misc/editor-wrapper-4
app-misc/mime-types-9
app-misc/mmv-1.01b_p18-r1
app-misc/pax-utils-1.2.4
app-portage/eix-0.33.8
app-portage/elt-patches-20170826.1
app-portage/gemato-14.1
app-portage/genlop-0.30.10-r2
app-portage/gentoolkit-0.4.5
app-portage/portage-utils-0.80_pre20190620
app-portage/repoman-2.3.16
app-portage/ufed-0.94
app-shells/bash-5.0_p7
app-shells/push-2.0-r1
app-shells/quoter-3.0_p2-r1
app-text/build-docbook-catalog-1.21
app-text/docbook-xml-dtd-4.1.2-r6
app-text/docbook-xml-dtd-4.2-r2
app-text/docbook-xml-dtd-4.3-r1
app-text/docbook-xml-dtd-4.4-r2
app-text/docbook-xml-dtd-4.5-r1
app-text/docbook-xsl-stylesheets-1.79.1-r2
app-text/opensp-1.5.2-r6
app-text/po4a-0.55
app-text/sgml-common-0.6.3-r6
dev-lang/perl-5.30.0
dev-lang/python-2.7.16
dev-lang/python-3.6.8
dev-lang/python-exec-2.4.6
dev-lang/tcl-8.6.9
dev-libs/expat-2.2.7
dev-libs/gmp-6.1.2-r1
dev-libs/iniparser-3.1-r1
dev-libs/libassuan-2.5.1-r1
dev-libs/libbsd-0.9.1
dev-libs/libffi-3.3_rc0
dev-libs/libgcrypt-1.8.4
dev-libs/libgpg-error-1.36
dev-libs/libksba-1.3.5-r2
dev-libs/libltdl-2.4.6
dev-libs/libpcre-8.43
dev-libs/libpcre2-10.33
dev-libs/libtasn1-4.13
dev-libs/libunistring-0.9.10
dev-libs/libxml2-2.9.9-r1
dev-libs/libxslt-1.1.33-r1
dev-libs/mpc-1.1.0-r1
dev-libs/mpfr-4.0.2
dev-libs/nettle-3.5.1
dev-libs/npth-1.6-r1
dev-libs/openssl-1.1.0k
dev-libs/popt-1.16-r2
dev-perl/Authen-SASL-2.160.0-r1
dev-perl/Date-Manip-6.600.0
dev-perl/Digest-HMAC-1.30.0-r1
dev-perl/Encode-Locale-1.50.0
dev-perl/Error-0.170.250
dev-perl/File-Listing-6.40.0-r1
dev-perl/HTML-Parser-3.720.0
dev-perl/HTML-Tagset-3.200.0-r1
dev-perl/HTTP-Cookies-6.40.0
dev-perl/HTTP-Daemon-6.10.0-r2
dev-perl/HTTP-Date-6.20.0-r1
dev-perl/HTTP-Message-6.130.0
dev-perl/HTTP-Negotiate-6.10.0-r1
dev-perl/IO-HTML-1.1.0
dev-perl/IO-Socket-INET6-2.720.0-r1
dev-perl/IO-Socket-SSL-2.52.0
dev-perl/LWP-MediaTypes-6.20.0-r1
dev-perl/LWP-Protocol-https-6.70.0
dev-perl/Locale-gettext-1.70.0
dev-perl/MIME-Charset-1.12.2
dev-perl/MailTools-2.190.0
dev-perl/Module-Build-0.422.400
dev-perl/Net-HTTP-6.170.0
dev-perl/Net-SSLeay-1.850.0
dev-perl/SGMLSpm-1.1-r1
dev-perl/Socket6-0.280.0
dev-perl/Sub-Name-0.210.0
dev-perl/TermReadKey-2.370.0
dev-perl/Text-CharWidth-0.40.0-r1
dev-perl/Text-WrapI18N-0.60.0-r1
dev-perl/TimeDate-2.300.0
dev-perl/Try-Tiny-0.300.0
dev-perl/URI-1.730.0
dev-perl/Unicode-LineBreak-2017.4.0-r1
dev-perl/WWW-RobotRules-6.20.0-r1
dev-perl/XML-Parser-2.440.0
dev-perl/YAML-Tiny-1.730.0
dev-perl/libwww-perl-6.270.0
dev-python/bz2file-0.98
dev-python/certifi-2018.11.29
dev-python/cython-0.29.10
dev-python/lxml-4.3.3
dev-python/pyblake2-1.1.2
dev-python/pyxattr-0.6.1
dev-python/pyyaml-5.1
dev-python/setuptools-41.0.1
dev-tcltk/expect-5.45.4
dev-util/dejagnu-1.6
dev-util/gperf-3.1
dev-util/gtk-doc-am-1.25-r1
dev-util/intltool-0.51.0-r2
dev-util/meson-0.50.1
dev-util/ninja-1.9.0
dev-util/pkgconfig-openbsd-20130507-r2
dev-util/re2c-1.1.1
dev-vcs/git-2.22.0
net-dns/libidn2-2.2.0
net-firewall/iptables-1.8.3-r1
net-libs/gnutls-3.6.7
net-libs/libmnl-1.0.4
net-libs/libnsl-1.2.0
net-libs/libtirpc-1.1.4
net-misc/curl-7.65.1
net-misc/iputils-20190515
net-misc/netifrc-0.6.1
net-misc/openssh-8.0_p1-r2
net-misc/rsync-3.1.3
net-misc/wget-1.20.3-r2
perl-core/File-Temp-0.230.900
sys-apps/acl-2.2.53
sys-apps/attr-2.4.48-r3
sys-apps/baselayout-2.6-r1
sys-apps/busybox-1.31.0
sys-apps/coreutils-8.31
sys-apps/debianutils-4.8.6.1
sys-apps/diffutils-3.7
sys-apps/file-5.37
sys-apps/findutils-4.6.0-r1
sys-apps/gawk-5.0.1
sys-apps/gentoo-functions-0.12
sys-apps/grep-3.3-r1
sys-apps/groff-1.22.4
sys-apps/help2man-1.47.10
sys-apps/hwids-20190316
sys-apps/install-xattr-0.7
sys-apps/iproute2-5.1.0
sys-apps/kbd-2.0.4
sys-apps/kmod-26-r1
sys-apps/less-551
sys-apps/man-1.6g-r1
sys-apps/man-pages-5.01
sys-apps/man-pages-posix-2013a
sys-apps/net-tools-1.60_p20180626073013
sys-apps/openrc-0.41.2
sys-apps/opentmpfiles-0.2
sys-apps/portage-2.3.67
sys-apps/sandbox-2.17
sys-apps/sed-4.7
sys-apps/shadow-4.7
sys-apps/sysvinit-2.95
sys-apps/texinfo-6.6-r3
sys-apps/util-linux-2.34
sys-apps/which-2.21
sys-auth/pambase-20190402
sys-devel/autoconf-2.69-r4
sys-devel/autoconf-wrapper-13-r1
sys-devel/automake-1.16.1-r1
sys-devel/automake-wrapper-11
sys-devel/binutils-2.32-r1
sys-devel/binutils-config-5.1-r1
sys-devel/bison-3.4.1
sys-devel/flex-2.6.4-r1
sys-devel/gcc-9.1.0-r1
sys-devel/gcc-config-2.0
sys-devel/gettext-0.20.1
sys-devel/gnuconfig-20180101
sys-devel/libtool-2.4.6-r5
sys-devel/m4-1.4.18-r1
sys-devel/make-4.2.1-r4
sys-devel/patch-2.7.6-r3
sys-fs/e2fsprogs-1.45.2
sys-fs/udev-242
sys-fs/udev-init-scripts-33
sys-kernel/linux-headers-5.1
sys-libs/cracklib-2.9.7
sys-libs/db-6.0.35-r1
sys-libs/e2fsprogs-libs-1.45.2
sys-libs/gdbm-1.18.1
sys-libs/glibc-9999
sys-libs/libcap-2.27
sys-libs/libseccomp-2.4.1
sys-libs/ncurses-6.1_p20181020
sys-libs/pam-1.3.1-r1
sys-libs/readline-8.0
sys-libs/timezone-data-2019a
sys-libs/zlib-1.2.11-r2
sys-process/procps-3.3.15-r1
sys-process/psmisc-23.2-r2
virtual/acl-0-r2
virtual/dev-manager-0-r2
virtual/editor-0-r2
virtual/libc-1
virtual/libffi-3.3_rc0
virtual/libiconv-0-r2
virtual/libintl-0-r2
virtual/man-0-r2
virtual/modutils-0
virtual/os-headers-0-r1
virtual/package-manager-1
virtual/pager-0
virtual/pam-0-r1
virtual/perl-CPAN-Meta-2.150.10-r2
virtual/perl-CPAN-Meta-YAML-0.18.0-r4
virtual/perl-Carp-1.500.0-r1
virtual/perl-Compress-Raw-Bzip2-2.84.0
virtual/perl-Compress-Raw-Zlib-2.84.0
virtual/perl-Data-Dumper-2.174.0
virtual/perl-Digest-MD5-2.550.0-r1
virtual/perl-Digest-SHA-6.20.0
virtual/perl-Encode-3.10.0
virtual/perl-Exporter-5.730.0-r1
virtual/perl-ExtUtils-CBuilder-0.280.231
virtual/perl-ExtUtils-Install-2.140.0-r1
virtual/perl-ExtUtils-MakeMaker-7.340.0-r1
virtual/perl-ExtUtils-Manifest-1.720.0
virtual/perl-ExtUtils-ParseXS-3.400.0
virtual/perl-File-Spec-3.780.0
virtual/perl-File-Temp-0.230.900
virtual/perl-Getopt-Long-2.500.0-r1
virtual/perl-IO-1.400.0
virtual/perl-IO-Compress-2.84.0
virtual/perl-IO-Socket-IP-0.390.0-r1
virtual/perl-JSON-PP-4.20.0
virtual/perl-MIME-Base64-3.150.0-r5
virtual/perl-Module-Metadata-1.0.36
virtual/perl-Parse-CPAN-Meta-2.150.10-r2
virtual/perl-Perl-OSType-1.10.0-r2
virtual/perl-Scalar-List-Utils-1.500.0-r1
virtual/perl-Storable-3.150.0
virtual/perl-Test-Harness-3.420.0-r1
virtual/perl-Text-ParseWords-3.300.0-r5
virtual/perl-Time-Local-1.280.0
virtual/perl-XSLoader-0.300.0-r1
virtual/perl-libnet-3.110.0-r1
virtual/perl-parent-0.237.0
virtual/perl-podlators-4.110.0
virtual/perl-version-0.992.400
virtual/pkgconfig-1
virtual/service-manager-0
virtual/shadow-0
virtual/ssh-0
virtual/tmpfiles-0
virtual/udev-217
virtual/yacc-0
--
Andreas K. Hüttel
dilfridge@gentoo.org
Gentoo Linux developer
(council, toolchain, base-system, perl, libreoffice)Attachment:
signature.asc
Description: This is a digitally signed message part.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |