H.J. Lu, on lun. 02 avril 2018 10:22:31 -0700, wrote: > On Mon, Apr 2, 2018 at 10:15 AM, Samuel Thibault > <samuel.thiba...@gnu.org> wrote: > > H.J. Lu, on lun. 02 avril 2018 10:06:14 -0700, wrote: > >> On Mon, Apr 2, 2018 at 9:16 AM, Samuel Thibault <samuel.thiba...@gnu.org> > >> wrote: > >> > H.J. Lu, on lun. 02 avril 2018 09:01:30 -0700, wrote: > >> >> On Mon, Apr 2, 2018 at 7:47 AM, Samuel Thibault > >> >> <samuel.thiba...@gnu.org> wrote: > >> >> > Hello, > >> >> > > >> >> > Joseph Myers, on lun. 02 avril 2018 14:22:28 +0000, wrote: > >> >> >> On Mon, 2 Apr 2018, Samuel Thibault wrote: > >> >> >> > >> >> >> > This means that build-glibcs i686-gnu now builds fine. Among the > >> >> >> > remaining TODOs, there are > >> >> >> > >> >> >> Thanks! I'd add: the "requires out-of-tree patches" statement in > >> >> >> README > >> >> >> needs to be removed, > >> >> > > >> >> > Oh, I was unaware of that mention. > >> >> > >> >> mig master branch failed to build on Fedora 27: > >> >> > >> >> gcc -g -O2 -o migcom error.o global.o header.o lexxer.o migcom.o > >> >> parser.o routine.o server.o statement.o string.o type.o user.o utils.o > >> >> vprint.o > >> >> /usr/local/bin/ld: lexxer.o: in function `yylex': > >> >> /export/gnu/import/git/toolchain/build/compilers/i686-gnu/mig/lexxer.c:1834: > >> >> undefined reference to `yywrap' > >> > > >> > Could you post config.log? configure is supposed to detect this: > >> > > >> > checking lex library... -lfl > >> > >> checking lex library... none needed > > > > Please really config.log, not only the configure output. > > > > configure:4096: checking lex library > configure:4110: gcc -o conftest -g -O2 conftest.c >&5 > /usr/local/bin/ld: /tmp/ccDAnO2r.o: in function `input': > /export/gnu/import/git/toolchain/build/compilers/i686-gnu/mig/lex.yy.c:1185: > undefined reference to `yywrap' > /usr/local/bin/ld: /tmp/ccDAnO2r.o: in function `yylex': > /export/gnu/import/git/toolchain/build/compilers/i686-gnu/mig/lex.yy.c:879: > undefined reference to `yywrap' > /usr/local/bin/ld: /tmp/ccDAnO2r.o: in function `main': > /export/gnu/import/git/toolchain/build/compilers/i686-gnu/mig/conftest.l:18: > undefined reference to `yywrap' > collect2: error: ld returned 1 exit status > configure:4110: $? = 1 > .... > configure:4460: result: no
Please really post config.log (or send it privately). "result: no" here is not related to "checking lex library". Samuel