Re: multimedia/py-gstreamer fails to build

2009-09-18 Thread Koop Mast
On Thu, 2009-09-17 at 20:18 -0500, Paul Schmehl wrote:
 --On September 17, 2009 6:26:54 PM -0500 Koop Mast k...@rainbow-runner.nl 
 wrote:
 
 
  On Thu, 2009-09-17 at 22:01 +, Paul Schmehl wrote:
  i386 Intel, FreeBSD 7.2-STABLE, freshly csup'd ports tree, python 2.6
  is the default version.
 
  Maybe the upgrade to python 2.6 broke this port?
 
 
  Compiles fine here, are your installed gstreamer ports up to date?
 
 
 Yes.  I ran portupgrade -a on that server just last week.  I managed to 
 get the port installed by editing the Makefile to revert to 0.10.15.  Got 
 lots of INFO errors, but it compiled successfully.
 
 Is there something in particular I can do to test the other gstreamer 
 ports to verify?

Make sure you got gstreamer 0.10.24. Your build of py-gstreamer breaks
because of the lack of GST_TYPE_BUFFER_LIST. This was introduced in that
version of gstreamer.

-Koop

 Paul Schmehl, If it isn't already
 obvious, my opinions are my own
 and not those of my employer.
 **
 WARNING: Check the headers before replying
 
 


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: multimedia/py-gstreamer fails to build

2009-09-18 Thread Lowell Gilbert
Paul Schmehl pschmehl_li...@tx.rr.com writes:

 --On September 17, 2009 6:26:54 PM -0500 Koop Mast
 k...@rainbow-runner.nl wrote:


 On Thu, 2009-09-17 at 22:01 +, Paul Schmehl wrote:
 i386 Intel, FreeBSD 7.2-STABLE, freshly csup'd ports tree, python 2.6
 is the default version.

 Maybe the upgrade to python 2.6 broke this port?


 Compiles fine here, are your installed gstreamer ports up to date?


 Yes.  I ran portupgrade -a on that server just last week.  I managed
 to get the port installed by editing the Makefile to revert to
 0.10.15.  Got lots of INFO errors, but it compiled successfully.

Sounds like you missed the 20090909 entry in UPDATING.  

 Is there something in particular I can do to test the other gstreamer
 ports to verify?

Check back on which set of gstreamer ports pulls that in.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: multimedia/py-gstreamer fails to build

2009-09-18 Thread Paul Schmehl
--On Friday, September 18, 2009 04:02:28 -0500 Koop Mast 
k...@rainbow-runner.nl wrote:


Is there something in particular I can do to test the other gstreamer
ports to verify?


Make sure you got gstreamer 0.10.24. Your build of py-gstreamer breaks
because of the lack of GST_TYPE_BUFFER_LIST. This was introduced in that
version of gstreamer.



That was the issue.  I portupgraded all the gstreamer ports, then forced an 
upgrade of the py26-gstreamer port, and it built fine.  Still through a bunch 
of warning and INFO messages, but it built successfully.


Thanks for your help.

--
Paul Schmehl, Senior Infosec Analyst
As if it wasn't already obvious, my opinions
are my own and not those of my employer.
***
It is as useless to argue with those who have
renounced the use of reason as to administer
medication to the dead. Thomas Jefferson

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: multimedia/py-gstreamer fails to build

2009-09-18 Thread Koop Mast
On Thu, 2009-09-17 at 20:18 -0500, Paul Schmehl wrote:
 --On September 17, 2009 6:26:54 PM -0500 Koop Mast k...@rainbow-runner.nl 
 wrote:
 
 
  On Thu, 2009-09-17 at 22:01 +, Paul Schmehl wrote:
  i386 Intel, FreeBSD 7.2-STABLE, freshly csup'd ports tree, python 2.6
  is the default version.
 
  Maybe the upgrade to python 2.6 broke this port?
 
 
  Compiles fine here, are your installed gstreamer ports up to date?
 
 
 Yes.  I ran portupgrade -a on that server just last week.  I managed to 
 get the port installed by editing the Makefile to revert to 0.10.15.  Got 
 lots of INFO errors, but it compiled successfully.

Please use the -r options as well, so portupgrade -ra. This will update
gstreamer first before trying to update py-gstreamer.

Portupgrade man page:
--
-r
--recursive  Act on all those packages depending on the given
 packages as well.
--

-Koop


 Is there something in particular I can do to test the other gstreamer 
 ports to verify?
 
 Paul Schmehl, If it isn't already
 obvious, my opinions are my own
 and not those of my employer.
 **
 WARNING: Check the headers before replying
 
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org
 


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: multimedia/py-gstreamer fails to build

2009-09-18 Thread Lowell Gilbert
Koop Mast k...@rainbow-runner.nl writes:

 Please use the -r options as well, so portupgrade -ra. This will update
 gstreamer first before trying to update py-gstreamer.

 Portupgrade man page:
 --
 -r
 --recursive  Act on all those packages depending on the given
  packages as well.
 --

-a is always redundant with -r.  
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


multimedia/py-gstreamer fails to build

2009-09-17 Thread Paul Schmehl
i386 Intel, FreeBSD 7.2-STABLE, freshly csup'd ports tree, python 2.6 is the 
default version.


Maybe the upgrade to python 2.6 broke this port?

Could not write method GstStructure.id_set: varargs functions not supported
Could not write method GstStructure.get_uint: No ArgType for 'guint*'
Could not write method GstIndexEntry.assoc_map: No ArgType for 'gint64*'
Could not write getter for GstStaticCaps.caps: write_return not implemented for 
GstCaps
Could not write method GstTypeFind.suggest_simple: varargs functions not 
supported

Could not write method GstIndex.set_filter: No ArgType for 'GstIndexFilter'
Could not write method GstIndex.set_filter_full: No ArgType for 'GstIndexFilter'
Could not write method GstIndex.set_resolver: No ArgType for 'GstIndexResolver'
Could not write method GstIndex.set_resolver_full: No ArgType for 
'GstIndexResolver'

Could not write method GstIndex.get_writer_id: No ArgType for 'gint*'
Could not write method GstIndex.add_associationv: No ArgType for 
'const-GstIndexAssociation*'

Could not write method GstIndex.add_association: varargs functions not supported
Could not write method GstIndex.add_object: No ArgType for 'gpointer'
Could not write method GstIndex.get_assoc_entry_full: No ArgType for 
'GCompareDataFunc'
Could not write virtual accessor method GstIndex.get_assoc_entry: No ArgType 
for 'GCompareDataFunc'
Could not write virtual proxy GstIndex.get_assoc_entry: No ArgType for 
'GCompareDataFunc'

Could not write method GstElement.message_full: No ArgType for 'GQuark'
Could not write virtual accessor method GstElement.get_query_types: No ArgType 
for 'const-GstQueryType*'
Could not write virtual accessor method GstElement.get_state: No ArgType for 
'GstState*'
Could not write virtual proxy GstElement.get_query_types: No ArgType for 
'const-GstQueryType*'

Could not write virtual proxy GstElement.get_state: No ArgType for 'GstState*'
Could not write virtual accessor method GstClock.wait: No ArgType for 
'GstClockEntry*'
Could not write virtual accessor method GstClock.wait_jitter: No ArgType for 
'GstClockEntry*'
Could not write virtual accessor method GstClock.wait_async: No ArgType for 
'GstClockEntry*'
Could not write virtual accessor method GstClock.unschedule: No ArgType for 
'GstClockEntry'

Could not write virtual proxy GstClock.wait: No ArgType for 'GstClockEntry*'
Could not write virtual proxy GstClock.wait_jitter: No ArgType for 
'GstClockEntry*'
Could not write virtual proxy GstClock.wait_async: No ArgType for 
'GstClockEntry*'
Could not write virtual proxy GstClock.unschedule: No ArgType for 
'GstClockEntry'

Could not write method GstBus.add_watch_full: No ArgType for 'GstBusFunc'
Could not write method GstPad.set_bufferalloc_function: No ArgType for 
'GstPadBufferAllocFunction'
Could not write method GstPad.set_getrange_function: No ArgType for 
'GstPadGetRangeFunction'
Could not write method GstPad.set_checkgetrange_function: No ArgType for 
'GstPadCheckGetRangeFunction'
Could not write method GstPad.set_unlink_function: No ArgType for 
'GstPadUnlinkFunction'
Could not write method GstPad.set_acceptcaps_function: No ArgType for 
'GstPadAcceptCapsFunction'
Could not write method GstPad.set_fixatecaps_function: No ArgType for 
'GstPadFixateCapsFunction'
Could not write method GstPad.set_internal_link_function: No ArgType for 
'GstPadIntLinkFunction'
Could not write method GstPad.set_iterate_internal_links_function: No ArgType 
for 'GstPadIterIntLinkFunction'
Could not write method GstPad.set_query_type_function: No ArgType for 
'GstPadQueryTypeFunction'
Could not write method GstPad.dispatcher: No ArgType for 
'GstPadDispatcherFunction'

Warning: generating old-style constructor for:gst_ghost_pad_new
Warning: generating old-style constructor for:gst_pad_template_new
Could not write method GstPluginFeature.type_name_filter: No ArgType for 
'GstTypeNameData*'
Could not write method GstRegistry.plugin_filter: No ArgType for 
'GstPluginFilter'
Could not write method GstRegistry.feature_filter: No ArgType for 
'GstPluginFeatureFilter'

Warning: generating old-style constructor for:gst_net_client_clock_new
Warning: generating old-style constructor for:gst_net_time_provider_new
Could not write method GstControlSource.get_value: No ArgType for 'GValue*'
Could not write method GstControlSource.get_value_array: No ArgType for 
'GstValueArray*'

Could not write method GstControlSource.bind: No ArgType for 'GParamSpec*'
Could not write method GstController.get_all: No ArgType for 'const-GList*'
Could not write method GstController.get_value_arrays: No ArgType for 'GSList*'
Could not write method GstController.get_value_array: No ArgType for 
'GstValueArray*'
Could not write method GstInterpolationControlSource.set: No ArgType for 
'GValue*'
Could not write method GstInterpolationControlSource.set_from_list: No ArgType 
for 'GSList*'
Could not write method GstInterpolationControlSource.get_all: No ArgType for 
'GList*'

Could not write method GstBaseSink.wait_eos: 

Re: multimedia/py-gstreamer fails to build

2009-09-17 Thread Koop Mast
On Thu, 2009-09-17 at 22:01 +, Paul Schmehl wrote:
 i386 Intel, FreeBSD 7.2-STABLE, freshly csup'd ports tree, python 2.6 is the 
 default version.
 
 Maybe the upgrade to python 2.6 broke this port?
 

Compiles fine here, are your installed gstreamer ports up to date?

-Koop

snip

 ***INFO*** The coverage of methods is 90.07% (490/544)
 ***INFO*** The coverage of virtual proxies is 86.76% (59/68)
 ***INFO*** The coverage of virtual accessors is 87.67% (64/73)
 ***INFO*** The coverage of interface proxies is 100.00% (5/5)
   CCgst.o
 gst.c: In function 'pygst_register_classes':
 gst.c:27079: error: 'GST_TYPE_BUFFER_LIST' undeclared (first use in this 
 function)
 gst.c:27079: error: (Each undeclared identifier is reported only once
 gst.c:27079: error: for each function it appears in.)
 gmake[3]: *** [_gst_la-gst.lo] Error 1
 gmake[2]: *** [all-recursive] Error 1
 gmake[1]: *** [all-recursive] Error 1
 gmake: *** [all] Error 2
 *** Error code 1
 
 Stop in /usr/ports/multimedia/py-gstreamer.
 


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: multimedia/py-gstreamer fails to build

2009-09-17 Thread Paul Schmehl
--On September 17, 2009 6:26:54 PM -0500 Koop Mast k...@rainbow-runner.nl 
wrote:




On Thu, 2009-09-17 at 22:01 +, Paul Schmehl wrote:

i386 Intel, FreeBSD 7.2-STABLE, freshly csup'd ports tree, python 2.6
is the default version.

Maybe the upgrade to python 2.6 broke this port?



Compiles fine here, are your installed gstreamer ports up to date?



Yes.  I ran portupgrade -a on that server just last week.  I managed to 
get the port installed by editing the Makefile to revert to 0.10.15.  Got 
lots of INFO errors, but it compiled successfully.


Is there something in particular I can do to test the other gstreamer 
ports to verify?


Paul Schmehl, If it isn't already
obvious, my opinions are my own
and not those of my employer.
**
WARNING: Check the headers before replying

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org