Re: [lfs-support] Bc-1.06.95 compile issues with Bison (SVN-20170325-systemd)

2017-03-26 Thread William Immendorf
On Sun, Mar 26, 2017 at 4:02 PM, William Immendorf wrote: > On Sun, Mar 26, 2017 at 3:36 PM, Bruce Dubbs wrote: >> Sorry, I don't know. We automate our builds from the instructions in the >> book and do not run into this problem. Since we don't install bison in >> chapter 6 before bc, the probl

Re: [lfs-support] Bc-1.06.95 compile issues with Bison (SVN-20170325-systemd)

2017-03-26 Thread William Immendorf
On Sun, Mar 26, 2017 at 3:36 PM, Bruce Dubbs wrote: > Sorry, I don't know. We automate our builds from the instructions in the > book and do not run into this problem. Since we don't install bison in > chapter 6 before bc, the problem points to a bison problem in chapter 5. > > You might try bui

Re: [lfs-support] Bc-1.06.95 compile issues with Bison (SVN-20170325-systemd)

2017-03-26 Thread Bruce Dubbs
William Immendorf wrote: On Sun, Mar 26, 2017 at 2:51 PM, Bruce Dubbs wrote: I do not know why bison is throwing those errors. In my log I only ahve 'bison -y -d bc.y' followed by a gcc line. The only thing I can think of is that there is something wrong with bison as built in Chapter 5. P

Re: [lfs-support] Bc-1.06.95 compile issues with Bison (SVN-20170325-systemd)

2017-03-26 Thread William Immendorf
On Sun, Mar 26, 2017 at 2:51 PM, Bruce Dubbs wrote: > I do not know why bison is throwing those errors. In my log I only ahve > 'bison -y -d bc.y' followed by a gcc line. The only thing I can think of > is that there is something wrong with bison as built in Chapter 5. Perhaps. Would moving M4

Re: [lfs-support] Bc-1.06.95 compile issues with Bison (SVN-20170325-systemd)

2017-03-26 Thread Bruce Dubbs
William Immendorf wrote: Compiling Bc-1.06.95 where it is currently in the development book, I'm hitting a snag. No matter what I attempt to do, the compilation always fails at this point: bison -y -d bc.y bc.y: warning: 3 shift/reduce conflicts [-Wconflicts-sr] bison: m4 subprocess failed: No

[lfs-support] Bc-1.06.95 compile issues with Bison (SVN-20170325-systemd)

2017-03-26 Thread William Immendorf
Compiling Bc-1.06.95 where it is currently in the development book, I'm hitting a snag. No matter what I attempt to do, the compilation always fails at this point: bison -y -d bc.y bc.y: warning: 3 shift/reduce conflicts [-Wconflicts-sr] bison: m4 subprocess failed: No such file or directory make

Re: [lfs-support] gcc-6.3.0 mpx test failures

2017-03-26 Thread Ken Moffat
On Sat, Mar 25, 2017 at 06:18:11PM -0400, Richard wrote: > On 03/25/2017 01:53 PM, Ken Moffat wrote: > > On Sat, Mar 25, 2017 at 12:29:41PM -0400, Richard wrote: > > > In the LFS-7.10 book the following note > > > related to the gcc testsuite is included: > > > > > > --