On Mon, Oct 01, 2018 at 07:18:40PM -0500, rhubarbpieguy via blfs-support wrote:
> 
> On 9/25/18 4:08 PM, rhubarbpieguy wrote:
> > 
> > I receive the following error with the make and 'make install' Poppler
> > commands.  Poppler-data installs without error.
> > 
> > /usr/include/c++/8.2.0/cstdlib:75:15: fatal error: stdlib.h: No such
> > file or directory
> >  #include_next <stdlib.h>
> >                ^~~~~~~~~~
> > compilation terminated.
> > make[2]: *** [test/CMakeFiles/gtk-test.dir/build.make:63:
> > test/CMakeFiles/gtk-test.dir/gtk-test.cc.o] Error 1
> > make[1]: *** [CMakeFiles/Makefile2:803:
> > test/CMakeFiles/gtk-test.dir/all] Error 2
> > make: *** [Makefile:141: all] Error 2
> > 
> > I have an ASCII text /usr/include/c++/8.2.0/cstdlib (-rw-r--r-- 6325).
> > 
> > 

As when you originally posted this, I do not recall seeing the
problem.

But I've now looked at one of my logs from building 0.67.0 (created
by adding ' >mylog 2>&1' or '>>...' after each command) and the one
thing that jumps out is that mine has the "progress markers" generated
by cmake, whereas yours looks more like the old CMMI although it is
referencing test/CMakeFiles/

[ 89%] Built target poppler-glib
Scanning dependencies of target gir-typelibs
Scanning dependencies of target pdf-inspector
Scanning dependencies of target gtk-test

and

[ 92%] Building C object glib/demo/CMakeFiles/poppler-glib-demo.dir/fonts.c.o
[ 91%] Building CXX object test/CMakeFiles/gtk-test.dir/gtk-test.cc.o
[ 92%] Generating Poppler-0.18.typelib

Other than that, no ideas.  0.67.0 worked for me on 8.3, 0.68.0
built ok on svn from a week and a half ago - but I have not built
texlive from source, nor poppler-for-qt5.  For PDF viewers and
inkscape, 0.68.0 seems to be working fine.

And if missing the change to cmake was the problem - join the club!
(in my case, one package moved to meson/ninja although it still
built and installed with CMMI and I only noticed the change in
responding to a different problem elsewhere.)

But if you did use cmake, I guess you'll have to follow Michael's
recommendations to debug it.  In that case, good luck, particularly
if you need to raise it upstream.

ĸen
-- 
                      Well grubbed , old mole!
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to