LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Does gstp-python compile on slackware64 13.1 ? (https://www.linuxquestions.org/questions/slackware-14/does-gstp-python-compile-on-slackware64-13-1-a-815251/)

NetNightmare 06-20-2010 05:23 AM

Does gstp-python compile on slackware64 13.1 ?
 
Hi,

As per subject, is this package supposed to compile on slakware64 13.1 ( I have also multilib) ? I m trying to but I m encountering this problem:

Code:

gst-python-0.10.15/

...SNIP...

gst-python-0.10.15/ltmain.sh
checking for a BSD-compatible install... /bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking nano version... 0 (release)
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-slackware-linux-gnu
checking host system type... x86_64-slackware-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/x86_64-slackware-linux/bin/ld
checking if the linker (/usr/x86_64-slackware-linux/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/x86_64-slackware-linux/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... /usr/lib64/python2.6/site-packages
checking for python extension module directory... /usr/lib64/python2.6/site-packages
checking for python >= 2.3... okay
checking for headers required to compile python extensions... found
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GST... yes
Building against GStreamer core 0.10.29 , ignoring API additions if needed
checking for GST_BASE... yes
checking for GST_CONTROLLER... yes
checking for GST_NET... yes
checking for GST_DP... yes
checking for GST_PLUGINS_BASE... yes
checking for PYGOBJECT... yes
yes
checking for PYGOBJECT_2_12... yes
yes
checking for PYGOBJECT_2_16... yes
yes
checking to see if compiler understands -Wall... yes
checking to see if compiler understands -Wdeclaration-after-statement... yes
checking to see if compiler understands -Wvla... yes
checking to see if compiler understands -Wpointer-arith... yes
configure: set ERROR_CFLAGS to -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith
checking for valgrind... no
checking for libraries required to embed python... yes
configure: Using /usr/lib64/gstreamer-0.10 as the plugin install location
checking for sed... /bin/sed
configure: creating ./config.status
config.status: creating Makefile
config.status: creating codegen/Makefile
config.status: creating common/Makefile
config.status: creating common/m4/Makefile
config.status: creating common/shave
config.status: creating common/shave-libtool
config.status: creating gst/Makefile
config.status: creating gst/gstversion.override
config.status: creating gst/extend/Makefile
config.status: creating examples/Makefile
config.status: creating pkgconfig/Makefile
config.status: creating pkgconfig/gst-python.pc
config.status: WARNING:  'pkgconfig/gst-python.pc.in' seems to ignore the --datarootdir setting
config.status: creating pkgconfig/gst-python-uninstalled.pc
config.status: creating plugin/Makefile
config.status: creating testsuite/Makefile
config.status: creating win32/common/config.h
config.status: creating gst-python.spec
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Making all in common
Making all in m4
Making all in codegen
Making all in gst
Making all in extend
  CC    gst-argtypes.o
  CC    gstmodule.o
  CC    pygstiterator.o
  CC    pygstminiobject.o
  CC    pygstvalue.o
  CC    pygstexception.o
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: No ArgType for 'GstClockTimeDiff*'
Could not write virtual accessor method GstBaseSink.buffer_alloc: No ArgType for 'GstBuffer**'
Could not write virtual proxy GstBaseSink.buffer_alloc: No ArgType for 'GstBuffer**'
Could not write virtual accessor method GstBaseTransform.prepare_output_buffer: No ArgType for 'GstBuffer**'
Could not write virtual proxy GstBaseTransform.prepare_output_buffer: No ArgType for 'GstBuffer**'
Could not write method GstCollectPads.set_function: No ArgType for 'GstCollectPadsFunction'
Could not write method GstCollectPads.add_pad: No ArgType for 'GstCollectData*'
Could not write method GstCollectPads.add_pad_full: No ArgType for 'GstCollectDataDestroyNotify'
Could not write method GstCollectPads.peek: No ArgType for 'GstCollectData*'
Could not write method GstCollectPads.pop: No ArgType for 'GstCollectData*'
Could not write method GstCollectPads.read: No ArgType for 'GstCollectData*'
Could not write method GstCollectPads.read_buffer: No ArgType for 'GstCollectData*'
Could not write method GstCollectPads.take_buffer: No ArgType for 'GstCollectData*'
Could not write method GstCollectPads.flush: No ArgType for 'GstCollectData*'
Warning: generating old-style constructor for:gst_data_queue_new
Could not write constructor for GstDataQueue: No ArgType for 'GstDataQueueCheckFullFunction'
Could not write method GstDataQueue.push: No ArgType for 'GstDataQueueItem*'
Could not write method GstDataQueue.pop: No ArgType for 'GstDataQueueItem**'
Could not write method GstDataQueue.get_level: No ArgType for 'GstDataQueueSize*'
Could not write method GstEvent.parse_new_segment_full: No ArgType for 'gboolean*'
Could not write method GstMessage.parse_structure_change: No ArgType for 'GstStructureChangeType*'
Could not write method GstMessage.parse_request_state: No ArgType for 'GstState*'
Could not write method GstMessage.parse_buffering_stats: No ArgType for 'GstBufferingMode*'
Could not write method GstQuery.parse_buffering_percent: No ArgType for 'gboolean*'
Could not write method GstQuery.parse_buffering_stats: No ArgType for 'GstBufferingMode*'
Could not write method GstQuery.parse_buffering_range: No ArgType for 'GstFormat*'
Could not write method GstQuery.parse_uri: No ArgType for 'gchar**'
Could not write method GstTagSetter.add_tags: varargs functions not supported
Could not write method GstTagSetter.add_tag_values: varargs functions not supported
Could not write method GstTagSetter.add_tag_valist_values: No ArgType for 'va_list'
Could not write method GstPreset.get_preset_names: No ArgType for 'gchar**'
Could not write method GstPreset.get_property_names: No ArgType for 'gchar**'
Could not write method GstPreset.get_meta: No ArgType for 'gchar**'
Could not write function object_control_properties: varargs functions not supported
Could not write function object_uncontrol_properties: varargs functions not supported
Could not write function object_get_value_arrays: No ArgType for 'GSList*'
Could not write function object_get_value_array: No ArgType for 'GstValueArray*'
Could not write function gst_controller_init: No ArgType for 'int*'
Could not write function gst_dp_crc: No ArgType for 'const-guint8*'
Could not write function dp_header_from_buffer: No ArgType for 'const-GstBuffer*'
Could not write function dp_packet_from_caps: No ArgType for 'guint*'
Could not write function dp_packet_from_event: No ArgType for 'const-GstEvent*'
Could not write function type_find_helper_get_range: No ArgType for 'GstTypeFindHelperGetRangeFunction'
Could not write function debug_add_log_function: No ArgType for 'GstLogFunction'
Could not write function debug_remove_log_function: No ArgType for 'GstLogFunction'
Could not write function debug_remove_log_function_by_data: No ArgType for 'gpointer'
Could not write function debug_get_all_categories: No ArgType for 'GSList*'
Could not write function debug_remove_log_function: No ArgType for 'GstLogFunction'
Could not write function debug_remove_log_function_by_data: No ArgType for 'gpointer'
Could not write function util_array_binary_search: No ArgType for 'gpointer'
Could not write function parse_launch_full: No ArgType for 'GstParseContext*'
Could not write function parse_launchv_full: No ArgType for 'const-gchar**'
Could not write function plugin_register_static: No ArgType for 'const-GstPluginDesc*'
Could not write function poll_new_timer: No ArgType for 'GstPoll*'
Could not write function tag_register: No ArgType for 'GstTagMergeFunc'
Could not write function tag_merge_use_first: No ArgType for 'GValue*'
Could not write function tag_merge_strings_with_comma: No ArgType for 'GValue*'
Could not write function task_create: No ArgType for 'GstTaskFunction'
Warning: Constructor for GstGhostPad needs to be updated to new API
        See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for GstPadTemplate needs to be updated to new API
        See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for GstNetClientClock needs to be updated to new API
        See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for GstNetTimeProvider needs to be updated to new API
        See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for GstController needs to be updated to new API
        See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for GstDataQueue needs to be updated to new API
        See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
***INFO*** The coverage of global functions is 86.41% (159/184)
***INFO*** The coverage of methods is 88.40% (480/543)
***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)
  CC    gst.o
  LINK  _gst.la
  CC    interfacesmodule.o
Could not write getter for GstTunerNorm.framerate: No ArgType for 'GValue*'
Could not write virtual accessor method GstColorBalance.list_channels: No ArgType for 'const-GList*'
Could not write interface proxy GstColorBalance.list_channels: No ArgType for 'const-GList*'
Could not write method GstMixer.volume_changed: No ArgType for 'gint*'
Could not write virtual accessor method GstMixer.list_tracks: No ArgType for 'const-GList*'
Could not write virtual accessor method GstMixer.set_volume: No ArgType for 'gint*'
Could not write virtual accessor method GstMixer.get_volume: No ArgType for 'gint*'
Could not write interface proxy GstMixer.list_tracks: No ArgType for 'const-GList*'
Could not write interface proxy GstMixer.set_volume: cannot use int* parameter with direction 'None'
Could not write interface proxy GstMixer.get_volume: cannot use int* parameter with direction 'None'
Could not write method GstPropertyProbe.probe_property: No ArgType for 'const-GParamSpec*'
Could not write method GstPropertyProbe.needs_probe: No ArgType for 'const-GParamSpec*'
Could not write method GstPropertyProbe.get_values: No ArgType for 'const-GParamSpec*'
Could not write method GstPropertyProbe.probe_and_get_values: No ArgType for 'const-GParamSpec*'
Could not write method GstPropertyProbe.probe_and_get_values_name: No ArgType for 'GValueArray*'
Could not write virtual accessor method GstPropertyProbe.get_properties: No ArgType for 'const-GList*'
Could not write virtual accessor method GstPropertyProbe.needs_probe: No ArgType for 'const-GParamSpec*'
Could not write virtual accessor method GstPropertyProbe.probe_property: No ArgType for 'const-GParamSpec*'
Could not write virtual accessor method GstPropertyProbe.get_values: No ArgType for 'const-GParamSpec*'
Could not write interface proxy GstPropertyProbe.get_properties: No ArgType for 'const-GList*'
Could not write interface proxy GstPropertyProbe.needs_probe: No ArgType for 'const-GParamSpec*'
Could not write interface proxy GstPropertyProbe.probe_property: No ArgType for 'const-GParamSpec*'
Could not write interface proxy GstPropertyProbe.get_values: No ArgType for 'GValueArray*'
Could not write virtual accessor method GstTuner.list_channels: No ArgType for 'const-GList*'
Could not write virtual accessor method GstTuner.list_norms: No ArgType for 'const-GList*'
Could not write interface proxy GstTuner.list_channels: No ArgType for 'const-GList*'
Could not write interface proxy GstTuner.list_norms: No ArgType for 'const-GList*'
Could not write function gst_mixer_message_parse_options_list_changed: No ArgType for 'GstMixerOptions**'
Could not write function navigation_query_set_commands: varargs functions not supported
Could not write function navigation_query_set_commandsv: No ArgType for 'GstNavigationCommand*'
Could not write function navigation_query_parse_commands_length: No ArgType for 'guint*'
Could not write function navigation_query_parse_commands_nth: No ArgType for 'GstNavigationCommand*'
Could not write function navigation_query_parse_angles: No ArgType for 'guint*'
Could not write function navigation_message_parse_mouse_over: No ArgType for 'gboolean*'
Could not write function navigation_message_parse_angles_changed: No ArgType for 'guint*'
Could not write function navigation_event_parse_key_event: No ArgType for 'const-gchar**'
Could not write function navigation_event_parse_mouse_button_event: No ArgType for 'gint*'
Could not write function navigation_event_parse_mouse_move_event: No ArgType for 'gdouble*'
Could not write function navigation_event_parse_command: No ArgType for 'GstNavigationCommand*'
***INFO*** The coverage of global functions is 45.45% (10/22)
***INFO*** The coverage of methods is 89.66% (52/58)
***INFO*** There are no declared virtual proxies.***INFO*** The coverage of virtual accessors is 54.55% (12/22)
***INFO*** The coverage of interface proxies is 54.55% (12/22)
  CC    interfaces.o
  LINK  interfaces.la
  CC    pbutilsmodule.o
  CC    gst-argtypes.o
  CC    pygstminiobject.o
***INFO*** The coverage of global functions is 100.00% (24/24)
***INFO*** The coverage of methods is 100.00% (1/1)
***INFO*** There are no declared virtual proxies.***INFO*** There are no declared virtual accessors.***INFO*** There are no declared interface proxies.  CC    pbutils.o
  LINK  pbutils.la
  CC    audiomodule.o
  CC    gst-argtypes.o
  CC    pygstminiobject.o
Warning: generating old-style constructor for:gst_audio_clock_new
Could not write constructor for GstAudioClock: No ArgType for 'GstAudioClockGetTimeFunc'
Could not write virtual accessor method GstAudioFilter.setup: No ArgType for 'GstRingBufferSpec*'
Could not write virtual proxy GstAudioFilter.setup: No ArgType for 'GstRingBufferSpec*'
Could not write virtual accessor method GstAudioSink.prepare: No ArgType for 'GstRingBufferSpec*'
Could not write virtual accessor method GstAudioSink.write: No ArgType for 'gpointer'
Could not write virtual proxy GstAudioSink.prepare: No ArgType for 'GstRingBufferSpec*'
Could not write virtual proxy GstAudioSink.write: No ArgType for 'gpointer'
Could not write method GstRingBuffer.set_callback: No ArgType for 'GstRingBufferCallback'
Could not write method GstRingBuffer.convert: No ArgType for 'gint64*'
Could not write method GstRingBuffer.acquire: No ArgType for 'GstRingBufferSpec*'
Could not write method GstRingBuffer.commit_full: No ArgType for 'guint64*'
Could not write method GstRingBuffer.prepare_read: No ArgType for 'gint*'
Could not write virtual accessor method GstRingBuffer.acquire: No ArgType for 'GstRingBufferSpec*'
Could not write virtual proxy GstRingBuffer.acquire: No ArgType for 'GstRingBufferSpec*'
Could not write function ring_buffer_parse_caps: No ArgType for 'GstRingBufferSpec*'
Could not write function ring_buffer_debug_spec_caps: No ArgType for 'GstRingBufferSpec*'
Could not write function ring_buffer_debug_spec_buff: No ArgType for 'GstRingBufferSpec*'
Could not write function default_registry_mixer_filter: No ArgType for 'GstAudioMixerFilterFunc'
Could not write function get_channel_positions: No ArgType for 'GstAudioChannelPosition*'
Could not write function set_channel_positions: No ArgType for 'const-GstAudioChannelPosition*'
Could not write function set_structure_channel_positions_list: No ArgType for 'const-GstAudioChannelPosition*'
Could not write function set_caps_channel_positions_list: No ArgType for 'const-GstAudioChannelPosition*'
Could not write function fixate_channel_positions: No ArgType for 'GstAudioChannelPosition*'
Could not write function check_channel_positions: No ArgType for 'const-GstAudioChannelPosition*'
Warning: Constructor for GstAudioClock needs to be updated to new API
        See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for GstAudioFilter needs to be updated to new API
        See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for GstBaseAudioSink needs to be updated to new API
        See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for GstAudioSink needs to be updated to new API
        See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for GstRingBuffer needs to be updated to new API
        See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
***INFO*** The coverage of global functions is 41.18% (7/17)
***INFO*** The coverage of methods is 83.87% (26/31)
***INFO*** The coverage of virtual proxies is 78.95% (15/19)
***INFO*** The coverage of virtual accessors is 78.95% (15/19)
***INFO*** There are no declared interface proxies.  CC    audio.o
  LINK  audio.la
  CC    videomodule.o
  CC    gst-argtypes.o
  CC    pygstminiobject.o
Could not write function video_sink_center_rect: No ArgType for 'GstVideoRectangle'
Could not write function get_size: No ArgType for 'gint*'
Could not write function calculate_display_ratio: No ArgType for 'guint*'
Could not write function format_parse_caps: No ArgType for 'GstVideoFormat*'
Could not write function format_parse_caps_interlaced: No ArgType for 'gboolean*'
Could not write function parse_caps_framerate: No ArgType for 'int*'
Could not write function parse_caps_pixel_aspect_ratio: No ArgType for 'int*'
Warning: Constructor for GstVideoFilter needs to be updated to new API
        See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for GstVideoSink needs to be updated to new API
        See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
***INFO*** The coverage of global functions is 12.50% (1/8)
***INFO*** There are no declared methods.***INFO*** There are no declared virtual proxies.***INFO*** There are no declared virtual accessors.***INFO*** There are no declared interface proxies.  CC    video.o
  LINK  video.la
  CC    tagmodule.o
  CC    gst-argtypes.o
  CC    pygstminiobject.o
Could not write function to_vorbis_comments: No ArgType for 'GList*'
Could not write function list_from_vorbiscomment_buffer: No ArgType for 'const-GstBuffer*'
Could not write function id3_genre_get: No ArgType for 'const-guint'
Could not write function list_new_from_id3v1: No ArgType for 'const-guint8*'
Could not write function parse_extended_comment: No ArgType for 'gchar**'
Could not write function freeform_string_to_utf8: No ArgType for 'const-gchar**'
Could not write function image_data_to_image_buffer: No ArgType for 'const-guint8*'
Warning: Constructor for GstTagDemux needs to be updated to new API
        See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
***INFO*** The coverage of global functions is 53.33% (8/15)
***INFO*** There are no declared methods.***INFO*** There are no declared virtual proxies.***INFO*** There are no declared virtual accessors.***INFO*** There are no declared interface proxies.  CC    tag.o
  LINK  tag.la
Making all in examples
Making all in plugin
  CC    gstpythonplugin.o
  LINK  libgstpython.la
/usr/lib/libgobject-2.0.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make[2]: *** [libgstpython.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


ponce 06-20-2010 07:33 AM

I'm using gst-python 0.10.18 on my slackware 13.1: these are the diffs from the standard slackbuilds.org script (the commit message states also "miscellaneous cleanups" that aren't actually there :) )

NetNightmare 06-20-2010 12:35 PM

mmm actually I already tried the slackbuild and that version of gst-python you do mention but I get the same result...

on the other hand could you please tell me if you run a pure 64 system or do you have alien multilib ??

knudfl 06-20-2010 12:48 PM

'gst-python' uses 'pkg-config' for configuring.

To avoid using e.g. /usr/lib/libgobject-2.0.so
.. like it is shown in your errors,
you can do this command :

export PKG_CONFIG_LIBDIR=/usr/lib64/pkgconfig
( Then no "/usr/lib/" will be included in the Makefile.)
Next : make clean && ./configure && make

If you never use the files in /usr/lib/ for compilation :
cd /usr/lib/ , # mv pkgconfig/ pkgconfig-back

P.S. : There may be some other ways to circumvent the
multilib issues, by editing the gst-python.Slackbuild script.
PPS : gst-python 0.10.15, 0.10.18 : OK, Slackware 13.1 - 64.
( I do not use multilib.)
..

ponce 06-20-2010 01:00 PM

it works fine here on multilib, also without specyfing ARCH=x86_64.
maybe you got some environment variable wrong in your shell...

open a new one, "su -" and try to build it again.

NetNightmare 06-21-2010 01:44 PM

Well for the moment I compiled it on another box, so I solved my problem as soon as I ll have time to track down the issue will let you know if I solve it thank you anyway for the help

ponce 06-21-2010 02:24 PM

can it be you have added "/usr/lib" to /etc/ld.so.conf?

I would try also passing LDFLAGS="-L/usr/lib64" to the build script.


All times are GMT -5. The time now is 02:16 AM.