pkgsrc-Users archive

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

Re: Re: Re: Request to commit wip/RE-flex



On Fri, Mar 22, 2024 at 11:32:49AM -0700, Malte Dehling wrote:
> > I'll attach the whole build log, perhaps you can find out what's
> > different between our systems (a missing dependency perhaps?).
> 
> I see the following lines in your log (and many similar ones):
> 
> dot: graph is too large for cairo-renderer bitmaps. Scaling by 0.0100269 to fit
> Error: Edge length 147796.289062 larger than maximum 65535 allowed.
> Check for overwide node(s).
> [...]
> /scratch/devel/RE-flex/work/RE-flex-4.1.2/doc/html/class_reflex__coll__graph.dot:1:
> error: Problems running dot: exit code=1, command='/usr/pkg/bin/dot',
> arguments='"/scratch/devel/RE-flex/work/RE-flex-4.1.2/doc/html/class_reflex__coll__graph.dot"
> -Tpng -o "/scratch/devel/RE-flex/work/RE-flex-4.1.2/doc/html/class_reflex__coll__graph.png"'
> 
> So dot fails to generate the output .map and .png files and instead the
> .dot files are left in doc/html (which explains the PLIST issue.)

I think we found the problem:

# pkg_info
digest-20220214     Message digest wrapper utility
checkperms-1.12     Check and correct file permissions
libtool-base-2.4.7nb1 Generic shared library support script (the script itself)
mktools-20220614    Collection of pkgsrc mk infrastructure tools
gmake-4.4.1         GNU version of 'make' utility
cwrappers-20220403  pkgsrc compiler wrappers
m4-1.4.19nb1        GNU version of UNIX m4 macro language processor
gettext-lib-0.22.5  Internationalized Message Handling Library (libintl)
gettext-tools-0.22.5 Tools for providing messages in different languages
bison-3.8.2nb1      GNU yacc(1) replacement

# pkg_info -Fe /usr/pkg/bin/dot
pkg_info: No matching pkg for /usr/pkg/bin/dot.

> I have the latest graphviz 8.1.0nb9 installed with only the default
> option (gd) enabled.

graphviz is not a dependency.
 Thomas


Home | Main Index | Thread Index | Old Index