From owner-freebsd-ports@FreeBSD.ORG Thu Oct 10 11:26:37 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 435F29D for ; Thu, 10 Oct 2013 11:26:37 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog113.obsmtp.com (eu1sys200aog113.obsmtp.com [207.126.144.135]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9CA62231D for ; Thu, 10 Oct 2013 11:26:36 +0000 (UTC) Received: from mail-wi0-f174.google.com ([209.85.212.174]) (using TLSv1) by eu1sys200aob113.postini.com ([207.126.147.11]) with SMTP ID DSNKUlaO1qVCpTSnosfwvNr7QCG/VNDeqnC2@postini.com; Thu, 10 Oct 2013 11:26:36 UTC Received: by mail-wi0-f174.google.com with SMTP id cb5so1956583wib.1 for ; Thu, 10 Oct 2013 04:26:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:message-id:to:subject:reply-to; bh=4AO3GxHg16lyzzaCdhUSksLeHQK+lEoUzNjq5F2b1aU=; b=KN58UPajzAAR0mDaiJvfvuh5eSx87YteqTI7tyogbKsq4/26VNPAVihjFGbcUVZWX2 sDoGs3kIWEWuXMFtdqkPWUrWCCwXuytqEIW1ztXFCeL/tkkDlrU9BQnopCeI3zQ5Qs4O GVFPXCWOBBQYJy7meW24rsxYVUG2o1b6/hBcXhPrRVjAEygNA315MwuU1XDWvLon5MVl uGiTARplyjgiOedx6KqAPcuBhj5GpR8xbutQEEQ0LUhwYrFTiSIz3qayc3NLXkyN+/K0 W8iE/cmF8B0MqYPxvFkHJghJVvl/244NmPleIGrYfF/Apv8frzPEhrqmUhrXVEh2PKb7 xTxg== X-Gm-Message-State: ALoCoQlwQfusft9nomLC1YvvD9Ecz5oVJ1lceNrhL6h8NqyCdCtI2Jvtq8oW1pEtwzW8cZRde33RwAMAxN9qFSNMF1rBvcxt+6n79hk/NY/x/rDUtky3tk5GOl6LHChO7j5rqN0LCrpbEvkVMLqhK1CY0RbThfwbgNskN2DkCQTDW1Fvxrn2c8E= X-Received: by 10.180.210.146 with SMTP id mu18mr7380576wic.10.1381404374707; Thu, 10 Oct 2013 04:26:14 -0700 (PDT) X-Received: by 10.180.210.146 with SMTP id mu18mr7380572wic.10.1381404374647; Thu, 10 Oct 2013 04:26:14 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id gp9sm24532936wib.8.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Oct 2013 04:26:13 -0700 (PDT) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id r9ABQBej050007 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 10 Oct 2013 12:26:11 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id r9ABQBOE050006 for freebsd-ports@freebsd.org; Thu, 10 Oct 2013 12:26:11 +0100 (BST) (envelope-from mexas) Date: Thu, 10 Oct 2013 12:26:11 +0100 (BST) From: Anton Shterenlikht Message-Id: <201310101126.r9ABQBOE050006@mech-cluster241.men.bris.ac.uk> To: freebsd-ports@freebsd.org Subject: poudriere options -c does not work as expected? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bris.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 11:26:37 -0000 I need to change options for several ports to get them build on ia64, e.g. ===> Configuring for R-3.0.1 libquadmath is not available for your compiler and architecture: please enable the MISSING option. *** Error code 1 make: stopped in /usr/ports/math/R I set the options with "poudriere options -c math/R". But the option doesn't seem to be set: # make -C /pdr/ports/math/R showconfig |grep MISSING MISSING=off: use libmissing rather than libquadmath # So when I redo poudriere bulk again, the same failure happens. Anton