[Fwd: [Bug 1344830] glibc: Revert sendmsg/recvmsg ABI changes]

Sérgio Basto sergio at serjux.com
Thu Jul 28 16:58:40 CEST 2016


:P) 
-------- Forwarded Message --------
From: bugzilla at redhat.com
To: sergio at serjux.com
Subject: [Bug 1344830] glibc: Revert sendmsg/recvmsg ABI changes
Date: Thu, 28 Jul 2016 14:44:26 +0000

https://bugzilla.redhat.com/show_bug.cgi?id=1344830



--- Comment #4 from Florian Weimer <fweimer at redhat.com> ---
(In reply to Sergio Monteiro Basto from comment #3)
> 
> "All affected rawhide packages have been rebuilt." 
> 
> How do we know what are the affected packages ?
I used this query against symboldb:

SELECT source, MAX(build_time)::date build_time,
    json_agg (DISTINCT arch ORDER BY arch) AS architectures
  FROM (SELECT SUBSTRING (p.source FROM '(.*)\.src\.rpm$') AS source, 
            build_time, p.arch
          FROM symboldb.package p
          JOIN symboldb.file USING (package_id)
          JOIN symboldb.elf_reference er USING (contents_id)
          JOIN symboldb.package_set_member USING (package_id)
          WHERE er.name IN ('recvmsg', 'recvmmsg', 'sendmsg',
'sendmmsg')
            AND er.version = 'GLIBC_2.24') x
  GROUP BY source ORDER BY 1;

I applied this against the Koji build roots for i386, x86_64, armhfp,
ppc64,
ppc64le, s390x, aarch64.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Au17y
ZGSPq&a=cc_unsubscribe
-- 
Sérgio M. B.


More information about the rpmfusion-developers mailing list