Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2008 01:34:21 -0400
From:      Diane Bruce <db@db.net>
To:        Chris Maness <chris@chrismaness.com>
Cc:        ports@freebsd.org, db@freebsd.org
Subject:   Re: FreeBSD Port: fldigi-2.10
Message-ID:  <20080422053421.GA49306@night.db.net>
In-Reply-To: <480D41E2.8010604@chrismaness.com>
References:  <480D41E2.8010604@chrismaness.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 21, 2008 at 06:39:46PM -0700, Chris Maness wrote:
> Hello, Diane,
>
> I am having trouble getting fldigi to compile.  Also, the binary install
> core dumps (signal 11) on two different FreeBSD installs.  This is on
> release 7.0.

hrmmm ugh fldigi-2.10 runs fine here on i386 FreeBSD 7.0. What architecture
are you on? Does it happen to be amd64? I'll need to see a gdb bt if you
can.

>
> /usr/bin/ld: cannot find -lgio-2.0
> gmake: *** [libgiofam.la] Error 1
> *** Error code 2
>
> Stop in /usr/ports/devel/gio-fam-backend.
> *** Error code 1

This problem is actually in devel/gio-fam-backend

I have duplicated the problem.

/usr/bin/ld: cannot find -lgio-2.0
gmake: *** [libgiofam.la] Error 1
*** Error code 2

But I am not sure how this could happen. Are your ports up to date?

Basically gio-fam-backend has a dependancy on /usr/ports/devel/glib20
or should have. Unless glib20 port is installed first, libgiofam will fail.
I've only taken a quick cursory look, but it appears this might be
related to a commit to /usr/ports/Mk/bsd.gnome.mk

# $FreeBSD: ports/Mk/bsd.gnome.mk,v 1.146 2008/03/24 15:59:55 marcus Exp $

In the meantime, cd /usr/ports/devel/glib20;make install
then return to your fldigi build.

> Also, I have been able to get tlf working in console using screen.  You
> might have already known this, but I just found out about it a couple of
> weeks ago.  Maybe put a small notice about screen for vt100
> compatibility in the install script.  I had sent you an e-mail regarding
> the terminal issues a while back, but I guess that would be a good fix.
> The only issue I have found is that backspace still does not work under
> FreeBSD.

Yes, I remember your comment about that. I'll look at it again, thanks.

- 73 Diane VA3DB
--
- db@FreeBSD.org db@db.net http://www.db.net/~db



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080422053421.GA49306>