Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2010 00:29:24 +0600
From:      keneasson <keneasson@zoho.com>
To:        <swhetzel@gmail.com>
Cc:        freebsd-questions@freebsd.org, freebsd-ports@freebsd.org
Subject:   Re: can't update system.
Message-ID:  <12623cc1e72.7232161006764334259.-2336668294512587012@zoho.com>
In-Reply-To: <790a9fff1001120942j1a4fc9f7kb70c54f6a6d68096@mail.gmail.com>
References:  <126233622e9.-6071503090069057591.-3239358628685940562@zoho.com> <20100112155722.GA71336@owl.midgard.homeip.net> <12623803a2f.2045412487235373121.-143114798768537699@zoho.com> <790a9fff1001120942j1a4fc9f7kb70c54f6a6d68096@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_4073_1320511431.1263320964721
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

I did a pkg_delete for both libiconv and libxul in the hope that this would=
 clear any stale depends from firefox2 days causing me these problems.

local# cd /var/db/pkg/
local# ls | grep iconv
php5-iconv-5.2.12
local#

now the makefile on the other hand:
local# cd /usr/ports/converters/libiconv
local# vi Makefile
# New ports collection makefile for:    libiconv
# Date created:                         17 July 2000
# Whom:                                 Maxim Sobolev &lt;sobomax@FreeBSD.o=
rg&gt;
#
# $FreeBSD: ports/converters/libiconv/Makefile,v 1.52 2009/08/02 19:32:38 m=
ezz Exp $
#

PORTNAME=3D       libiconv
PORTVERSION=3D    1.13.1
CATEGORIES=3D     converters devel
MASTER_SITES=3D   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=3D     ${PORTNAME}

MAINTAINER=3D     gnome@FreeBSD.org
COMMENT=3D        A character set conversion library

USE_AUTOTOOLS=3D  libtool:22

#cd ../../devel/libtool22
local# make
=3D=3D=3D&gt;   libtool-2.2.6b depends on file: /usr/local/lib/libxul/libxu=
l.so - not found
=3D=3D=3D&gt;    Verifying install for /usr/local/lib/libxul/libxul.so in /=
usr/ports/www/libxul
=3D=3D=3D&gt;   libxul-1.9.0.17 depends on executable: zip - found
=3D=3D=3D&gt;   libxul-1.9.0.17 depends on executable: gmake - found
=3D=3D=3D&gt;   libxul-1.9.0.17 depends on file: /usr/local/libdata/pkgconf=
ig/printproto.pc - found
=3D=3D=3D&gt;   libxul-1.9.0.17 depends on file: /usr/local/libdata/pkgconf=
ig/sm.pc - found
=3D=3D=3D&gt;   libxul-1.9.0.17 depends on file: /usr/local/libdata/pkgconf=
ig/xt.pc - found
=3D=3D=3D&gt;   libxul-1.9.0.17 depends on file: /usr/local/libdata/pkgconf=
ig/xi.pc - found
=3D=3D=3D&gt;   libxul-1.9.0.17 depends on file: /usr/local/libdata/pkgconf=
ig/xext.pc - found
=3D=3D=3D&gt;   libxul-1.9.0.17 depends on file: /usr/local/libdata/pkgconf=
ig/x11.pc - found
=3D=3D=3D&gt;   libxul-1.9.0.17 depends on file: /usr/local/libdata/pkgconf=
ig/xinerama.pc - found
=3D=3D=3D&gt;   libxul-1.9.0.17 depends on file: /usr/local/libdata/pkgconf=
ig/ice.pc - found
=3D=3D=3D&gt;   libxul-1.9.0.17 depends on file: /usr/local/libdata/pkgconf=
ig/xproto.pc - found
=3D=3D=3D&gt;   libxul-1.9.0.17 depends on file: /usr/local/bin/perl5.10.1 =
- found
=3D=3D=3D&gt;   libxul-1.9.0.17 depends on file: /usr/local/bin/intltool-ex=
tract - found
=3D=3D=3D&gt;   libxul-1.9.0.17 depends on executable: pkg-config - found
=3D=3D=3D&gt;   libxul-1.9.0.17 depends on executable: update-desktop-datab=
ase - found
=3D=3D=3D&gt;   libxul-1.9.0.17 depends on shared library: dbus-glib-1.2 - =
found
=3D=3D=3D&gt;   libxul-1.9.0.17 depends on shared library: cairo.2 - found
=3D=3D=3D&gt;   libxul-1.9.0.17 depends on shared library: nspr4 - found
=3D=3D=3D&gt;   libxul-1.9.0.17 depends on shared library: Xft.2 - found
=3D=3D=3D&gt;   libxul-1.9.0.17 depends on shared library: iconv.3 - not fo=
und
=3D=3D=3D&gt;    Verifying install for iconv.3 in /usr/ports/converters/lib=
iconv
=3D=3D=3D&gt;   libiconv-1.13.1 depends on file: /usr/local/lib/libxul/libx=
ul.so - not found
=3D=3D=3D&gt;    Verifying install for /usr/local/lib/libxul/libxul.so in /=
usr/ports/www/libxul



ken.

---- On Tue, 12 Jan 2010 23:42:38 +0600 Scot Hetzel &lt;swhetzel@gmail.com&=
gt; wrote ----=20

On 1/12/10, keneasson &lt;keneasson@zoho.com&gt; wrote:=20
&gt; Hi thanks for the reply.=20
&gt; I'm worried that changing WITH_GECKO will try and rebuild firefox2 whi=
ch is marked IGNORE. It took me a long time to get that resolved.=20
&gt;=20
&gt; Here is a bit of my portmaster -a log, it's pretty clear that there is=
 a dependency loop.=20
&gt;=20
&gt; portmaster -a &amp;gt; pormasterbuild.log=20
&gt; /libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required=
 by "pg_config"=20
&gt; /libexec/ld-elf.so.1: Shared object "libiconv.so.3" not found, require=
d by "httpd"=20
&gt; [: -le: argument expected=20
&gt;=20
&gt; ...=20
I would suggest you check the /var/db/pkg/libiconv*/+CONTENTS file to=20
see if it contains any extra dependencies. The begining of my=20
libiconv*/+CONTENTS file only contains this:=20
=20
@comment PKG_FORMAT_REVISION:1.1=20
@name libiconv-1.13.1=20
@comment ORIGIN:converters/libiconv=20
@cwd /usr/local=20
man/man1/iconv.1.gz=20
@comment MD5:5c4f3aa5c04f006466355e377b1a2560=20
:=20
=20
There should be no @pkgdep or @comment DEPORIGIN lines in this file.=20
If you have these in there, then remove them as libiconv has no=20
dependencies.=20
=20
Scot=20
_______________________________________________=20
freebsd-questions@freebsd.org mailing list=20
http://lists.freebsd.org/mailman/listinfo/freebsd-questions=20
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org=
"

------=_Part_4073_1320511431.1263320964721--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?12623cc1e72.7232161006764334259.-2336668294512587012>