Port-sparc archive

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

Re: NetBSD 8.2 Package refresh fails



Hi!

just a proof... lintpkgsrc took all night to run.... and at the end told me:

> lintpkgsrc -i
Scan Makefiles: 16777 packages
Version mismatch: 'pango' 1.44.7 vs 1.44.7nb2
Version mismatch: 'windowmaker' 0.95.8nb6 vs 0.95.8nb8


this, together with the fact that no installed package has BUILD_HOST 7.0 appears to tell me I have a consistent system.
So, the mystery of pango vs. hb.h header remains.

I tried something rough. I went into

/home/pkg-workdir/devel/pango/work/.buildlink

did a more ./include/harfbuzz/hb.h

I changed in  pango-coverage.h

#include <hb.h>


to #include <harfbuzz/hb.h>

then I had to do the same in pango-font.h and in pangofc-fontmap.h

I wonder if it is a code bug or more an issue with includes.

That way it compiles for a while, then dies in:

/home/pkg-workdir/devel/pango/work/pango-1.44.7/pango/pangocairo.h:26:19: fatal error: cairo.h: No such file or directory...
Again I changed that to <cairo/cairo.h>

after that... it compiled!

Riccardo



Home | Main Index | Thread Index | Old Index