Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Nov 2020 07:59:45 +0900
From:      Tatsuki Makino <tatsuki_makino@hotmail.com>
To:        Mason Loring Bliss <mason@blisses.org>, Alex Dupre <ale@FreeBSD.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Donation to Foundation for Poudriere /opt builds! (Bounty?)
Message-ID:  <HK2PR02MB400231FA0D8C3DE5E61DD639FA100@HK2PR02MB4002.apcprd02.prod.outlook.com>
In-Reply-To: <20201102144119.GA31104@blisses.org>
References:  <20201101233032.GC6041@blisses.org> <26d05414-1b0a-0383-4e1e-ec3dd472ff37@FreeBSD.org> <20201102144119.GA31104@blisses.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello.

Mason Loring Bliss wrote on 2020/11/02 23:41:
> This seems not to quite do it. I tried this in make.conf both with and
> without PATH specified:
> 
> PREFIX=/opt
> LOCALBASE=/opt
> LICENSES_ACCEPTED+=HPLIP_PLUGIN
> PATH:=$PATH:/opt/bin:/opt/sbin:/testmarker
> 
> With the path, gettext-runtime failed with https://bpa.st/SRXA
> 
> Without the path, it failed with https://bpa.st/CUTQ
> 
> (Both those pastes should persist for a week.)
> 

Perhaps PATH:=${PATH}:/opt/bin....

PREFIX is set to LOCALBASE by default (somewhere in bsd.port.mk.).
LINUXBASE may rewrite PREFIX (somewhere in bsd.port.mk.).
Hence PREFIX=/opt is too much.

I would write the environment variables in ${PREFIX}/etc/poudriere.conf
shell script :) .

Regards.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?HK2PR02MB400231FA0D8C3DE5E61DD639FA100>