LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-15-2015, 07:21 PM   #1
slugman
Member
 
Registered: Jun 2010
Location: AZ
Distribution: Slackware
Posts: 106

Rep: Reputation: 1
gogglesmm fails to build on Slackware64-current w xine 1.2.6


Hey everyone,

I was perusing the Slackbuilds repo when I found gogglesmm. After I read the description I was convinced I wanted to try it out.

Unfortunately, I am running into some build errors during configure.

Basically, it looks like gogglesmm is set to configure w/ 1.1.16 or greater. Even though I have 1.2.6 installed, it still gives me the following error during configure:

Code:
    Search for XINE >= 1.1.16 in /usr ... 
        Check XINE Config => FOUND
xine-config is DEPRECATED. Use pkg-config instead.
xine-config is DEPRECATED. Use pkg-config instead.
xine-config is DEPRECATED. Use pkg-config instead.
        Check XINE Version => Unsupported (1.2.6)
    Search for XINE >= 1.1.16 in /usr/local ... 
 Unable to find a compatible XINE library installation. Please make
 sure the correct version is installed including the header files.
 You can use the "--xine-prefix" option to search in an
 alternative installation directory.
Failures:
  gogglesmm: gogglesmm.SlackBuild return non-zero
I tried googling around but I wasn't able to find anything related.

Any help in this matter is greatly appreciated!

Last edited by slugman; 08-16-2015 at 01:16 PM.
 
Old 08-15-2015, 07:27 PM   #2
slugman
Member
 
Registered: Jun 2010
Location: AZ
Distribution: Slackware
Posts: 106

Original Poster
Rep: Reputation: 1
Looks like they fixed the configure script in github, and the version has jumped from 0.12.1 to 1.0.0. The slackbuild is on 0.12.1.

I'm going to try rebuilding it w/ 1.0.0 from git (stable release). Hopefully that resolves it.
 
Old 08-16-2015, 01:13 PM   #3
slugman
Member
 
Registered: Jun 2010
Location: AZ
Distribution: Slackware
Posts: 106

Original Poster
Rep: Reputation: 1
this is more complicated than I thouht... I had to do the following:
- build fox toolkit 1.7.52
- build the latest gogglesmm ( v 1.0.7 or v 1.0.4? its whatevers in stable):

(latest goggles fixes the configure script thing with xine, although it requires a >= fox-toolkit 1.7.50)

I'm really close! This is how for I get during compliation/ slackbuild stage:

Code:
    Installing /tmp/SBo/package-gogglesmm/usr/bin/gogglesmm ...
    Installing /tmp/SBo/package-gogglesmm/usr/lib/gogglesmm/libgap_alsa.so ...
    Installing /tmp/SBo/package-gogglesmm/usr/lib/gogglesmm/libgap_oss.so ...
    Installing /tmp/SBo/package-gogglesmm/usr/lib/gogglesmm/libgap_wav.so ...
    Installing /tmp/SBo/package-gogglesmm/usr/share/applications/gogglesmm.desktop
    Installing /tmp/SBo/package-gogglesmm/usr/share/gogglesmm/utils
    Installing /tmp/SBo/package-gogglesmm/usr/share/man/man1/gogglesmm.1
    Installing /tmp/SBo/package-gogglesmm/usr/share/locale/pt/LC_MESSAGES/gogglesmm.mo ...
    Installing /tmp/SBo/package-gogglesmm/usr/share/locale/hu/LC_MESSAGES/gogglesmm.mo ...
    Installing /tmp/SBo/package-gogglesmm/usr/share/locale/de/LC_MESSAGES/gogglesmm.mo ...
    Installing /tmp/SBo/package-gogglesmm/usr/share/locale/ru/LC_MESSAGES/gogglesmm.mo ...
    Installing /tmp/SBo/package-gogglesmm/usr/share/locale/es/LC_MESSAGES/gogglesmm.mo ...
    Installing /tmp/SBo/package-gogglesmm/usr/share/locale/fr/LC_MESSAGES/gogglesmm.mo ...
    Installing icons...
    Done.
gzip: /tmp/SBo/package-gogglesmm/usr/man/man?/*.?: No such file or directory
I tried:

Code:
mkdir /tmp/SBo/package-gogglesmm/usr/man
mkdir /tmp/SBo/package-gogglesmm/usr/man/man?
with no luck (is ? an allowable char for directories?). Either way, at this stage its looking for a bunch of stuff under man/man?/*.?, but can't find it

Last edited by slugman; 08-16-2015 at 01:15 PM. Reason: edit
 
Old 08-16-2015, 01:27 PM   #4
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
This is the result in slackware64-14.1 via sbopkg
Code:
fox-toolkit:
  MD5SUM check for fox-1.6.49.tar.gz ... OK
  Building package fox-toolkit-1.6.49-x86_64-1_SBo.tgz ... OK
  Installing package fox-toolkit-1.6.49-x86_64-1_SBo.tgz ... OK

gogglesmm:
  MD5SUM check for gogglesmm-0.12.1.tar.xz ... OK
  Building package gogglesmm-0.12.1-x86_64-1_SBo.tgz ... OK
  Installing package gogglesmm-0.12.1-x86_64-1_SBo.tgz ... OK
 
Old 08-16-2015, 01:43 PM   #5
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Look in /tmp/SBo/package-gogglesmm/, find correct path for that gzip command and then change the relevant line in the slackbuild accordingly.

In this case it should be:

Code:
gzip -9 $PKG/usr/share/man/man?/*.?
When updating packages ahead of the SBo repo, its relatively common that the structure in upstream packages has since changed.

Last edited by orbea; 08-16-2015 at 01:47 PM.
 
  


Reply

Tags
slackbuilds, slackware64-current, xine


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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] Slackware64-14.1, Installing firefoxESR 38.0.1 using the -current source build? gordydawg Slackware 3 05-17-2015 04:47 PM
[SOLVED] zoneminder-1.25.0 won't build in slackware64-current buckprivatemil Slackware 3 07-19-2013 08:07 PM
[SOLVED] Slackware64 -current: w3m fails to build... andrew.46 Slackware 12 06-16-2013 01:05 AM
[SOLVED] Cannot build physfs-2.0.2 on slackware64 -current andrew.46 Slackware 2 04-09-2012 10:21 PM
What changes must be made in a slackBuild from 11.x To build for Slackware64 current? Alexvader Slackware 5 12-30-2009 01:38 PM

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

All times are GMT -5. The time now is 02:19 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