NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

port-amd64/42975: Building /multimedia/gst-plugins0.10-bad fails on NetBSD 5.0.1 pkgsrc



>Number:         42975
>Category:       port-amd64
>Synopsis:       Building /multimedia/gst-plugins0.10-bad fails on NetBSD 5.0.1 
>pkgsrc
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    port-amd64-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Mar 15 01:10:00 +0000 2010
>Originator:     Adam Plumb
>Release:        5.0.1
>Organization:
None
>Environment:
NetBSD office1 5.0.1 NetBSD 5.0.1 (GENERIC) #0: Thu Jul 30 00:08:07 UTC 2009  
builds%b7.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-1-RELEASE/amd64/200907292356Z-obj/home/builds/ab/netbsd-5-0-1-RELEASE/src/sys/arch/amd64/compile/GENERIC
 amd64
>Description:
I'm attempting to build the gnome meta-pkg from the current branch of pkgsrc on 
a NetBSD 5.0.1 system and it is getting stuck on gst-plugins0.10-bad.  Here is 
the exact error I'm seeing...

Making all in qtmux
  CC    gstqtmoovrecover.o
gstqtmoovrecover.c: In function 'gst_qt_moov_recover_run':
gstqtmoovrecover.c:190: error: expected expression before 'void'
gstqtmoovrecover.c:190: error: expected ',' or ';' before numeric constant
gstqtmoovrecover.c:195: error: expected expression before 'void'
gstqtmoovrecover.c:195: error: expected ',' or ';' before numeric constant
gstqtmoovrecover.c:201: error: expected expression before 'void'
gstqtmoovrecover.c:201: error: expected ',' or ';' before numeric constant
gstqtmoovrecover.c:211: error: expected expression before 'void'
gstqtmoovrecover.c:211: error: expected ',' or ';' before numeric constant
gstqtmoovrecover.c:219: error: expected expression before 'void'
gstqtmoovrecover.c:219: error: expected ',' or ';' before numeric constant
gstqtmoovrecover.c:226: error: expected expression before 'void'
gstqtmoovrecover.c:226: error: expected ',' or ';' before numeric constant
gstqtmoovrecover.c:237: error: expected expression before 'void'
gstqtmoovrecover.c:237: error: expected ',' or ';' before numeric constant
gstqtmoovrecover.c:244: error: expected expression before 'void'
gstqtmoovrecover.c:244: error: expected ',' or ';' before numeric constant
gstqtmoovrecover.c:267: error: expected expression before 'void'
gstqtmoovrecover.c:267: error: expected ',' or ';' before numeric constant
gmake[3]: *** [libgstqtmux_la-gstqtmoovrecover.lo] Error 1
gmake[2]: *** [all-recursive] Error 1
gmake[1]: *** [all-recursive] Error 1
gmake: *** [all] Error 2
*** Error code 2

Here is an example of the code causing the error:

  /* validate properties */
  if (qtmr->broken_input == NULL) {
    GST_OBJECT_UNLOCK (qtmr); 
    GST_ELEMENT_ERROR (qtmr, RESOURCE, SETTINGS,
        ("Please set broken-input property"), NULL);
    goto end;
  }

The GST_ELEMENT_ERROR line is 190 in the gstqtmoovrecover.c file.


>How-To-Repeat:
Simply try to build the gnome meta-pkg from the current branch of pkgsrc.
>Fix:



Home | Main Index | Thread Index | Old Index