Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6ED4D200C3C for ; Mon, 20 Mar 2017 04:37:48 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6A7C4160B8E; Mon, 20 Mar 2017 03:37:48 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B4439160B7D for ; Mon, 20 Mar 2017 04:37:47 +0100 (CET) Received: (qmail 96000 invoked by uid 500); 20 Mar 2017 03:37:47 -0000 Mailing-List: contact commits-help@guacamole.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@guacamole.incubator.apache.org Delivered-To: mailing list commits@guacamole.incubator.apache.org Received: (qmail 95990 invoked by uid 99); 20 Mar 2017 03:37:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Mar 2017 03:37:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 8A28EC022F for ; Mon, 20 Mar 2017 03:37:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.151 X-Spam-Level: * X-Spam-Status: No, score=1.151 tagged_above=-999 required=6.31 tests=[KAM_NUMSUBJECT=0.5, RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id U-w1pW4wsDkc for ; Mon, 20 Mar 2017 03:37:45 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 7D63D5F238 for ; Mon, 20 Mar 2017 03:37:45 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CC1B1E02F1 for ; Mon, 20 Mar 2017 03:37:41 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 87904254CA for ; Mon, 20 Mar 2017 03:37:41 +0000 (UTC) Date: Mon, 20 Mar 2017 03:37:41 +0000 (UTC) From: "Michael Jumper (JIRA)" To: commits@guacamole.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (GUACAMOLE-246) guacenc build fails against libjpeg-turbo 1.2.90 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 20 Mar 2017 03:37:48 -0000 [ https://issues.apache.org/jira/browse/GUACAMOLE-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Jumper updated GUACAMOLE-246: ------------------------------------- Affects Version/s: 0.9.10-incubating > guacenc build fails against libjpeg-turbo 1.2.90 > ------------------------------------------------ > > Key: GUACAMOLE-246 > URL: https://issues.apache.org/jira/browse/GUACAMOLE-246 > Project: Guacamole > Issue Type: Bug > Components: guacenc > Affects Versions: 0.9.10-incubating, 0.9.11-incubating > Environment: Amazon Linux AMI 2016.09 > Reporter: kimside > Priority: Minor > > guacenc fails to compile against libjpeg-turbo 1.2.90 (in this case on Amazon Linux 2016.09), due {{jpeg_mem_src()}} not being defined: > {code:none} > make[2]: Entering directory `/home/ec2-user/guacamole-server-0.9.11-incubating/src/guacd' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/ec2-user/guacamole-server-0.9.11-incubating/src/guacd' > Making all in src/guacenc > make[2]: Entering directory `/home/ec2-user/guacamole-server-0.9.11-incubating/src/guacenc' > CC guacenc-jpeg.o > jpeg.c: In function 'guacenc_jpeg_decoder': > jpeg.c:94:5: error: implicit declaration of function 'jpeg_mem_src' [-Werror=implicit-function-declaration] > jpeg_mem_src(&cinfo, data, length); > ^ > cc1: all warnings being treated as errors > make[2]: *** [guacenc-jpeg.o] Error 1 > make[2]: Leaving directory `/home/ec2-user/guacamole-server-0.9.11-incubating/src/guacenc' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/ec2-user/guacamole-server-0.9.11-incubating' > make: *** [all] Error 2 > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)