Re: devel/gojbect-introspection fails due to not finding libintl

2010-05-31 Thread Brandon Gooch
On Mon, May 31, 2010 at 7:41 AM, Eitan Adler  wrote:
> Here is the output of $make install
> env LPATH=.libs  env PYTHONPATH=..:..
> UNINSTALLED_INTROSPECTION_SRCDIR=..
> UNINSTALLED_INTROSPECTION_BUILDDIR=.. ../tools/g-ir-scanner -v
> --add-include-path=../gir --add-include-path=. -v
> --add-include-path=../gir --add-include-path=. --namespace=Everything
> --nsversion=1.0 --libtool="/bin/sh /usr/local/bin/libtool"
> --library=libgirepository-everything-1.0.la --pkg=gobject-2.0
> --pkg=cairo --pkg=gio-2.0 --include=GObject-2.0 --include=cairo-1.0
> --include=Gio-2.0   ./everything.h ./everything.c --output
> Everything-1.0.gir
>
> /libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required
> by "libgirepository-1.0.so.0"
>
> Command 
> '['/dta/ports/devel/gobject-introspection/work/gobject-introspection-0.6.11/gir/tmp-introspectLatOlI/Everything-1.0',
> '--introspect-dump=/dta/ports/devel/gobject-introspection/work/gobject-introspection-0.6.11/gir/tmp-introspectLatOlI/types.txt,/dta/ports/devel/gobject-introspection/work/gobject-introspection-0.6.11/gir/tmp-introspectLatOlI/dump.xml']'
> returned non-zero exit status 1
> gmake[2]: *** [Everything-1.0.gir] Error 1
> gmake[2]: Leaving directory
> `/dta/ports/devel/gobject-introspection/work/gobject-introspection-0.6.11/gir'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory
> `/dta/ports/devel/gobject-introspection/work/gobject-introspection-0.6.11'
> gmake: *** [all] Error 2
> *** Error code 1

Please take a look at /usr/ports/UPDATING:

20100530:
  AFFECTS: users of devel/gettext (i.e.: YOU)
  AUTHOR: a...@freebsd.org

  Another version of gettext (0.18), and another shlib version bump
  (from intl.8 to intl.9)

  All ports that have an identifiable known direct dependency on gettext
  have had their PORTREVISIONs bumped.  If after upgrading:

# portupgrade -rf gettext
# portmaster -r gettext

  there are still ports on your system that are looking for libintl.so.8
  (either in ${LOCALBASE}/lib/compat/pkg, or non-existent), _please_ file
  a PR so that a correct direct dependency can be added.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: devel/gojbect-introspection fails due to not finding libintl

2010-05-31 Thread Ganael LAPLANCHE
On Mon, 31 May 2010 15:41:42 +0300, Eitan Adler wrote

Hi Eitan,

> /libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required
> by "libgirepository-1.0.so.0"

pkg_create -b gobject-introspection-0.6.11 (keep it, it may be useful)
cd /usr/ports/devel/gobject-introspection
make deinstall clean
make install clean

did the trick for me...

Best regards,

Ganaël LAPLANCHE
ganael.laplan...@martymac.org
http://www.martymac.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


devel/gojbect-introspection fails due to not finding libintl

2010-05-31 Thread Eitan Adler
Here is the output of $make install
env LPATH=.libs  env PYTHONPATH=..:..
UNINSTALLED_INTROSPECTION_SRCDIR=..
UNINSTALLED_INTROSPECTION_BUILDDIR=.. ../tools/g-ir-scanner -v
--add-include-path=../gir --add-include-path=. -v
--add-include-path=../gir --add-include-path=. --namespace=Everything
--nsversion=1.0 --libtool="/bin/sh /usr/local/bin/libtool"
--library=libgirepository-everything-1.0.la --pkg=gobject-2.0
--pkg=cairo --pkg=gio-2.0 --include=GObject-2.0 --include=cairo-1.0
--include=Gio-2.0   ./everything.h ./everything.c --output
Everything-1.0.gir

/libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required
by "libgirepository-1.0.so.0"

Command 
'['/dta/ports/devel/gobject-introspection/work/gobject-introspection-0.6.11/gir/tmp-introspectLatOlI/Everything-1.0',
'--introspect-dump=/dta/ports/devel/gobject-introspection/work/gobject-introspection-0.6.11/gir/tmp-introspectLatOlI/types.txt,/dta/ports/devel/gobject-introspection/work/gobject-introspection-0.6.11/gir/tmp-introspectLatOlI/dump.xml']'
returned non-zero exit status 1
gmake[2]: *** [Everything-1.0.gir] Error 1
gmake[2]: Leaving directory
`/dta/ports/devel/gobject-introspection/work/gobject-introspection-0.6.11/gir'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/dta/ports/devel/gobject-introspection/work/gobject-introspection-0.6.11'
gmake: *** [all] Error 2
*** Error code 1


-- 
Eitan Adler
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"