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

next in thread | previous in thread | raw e-mail | index | archive | help
2014-07-16 20:39 GMT+02:00 Michael Gmelin <freebsd@grem.de>:

> 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})
>  * ...
>
>

I'm not sure which option is better, but I'll check out this now.

Thanks for your feedback.



> --
> Michael Gmelin
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHHLbRMi7t_YDAsBkL0%2BVshq6tDra2iKjBZQj8Jj=Zux3R74cg>