[Slackbuilds-users] krb5 SlackBuild fails with Tcl 8.6.0

2013-06-08 Thread Mats Bertil Tegner
Hi, krb5 fails to build with Tcl 8.6.0 under -current. Add these lines to krb5.SlackBuild after cd $PRGNAM-$VERSION/src and it builds nicely: #TCL 8.6 build fix sed -e s@python2.5/Python.h@ python2.7/Python.h@g \ -e s@-lpython2.5]@,\n AC_CHECK_LIB(python2.7,main,[PYTHON_LIB=-lpython2.7])@g

Re: [Slackbuilds-users] krb5 SlackBuild fails with Tcl 8.6.0

2013-06-08 Thread Willy Sudiarto Raharjo
krb5 fails to build with Tcl 8.6.0 under -current. Add these lines to krb5.SlackBuild after cd $PRGNAM-$VERSION/src and it builds nicely: #TCL 8.6 build fix sed -e s@python2.5/Python.h@ python2.7/Python.h@g \ -e s@-lpython2.5]@,\n

Re: [Slackbuilds-users] Updates - 20130605.1

2013-06-08 Thread Audrius Kažukauskas
On Wed, 2013-06-05 at 03:33:36 -0500, Robby Workman wrote: It's been seven years since we decided to give this idea a shot, so thanks for all of your support over that time. Here's hoping for at least seven more productive years... I'm not really good at saying these things, but

Re: [Slackbuilds-users] krb5 SlackBuild fails with Tcl 8.6.0

2013-06-08 Thread Mats Bertil Tegner
On 06/08/2013 09:03 AM, Willy Sudiarto Raharjo wrote: krb5 fails to build with Tcl 8.6.0 under -current. Add these lines to krb5.SlackBuild after cd $PRGNAM-$VERSION/src and it builds nicely: #T.L 8.6 build fix sed -e s@python2.5/Python.h@ python2.7/Python.h@g \ -e

[Slackbuilds-users] povray problem S64-current

2013-06-08 Thread Ivan Pavicevic
Hi! I just noticed that povray returns error about boostlib. Recently I updated system to fresh (Jun, 04.) Slackware64-current. And here is povrays' message: checking for boostlib = 1.37... yes checking whether the Boost::Thread library is available... yes checking for exit in -lboost_thread...

Re: [Slackbuilds-users] povray problem S64-current

2013-06-08 Thread Willy Sudiarto Raharjo
Hi! I just noticed that povray returns error about boostlib. Recently I updated system to fresh (Jun, 04.) Slackware64-current. And here is povrays' message: checking for boostlib = 1.37... yes checking whether the Boost::Thread library is available... yes checking for exit in

Re: [Slackbuilds-users] povray problem S64-current

2013-06-08 Thread Ivan Pavicevic
I know, povray was pretty happy on 14.0.. but, has anyone faced similar problem, and is there any suggestion how to get over it... I'll try on LQ, but as this is slackware connected issue, first step was to check with SBo community. On Sat, Jun 8, 2013 at 3:24 PM, Willy Sudiarto Raharjo

Re: [Slackbuilds-users] povray problem S64-current

2013-06-08 Thread Greg' Ar Tourter
There is nothing normal about a package not compiling on something. The fact that SBo doesn't support -current only means that there is no guaranty that a package will compile, not that packages are sure not to compile. now looking around, the version of boost on -current seems to require an

Re: [Slackbuilds-users] povray problem S64-current

2013-06-08 Thread Ivan Pavicevic
Thanks Greg! Finally, povray is here. I just quickly modifed SB script as: ... elif [ $ARCH = x86_64 ]; then SLKCFLAGS=-fPIC -lboost_system to try if it works, but it's a good hint for povray.SlackBuild maintainer to get a look at LDFLAGS. Thanks again, and cheers :) On Sat, Jun 8, 2013 at

Re: [Slackbuilds-users] povray problem S64-current

2013-06-08 Thread Mats Bertil Tegner
On 06/08/2013 05:21 PM, Ivan Pavicevic wrote: Thanks Greg! Finally, povray is here. I just quickly modifed SB script as: ... elif [ $ARCH = x86_64 ]; then SLKCFLAGS=-fPIC -lboost_system to try if it works, but it's a good hint for povray.SlackBuild maintainer to get a look at LDFLAGS. Thanks

Re: [Slackbuilds-users] povray problem S64-current

2013-06-08 Thread Niels Horn
On Sat, Jun 8, 2013 at 6:48 PM, Ivan Pavicevic ivan...@gmail.com wrote: Thanks Mats, I'll remember that. Povray is only addition to Jmol for more beautiful protein models, and I rarely use it. But, it is a useful info for me, because I'm planning to write SB scripts for several biochemistry