freetalk-dev
[Top][All Lists]
Advanced

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

Re: [Freetalk-dev] Problem compiling on OpenBSD


From: Anand V. Avati
Subject: Re: [Freetalk-dev] Problem compiling on OpenBSD
Date: Sat, 27 May 2006 12:27:30 +0530
User-agent: Mutt/1.4.2.1i

Jasper,
    po/Makefile.in.in is actually a symlink to
/usr/share/gettext/po/Makefile.in.in (which might be
/usr/local/share/gettext... in your case).

We would like you to take a cvs checkout with:

cvs -z3 -d:pserver:address@hidden/sources/freetalk co freetalk

and run 'autogen.sh' and use that tree and see if the problem still
persists.

I am guessing that the release (which is an autogen.sh'ed tree) is
expecting stuff in /usr prefix (bcause of symlinnks) but your
enviornment has stuff in /usr/local. 

using the cvs checkout and running autogen will confirm that. If so,
we will ship the files itself instead of the symlink from the next
release.

regards,
avati
  
On Fri, May 26, 2006 at 06:47:11PM +0200, Jasper Lievisse Adriaanse wrote:
> 
> Hello,
> 
> i'm working on a port for OpenBSD of freetalk. All the dependencies are
> present (guile, gettext, libiconv, loudmouth, etc). All libraries are in
> /usr/local/lib. Though the configure script doesn't seem to find
> libiconv. And (perhaps because of that), it can't find a certain
> Makefile.in.in:
> 
> # make configure
> ===>  freetalk-0.69 depends on: pkgconfig-0.19p0 - found
> ===>  freetalk-0.69 depends on: gettext->=0.14.5 - found
> ===>  freetalk-0.69 depends on: libiconv-* - found
> ===>  freetalk-0.69 depends on: gettext->=0.10.38 - found
> ===>  Verifying specs: iconv.4 intl.3
> ===>  found iconv.4.0 intl.3.0
> ===>  Checking files for freetalk-0.69
> `/usr/ports/distfiles/freetalk-0.69.tar.gz' is up to date.
> >> Checksum OK for freetalk-0.69.tar.gz. (sha1)
> ===>  Extracting for freetalk-0.69
> ===>  Patching for freetalk-0.69
> ===>  Configuring for freetalk-0.69
> configure: loading site script /usr/ports/infrastructure/db/config.site
> checking for a BSD-compatible install... /usr/bin/install -c -o root -g bin
> checking whether build environment is sane... yes
> checking for gawk... (cached) nawk
> checking whether make sets $(MAKE)... (cached) yes
> checking whether make sets $(MAKE)... (cached) yes
> checking for C++ compiler default output file name... a.out
> checking whether the C++ compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... 
> checking for suffix of object files... (cached) o
> checking whether we are using the GNU C++ compiler... (cached) yes
> checking whether c++ accepts -g... (cached) yes
> checking for style of include used by make... GNU
> checking dependency style of c++... gcc3
> checking for gcc... cc
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether cc accepts -g... (cached) yes
> checking for cc option to accept ANSI C... none needed
> checking dependency style of cc... gcc3
> checking for library containing tgetent... -lncurses
> checking for readline in -lreadline... yes
> checking for scm_boot_guile in -lguile... yes
> checking for g_slist_free in -lglib-2.0... yes
> checking for lm_connection_new in -lloudmouth-1... yes
> checking for pkg-config... yes
> checking whether NLS is requested... yes
> checking for msgfmt... /usr/local/bin/msgfmt
> checking for gmsgfmt... /usr/local/bin/msgfmt
> checking for xgettext... /usr/local/bin/xgettext
> checking for msgmerge... /usr/local/bin/msgmerge
> checking build system type... sparc64-unknown-openbsd3.9
> checking host system type... sparc64-unknown-openbsd3.9
> checking for ld used by GCC... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for shared library run path origin... /bin/sh: ./config.rpath: No 
> such file or directory
> done
> checking for CFPreferencesCopyAppValue... no
> checking for CFLocaleCopyCurrent... no
> checking whether NLS is requested... yes
> checking for GNU gettext in libc... no
> checking for iconv... no, consider installing GNU libiconv
> checking for GNU gettext in libintl... no
> checking whether to use NLS... no
> checking for msgfmt... (cached) /usr/local/bin/msgfmt
> checking for gmsgfmt... (cached) /usr/local/bin/msgfmt
> checking for xgettext... (cached) /usr/local/bin/xgettext
> checking for msgmerge... (cached) /usr/local/bin/msgmerge
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating src/Makefile
> config.status: creating extensions/Makefile
> config.status: creating extensions/init.scm
> config.status: creating doc/Makefile
> config.status: error: cannot find input file: po/Makefile.in.in
> *** Error code 1
> 
> Stop in /usr/ports/mystuff/net/freetalk (line 1898 of 
> /usr/ports/infrastructure/mk/bsd.port.mk).
> # ^D
> 
> If you need config.log created by configure, I can upload it somewhere.
> 
> Cheers,
> Jasper
> -- 
> Humppa is a serious thing!
> 
> 
> _______________________________________________
> Freetalk-dev mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/freetalk-dev

-- 
Anand V. Avati




reply via email to

[Prev in Thread] Current Thread [Next in Thread]