Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED79B9E1F for ; Tue, 24 Jan 2012 16:09:13 +0000 (UTC) Received: (qmail 3058 invoked by uid 500); 24 Jan 2012 16:09:13 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 2794 invoked by uid 500); 24 Jan 2012 16:09:13 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 2735 invoked by uid 99); 24 Jan 2012 16:09:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jan 2012 16:09:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jan 2012 16:09:12 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 03160160996 for ; Tue, 24 Jan 2012 16:08:52 +0000 (UTC) Date: Tue, 24 Jan 2012 16:08:52 +0000 (UTC) From: "Douglas Creager (Created) (JIRA)" To: dev@avro.apache.org Message-ID: <2057182673.72163.1327421332014.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (AVRO-1003) Invalid pkgconfig file when compiling without optional codecs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Invalid pkgconfig file when compiling without optional codecs ------------------------------------------------------------- Key: AVRO-1003 URL: https://issues.apache.org/jira/browse/AVRO-1003 Project: Avro Issue Type: Bug Components: c Affects Versions: 1.6.1 Reporter: Douglas Creager Assignee: Douglas Creager The codecs that were added in AVRO-957 (zlib and lzma) are optional. However, if you compile the C library with the required libraries being present, you get an invalid pkgconfig file: {noformat} $ cat src/avro-c.pc Name: avro-c Description: C library for parsing Avro data Version: 1.6.2-SNAPSHOT URL: http://avro.apache.org/ Libs: -L/usr/local/Cellar/avro-c/HEAD/lib -lavro Cflags: -I/usr/local/Cellar/avro-c/HEAD/include Requires: zlib @LZMA_PKG@ {noformat} (The @LZMA_PKG@ part is a substitution variable that wasn't substituted.) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira