From owner-freebsd-ports@FreeBSD.ORG Fri Sep 6 14:46:04 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9BD80AE6 for ; Fri, 6 Sep 2013 14:46:04 +0000 (UTC) (envelope-from serpent7776@gmail.com) Received: from mail-ea0-x22f.google.com (mail-ea0-x22f.google.com [IPv6:2a00:1450:4013:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 37884226B for ; Fri, 6 Sep 2013 14:46:03 +0000 (UTC) Received: by mail-ea0-f175.google.com with SMTP id m14so1649047eaj.6 for ; Fri, 06 Sep 2013 07:46:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=0M7O8cBcQxQIDSQmxt/3lrnNhECdK/TP8mC/dAeE8VY=; b=YYJt/9H81zO+zFFd71fuN4GsMvJYJX5qOQiiv0bdQA37GTw7PIqWGsWszvF+BKOu4B IoyQbxPuDVlqOmO5YTVD0nFgzG/7hjjixc3mVXMaE59gslHUNmeOxcQdy3i/rDuF8n1Q J38An1UV+rrnafS2RGS/heYMfA+EnqV3E/hwGp0IAfKJLrRkuSDXlzNJjD6yPR4f+7rl 3JwjIfVfzfppz54W866xtZcIUzwJ0EBBkVDbxpzgIF117RZdVu+wtaNK8FtpjnqbJjgc TsVuyHeZ0M5gThGL9nAoHjqnfwYVtMCignsv9vL0Uwee4cSTJGIS0HbwWXz1373Wha2G ys8g== X-Received: by 10.15.51.65 with SMTP id m41mr4072888eew.61.1378478762449; Fri, 06 Sep 2013 07:46:02 -0700 (PDT) Received: from DaemON.home (078088204012.walbrzych.vectranet.pl. [78.88.204.12]) by mx.google.com with ESMTPSA id m54sm457337eex.2.1969.12.31.16.00.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 06 Sep 2013 07:46:01 -0700 (PDT) Date: Fri, 6 Sep 2013 16:46:31 +0200 From: serpent7776 To: freebsd-ports@freebsd.org Subject: graphics/pqiv fails to build Message-ID: <20130906164631.5e570dad@DaemON.home> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Fri, 06 Sep 2013 14:46:04 -0000 Hello, graphics/pqiv fails to build. building with portmaster gives this (trimmed) errors: -------CUT HERE ===> Building for pqiv-0.12_1 (cd /usr/ports/graphics/pqiv/work/pqiv-0.12 && cc $( --cflags gtk+-2.0 gthread-2.0) -O2 -pipe -march=athlon64 -DNO_INOTIFY -DBINARY_NAME=\"pqiv\" -fno-strict-aliasing -std=gnu89 lib/strnatcmp.c pqiv.c -o pqiv -L/usr/local/lib $( --libs gtk+-2.0 gthread-2.0)) --cflags: not found --libs: not found pqiv.c:25:21: error: gtk/gtk.h: No such file or directory pqiv.c:26:18: error: glib.h: No such file or directory pqiv.c:27:25: error: glib/gstdio.h: No such file or directory pqiv.c:28:28: error: gdk/gdkkeysyms.h: No such file or directory # # lots of errors here # *** [do-build] Error code 1 Stop in /usr/ports/graphics/pqiv. *** [build] Error code 1 Stop in /usr/ports/graphics/pqiv. ===>>> make failed for graphics/pqiv ===>>> Aborting update ===>>> Killing background jobs Terminated ===>>> You can restart from the point of failure with this command line: portmaster graphics/pqiv ===>>> Exiting -------CUT HERE Problem seems to be these two lines in Makefile: CPPFLAGS+= $$(${pkgconfig_DETECT} --cflags gtk+-2.0 gthread-2.0) LDFLAGS+= $$(${pkgconfig_DETECT} --libs gtk+-2.0 gthread-2.0) ${pkgconfig_DETECT} is expanded to nothing. Anyone had similar issue? -- " " Serpent "