Current-Users archive

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

Re: Upgrade of current pkgsrc fails due to gtk3 on 10.99



Riccardo Mottola <riccardo.mottola%libero.it@localhost> writes:

> I am running 10.99.10 and updated pkgsrc and want to upgrade with
> pkg_rolling-replace
>
> gtk3 fails with the error below.

This is about 'make replace', not pkg_rr.

> I see the issue on freetype, which is a little scary.
> The blocking problem whough is that libgdk-3 has undefined reference
> to X symbols!

gtk3 is buggy.  It tries to link against installed libs during the
build, instead of only the libs being built.

I did
  pkg_delete -f gtk3+
and then it builds fine.

Actually fixing this is harder; you'll have to find where gtk3+'s build
manages to have /usr/pkg/lib in the search path first.  This sort of
thing is gradually getting better, but it's hard.  And, people that only
pbulk don't hit it, so the set of motivated people is smaller.  However,
it will probably only take one person who is both motivated and has a
round tuit to fix this.



Home | Main Index | Thread Index | Old Index