Dovecot Update Fails to Build in CI, Trace Mode

Steven Smith steve.t.smith at gmail.com
Thu Mar 4 12:07:28 UTC 2021


Re: https://github.com/macports/macports-ports/pull/10132

I’m trying to update dovecot. A vanilla `port install` works perfectly and produces perfectly working binaries.

However, both CI and trace mode builds fail at the same point below. After the build errors out, I’m able to run the exact same command successfully, and the yacc file looks fine:

sudo -u macports bison -o event-filter-parser.c event-filter-parser.y

I’m stumped—this looks like a MacPorts CI/trace issue, not an upstream issue.

Any pointers would be appreciated.

> bison -o event-filter-parser.c event-filter-parser.y
> event-filter-parser.y:3.9-16: syntax error, unexpected identifier, expecting string bison -o event-filter-parser.c event-filter-parser.y
event-filter-parser.y:3.9-16: syntax error, unexpected identifier, expecting string
bison -o event-filter-parser.c event-filter-parser.y
event-filter-parser.y:3.9-16: syntax error, unexpected identifier, expecting string
> :info:build Making all in lib
> :info:build make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_ports_mail_dovecot/dovecot/work/core-2.3.13/src/lib'
> :info:build perl ./unicodemap.pl < ./UnicodeData.txt > unicodemap.c
> :info:build flex -o event-filter-lexer.c event-filter-lexer.l
> :info:build bison -o event-filter-parser.c event-filter-parser.y
> :info:build event-filter-parser.y:3.9-16: syntax error, unexpected identifier, expecting string
> :info:build make[3]: *** [event-filter-parser.c] Error 1


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-dev/attachments/20210304/1b053f0b/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3898 bytes
Desc: not available
URL: <http://lists.macports.org/pipermail/macports-dev/attachments/20210304/1b053f0b/attachment.bin>


More information about the macports-dev mailing list