From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 124443 invoked by alias); 28 Sep 2019 01:01:06 -0000 Mailing-List: contact libabigail-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Id: List-Subscribe: Sender: libabigail-owner@sourceware.org Received: (qmail 124399 invoked by uid 48); 28 Sep 2019 01:01:02 -0000 From: "woodard at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/25043] New: abidiff doesn't take stdin Date: Tue, 01 Jan 2019 00:00:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: libabigail X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: woodard at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dodji at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2019-q3/txt/msg00056.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25043 Bug ID: 25043 Summary: abidiff doesn't take stdin Product: libabigail Version: unspecified Status: NEW Severity: normal Priority: P2 Component: default Assignee: dodji at redhat dot com Reporter: woodard at redhat dot com CC: libabigail at sourceware dot org Target Milestone: --- It would be nice if abidiff acceped - and used it as stdin. abidw elf.file | abidiff - elf.file2 alternatively even accepting named pipes would be useful. mknod foo p abidw elf.file >foo & abidiff foo elf.file2 unfornately that fails with: foo is not a regular file [ben@Mustang spack]$ echo $? 1 --=20 You are receiving this mail because: You are on the CC list for the bug.