pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Build problems in graphviz



Separaed from my original post of “Build problems in graphviz and xentools413”.

The line you referred to in /usr/pksrc/graphics/graphviz/Makefile is in the Makefile. I haven’t modified any of the files in graphviz, or any files that were downloaded in pkgsrc-current.

I understand that ps2pdf is part of ghostscript, but don’t completely understand what’s happening here.  I’m getting the impression that someplace there’s a missing dependency though.  Since I’m seeing the error running on NetBSD-9.99.78 with both pkgsrc-current and pkgsrc-2020Q3 I think I’ll try doing this with a NetBSD-9.1 installation and also try pkgsrc-2020Q4 under both it and NetBSD-9.99.78.  Maybe that will give me a clue.

-bob

On Jan 26, 2021, at 7:50 AM, Thomas Klausner <wiz%NetBSD.org@localhost> wrote:

> On Tue, Jan 26, 2021 at 06:23:25AM -0600, Robert Nestor wrote:
>> Hmmm, ps2pdf isn’t installed on my system and the unmodified graphviz/Makefile does contain that line.
> 
> Which line is that?
> 
> I mean this:
> # /usr/pkgsrc/graphics/graphviz> grep ghostscript *
> Makefile:TOOL_DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript
> 
>> Ps2pdf wasn’t built as a dependency either.
> 
> As I said, it's part of ghostscript
> 
> # /usr/pkgsrc/print/ghostscript-agpl> grep ps2pdf PLIST 
> bin/ps2pdf
> 
> Thomas
> 
>> So now I’m really confused.
>> 
>> -bob
>> 
>> On Jan 26, 2021, at 4:25 AM, Thomas Klausner <wiz%NetBSD.org@localhost> wrote:
>> 
>>> Hi!
>>> 
>>> The error is here:
>>> 
>>> false -Tps -man cdt.3 >cdt.3.ps
>>> 
>>> "false" is the value of @PS2PDF@.
>>> 
>>> ps2pdf should be installed by the line
>>> TOOL_DEPENDS+=  ghostscript-[0-9]*:../../print/ghostscript
>>> 
>>> in graphviz/Makefile.
>>> 
>>> You should find out why this doesn't happen for you... or what other
>>> problem the configure script has with your ps2pdf, if it is indeed
>>> installed.
>>> Thomas
>> 



Home | Main Index | Thread Index | Old Index