Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2014 20:39:21 +0200
From:      Michael Gmelin <freebsd@grem.de>
To:        Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Cc:        Baptiste Daroussin <bapt@freebsd.org>, freebsd-ports@freebsd.org
Subject:   Re: qa.sh script and DEVELOPER=yes
Message-ID:  <20140716203921.6724dbc1@bsd64.grem.de>
In-Reply-To: <CAHHLbROwf=NNXkR=AaGrnLboswAoOr%2B-wfWz9dFgNZZ7ybPFDw@mail.gmail.com>
References:  <CAHHLbROwf=NNXkR=AaGrnLboswAoOr%2B-wfWz9dFgNZZ7ybPFDw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 16 Jul 2014 19:31:28 +0200
Carlos Jacobo Puga Medina <cjpugmed@gmail.com> wrote:

> I'm testing if STAGEDIR conversion works, but I got this:
> 
> ====> Running Q/A tests (stage-qa)
> Error: 'share/doc/CoinMP/CoinMP/Makefile' is referring to
> /usr/ports/math/coinmp/work/stage
> *** Error code 1
> 
> Stop.
> make[1]: stopped in /usr/ports/math/coinmp
> *** Error code 1
> 
> How do I get rid of the following error?
> 
> Regards,
> 
> --CJPM
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to
> "freebsd-ports-unsubscribe@freebsd.org"

This means that this file (which is part of the stage directory and
therefore will be part of the package) contains a reference to the
temporary staging directory (you don't want this).

Different options:

 * The file is not necessary => Remove it (e.g. in post-extract)
 * Patch the file using a separate patch in files
 * Patch the file using a command in the Makefile (e.g. post-patch,
   @${REINPLACE_CMD})
 * ...

-- 
Michael Gmelin



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