LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Closed Thread
  Search this Thread
Old 03-26-2015, 02:10 PM   #121
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656

Quote:
Originally Posted by orbea View Post
/usr/lib/libXmu.so: error adding symbols: File in wrong format
When you see this error, it is usually due to it expecting one architecture (32bit or 64bit), but finding another one. If you're running multilib, try the FAQ entry on multilib.

You can find out what arch the file (and the inverse would be what format the program is looking for) is by running:

Code:
file /usr/lib/libXmu.so
Considering this is a system package (libXmu), my guess is this is a multilib issue. Have you tried installing libXmu-compat32?

But more info would definitely be helpful (I might try building this when I get home... if I remember).

Last edited by bassmadrigal; 03-30-2015 at 07:06 AM. Reason: fixed url link
 
Old 03-26-2015, 09:09 PM   #122
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Quote:
Originally Posted by Alien Bob View Post
No idea what that has to do with the topic of this thread?

Anyway, have you read the FAQ? http://slackbuilds.org/faq/#multilib
This topic is about packages that do not compile in slackware current, no? But yea, this time it seems like its just a multilib issue. And no I haven't seen that page before, I tried it and it works, thanks!

also to be thorough.

Code:
$ file /usr/lib/libXmu.so
/usr/lib/libXmu.so: symbolic link to `libXmu.so.6.2.0'

$ file /usr/lib/libXmu.so.6.2.0 
/usr/lib/libXmu.so.6.2.0: ELF 32-bit LSB  shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped

Last edited by orbea; 03-26-2015 at 09:11 PM.
 
Old 03-27-2015, 12:56 AM   #123
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558

Original Poster
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Multilib configurations are not covered officially. It's hard to tell why some packages fail on multilib, so please stick to vanilla -Current.
 
Old 04-23-2015, 02:16 AM   #124
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Assuming since this does not appear to be a multilib issue I can post it here?

After the recent big update on current I noticed mpv stopped working.

Code:
$ mpv
mpv: error while loading shared libraries: libcdio_paranoia.so.1: cannot open shared object file: No such file or directory
So I tried building it again for the updated libcdio, but I got stuck at the end.

Code:
[234/242] Compiling osdep/threads.c
[235/242] Compiling osdep/semaphore_osx.c
[236/242] Compiling osdep/subprocess-posix.c
../osdep/subprocess-posix.c:34:15: warning: redundant redeclaration of ‘environ’ [-Wredundant-decls]
 extern char **environ;
               ^
In file included from ../osdep/subprocess-posix.c:20:0:
/usr/include/unistd.h:545:15: note: previous declaration of ‘environ’ was here
 extern char **environ;
               ^

[237/242] Compiling ta/ta.c
[238/242] Compiling ta/ta_talloc.c
[239/242] Compiling ta/ta_utils.c
[240/242] Compiling player/main_fn.c
[241/242] Linking build/mpv
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../x86_64-slackware-linux/bin/ld: warning: libcdio_paranoia.so.1, needed by /usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libavdevice.so, not found (try using -rpath or -rpath-link)
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../x86_64-slackware-linux/bin/ld: warning: libcdio_cdda.so.1, needed by /usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libavdevice.so, not found (try using -rpath or -rpath-link)
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libavdevice.so: undefined reference to `cdio_cddap_identify@CDIO_CDDA_1'
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libavdevice.so: undefined reference to `cdio_paranoia_init@CDIO_PARANOIA_1'
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libavdevice.so: undefined reference to `cdio_cddap_errors@CDIO_CDDA_1'
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libavdevice.so: undefined reference to `cdio_cddap_disc_lastsector@CDIO_CDDA_1'
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libavdevice.so: undefined reference to `cdio_paranoia_seek@CDIO_PARANOIA_1'
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libavdevice.so: undefined reference to `cdio_cddap_messages@CDIO_CDDA_1'
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libavdevice.so: undefined reference to `cdio_cddap_verbose_set@CDIO_CDDA_1'
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libavdevice.so: undefined reference to `cdio_paranoia_read@CDIO_PARANOIA_1'
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libavdevice.so: undefined reference to `cdio_cddap_close@CDIO_CDDA_1'
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libavdevice.so: undefined reference to `cdio_paranoia_free@CDIO_PARANOIA_1'
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libavdevice.so: undefined reference to `cdio_paranoia_modeset@CDIO_PARANOIA_1'
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libavdevice.so: undefined reference to `cdio_cddap_speed_set@CDIO_CDDA_1'
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libavdevice.so: undefined reference to `cdio_cddap_open@CDIO_CDDA_1'
collect2: error: ld returned 1 exit status

Waf: Leaving directory `/tmp/SBo/mpv-0.8.3/build'
Build failed
 -> task in 'mpv' failed (exit status 1): 
	{task 140127901824720: cprogram main_fn.c.14.o,audio.c.13.o,audio_buffer.c.13.o,chmap.c.13.o,chmap_sel.c.13.o,fmt-conversion.c.13.o,format.c.13.o,mixer.c.13.o,ad_lavc.c.13.o,ad_mpg123.c.13.o,ad_spdif.c.13.o,dec_audio.c.13.o,af.c.13.o,af_center.c.13.o,af_channels.c.13.o,af_convert24.c.13.o,af_convertsignendian.c.13.o,af_delay.c.13.o,af_drc.c.13.o,af_dummy.c.13.o,af_equalizer.c.13.o,af_export.c.13.o,af_extrastereo.c.13.o,af_forcespeed.c.13.o,af_format.c.13.o,af_hrtf.c.13.o,af_karaoke.c.13.o,af_lavcac3enc.c.13.o,af_lavfi.c.13.o,af_lavrresample.c.13.o,af_pan.c.13.o,af_scaletempo.c.13.o,af_sinesuppress.c.13.o,af_sub.c.13.o,af_surround.c.13.o,af_sweep.c.13.o,af_volume.c.13.o,filter.c.13.o,tools.c.13.o,window.c.13.o,ao.c.13.o,ao_alsa.c.13.o,ao_lavc.c.13.o,ao_null.c.13.o,ao_oss.c.13.o,ao_pcm.c.13.o,pull.c.13.o,push.c.13.o,av_common.c.13.o,av_log.c.13.o,codecs.c.13.o,encode_lavc.c.13.o,common.c.13.o,tags.c.13.o,msg.c.13.o,playlist.c.13.o,version.c.13.o,codec_tags.c.13.o,demux.c.13.o,demux_cue.c.13.o,demux_disc.c.13.o,demux_edl.c.13.o,demux_lavf.c.13.o,demux_libass.c.13.o,demux_mf.c.13.o,demux_mkv.c.13.o,demux_mkv_timeline.c.13.o,demux_playlist.c.13.o,demux_raw.c.13.o,demux_subreader.c.13.o,demux_tv.c.13.o,ebml.c.13.o,packet.c.13.o,timeline.c.13.o,cmd_list.c.13.o,cmd_parse.c.13.o,event.c.13.o,input.c.13.o,ipc.c.13.o,keycodes.c.13.o,bstr.c.13.o,charset_conv.c.13.o,dispatch.c.13.o,json.c.13.o,ring.c.13.o,rendezvous.c.13.o,m_config.c.13.o,m_option.c.13.o,m_property.c.13.o,options.c.13.o,parse_commandline.c.13.o,parse_configfile.c.13.o,path.c.13.o,audio.c.13.o,client.c.13.o,command.c.13.o,configfiles.c.13.o,discnav.c.13.o,loadfile.c.13.o,main.c.13.o,misc.c.13.o,lua.c.13.o,osd.c.13.o,playloop.c.13.o,screenshot.c.13.o,scripting.c.13.o,sub.c.13.o,video.c.13.o,ai_alsa1x.c.13.o,ai_oss.c.13.o,audio_in.c.13.o,cache.c.13.o,cache_file.c.13.o,cookies.c.13.o,dvb_tune.c.13.o,frequencies.c.13.o,rar.c.13.o,stream.c.13.o,stream_avdevice.c.13.o,stream_bluray.c.13.o,stream_cdda.c.13.o,stream_dvb.c.13.o,stream_dvd.c.13.o,stream_dvd_common.c.13.o,stream_dvdnav.c.13.o,stream_edl.c.13.o,stream_file.c.13.o,stream_lavf.c.13.o,stream_memory.c.13.o,stream_mf.c.13.o,stream_null.c.13.o,stream_pvr.c.13.o,stream_rar.c.13.o,stream_smb.c.13.o,stream_tv.c.13.o,tv.c.13.o,tvi_dummy.c.13.o,tvi_v4l2.c.13.o,ass_mp.c.13.o,dec_sub.c.13.o,draw_bmp.c.13.o,find_subfiles.c.13.o,img_convert.c.13.o,osd.c.13.o,osd_libass.c.13.o,sd_ass.c.13.o,sd_lavc.c.13.o,sd_lavc_conv.c.13.o,sd_lavf_srt.c.13.o,sd_microdvd.c.13.o,sd_movtext.c.13.o,sd_srt.c.13.o,csputils.c.13.o,fmt-conversion.c.13.o,image_writer.c.13.o,img_format.c.13.o,mp_image.c.13.o,mp_image_pool.c.13.o,sws_utils.c.13.o,vaapi.c.13.o,vdpau.c.13.o,vdpau_mixer.c.13.o,dec_video.c.13.o,vaapi.c.13.o,vd_lavc.c.13.o,vdpau.c.13.o,vf.c.13.o,vf_buffer.c.13.o,vf_crop.c.13.o,vf_delogo.c.13.o,vf_dlopen.c.13.o,vf_dsize.c.13.o,vf_eq.c.13.o,vf_expand.c.13.o,vf_flip.c.13.o,vf_format.c.13.o,vf_gradfun.c.13.o,vf_hqdn3d.c.13.o,vf_lavfi.c.13.o,vf_mirror.c.13.o,vf_noformat.c.13.o,vf_noise.c.13.o,vf_pullup.c.13.o,vf_rotate.c.13.o,vf_scale.c.13.o,vf_screenshot.c.13.o,vf_stereo3d.c.13.o,vf_sub.c.13.o,vf_unsharp.c.13.o,vf_vavpp.c.13.o,vf_vdpaupp.c.13.o,vf_yadif.c.13.o,aspect.c.13.o,bitmap_packer.c.13.o,dither.c.13.o,filter_kernels.c.13.o,gl_common.c.13.o,gl_hwdec.c.13.o,gl_hwdec_vaglx.c.13.o,gl_hwdec_vdpau.c.13.o,gl_lcms.c.13.o,gl_osd.c.13.o,gl_utils.c.13.o,gl_video.c.13.o,gl_x11.c.13.o,vo.c.13.o,vo_caca.c.13.o,vo_image.c.13.o,vo_lavc.c.13.o,vo_null.c.13.o,vo_opengl.c.13.o,vo_opengl_cb.c.13.o,vo_vaapi.c.13.o,vo_vdpau.c.13.o,vo_x11.c.13.o,vo_xv.c.13.o,win_state.c.13.o,x11_common.c.13.o,terminal-unix.c.13.o,io.c.13.o,timer.c.13.o,timer-linux.c.13.o,threads.c.13.o,semaphore_osx.c.13.o,subprocess-posix.c.13.o,ta.c.13.o,ta_talloc.c.13.o,ta_utils.c.13.o -> mpv}
['/usr/bin/cc', '-Wl,-z,noexecstack', '-pthread', 'player/main_fn.c.14.o', 'audio/audio.c.13.o', 'audio/audio_buffer.c.13.o', 'audio/chmap.c.13.o', 'audio/chmap_sel.c.13.o', 'audio/fmt-conversion.c.13.o', 'audio/format.c.13.o', 'audio/mixer.c.13.o', 'audio/decode/ad_lavc.c.13.o', 'audio/decode/ad_mpg123.c.13.o', 'audio/decode/ad_spdif.c.13.o', 'audio/decode/dec_audio.c.13.o', 'audio/filter/af.c.13.o', 'audio/filter/af_center.c.13.o', 'audio/filter/af_channels.c.13.o', 'audio/filter/af_convert24.c.13.o', 'audio/filter/af_convertsignendian.c.13.o', 'audio/filter/af_delay.c.13.o', 'audio/filter/af_drc.c.13.o', 'audio/filter/af_dummy.c.13.o', 'audio/filter/af_equalizer.c.13.o', 'audio/filter/af_export.c.13.o', 'audio/filter/af_extrastereo.c.13.o', 'audio/filter/af_forcespeed.c.13.o', 'audio/filter/af_format.c.13.o', 'audio/filter/af_hrtf.c.13.o', 'audio/filter/af_karaoke.c.13.o', 'audio/filter/af_lavcac3enc.c.13.o', 'audio/filter/af_lavfi.c.13.o', 'audio/filter/af_lavrresample.c.13.o', 'audio/filter/af_pan.c.13.o', 'audio/filter/af_scaletempo.c.13.o', 'audio/filter/af_sinesuppress.c.13.o', 'audio/filter/af_sub.c.13.o', 'audio/filter/af_surround.c.13.o', 'audio/filter/af_sweep.c.13.o', 'audio/filter/af_volume.c.13.o', 'audio/filter/filter.c.13.o', 'audio/filter/tools.c.13.o', 'audio/filter/window.c.13.o', 'audio/out/ao.c.13.o', 'audio/out/ao_alsa.c.13.o', 'audio/out/ao_lavc.c.13.o', 'audio/out/ao_null.c.13.o', 'audio/out/ao_oss.c.13.o', 'audio/out/ao_pcm.c.13.o', 'audio/out/pull.c.13.o', 'audio/out/push.c.13.o', 'common/av_common.c.13.o', 'common/av_log.c.13.o', 'common/codecs.c.13.o', 'common/encode_lavc.c.13.o', 'common/common.c.13.o', 'common/tags.c.13.o', 'common/msg.c.13.o', 'common/playlist.c.13.o', 'common/version.c.13.o', 'demux/codec_tags.c.13.o', 'demux/demux.c.13.o', 'demux/demux_cue.c.13.o', 'demux/demux_disc.c.13.o', 'demux/demux_edl.c.13.o', 'demux/demux_lavf.c.13.o', 'demux/demux_libass.c.13.o', 'demux/demux_mf.c.13.o', 'demux/demux_mkv.c.13.o', 'demux/demux_mkv_timeline.c.13.o', 'demux/demux_playlist.c.13.o', 'demux/demux_raw.c.13.o', 'demux/demux_subreader.c.13.o', 'demux/demux_tv.c.13.o', 'demux/ebml.c.13.o', 'demux/packet.c.13.o', 'demux/timeline.c.13.o', 'input/cmd_list.c.13.o', 'input/cmd_parse.c.13.o', 'input/event.c.13.o', 'input/input.c.13.o', 'input/ipc.c.13.o', 'input/keycodes.c.13.o', 'misc/bstr.c.13.o', 'misc/charset_conv.c.13.o', 'misc/dispatch.c.13.o', 'misc/json.c.13.o', 'misc/ring.c.13.o', 'misc/rendezvous.c.13.o', 'options/m_config.c.13.o', 'options/m_option.c.13.o', 'options/m_property.c.13.o', 'options/options.c.13.o', 'options/parse_commandline.c.13.o', 'options/parse_configfile.c.13.o', 'options/path.c.13.o', 'player/audio.c.13.o', 'player/client.c.13.o', 'player/command.c.13.o', 'player/configfiles.c.13.o', 'player/discnav.c.13.o', 'player/loadfile.c.13.o', 'player/main.c.13.o', 'player/misc.c.13.o', 'player/lua.c.13.o', 'player/osd.c.13.o', 'player/playloop.c.13.o', 'player/screenshot.c.13.o', 'player/scripting.c.13.o', 'player/sub.c.13.o', 'player/video.c.13.o', 'stream/ai_alsa1x.c.13.o', 'stream/ai_oss.c.13.o', 'stream/audio_in.c.13.o', 'stream/cache.c.13.o', 'stream/cache_file.c.13.o', 'stream/cookies.c.13.o', 'stream/dvb_tune.c.13.o', 'stream/frequencies.c.13.o', 'stream/rar.c.13.o', 'stream/stream.c.13.o', 'stream/stream_avdevice.c.13.o', 'stream/stream_bluray.c.13.o', 'stream/stream_cdda.c.13.o', 'stream/stream_dvb.c.13.o', 'stream/stream_dvd.c.13.o', 'stream/stream_dvd_common.c.13.o', 'stream/stream_dvdnav.c.13.o', 'stream/stream_edl.c.13.o', 'stream/stream_file.c.13.o', 'stream/stream_lavf.c.13.o', 'stream/stream_memory.c.13.o', 'stream/stream_mf.c.13.o', 'stream/stream_null.c.13.o', 'stream/stream_pvr.c.13.o', 'stream/stream_rar.c.13.o', 'stream/stream_smb.c.13.o', 'stream/stream_tv.c.13.o', 'stream/tv.c.13.o', 'stream/tvi_dummy.c.13.o', 'stream/tvi_v4l2.c.13.o', 'sub/ass_mp.c.13.o', 'sub/dec_sub.c.13.o', 'sub/draw_bmp.c.13.o', 'sub/find_subfiles.c.13.o', 'sub/img_convert.c.13.o', 'sub/osd.c.13.o', 'sub/osd_libass.c.13.o', 'sub/sd_ass.c.13.o', 'sub/sd_lavc.c.13.o', 'sub/sd_lavc_conv.c.13.o', 'sub/sd_lavf_srt.c.13.o', 'sub/sd_microdvd.c.13.o', 'sub/sd_movtext.c.13.o', 'sub/sd_srt.c.13.o', 'video/csputils.c.13.o', 'video/fmt-conversion.c.13.o', 'video/image_writer.c.13.o', 'video/img_format.c.13.o', 'video/mp_image.c.13.o', 'video/mp_image_pool.c.13.o', 'video/sws_utils.c.13.o', 'video/vaapi.c.13.o', 'video/vdpau.c.13.o', 'video/vdpau_mixer.c.13.o', 'video/decode/dec_video.c.13.o', 'video/decode/vaapi.c.13.o', 'video/decode/vd_lavc.c.13.o', 'video/decode/vdpau.c.13.o', 'video/filter/vf.c.13.o', 'video/filter/vf_buffer.c.13.o', 'video/filter/vf_crop.c.13.o', 'video/filter/vf_delogo.c.13.o', 'video/filter/vf_dlopen.c.13.o', 'video/filter/vf_dsize.c.13.o', 'video/filter/vf_eq.c.13.o', 'video/filter/vf_expand.c.13.o', 'video/filter/vf_flip.c.13.o', 'video/filter/vf_format.c.13.o', 'video/filter/vf_gradfun.c.13.o', 'video/filter/vf_hqdn3d.c.13.o', 'video/filter/vf_lavfi.c.13.o', 'video/filter/vf_mirror.c.13.o', 'video/filter/vf_noformat.c.13.o', 'video/filter/vf_noise.c.13.o', 'video/filter/vf_pullup.c.13.o', 'video/filter/vf_rotate.c.13.o', 'video/filter/vf_scale.c.13.o', 'video/filter/vf_screenshot.c.13.o', 'video/filter/vf_stereo3d.c.13.o', 'video/filter/vf_sub.c.13.o', 'video/filter/vf_unsharp.c.13.o', 'video/filter/vf_vavpp.c.13.o', 'video/filter/vf_vdpaupp.c.13.o', 'video/filter/vf_yadif.c.13.o', 'video/out/aspect.c.13.o', 'video/out/bitmap_packer.c.13.o', 'video/out/dither.c.13.o', 'video/out/filter_kernels.c.13.o', 'video/out/gl_common.c.13.o', 'video/out/gl_hwdec.c.13.o', 'video/out/gl_hwdec_vaglx.c.13.o', 'video/out/gl_hwdec_vdpau.c.13.o', 'video/out/gl_lcms.c.13.o', 'video/out/gl_osd.c.13.o', 'video/out/gl_utils.c.13.o', 'video/out/gl_video.c.13.o', 'video/out/gl_x11.c.13.o', 'video/out/vo.c.13.o', 'video/out/vo_caca.c.13.o', 'video/out/vo_image.c.13.o', 'video/out/vo_lavc.c.13.o', 'video/out/vo_null.c.13.o', 'video/out/vo_opengl.c.13.o', 'video/out/vo_opengl_cb.c.13.o', 'video/out/vo_vaapi.c.13.o', 'video/out/vo_vdpau.c.13.o', 'video/out/vo_x11.c.13.o', 'video/out/vo_xv.c.13.o', 'video/out/win_state.c.13.o', 'video/out/x11_common.c.13.o', 'osdep/terminal-unix.c.13.o', 'osdep/io.c.13.o', 'osdep/timer.c.13.o', 'osdep/timer-linux.c.13.o', 'osdep/threads.c.13.o', 'osdep/semaphore_osx.c.13.o', 'osdep/subprocess-posix.c.13.o', 'ta/ta.c.13.o', 'ta/ta_talloc.c.13.o', 'ta/ta_utils.c.13.o', '-o', '/tmp/SBo/mpv-0.8.3/build/mpv', '-Wl,-rpath,/usr/lib64', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-lva-glx', '-lva', '-ldvdnav', '-lpthread', '-ldvdread', '-llcms2', '-ljpeg', '-lavutil', '-lavcodec', '-lavformat', '-lswscale', '-lXv', '-lXext', '-luuid', '-lrt', '-lsmbclient', '-lavfilter', '-lcdio_paranoia', '-lcdio_cdda', '-lcdio', '-lm', '-lmpg123', '-lv4l2', '-lva-x11', '-lva', '-lasound', '-lswresample', '-lva', '-lm', '-lXinerama', '-ldl', '-lbluray', '-lXrandr', '-lcaca', '-lXss', '-lvdpau', '-lavdevice', '-lz', '-llua', '-lm', '-lX11', '-lGL', '-lass']
 
Old 04-23-2015, 02:50 AM   #125
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,100

Rep: Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177
Quote:
Originally Posted by orbea View Post
Code:
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../x86_64-slackware-linux/bin/ld: warning: libcdio_paranoia.so.1, needed by /usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libavdevice.so, not found (try using -rpath or -rpath-link)
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../x86_64-slackware-linux/bin/ld: warning: libcdio_cdda.so.1, needed by /usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libavdevice.so, not found (try using -rpath or -rpath-link)
I think you should rebuild its dependency ffmpeg too.
 
Old 04-23-2015, 03:21 AM   #126
sbolokanov
Member
 
Registered: Feb 2013
Location: Бдинъ, Бѫлгариѧ
Distribution: GNU/Linux
Posts: 104

Rep: Reputation: 27
Quote:
Originally Posted by orbea View Post
Assuming since this does not appear to be a multilib issue I can post it here?

After the recent big update on current I noticed mpv stopped working.
As ponce said, ffmpeg needs to be recompiled. Just tried it and it works now.
Had exactly the same problem, so that's the solution.
 
Old 04-23-2015, 03:26 AM   #127
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Yep, I noticed ffmpeg also spewed out the same error so I recompiled that, now it works!
 
Old 04-24-2015, 08:10 AM   #128
aaditya
Member
 
Registered: Oct 2013
Location: India
Distribution: Slackware
Posts: 272
Blog Entries: 2

Rep: Reputation: 85
I am not able to build hexchat after the updates to current, it fails with the message:

Code:
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../x86_64-slackware-linux/bin/ld: warning: libtdb.so.1, needed by /usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libcanberra.so, not found (try using -rpath or -rpath-link)
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libcanberra.so: undefined reference to `tdb_open@TDB_1.2.1'
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libcanberra.so: undefined reference to `tdb_fetch@TDB_1.2.1'
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libcanberra.so: undefined reference to `tdb_store@TDB_1.2.1'
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libcanberra.so: undefined reference to `tdb_delete@TDB_1.2.1'
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libcanberra.so: undefined reference to `tdb_close@TDB_1.2.1'
collect2: error: ld returned 1 exit status
make[4]: *** [hexchat] Error 1
make[4]: Leaving directory `/tmp/SBo/hexchat-2.10.2/src/fe-gtk'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/tmp/SBo/hexchat-2.10.2/src/fe-gtk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/SBo/hexchat-2.10.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/SBo/hexchat-2.10.2'
make: *** [all] Error 2
 
Old 04-24-2015, 08:17 AM   #129
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,100

Rep: Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177
Quote:
Originally Posted by aaditya View Post
Code:
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../x86_64-slackware-linux/bin/ld: warning: libtdb.so.1, needed by /usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libcanberra.so, not found (try using -rpath or -rpath-link)
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libcanberra.so: undefined reference to `tdb_open@TDB_1.2.1'
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libcanberra.so: undefined reference to `tdb_fetch@TDB_1.2.1'
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libcanberra.so: undefined reference to `tdb_store@TDB_1.2.1'
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libcanberra.so: undefined reference to `tdb_delete@TDB_1.2.1'
/usr/lib64/gcc/x86_64-slackware-linux/4.9.2/../../../../lib64/libcanberra.so: undefined reference to `tdb_close@TDB_1.2.1'
it seems you are missing libtdb, included in the samba package.

FYI, I just tested building hexchat on a slackware64-current full install and everything went fine.
 
1 members found this post helpful.
Old 04-24-2015, 08:28 AM   #130
aaditya
Member
 
Registered: Oct 2013
Location: India
Distribution: Slackware
Posts: 272
Blog Entries: 2

Rep: Reputation: 85
Quote:
Originally Posted by ponce View Post
it seems you are missing libtdb, included in the samba package.

FYI, I just tested building hexchat on a slackware64-current full install and everything went fine.
Thanks matteo, I had uninstalled samba, installing it fixed the error.

I did not have this error before the recent updates though.
 
Old 04-24-2015, 08:37 AM   #131
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,100

Rep: Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177
most probably that's because the rebuilt libcanberra links against libtdb: on slackware64-current
Code:
$ ldd /usr/lib64/libcanberra.so.0.2.5 | grep tdb
        libtdb.so.1 => /usr/lib64/libtdb.so.1 (0x00007f932dbe7000)
$
while on slackware64-14.1
Code:
$ ldd /usr/lib64/libcanberra.so.0.2.5 | grep tdb
$
 
1 members found this post helpful.
Old 04-24-2015, 09:31 AM   #132
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by ponce View Post
most probably that's because the rebuilt libcanberra links against libtdb: on slackware64-current
Code:
$ ldd /usr/lib64/libcanberra.so.0.2.5 | grep tdb
        libtdb.so.1 => /usr/lib64/libtdb.so.1 (0x00007f932dbe7000)
$
while on slackware64-14.1
Code:
$ ldd /usr/lib64/libcanberra.so.0.2.5 | grep tdb
$
My original proposal for Samba4 to Pat was to have separate packages for ldb, tdb, tevent and talloc, but Pat decided to include all of that into the samba4 package for Slackware.
It would have been beneficial now, had these packages indeed been split off.
 
1 members found this post helpful.
Old 04-25-2015, 03:04 PM   #133
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
I was trying to rebuild lutris and its dependencies after some of its functionality broke with the recent updates and got this for pybogject3, the other dependencies and lutris still build fine.

Code:
pygobject-3.10.2/gi/pygi-cache.h
pygobject-3.10.2/gi/pygi-marshal-cleanup.h
pygobject-3.10.2/gi/pygi.h
pygobject-3.10.2/gi/pygi-invoke.h
checking whether make supports nested variables... yes
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-slackware-linux-gnu
checking host system type... x86_64-slackware-linux-gnu
checking for some Win32 platform... no
checking for native Win32... no
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/tmp/SBo/pygobject-3.10.2':
configure: error: C compiler cannot create executables
See `config.log' for more details
$ cat config.log
Code:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by pygobject configure 3.10.2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc --localstatedir=/var --build=x86_64-slackware-linux

## --------- ##
## Platform. ##
## --------- ##

hostname = ...
uname -m = x86_64
uname -r = 3.18.11
uname -s = Linux
uname -v = #1 SMP Tue Apr 7 13:03:03 CDT 2015

/usr/bin/uname -p = AMD FX(tm)-6350 Six-Core Processor
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/games
PATH: /usr/lib64/qt/bin
PATH: /usr/share/texmf/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2265: checking whether make supports nested variables
configure:2282: result: yes
configure:2338: checking for a BSD-compatible install
configure:2406: result: /usr/bin/ginstall -c
configure:2417: checking whether build environment is sane
configure:2472: result: yes
configure:2623: checking for a thread-safe mkdir -p
configure:2662: result: /usr/bin/mkdir -p
configure:2669: checking for gawk
configure:2685: found /usr/bin/gawk
configure:2696: result: gawk
configure:2707: checking whether make sets $(MAKE)
configure:2729: result: yes
configure:2868: checking build system type
configure:2882: result: x86_64-slackware-linux-gnu
configure:2902: checking host system type
configure:2915: result: x86_64-slackware-linux-gnu
configure:2935: checking for some Win32 platform
configure:2945: result: no
configure:2956: checking for native Win32
configure:2966: result: no
configure:3024: checking how to print strings
configure:3051: result: printf
configure:3084: checking for style of include used by make
configure:3112: result: GNU
configure:3183: checking for gcc
configure:3199: found /usr/bin/gcc
configure:3210: result: gcc
configure:3439: checking for C compiler version
configure:3448: gcc --version >&5
gcc (GCC) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3459: $? = 0
configure:3448: gcc -v >&5
Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/4.9.2/specs
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-slackware-linux/4.9.2/lto-wrapper
Target: x86_64-slackware-linux
Configured with: ../gcc-4.9.2/configure --prefix=/usr --libdir=/usr/lib64 --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --with-python-dir=/lib64/python2.7/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose --enable-java-home --with-java-home=/usr/lib64/jvm/jre --with-jvm-root-dir=/usr/lib64/jvm --with-jvm-jar-dir=/usr/lib64/jvm/jvm-exports --with-arch-directory=amd64 --with-antlr-jar=/home/slackware/slackbuilds/gcc/antlr-runtime-3.4.jar --enable-multilib --target=x86_64-slackware-linux --build=x86_64-slackware-linux --host=x86_64-slackware-linux
Thread model: posix
gcc version 4.9.2 (GCC) 
configure:3459: $? = 0
configure:3448: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3459: $? = 1
configure:3448: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3459: $? = 1
configure:3479: checking whether the C compiler works
configure:3501: gcc -O2 -fPIC   conftest.c  >&5
/usr/libexec/gcc/x86_64-slackware-linux/4.9.2/cc1: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
configure:3505: $? = 1
configure:3543: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pygobject"
| #define PACKAGE_TARNAME "pygobject"
| #define PACKAGE_VERSION "3.10.2"
| #define PACKAGE_STRING "pygobject 3.10.2"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pygobject"
| #define PACKAGE_URL "https://live.gnome.org/PyGObject/"
| #define PYGOBJECT_MAJOR_VERSION 3
| #define PYGOBJECT_MINOR_VERSION 10
| #define PYGOBJECT_MICRO_VERSION 2
| #define PACKAGE "pygobject"
| #define VERSION "3.10.2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3548: error: in `/tmp/SBo/pygobject-3.10.2':
configure:3550: error: C compiler cannot create executables
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-slackware-linux-gnu
ac_cv_env_CAIRO_CFLAGS_set=
ac_cv_env_CAIRO_CFLAGS_value=
ac_cv_env_CAIRO_LIBS_set=
ac_cv_env_CAIRO_LIBS_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -fPIC'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_FFI_CFLAGS_set=
ac_cv_env_FFI_CFLAGS_value=
ac_cv_env_FFI_LIBS_set=
ac_cv_env_FFI_LIBS_value=
ac_cv_env_GIO_CFLAGS_set=
ac_cv_env_GIO_CFLAGS_value=
ac_cv_env_GIO_LIBS_set=
ac_cv_env_GIO_LIBS_value=
ac_cv_env_GI_CFLAGS_set=
ac_cv_env_GI_CFLAGS_value=
ac_cv_env_GI_LIBS_set=
ac_cv_env_GI_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PYCAIRO_CFLAGS_set=
ac_cv_env_PYCAIRO_CFLAGS_value=
ac_cv_env_PYCAIRO_LIBS_set=
ac_cv_env_PYCAIRO_LIBS_value=
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-slackware-linux
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-slackware-linux-gnu
ac_cv_path_install='/usr/bin/ginstall -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_make_make_set=yes
am_cv_make_support_nested_variables=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /tmp/SBo/pygobject-3.10.2/missing aclocal-1.14 '
ACLOCAL_AMFLAGS='-I m4 -I .'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR=''
AS=''
AUTOCONF='${SHELL} /tmp/SBo/pygobject-3.10.2/missing autoconf'
AUTOHEADER='${SHELL} /tmp/SBo/pygobject-3.10.2/missing autoheader'
AUTOMAKE='${SHELL} /tmp/SBo/pygobject-3.10.2/missing automake-1.14'
AWK='gawk'
CAIRO_CFLAGS=''
CAIRO_LIBS=''
CC='gcc'
CCDEPMODE=''
CFLAGS='-O2 -fPIC'
CODE_COVERAGE_CFLAGS=''
CODE_COVERAGE_ENABLED=''
CODE_COVERAGE_ENABLED_FALSE=''
CODE_COVERAGE_ENABLED_TRUE=''
CODE_COVERAGE_LDFLAGS=''
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DATADIR=''
DEFS=''
DEPDIR='.deps'
DLLTOOL=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_CAIRO_FALSE=''
ENABLE_CAIRO_TRUE=''
EXEEXT=''
FFI_CFLAGS=''
FFI_LIBS=''
FGREP=''
GENHTML=''
GIO_CFLAGS=''
GIO_LIBS=''
GI_CFLAGS=''
GI_DATADIR=''
GI_LIBS=''
GLIB_CFLAGS=''
GLIB_COMPILE_RESOURCES=''
GLIB_GENMARSHAL=''
GLIB_LIBS=''
GLIB_MKENUMS=''
GNOME_CODE_COVERAGE_RULES=''
GOBJECT_QUERY=''
GREP=''
HAVE_LIBFFI_FALSE=''
HAVE_LIBFFI_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTROSPECTION_COMPILER=''
INTROSPECTION_SCANNER=''
LCOV=''
LD=''
LDFLAGS=''
LIBFFI_PC=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIPO=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/SBo/pygobject-3.10.2/missing makeinfo'
MANIFEST_TOOL=''
MKDIR_P='/usr/bin/mkdir -p'
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT=''
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
OTOOL64=''
OTOOL=''
PACKAGE='pygobject'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=pygobject'
PACKAGE_NAME='pygobject'
PACKAGE_STRING='pygobject 3.10.2'
PACKAGE_TARNAME='pygobject'
PACKAGE_URL='https://live.gnome.org/PyGObject/'
PACKAGE_VERSION='3.10.2'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig'
PLATFORM=''
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
PYCAIRO_CFLAGS=''
PYCAIRO_LIBS=''
PYGOBJECT_MAJOR_VERSION='3'
PYGOBJECT_MICRO_VERSION='2'
PYGOBJECT_MINOR_VERSION='10'
PYTHON=''
PYTHON_BASENAME=''
PYTHON_EXEC_PREFIX=''
PYTHON_INCLUDES=''
PYTHON_LIBS=''
PYTHON_LIB_LOC=''
PYTHON_PLATFORM=''
PYTHON_PREFIX=''
PYTHON_SO=''
PYTHON_VERSION=''
RANLIB=''
SED=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
THREADING_CFLAGS=''
VERSION='3.10.2'
WARN_CFLAGS=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-slackware-linux-gnu'
build_alias='x86_64-slackware-linux'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='slackware'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-slackware-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='slackware'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/SBo/pygobject-3.10.2/install-sh'
libdir='/usr/lib64'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir=''
pkgpythondir=''
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir=''
pythondir=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "pygobject"
#define PACKAGE_TARNAME "pygobject"
#define PACKAGE_VERSION "3.10.2"
#define PACKAGE_STRING "pygobject 3.10.2"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pygobject"
#define PACKAGE_URL "https://live.gnome.org/PyGObject/"
#define PYGOBJECT_MAJOR_VERSION 3
#define PYGOBJECT_MINOR_VERSION 10
#define PYGOBJECT_MICRO_VERSION 2
#define PACKAGE "pygobject"
#define VERSION "3.10.2"

configure: exit 77
 
Old 04-25-2015, 03:50 PM   #134
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Seems you have installed multilib gcc, which needs to be updated (Slackware0s own gcc was updated at the same time as libmpc, therefore that linking error visible in your output will not occur on pure 64-bit or pure 32-bit).

See http://alien.slackbook.org/blog/mult...kware-current/
 
Old 04-25-2015, 04:20 PM   #135
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Ah, thanks. I got the first one update, but didn't notice the second.
 
  


Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] SBO request: CDE wigry Slackware 23 05-05-2014 06:35 AM
Nvidia-driver.SlackBuild from SBo (or: I am a bad and sloppy SBo maintainer) kingbeowulf Slackware 8 08-31-2012 02:41 AM
Opera 10.01 in SBo hitest Slackware 2 11-09-2009 02:14 PM
Bug in 8.04, fixed in 8.10 - How to get fixed in 8.04 which is LTS? taylorkh Ubuntu 4 02-28-2009 05:17 PM
UNresolved and Fixed issue thread marking abs LQ Suggestions & Feedback 8 02-13-2004 04:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration