The removal of this folders didn't help, I don't know how the .libs-* where there in the first
place.

Err... those were _references_ to installed packages with libraries from
old versions, kept to be sure things still run smoothly.
If you removed those folders, you basically fucked up your system,
because now you have libs in usr/local referenced by no package. You
were supposed to do pkg_delete `ls -1 /var/db/pkg/.libs-*` or something
like that.

From now on, the better advice i could give you could be
removing everything (pkg_delete *, rm -Rf /usr/local /var/db/pkg) and
starting from scratch, otherwise you _will_ run into strange issues.
This sounds like the best thing to do.
Moreover, your "bug reports" are useless. we don't know if the given
libpango is present on your system, what versions of other packages
are installed, what version of OpenBSD you're running, etc etc. If
you can't nor want to provide what's needed to debug your shit, don't post.
You are absolutly right Landry, point taken, I'm sorry. Of course I want to provide as much feedback as possible.
So as in point 15.5 of FAQ:

# sysctl -n kern.version
OpenBSD 4.6-current (GENERIC.MP) #3: Fri Sep 11 13:46:25 CEST 2009
   r...@x61s.puffy.pl:/usr/src/sys/arch/i386/compile/GENERIC.MP

Port tree is -current.

Complete build output:
http://puffy.pl/r/gtk+-2.16.6_log
http://puffy.pl/r/gtk+2-2.16.6p1_log

pkg_info:
http://puffy.pl/r/pkginfo

# cat /etc/mk.conf
SUDO=/usr/bin/sudo
ACCEPT_JRL_LICENSE=Yes


That's much better ! :)

pango 1.24.5 provides libpangoft2-1.0.so.1801.0, while your gtk build
tries to find 1800.0. You probably updated pango while building/updating
gtk. Don't do this. One thing at a time, or ports dependencies will be
fucked.

If the only reason to compile for you is using eclipse, then just USE
PACKAGES FOR EVERYTHING and compile _only_ eclipse. We're not freebsd,
where using packages & ports at the same time often provides weird
results.
Yes I think that the issue could be as I wrote before, I updated pango to newest, then
made pkg_add -u and it got downgraded again.

Thanks for the clarification Landry!

Reply via email to