Date: Sat, 9 Feb 2019 04:57:13 +0800 From: Po-Chuan Hsieh <sunpoet@freebsd.org> To: Cy Schubert <Cy.Schubert@cschubert.com> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r491386 - head/devel/libmaa Message-ID: <CAMHz58RiAmR%2BAowRKpuY3cOp1ZGvbUK0wbdvxwkKBsns2Zq3=Q@mail.gmail.com> In-Reply-To: <201902060549.x165nrJV004523@slippy.cwsent.com> References: <sunpoet@FreeBSD.org> <201901271957.x0RJvVMb013208@repo.freebsd.org> <201902060549.x165nrJV004523@slippy.cwsent.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Feb 6, 2019 at 1:50 PM Cy Schubert <Cy.Schubert@cschubert.com> wrote: > In message <201901271957.x0RJvVMb013208@repo.freebsd.org>, Sunpoet > Po-Chuan Hsi > eh writes: > > Author: sunpoet > > Date: Sun Jan 27 19:57:31 2019 > > New Revision: 491386 > > URL: https://svnweb.freebsd.org/changeset/ports/491386 > > > > Log: > > Clean up Makefile > > > > Modified: > > head/devel/libmaa/Makefile > > > > Modified: head/devel/libmaa/Makefile > > > ============================================================================= > > = > > --- head/devel/libmaa/Makefile Sun Jan 27 19:57:25 2019 > (r49138 > > 5) > > +++ head/devel/libmaa/Makefile Sun Jan 27 19:57:31 2019 > (r49138 > > 6) > > @@ -16,7 +16,8 @@ BUILD_DEPENDS= > mk-configure>=0.29.1:devel/mk-configure > > > > OPTIONS_DEFINE= DOCS > > > > -MAKE_ARGS= -m ${LOCALBASE}/share/mkc-mk DOCDIR=${DOCSDIR} > LIBDIR=${PREFIX} > > /lib > > +MAKE_ARGS= DOCDIR=${DOCSDIR} > > +MAKE_CMD= mkcmake > > NO_CONFIGURE= yes > > USE_LDCONFIG= yes > > > > @@ -24,7 +25,6 @@ GH_ACCOUNT= cheusov > > USE_GITHUB= yes > > > > post-patch: > > - @${AWK} -f ${WRKSRC}/maa/arggram2c < ${WRKSRC}/maa/arggram.txt > > ${WRKS > > RC}/maa/arggram.c > > @${REINPLACE_CMD} -e '/^FILES *=/ s|LICENSE||' > ${WRKSRC}/doc/Makefile > > @${REINPLACE_CMD} -e '/^#SHLIB_TEENY *=/ s|#||' > ${WRKSRC}/maa/Makefile > > > > > > Hi Sunpoet, > > This is causing the following poudriere error under 13-CURRENT. > It should be fixed in r492448. Thanks! > --- arg.os --- > cc -O2 -pipe -fstack-protector -fno-strict-aliasing -DMAA_MAJOR=4 > -DMAA_MINOR=0 -DMAA_TEENY=0 -Wno-error=strict-prototypes > -Qunused-arguments -DHAVE_HEADER_SYS_RESOURCE_H=1 -DSIZEOF_LONG=8 -I. > -I. -I/wrkdirs/usr/ports/devel/libmaa/work/libmaa-1.4.2/maa -Wall > -Werror -c -fPIC -DPIC -o arg.os arg.c > arg.c:203:10: fatal error: 'arggram.c' file not found > #include "arggram.c" > ^~~~~~~~~~~ > 1 error generated. > *** [arg.os] Error code 1 > > bmake[2]: stopped in /wrkdirs/usr/ports/devel/libmaa/work/libmaa-1.4.2/m > aa > 1 error > > bmake[2]: stopped in /wrkdirs/usr/ports/devel/libmaa/work/libmaa-1.4.2/m > aa > *** [all-maa] Error code 2 > > bmake[1]: stopped in /wrkdirs/usr/ports/devel/libmaa/work/libmaa-1.4.2 > 1 error > > bmake[1]: stopped in /wrkdirs/usr/ports/devel/libmaa/work/libmaa-1.4.2 > ===> Compilation failed unexpectedly. > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the > failure to > the maintainer. > *** Error code 1 > > Stop. > make: stopped in /usr/ports/devel/libmaa > =>> Cleaning up wrkdir > ===> Cleaning for libmaa-1.4.2,1 > build of devel/libmaa | libmaa-1.4.2,1 ended at Tue Feb 5 21:19:09 PST > 2019 > build time: 00:00:17 > !!! build failure encountered !!! > > > -- > Cheers, > Cy Schubert <Cy.Schubert@cschubert.com> > FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org > > The need of the many outweighs the greed of the few. > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58RiAmR%2BAowRKpuY3cOp1ZGvbUK0wbdvxwkKBsns2Zq3=Q>