X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_YG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4F3BF724.9010907@redhat.com> Date: Wed, 15 Feb 2012 11:19:16 -0700 From: Eric Blake User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20120131 Thunderbird/10.0 MIME-Version: 1.0 To: cygwin Subject: tirpc broken in cygwin 1.7.10 OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigD827C3C47745DA24EBF97682" X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com --------------enigD827C3C47745DA24EBF97682 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable STC which worked in 1.7.9, breaks in 1.7.10: $ cat foo.c #include $ gcc -c -I/usr/include/tirpc foo.c In file included from /usr/include/tirpc/rpc/rpc.h:38:0, from foo.c:1: /usr/include/tirpc/rpc/types.h:44:28: fatal error: rpc/types.h: No such file or directory compilation terminated. $ cygcheck -p rpc/types.h Found 5 matches for rpc/types.h cygwin/cygwin-1.7.10-1-src The UNIX emulation engine cygwin/cygwin-1.7.9-1 The UNIX emulation engine cygwin/cygwin-1.7.9-1-src The UNIX emulation engine libtirpc-devel/libtirpc-devel-0.2.1-1 A port of Sun's Transport-Independent RPC library (devel) sunrpc/sunrpc-4.0-3 Sun RPC (ONC/RPC) utilities Notice that cygwin's /usr/include/rpc/types.h disappeared between 1.7.9 and 1.7.10, meaning that the #include_next in tirpc's /usr/include/tirpc/rpc/types.h fails. I don't know whether this needs to be fixed in cygwin, in tirpc, or both. --=20 Eric Blake eblake AT redhat DOT com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enigD827C3C47745DA24EBF97682 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJPO/ckAAoJEKeha0olJ0Nq334H/3Z0reZCAilgfmqbskzlyKkS Wbz8iCXF6S0aRe3ulbgv72KpTF0o6nlha7lwN761HyuGE7p3a/b0R1em0imdVWZK x44wA7gnLIs96reITkVm7tzYBDUmDnEFuVBvo0eSW+S+Utj23Afn/2jCL+VngpTu P961AiChZ/W1RhwjhY36KibdcXXSmuEt4pXijmumPs/ff4VilRN6qC4qOXIcSbuS qEn0zzApJ39LNxqYSVC51IaC8ITSyFiDAiY1I/p2m7KHiETQT9z9cIsQhmP7pMXl gORIeQFv+VXTK/V/EVdXp1nhFvIZNejMl0erwDSDcQ5hr7beQkgKeFlDoqzmixk= =X5IK -----END PGP SIGNATURE----- --------------enigD827C3C47745DA24EBF97682--