On Fri, Feb 16, 2018 at 04:22:58PM +0100, Vít Ondruch wrote:
> $ dnf repoquery --disablerepo=* --enablerepo=rawhide --source
> --whatrequires 'libc.so.6*' | sort -u | sed -r 's/(.*)-.*-.*/\1/' | uniq
> | wc -l
> 8559

I think you're just measuring what packages contain binaries, rather
than what packages are written in C/C++.  This program isn't written
in C or C++:

$ ldd /usr/bin/virt-builder | grep libc.so.6
  libc.so.6 => /lib64/libc.so.6 (0x00007f85e5ece000)

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to