Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2014 12:11:41 -0500
From:      =?ISO-8859-1?Q?Alonso_C=E1rdenas_M=E1rquez?= <acm@FreeBSD.org>
Cc:        freebsd-ports-bugs@freebsd.org
Subject:   Re: ports/187961: [patch] editors/lazarus-lcl-units: fails to build
Message-ID:  <CAEpPhTJAuz=deqFoW8L5sdoqYfGq2xbC5ZHzQ-Co-LFTg=xj4A@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
2014-03-26 11:40 GMT-05:00 <edwin@freebsd.org>:

> Synopsis: [patch] editors/lazarus-lcl-units: fails to build
>
> Responsible-Changed-From-To: freebsd-ports-bugs->acm
> Responsible-Changed-By: edwin
> Responsible-Changed-When: Wed Mar 26 16:40:04 UTC 2014
> Responsible-Changed-Why:
> Over to maintainer (via the GNATS Auto Assign Tool)
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=187961
>

It compiles fine.

https://redports.org/~acm/20140326164735-02839-191790/lazarus-lcl-units-1.2.log

If you look into Makefile.common file, you can see the following line on
do-build section:

        @cd ${BUILDSRC} && \
                ${SETENV} ${MAKE_ENV} ${GMAKE} LCL_PLATFORM=${LCL_INTERFACE}

LCLDIR= ${PORTNAME}/lcl
BUILDSRC= ${WRKDIR}/${LCLDIR}  // it is the same than
${WRKDIR}/${PORTNAME}/lcl included in your patch file

If you are compiling lazarus like root, don't forget delete /root/.lazarus
directory. if you use root for run lazarus, some times config files into
.lazarus directory can be the reason for build problems.

Greetings



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAEpPhTJAuz=deqFoW8L5sdoqYfGq2xbC5ZHzQ-Co-LFTg=xj4A>