Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1boVQd-00056V-FO for pgadmin-hackers@arkaria.postgresql.org; Mon, 26 Sep 2016 12:54:39 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1boVQd-0007Zy-1w for pgadmin-hackers@arkaria.postgresql.org; Mon, 26 Sep 2016 12:54:39 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1boVQc-0007Z9-P2 for pgadmin-hackers@postgresql.org; Mon, 26 Sep 2016 12:54:38 +0000 Received: from mail-io0-x22f.google.com ([2607:f8b0:4001:c06::22f]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1boVQa-0006bL-7E for pgadmin-hackers@postgresql.org; Mon, 26 Sep 2016 12:54:38 +0000 Received: by mail-io0-x22f.google.com with SMTP id m186so180370235ioa.2 for ; Mon, 26 Sep 2016 05:54:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=zxhJ6u+J7N9C6/WyzmP+uGoYIWI9qiPKS3QXDptxsyE=; b=A8fqZ6PI9uFfCiwLkAFjJ9uq1tjNdFktEGX6c/T83C8boHqvdrJVMIyFvZIvc6x9wu 1zk6yGvKcE4f6JqL+x/e02Dxn+DX9Umvoo2hdE/SaapPQhzlHuzIWQUztcSy4qBlCXyB ZcvmfQIk37fOX21XNmVgA9YFlvXU3s01Z5dGJoLqHL5yOxY14UM7CggSO5d61NSmmh5+ OcCBgYHP2r8Za6fW4DoBWvPzNw7GNCRKlngsN8EybW6a5BXgtrwM2p30ywx16GH5SX6t /i3MwA9gTN2nm8eT4VVuFwhIXt/pRajZCHsc38BHW2RtsHbXL6n4J8v92QmCDV5xnNg6 J34w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=zxhJ6u+J7N9C6/WyzmP+uGoYIWI9qiPKS3QXDptxsyE=; b=FoQKD4vQwZWQvp/F6rMM+2iWI5MYBjoZdZklDTbHSLU+lw4X77shAbQas29CPt0gzk +vBPq0/qxhuJOcwWNl5/bkKk7UVZKYWtRsWcS7nI8wM35qEb8yzJLrNXcjL+j++uqezb 7Ut4LqXHJ81d4u2Mt0zHxLSucEYqxnEeeVzFYt7pUhGGuFWWFmkkBi+UAHPZRj4La7iG cDdmN2axjod9iKsKTRNEmR52koqIh4cG5NOsvhUD5AvPKXIIym4HfPJ+ya88SYuTYQWA s0vMLgRCk1LX0TZ0oCArRK1CSbga8QMoAMPNEH8XI1+nN+DW2ZvI2y5T2CD2w1kjvUuF iCTQ== X-Gm-Message-State: AA6/9RnSledV8WXjZfE/AL1fig2+S+sMVd4iDPSiCBiXkxd/RNhlFq0vD5aNQaoovsbn8Csa8D84YcNRftVzsg== X-Received: by 10.107.185.3 with SMTP id j3mr23948739iof.3.1474894474286; Mon, 26 Sep 2016 05:54:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.17.151 with HTTP; Mon, 26 Sep 2016 05:54:13 -0700 (PDT) From: Dave Cramer Date: Mon, 26 Sep 2016 08:54:13 -0400 Message-ID: Subject: REL9_6_STABLE configure does not fail when bison or flex not on the system To: pgadmin-hackers Content-Type: multipart/alternative; boundary=94eb2c071c30389cb6053d68a12b X-Pg-Spam-Score: -2.7 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --94eb2c071c30389cb6053d68a12b Content-Type: text/plain; charset=UTF-8 building on a clean ubuntu system configure runs fine. make fails with bison not found and or flex not found I understand this might be intentional, but the warning is useless as it flys by with the other couple hundred lines output Dave Cramer --94eb2c071c30389cb6053d68a12b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
building on a clean ubuntu system

configure runs fine.

make fails with=C2=A0

bison not found and or flex not found

I understand this might be intentional, but the warning is = useless as it flys by with the other couple hundred lines output
=

Dave Cramer
--94eb2c071c30389cb6053d68a12b--