From nobody@FreeBSD.org  Sun Jul  7 18:08:02 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A436537B400
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  7 Jul 2002 18:08:02 -0700 (PDT)
Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id ABCC543E52
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  7 Jul 2002 18:08:01 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6816pOT018005
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 7 Jul 2002 18:06:51 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.4/8.12.4/Submit) id g6816pah018004;
	Sun, 7 Jul 2002 18:06:51 -0700 (PDT)
Message-Id: <200207080106.g6816pah018004@www.freebsd.org>
Date: Sun, 7 Jul 2002 18:06:51 -0700 (PDT)
From: jbw <j.bw@verizon.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: transcode compilation problem
X-Send-Pr-Version: www-1.0

>Number:         40317
>Category:       ports
>Synopsis:       transcode compilation problem
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 07 18:10:01 PDT 2002
>Closed-Date:    Tue Sep 03 09:00:35 PDT 2002
>Last-Modified:  Tue Sep 03 09:00:35 PDT 2002
>Originator:     jbw
>Release:        4.6
>Organization:
>Environment:
unifex# uname -a
FreeBSD unifex.verizon.net 4.6-STABLE FreeBSD 4.6-STABLE #2: Sat Jun 29 10:51:58 EDT 2002     root@unifex.verizon.net:/usr/obj/usr/src/sys/unifex  i386

>Description:
      Cannot compile transcode from ports...I receive the following error
cc -DHAVE_CONFIG_H -I../.. -I. -I../.. -I. -I./ -I../../src -I../ -I../../ -I./../../src -I./../.. -I/usr/include -I/usr/local/include/glib12 -I/usr/local/include -Wall -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL11 -D_REENTRANT -D_THREAD_SAFE -D_REENTRANT -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c filter_preview.c -Wp,-MD,.deps/filter_preview.TPlo  -fPIC -DPIC -o filter_preview.lo
In file included from filter_preview.c:32:
display.h:69: syntax error before `gint'
display.h:75: syntax error before `guint32'
display.h:85: syntax error before `gint'
display.h:111: syntax error before `gint'
display.h:127: syntax error before `dv_display_init'
display.h:131: warning: type defaults to `int' in declaration of `dv_display_init'
display.h:131: warning: data definition has no type or storage class
In file included from filter_preview.c:33:
filter_preview.h:32: syntax error before `guint8'
filter_preview.h:42: syntax error before `gint'
filter_preview.c: In function `tc_filter':
filter_preview.c:130: structure has no member named `arg_display'
filter_preview.c:133: structure has no member named `arg_display'
filter_preview.c:134: structure has no member named `arg_display'
filter_preview.c:135: structure has no member named `arg_display'
filter_preview.c:202: structure has no member named `pixels'
gmake[3]: *** [filter_preview.lo] Error 1
gmake[3]: Leaving directory `/usr/ports/graphics/transcode/work/transcode-0.6.0pre5/filter/preview'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/graphics/transcode/work/transcode-0.6.0pre5/filter'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/graphics/transcode/work/transcode-0.6.0pre5'
gmake: *** [all] Error 2
*** Error code 2
Stop in /usr/ports/graphics/transcode.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall42145.0 make
** Fix the problem and try again.
** The following packages were not installed or upgraded (*:skipped / !:failed)
        ! graphics/transcode    (new compiler error)

>How-To-Repeat:
cd /usr/ports/graphics/transcode
make clean
make...


>Fix:
      
>Release-Note:
>Audit-Trail:

From: Hendrik Scholz <hscholz@raisdorf.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc: j.bw@verizon.net
Subject: Re: ports/40317: transcode compilation problem
Date: Wed, 28 Aug 2002 10:42:13 +0200

 Hi!
 
 This bug (g* data types are unknown) is related to a missing dependency
 to glib.
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/41479
 is an update of transcode which contains a bug fix for this bug.
 This pr can be closed as it is already fixed by ports/41479
 which still has to be committed.
 
 Thanks, Hendrik
 
 -- 
 Hendrik Scholz - <hscholz@raisdorf.net> - http://raisdorf.net/
 
 drag me, drop me - treat me like an object 
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Tue Sep 3 09:00:32 PDT 2002 
State-Changed-Why:  
Fixed by PR 41479 

http://www.freebsd.org/cgi/query-pr.cgi?pr=40317 
>Unformatted:
