Re: [blfs-dev] JS-60.8.0 dependencies

2019-09-08 Thread Pierre Labastie via blfs-dev
On 08/09/2019 20:56, Pierre Labastie via blfs-dev wrote: > On 08/09/2019 20:21, Joe Locash via blfs-dev wrote: >> >> On Sep 8, 2019 1:48 PM, "Pierre Labastie via blfs-dev" >> > > wrote: >>> >>> Well, you are right. I also did a ldd on

Re: [blfs-dev] JS-60.8.0 dependencies

2019-09-08 Thread Joe Locash via blfs-dev
On Sep 8, 2019 2:57 PM, "Pierre Labastie via blfs-dev" < blfs-dev@lists.linuxfromscratch.org> wrote:p > > Well, dependency on Xorg libs was added for js52. Maybe that one needed some X > library. That dep was added in 8.3 or 8.4. js52 didn't need/require X either. Check the commit logs and then

Re: [blfs-dev] JS-60.8.0 dependencies

2019-09-08 Thread Pierre Labastie via blfs-dev
On 08/09/2019 20:21, Joe Locash via blfs-dev wrote: > > On Sep 8, 2019 1:48 PM, "Pierre Labastie via blfs-dev" > > wrote: >> >> Well, you are right. I also did a ldd on /usr/lib/libmozjs-60.so: same >> result:; nothing X11 related. This has to be

Re: [blfs-dev] JS-60.8.0 dependencies

2019-09-08 Thread Joe Locash via blfs-dev
On Sep 8, 2019 1:48 PM, "Pierre Labastie via blfs-dev" < blfs-dev@lists.linuxfromscratch.org> wrote: > > Well, you are right. I also did a ldd on /usr/lib/libmozjs-60.so: same > result:; nothing X11 related. This has to be checked against all deps of js60, > though. I only see 2 packages

Re: [blfs-dev] JS-60.8.0 dependencies

2019-09-08 Thread Pierre Labastie via blfs-dev
On 08/09/2019 19:07, Joe Locash via blfs-dev wrote: > > On Sep 7, 2019 5:29 PM, "Pierre Labastie via blfs-dev" > > wrote: >> >> I see this in the configure ouput: >> checking for X... libraries , headers >> >> That does not mean they are required, of

Re: [blfs-dev] JS-60.8.0 dependencies

2019-09-08 Thread Joe Locash via blfs-dev
On Sep 7, 2019 5:29 PM, "Pierre Labastie via blfs-dev" < blfs-dev@lists.linuxfromscratch.org> wrote: > > I see this in the configure ouput: > checking for X... libraries , headers > > That does not mean they are required, of course, but at least they are tested. Yes I see that configure checks

Re: [blfs-dev] cups-filters fails to build

2019-09-08 Thread spiky via blfs-dev
On 08/09/2019 16:54, Bruce Dubbs via blfs-dev wrote: On 9/8/19 8:06 AM, spiky via blfs-dev wrote: On 08/09/2019 13:08, Roger Koehler via blfs-dev wrote: See attached log file. FYI I have just built cups-filters on cups-2.2.11 With cups-2.3.0 you can use cups-filters-1.25.5.  I will

Re: [blfs-dev] cups-filters fails to build

2019-09-08 Thread Bruce Dubbs via blfs-dev
On 9/8/19 8:06 AM, spiky via blfs-dev wrote: On 08/09/2019 13:08, Roger Koehler via blfs-dev wrote: See attached log file. FYI I have just built cups-filters on cups-2.2.11 With cups-2.3.0 you can use cups-filters-1.25.5. I will update the book today. -- Bruce --

Re: [blfs-dev] cups-filters fails to build

2019-09-08 Thread spiky via blfs-dev
On 08/09/2019 13:08, Roger Koehler via blfs-dev wrote: See attached log file. FYI I have just built cups-filters on cups-2.2.11 -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-dev] cups-filters fails to build

2019-09-08 Thread spiky via blfs-dev
On 08/09/2019 13:08, Roger Koehler via blfs-dev wrote: See attached log file. I have tried going back to cups-filters-1.25.1 and 1.25.3, both fail the same 1.25.1 built on an earlier build with cups 2.2.11 -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ:

Re: [blfs-dev] cups-filters fails to build

2019-09-08 Thread spiky0011 via blfs-dev
On 08/09/2019 13:08, Roger Koehler via blfs-dev wrote: See attached log file. Getting the same here as well -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

[blfs-dev] cups-filters fails to build

2019-09-08 Thread Roger Koehler via blfs-dev
See attached log file. CC bannertopdf-bannertopdf.o filter/bannertopdf.c: In function ‘get_pagesize’: filter/bannertopdf.c:89:5: warning: ‘ppdPageSize’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 89 | if (!ppd || !(pagesize = ppdPageSize(ppd,

[blfs-dev] graphviz fails to build

2019-09-08 Thread Roger Koehler via blfs-dev
See attached log file. swig -c++ -ocaml -o gv_ocaml.cpp ./gv.i SWIG:1: Warning 524: Experimental target language. Target language OCaml specified by -ocaml is an experimental language. Please read about SWIG experimental languages,