Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2013 08:54:53 GMT
From:      Guillaume Bibaut <yom@iaelu.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183150: audio/mp3info does not compile through poudriere
Message-ID:  <201310210854.r9L8srhb039557@oldred.freebsd.org>
Resent-Message-ID: <201310210900.r9L900hc091270@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         183150
>Category:       ports
>Synopsis:       audio/mp3info does not compile through poudriere
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 21 09:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Guillaume Bibaut
>Release:        9.2-RELEASE
>Organization:
-
>Environment:
reeBSD iaelu.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0: Fri Sep 27 12:34:12 CEST 2013     root@iaelu.net:/usr/obj/usr/src/sys/IAELUNET  amd64
>Description:
the port does not compile through poudriere, but here we can see that 'pkg-config: not found' which should mean that audio/mp3info depends on devel/pkgconf and pkgng doesn't seem to detect that dependency.


=======================<phase: build          >============================
===>  Building for mp3info-0.8.5
clang -O2 -pipe -fno-strict-aliasing  -c mp3tech.c
clang gmp3info.c -O2 -pipe -fno-strict-aliasing  -o gmp3info mp3tech.o `pkg-config --cflags --libs gtk+-2.0`
pkg-config: not found
gmp3info.c:31:10: fatal error: 'gtk/gtk.h' file not found
#include <gtk/gtk.h>
         ^
1 error generated.
*** [gmp3info] Error code 1

Stop in /wrkdirs/usr/ports/audio/mp3info/work/mp3info-0.8.5a.
*** [do-build] Error code 1

Stop in /usr/ports/audio/mp3info.
===>  Cleaning for mp3info-0.8.5
build of /usr/ports/audio/mp3info ended at Mon Oct 21 10:45:48 CEST 2013
>How-To-Repeat:
set a poudriere environment and try to make it create an audio/mp3info package.
>Fix:
Not sure how but maybe indicating that audio/mp3info depends on devel/pkgconf (?)

>Release-Note:
>Audit-Trail:
>Unformatted:



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