From owner-freebsd-ports@FreeBSD.ORG Wed Jun 12 20:54:07 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B71984A0 for ; Wed, 12 Jun 2013 20:54:07 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x230.google.com (mail-ie0-x230.google.com [IPv6:2607:f8b0:4001:c03::230]) by mx1.freebsd.org (Postfix) with ESMTP id 8DA6A11D0 for ; Wed, 12 Jun 2013 20:54:07 +0000 (UTC) Received: by mail-ie0-f176.google.com with SMTP id ar20so21233799iec.7 for ; Wed, 12 Jun 2013 13:54:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=NSa9SHZvZjDudD7VKH0x/64rTp2W9SBoEvX9ELSWg8Q=; b=XD3umEyCIpnjwuniCyNOtvkqCVJnZqY1AS9XYfn/7f0oL9BIJy7nitp6r8zAFnCCHB y5AdoFxHmGQcZa2nhJFGZDU9bkc35yzUisPipQLPlA+3c3XIz5Nf9T22ZVc7HWaqLuRx ZS/UW6YXTsxV4VBgMynjilzHo1k842rqQWMlDo+lWHdu0cuMyOsMJ6Est1CAmLop4c4/ 6yuJ0Grjj7fahpCjWbUO8JyHyZKTegJyGRnhwYePDvI2rzEYFLxzYXBexyVMFedJdjQS 39CZrx7Mod2Wp0esgwoICSExFKpYKAZ3KwfEjA9PZKCMHKZhO/xpomvO13F4ZhcuI0X1 /dhw== X-Received: by 10.50.136.168 with SMTP id qb8mr4408016igb.5.1371070447184; Wed, 12 Jun 2013 13:54:07 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.28.131 with HTTP; Wed, 12 Jun 2013 13:53:36 -0700 (PDT) In-Reply-To: <1184690713-1371062081-cardhu_decombobulator_blackberry.rim.net-150318100-@b2.c8.bise7.blackberry> References: <1184690713-1371062081-cardhu_decombobulator_blackberry.rim.net-150318100-@b2.c8.bise7.blackberry> From: Chris Rees Date: Wed, 12 Jun 2013 21:53:36 +0100 X-Google-Sender-Auth: zMTss9BwyM8XYeNv89SWZxWISe4 Message-ID: Subject: Re: Can't build Xorg --> make failed for ports-mgmt/pkg To: miguelmclara@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jun 2013 20:54:07 -0000 On 12 June 2013 19:34, wrote: > I'm attempting to install kde4 in FreeBSD 10-current, after 3 days > dealing with some dependency issues I was able to install kde4 with > portmaster... > > Before kde already installed Xorg, but I get a "green" and sometime > "purple"screen when X starts, the log pointed me to this problem: > > http://www.mail-archive.com/freebsd-current@freebsd.org/msg146880.html > > However when trying to rebuild Xorg with portmaster it stops on "pkg" > with the following error: > > ==================== > --- pkg-static --- > gcc -O2 -pipe -I/usr/local/include -fno-strict-aliasing > -I/data/ports/ports-mgmt/pkg/work/pkg-1.0.12/pkg-static/../libpkg > -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall > -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual > -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align > -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls > -Wold-style-definition -Wno-pointer-sign -L/usr/local/lib -static -o > pkg-static add.o audit.o autoremove.o backup.o check.o clean.o > create.o delete.o event.o info.o install.o main.o progressmeter.o > query.o register.o repo.o rquery.o update.o upgrade.o search.o set.o > shlib.o updating.o utils.o version.o which.o fetch.o shell.o stats.o > -L/data/ports/ports-mgmt/pkg/work/pkg-1.0.12/pkg-static/../libpkg > -lpkg -larchive -lutil -lpthread -lsbuf -lfetch -lssl -lcrypto > -lmd -lz -lbz2 -llzma > -L/data/ports/ports-mgmt/pkg/work/pkg-1.0.12/pkg-static/../external/sqlite > -lbsdyml -lsqlite3 -larchive -lsbuf -lfetch -lpthread -lelf > -lssl -lcrypto -lmd -lz -lbz2 -llzma -ledit -lncursesw -ljail > /usr/local/lib/libpkg.a(pkgdb.o): In function `pkgdb_cmd': > pkgdb.c:(.text+0x947f): undefined reference to `sqlite3_shell' > *** [pkg-static] Error code 1 > > make: stopped in /data/ports/ports-mgmt/pkg/work/pkg-1.0.12/pkg-static > 1 error > ============= > > Is anyone else having this problem? Or has anyone build/installed > xorg+kde4 from ports on current with sucess? > You possibly have an out-of-date wrkdir for pkg. Try removing all the work/ directories; # echo `make -f /usr/share/mk/bsd.port.mk -VWRKDIRPREFIX`/usr/ports/*/*/work | xargs rm -r Chris