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,

sorry for the delayed answer.

Greg Troxel wrote:
>>> what is this hb.h header?
>> Harfbuzz ?
> Looks like it:  /usr/pkg/include/harfbuzz/hb.h
>
> As usual, I would suggest
>   [presumably you marked all built-in-7 packages rebuild=YES]
>   Make sure your pkgsrc tree is consistent, either head or 2020Q1
>   rm -rf /usr/pkgsrc/*/*/work
>   pkg_admin rebuild-tree
>   pkg_admin check
>   Do another "pkg_rolling-replace -uv".
>
>   if it fails, again nuke all workdirs and try to build the package that
>   had the failure.   Look at the error messages and what it buildlinked
>   and ask about that, disconnected from pkg_rr.

I performed the clean/rebuild-tree/check steps.

Sicne I build with a separate workdir -- I just wiped it. Sources are
mounted from NFS... I don't remember if they are 2020Q1 or the previous
one ( I think) since it is 2 months about I am working on this stuff.
Still, it is a consistent snapshot.

a new pkg_rolling-replace -uv yielded:
+ gnutls
+ nettle
- pango


so interesting it updated two packages after the rebuild-tree!

Still the error is in pango:
In file included from
/home/pkg-workdir/devel/pango/work/pango-1.44.7/pango/pango-font.h:25:0,
                 from
/home/pkg-workdir/devel/pango/work/pango-1.44.7/pango/pango-attributes.h:25,
                 from
/home/pkg-workdir/devel/pango/work/pango-1.44.7/pango/pango.h:25,
                 from
/home/pkg-workdir/devel/pango/work/pango-1.44.7/output/g-ir-cpp-a0y4a44j.c:4:
/home/pkg-workdir/devel/pango/work/pango-1.44.7/pango/pango-coverage.h:28:16:
fatal error: hb.h: No such file or directory
compilation terminated.
Traceback (most recent call last):


same error. I had the idea to issue a "make replace" in fonts/harfbuzz,
so I manually did a "make replace"
===> Replacing for harfbuzz-2.6.4nb2
===> Updating using binary package of harfbuzz-2.6.4nb2



but.... after some time, I get the same error:
In file included from
/home/pkg-workdir/devel/pango/work/pango-1.44.7/pango/pango-font.h:25:0,
                 from
/home/pkg-workdir/devel/pango/work/pango-1.44.7/pango/pango-attributes.h:25,
                 from
/home/pkg-workdir/devel/pango/work/pango-1.44.7/pango/pango.h:25,
                 from
/home/pkg-workdir/devel/pango/work/pango-1.44.7/output/g-ir-cpp-q49sy7d0.c:4:
/home/pkg-workdir/devel/pango/work/pango-1.44.7/pango/pango-coverage.h:28:16:
fatal error: hb.h: No such file or directory
compilation terminated.
Traceback (most recent call last):
  File "/usr/pkg/lib/python3.7/distutils/unixccompiler.py", line 107, in
preprocess
    self.spawn(pp_args)


What else could I rebuild?

Riccardo


Home | Main Index | Thread Index | Old Index