On Fri, Apr 22, 2016 at 07:52:19AM +1000, Balbir Singh wrote: > On Fri, Apr 22, 2016 at 2:18 AM, Paul E. McKenney > <paulmck@xxxxxxxxxxxxxxxxxx> wrote: > > On Thu, Apr 21, 2016 at 05:40:30PM +1000, Balbir Singh wrote: > >> Hey, Paul > >> > >> perfbook failed to build on Fedora 23 due to a texlive issue. I am not sure if other users are facing it. In any case I came up with a patch -- update FAQ.txt with an answer. I was not sure if it is worth posting to perfbook mailing list > >> > >> I'm attaching it - FYI. I hope its useful > >> > >> Balbir > > > > Hello, Balbir, and thank you! > > > > I tried it on Ubuntu 14.04, and it works just fine there. So are you > > OK with the following hijacking of your original patch? > > > > Thanx, Paul > > > > ------------------------------------------------------------------------ > > > > commit 8c4c3c54d4d4246f6b13a914dda9c9ac42bf0c2e > > Author: Balbir Singh <bsingharora@xxxxxxxxx> > > Date: Thu Apr 21 09:16:44 2016 -0700 > > > > Fix build error on Fedora 23 with texlive > > > > The listings package is broken. The fix suggested is taken from > > http://osdir.com/ml/general/2014-06/msg50467.html > > > > Signed-off-by: Balbir Singh <bsingharora@xxxxxxxxx> > > Signed-off-by: Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx> > > > > diff --git a/perfbook.tex b/perfbook.tex > > index ac46e74f6b6f..d607f66b428f 100644 > > --- a/perfbook.tex > > +++ b/perfbook.tex > > @@ -35,6 +35,18 @@ > > literate={\_}{}{0\discretionary{\_}{}{\_}}% > > } > > %%HTMLNOSKIP > > +\makeatletter > > +\renewcommand\lstinline[1][]{% > > +\leavevmode\bgroup % \hbox\bgroup --> \bgroup > > +\def\lst@boxpos{b}% > > +\lsthk@PreSet\lstset{flexiblecolumns,#1}% > > +\lsthk@TextStyle > > +\ifnum\iffalse{\fi`}=\z@\fi > > +\@ifnextchar\bgroup{% > > +\ifnum`{=\z@}\fi% > > +\afterassignment\lst@InlineG \let\@let@token}{% > > +\ifnum`{=\z@}\fi\lstinline@}} > > +\makeatother > > \newcommand{\co}[1]{\lstinline[breaklines=yes,breakatwhitespace=yes]{#1}} > > > > \title{Is Parallel Programming Hard, And, If So, What Can You Do About It?} > > Absolutely! Very good! I added some comments saying what the block of commands was for, and pushed it out. Thanx, Paul -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html