LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 02-19-2015, 11:57 PM   #91
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175

http://cgit.ponce.cc/slackbuilds/commit/?h=libbonobo

here I removed the srcdir macro with a patch to make the new autotools happy, as debian and fedora do.

https://bugs.debian.org/cgi-bin/bugr...cgi?bug=713695
http://pkgs.fedoraproject.org/cgit/l...8dc53fa5f34c52
 
Old 02-20-2015, 12:56 AM   #92
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
Thanks ponce. Tomorrow I'll grab the package and try it out.

I'm still finding some hiccups here and there (mostly missing dependencies not in SBo), but the only major hiccup has been glib and trying to rebuild haldaemon (for my own usage). I have a note in my repository about it. Seems that the glib developers inserted a nice little surprise in the headers about trying to use a code definition.
 
Old 02-20-2015, 07:24 AM   #93
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
I ran into some issues with SweetHome3d. Initially, I was running Eric's OpenJDK, but switched to the latest build of JDK I had on the machine (7u65) to double check and neither allowed the program to start. I ended up needing to use the non-modified launching script (the file in /usr/bin is modified by the slackbuild) within the source directory which pointed to the internal JRE6 version.

Can someone who has the latest JDK installed test it and see if it works or is broken?

If you want to try the built in version, you can go into the source directory and run the SweetHome3d file or comment out the following in the slackbuild.

Code:
# Set program location and use global java
sed -i $PKG/usr/bin/SweetHome3D \
  -e "s,\"\$PROGRAM_DIR\"/jre1.6.0_45/bin/java,/usr/lib${LIBDIRSUFFIX}/java/bin/java,g" \
  -e "s,\"\$PROGRAM_DIR\"/jre1.6.0_45/lib,/usr/lib${LIBDIRSUFFIX}/java/jre/lib,g" \
  -e "s,\"\$PROGRAM_DIR\"/lib,/usr/share/$PRGNAM,g"
Also, while testing, I did try the 4.6 version which behaves the same as the 4.5 that is used in the slackbuild (I'm running 4.6 now by using the internal JRE6 included with the program). Upgrading to 4.6 should be non-trivial once the kinks of launching the program are ironed out.

As a side note, any other recommendations for good software that does floorplans?
 
Old 02-20-2015, 07:29 AM   #94
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
works fine here with SBo's jdk.
 
1 members found this post helpful.
Old 02-20-2015, 08:31 AM   #95
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 ponce View Post
works fine here with SBo's jdk.
Thanks, I'll submit a bug report to them about the issues with openjdk.
 
Old 02-20-2015, 04:21 PM   #96
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
That fix works ponce for libbonobo. Good work.
 
Old 03-12-2015, 10:56 PM   #97
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
Source for knemo is no longer available on kde-apps.org (looks like the domain might be down). Debian has mirrored the source with a slightly different name.

http://ftp.de.debian.org/debian/pool...6.orig.tar.bz2 (MD5 42b35d4d48698a2f514adeb2ca872408)
 
Old 03-13-2015, 01:01 AM   #98
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
the source is working just fine. I just tested here
 
1 members found this post helpful.
Old 03-13-2015, 07:54 AM   #99
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
It's working fine for me now too. I wonder if it was just down last night... I even checked kde-apps.org, and it timed out.

Thanks for checking, willysr
 
Old 03-15-2015, 03:17 PM   #100
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
I was getting issues when trying to build irrlicht.

Code:
In file included from COpenGLDriver.h:25:0,
                 from COpenGLDriver.cpp:5:
COpenGLExtensionHandler.h:1236:3: error: ‘PFNGLBLENDEQUATIONPROC’ does not name a type
   PFNGLBLENDEQUATIONPROC pGlBlendEquation;
   ^
COpenGLExtensionHandler.h: In member function ‘void irr::video::COpenGLExtensionHandler::extGlBlendEquation(GLenum)’:
COpenGLExtensionHandler.h:2566:6: error: ‘pGlBlendEquation’ was not declared in this scope
  if (pGlBlendEquation)
      ^
make: *** [COpenGLDriver.o] Error 1
make: Leaving directory `/tmp/SBo/irrlicht-1.8.1/source/Irrlicht'
After some searching I found this thread, basically replace glext.h in "source/Irrlicht/" with this and it builds! (I just wanted to record this somewhere)
 
Old 03-15-2015, 05:23 PM   #101
larryhaja
Member
 
Registered: Jul 2008
Distribution: Slackware 13.1
Posts: 305

Rep: Reputation: 80
Quote:
Originally Posted by orbea View Post
I was getting issues when trying to build irrlicht.

Code:
In file included from COpenGLDriver.h:25:0,
                 from COpenGLDriver.cpp:5:
COpenGLExtensionHandler.h:1236:3: error: ‘PFNGLBLENDEQUATIONPROC’ does not name a type
   PFNGLBLENDEQUATIONPROC pGlBlendEquation;
   ^
COpenGLExtensionHandler.h: In member function ‘void irr::video::COpenGLExtensionHandler::extGlBlendEquation(GLenum)’:
COpenGLExtensionHandler.h:2566:6: error: ‘pGlBlendEquation’ was not declared in this scope
  if (pGlBlendEquation)
      ^
make: *** [COpenGLDriver.o] Error 1
make: Leaving directory `/tmp/SBo/irrlicht-1.8.1/source/Irrlicht'
After some searching I found this thread, basically replace glext.h in "source/Irrlicht/" with this and it builds! (I just wanted to record this somewhere)
This only applies to Slackware current with the newer mesa 10.x package. Gentoo has a patch for it here.
 
Old 03-15-2015, 10:23 PM   #102
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
If it targets -Current then by all means, if the patch is needed, then it's needed. This thread is about fixing packages against -Current in SBo. This fixes should apply to 14.1 equally, but the argument is getting SBo ready for 14.2 or whatever is coming.
 
Old 03-16-2015, 01:47 AM   #103
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
thanks Larry for the patch: I added it to a dedicated branch of my personal repository for -current, will go in the main "current" branch of it at the next update.
 
Old 03-16-2015, 02:54 AM   #104
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
I may have come across one instance that probably isn't covered in the "oss" package on SBo.

Several alsa using apps regardless of what is done, don't like to work with oss. After oss is installed, shouldn't alsa-libs be rebuilt against oss to support oss calls in libasound2.so so that the audio is properly supported? Does this require a patch, similar to how FreeBSD operates, or will alsa-libs rebuild cleanly against oss without problems?
 
Old 03-16-2015, 03:24 AM   #105
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
I don't use OSS, but have you checked

http://www.opensound.com/wiki/index....ions_for_OSSv4

and in particular

http://www.opensound.com/wiki/index....nd.so.2_errors
 
  


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 09:29 AM.

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