`make index` broken

2013-10-17 Thread Shawn Webb
I'm on 11-current/amd64. I'm not sure if it's specific to me, but it looks
like a change to the net/openbgpd port is causing `make index` to fail with
the following error message:

make[5]: Unknown modifier ')'
make[5]: Unclosed variable specification (expecting '}') for PORT_OPTIONS
(value ) modifier )
make[5]: /usr/ports/net/openbgpd/Makefile line 31: Malformed conditional
(${PORT_OPTIONS:MIPV6LLPEER))
make[5]: Fatal errors encountered -- cannot continue=== net/openbgpd failed
*** [describe.net] Error code 1

Thanks,

Shawn
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: `make index` broken

2013-10-17 Thread Daniel Nebdal
On Thu, Oct 17, 2013 at 4:32 PM, Shawn Webb latt...@gmail.com wrote:
 I'm on 11-current/amd64. I'm not sure if it's specific to me, but it looks
 like a change to the net/openbgpd port is causing `make index` to fail with
 the following error message:

 make[5]: Unknown modifier ')'
 make[5]: Unclosed variable specification (expecting '}') for PORT_OPTIONS
 (value ) modifier )
 make[5]: /usr/ports/net/openbgpd/Makefile line 31: Malformed conditional
 (${PORT_OPTIONS:MIPV6LLPEER))
 make[5]: Fatal errors encountered -- cannot continue=== net/openbgpd failed
 *** [describe.net] Error code 1

 Thanks,

 Shawn

It seems to be a typo in the latest commit - a ) that should be a }. I
sent a mail to hrs@ about it an hour or so ago, since he showed up as
the commiter.

-- 
Daniel Nebdal
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


`make index` broken on 9-stable

2012-02-09 Thread Shawn Webb
Hey freebsd-ports,

Trying to run a `make index` in the root of my ports tree. What can or
should I do to fix it? My ports tree is up-to-date as of 09 Feb 2012
8:40 AM MST (GMT-7). Output below:

=== BEGIN OUTPUT ===
[shawn@fbsd-sec /usr/ports]$ uname -a
FreeBSD fbsd-sec 9.0-STABLE FreeBSD 9.0-STABLE #2: Fri Feb  3 11:44:52
MST 2012 shawn@fbsd-sec:/usr/obj/src/sys/SEC  amd64
[shawn@fbsd-sec /usr/ports]$ make index
Generating INDEX-9 - please wait..Makefile, line 1: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1
1 error


Before reporting this error, verify that you are running a supported
version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you
have a complete and up-to-date ports collection.  (INDEX builds are
not supported with partial or out-of-date ports collections -- in
particular, if you are using cvsup, you must cvsup the ports-all
collection, and have no refuse files.)  If that is the case, then
report the failure to po...@freebsd.org together with relevant
details of your ports configuration (including FreeBSD version,
your architecture, your environment, and your /etc/make.conf
settings, especially compiler flags and WITH/WITHOUT settings).

Note: the latest pre-generated version of INDEX may be fetched
automatically with make fetchindex.


*** Error code 1

Stop in /usr/ports.
*** Error code 1

Stop in /usr/ports.
[shawn@fbsd-sec /usr/ports]$ cat /etc/make.conf
# added by use.perl 2012-01-26 11:11:51
PERL_VERSION=5.12.4
=== END OUTPUT ===

Thanks,

Shawn
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org