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 04-26-2015, 06:40 AM   #136
BroX
Member
 
Registered: Oct 2003
Location: Sweden
Distribution: Slackware64-current, SlackwareARM-15.0
Posts: 833

Rep: Reputation: 90
Conky


The conky.Slackbuild has --enable-audacious as config option. With the current Slackware audacious-3.6.1 package the conky build fails because of a missing audclient.pc. Building conky without audacious support works well.
 
1 members found this post helpful.
Old 04-27-2015, 04:38 PM   #137
eldercitizen
Member
 
Registered: Apr 2015
Distribution: Slackware64-current
Posts: 38

Rep: Reputation: 31
pycparser should be updated to 2.12 because it doesn't seem to be working with python/cryptography 0.8, (so e.g. pip wouldn't work for me). Changing the version in SlackBuild/Info to 2.12 works without problems.
(https://github.com/eliben/pycparser/issues/76)
 
Old 05-12-2015, 12:34 AM   #138
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Dvdauthor doesn't compile in current. http://slackbuilds.org/repository/14...dia/dvdauthor/

It seems the issue could be widespread, here are some other places similar errors have been posted.
https://gist.github.com/anonymous/359d953f421094419b3c
https://arch-ci.org/extra/dvdauthor/log/

Code:
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR="\"/etc\"" -I/usr/include/libxml2 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ImageMagick-6  -I/usr/include/freetype2 -I/usr/include/fribidi  -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz   -Wall -O2 -fPIC -MT dvdpgc.o -MD -MP -MF .deps/dvdpgc.Tpo -c -o dvdpgc.o dvdpgc.c
In file included from /usr/include/string.h:634:0,
                 from dvdvml.c:40:
compat.h:147:8: error: expected identifier or ‘(’ before ‘__extension__’
 char * strndup
        ^
make[2]: *** [dvdvml.o] Error 1
make[2]: *** Waiting for unfinished jobs....
dvdcompile.c: In function ‘compileexpr’:
dvdcompile.c:163:18: warning: variable ‘canusesprm’ set but not used [-Wunused-but-set-variable]
     int isassoc, canusesprm;
                  ^
dvdcompile.c: In function ‘compilecs’:
dvdcompile.c:650:32: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
                         i2 > 0 && i2 < 128 /* jump to non-entry menu */
                                ^
dvdcompile.c:762:44: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
                   i1 == 1 /*jump to VMGM*/ && i2 >= 128 /*title*/
                                            ^
dvdcompile.c:764:63: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
                   ismenu == VTYPE_VMGM && i2 >= 128 /*title*/ && cs->i3 /*chapter/program/cell*/
                                                               ^
dvdcompile.c:1062:58: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
                         cs->i1 == 0 /*no VMGM/titleset*/ && ismenu != VTYPE_VMGM
                                                          ^
dvdcompile.c: In function ‘negateif’:
dvdcompile.c:1183:17: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
             ifs & 0x8ffffff /* remove comparison op */
                 ^
dvdcompile.c: In function ‘vm_optimize’:
dvdifo.c:87:13: warning: ‘buf_write8b’ defined but not used [-Wunused-function]
 static void buf_write8b
             ^
dvdcompile.c:1443:21: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
                     &&
                     ^
dvdcompile.c:1481:21: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
                     &&
                     ^
dvdvob.c: In function ‘transpose_ts’:
dvdvob.c:368:59: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
                     buf[17 + sysoffs] >= MPID_AUDIO_FIRST && buf[17 + sysoffs] <= MPID_VIDEO_LAST
                                                           ^
dvdauthor.c: In function ‘deletedir’:
dvdauthor.c:1218:25: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
                         &&
                         ^
mv -f .deps/dvdvmy.Tpo .deps/dvdvmy.Po
mv -f .deps/dvdpgc.Tpo .deps/dvdpgc.Po
mv -f .deps/dvdifo.Tpo .deps/dvdifo.Po
mv -f .deps/dvdcompile.Tpo .deps/dvdcompile.Po
mv -f .deps/dvdauthor.Tpo .deps/dvdauthor.Po
mv -f .deps/dvdvob.Tpo .deps/dvdvob.Po
make[2]: Leaving directory `/tmp/SBo/dvdauthor/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/SBo/dvdauthor/src'
make: *** [all-recursive] Error 1
 
Old 05-12-2015, 12:43 AM   #139
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by orbea View Post
Dvdauthor doesn't compile in current. http://slackbuilds.org/repository/14...dia/dvdauthor/
you can find the fix here
http://cgit.ponce.cc/slackbuilds/commit/?h=dvdauthor
 
Old 05-12-2015, 12:57 AM   #140
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
That works, thanks!
 
Old 05-12-2015, 02:52 AM   #141
spongetron
Member
 
Registered: Apr 2010
Distribution: Slackware
Posts: 61

Rep: Reputation: Disabled
gst-plugins-ugly (0.10.19)

gst-plugins-ugly (0.10.19) cannot be compiled in current after the latest updates.

One needs to apply the following patch to compile it successfully: http://www.linuxfromscratch.org/patc..._fixes-1.patch
 
Old 05-12-2015, 02:59 AM   #142
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
it's already fixed in my personal repository

http://cgit.ponce.cc/slackbuilds/com...t-plugins-ugly
 
1 members found this post helpful.
Old 05-12-2015, 12:04 PM   #143
arsivci0
Member
 
Registered: Nov 2013
Location: Antalya
Distribution: Slackware64 current
Posts: 119

Rep: Reputation: 23
Comix

Comix fails to compile, whining about missing Python Image Library.
 
Old 05-12-2015, 12:19 PM   #144
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
on slackware current the python image library (pil), which hadn't a release in 6 years, has been substituted by its maintained fork, python-pillow.
as comix has not been updated too since 6 years most probably has problems in recognizing the new version.
I think the best option for you, waiting for eventual patches (if they exist/have been written by anybody), is to move (like I have personally done since some time) to its fork mcomix that, unlike the original, is actively maintained.

Last edited by ponce; 05-12-2015 at 12:31 PM. Reason: grammar and punctuation
 
2 members found this post helpful.
Old 05-12-2015, 12:27 PM   #145
arsivci0
Member
 
Registered: Nov 2013
Location: Antalya
Distribution: Slackware64 current
Posts: 119

Rep: Reputation: 23
Quote:
Originally Posted by ponce View Post
on slackware current the python image library (pil), which hadn't a release in 6 years, has been substituted by its maintained fork, python-pillow.
as comix is not updated too since 6 years most probably has problems in recognizing the new version.
I think the best option for you, waiting for eventual patches (if they exist/has been written by anybody), is to move (like I have personally done since some time) to its fork, mcomix that, unlike the original, is actively maintained.
I am aware of the python-pillow; tried a couple of things to make comix work with it, no success, though.

Thanks for the tip re mcomix.
 
Old 05-14-2015, 06:27 AM   #146
Qury
Member
 
Registered: Feb 2004
Location: Naas,IE
Distribution: Slackware
Posts: 212

Rep: Reputation: 184Reputation: 184
@Ponce
for whatever reason i have an issue with the latest speex package.
It builds fine, but then any other package that is used by speex fails to build (alsa-plugin as an example)
When i downgrade speex to Speex 1.2rc1 things magically build fine and work fine.

This is on current (20150512)
 
Old 05-14-2015, 07:06 AM   #147
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
thanks Qury for pointing this out, looks like a bug in the newer version of speex: I just pushed a patch on SBo that should go in the next public update

http://slackbuilds.org/cgit/slackbui...107e821483be24

rebuild/reinstall speex after having applied those modifications and then alsa-plugins should build fine.
 
1 members found this post helpful.
Old 06-12-2015, 12:53 PM   #148
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Netsurf doesn't build in slackware current (I checked ponce's repo too).

Code:
mkdir -p /tmp/SBo/netsurf-all-3.3/inst-gtk/include
mkdir -p /tmp/SBo/netsurf-all-3.3/inst-gtk/lib
mkdir -p /tmp/SBo/netsurf-all-3.3/inst-gtk/bin
make install --directory=buildsystem HOST=x86_64-slackware-linux PREFIX=/tmp/SBo/netsurf-all-3.3/inst-gtk DESTDIR=
make[1]: Entering directory `/tmp/SBo/netsurf-all-3.3/buildsystem'
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
mkdir -p /tmp/SBo/netsurf-all-3.3/inst-gtk/share/netsurf-buildsystem/makefiles /tmp/SBo/netsurf-all-3.3/inst-gtk/share/netsurf-buildsystem/testtools /tmp/SBo/netsurf-all-3.3/inst-gtk/share/netsurf-buildsystem/citools
for M in Makefile.top Makefile.tools Makefile.subdir Makefile.pkgconfig Makefile.clang Makefile.gcc Makefile.norcroft Makefile.open64; do \n	cp makefiles/$M /tmp/SBo/netsurf-all-3.3/inst-gtk/share/netsurf-buildsystem/makefiles/; \ndone
for T in testrunner.pl; do \n	cp testtools/$T /tmp/SBo/netsurf-all-3.3/inst-gtk/share/netsurf-buildsystem/testtools/; \ndone
for C in jenkins-build.sh; do \n	cp citools/$C /tmp/SBo/netsurf-all-3.3/inst-gtk/share/netsurf-buildsystem/citools/; \ndone
make[1]: Leaving directory `/tmp/SBo/netsurf-all-3.3/buildsystem'
make install --directory=libwapcaplet HOST=x86_64-slackware-linux PREFIX=/tmp/SBo/netsurf-all-3.3/inst-gtk DESTDIR=
make[1]: Entering directory `/tmp/SBo/netsurf-all-3.3/libwapcaplet'
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
 COMPILE: src/libwapcaplet.c
In file included from /usr/include/stdlib.h:24:0,
                 from src/libwapcaplet.c:9:
/usr/include/features.h:148:3: error: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Werror=cpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
cc1: all warnings being treated as errors
make[1]: *** [build-x86_64-slackware-linux-x86_64-slackware-linux-release-lib-static/src_libwapcaplet.o] Error 1
make[1]: Leaving directory `/tmp/SBo/netsurf-all-3.3/libwapcaplet'
make: *** [/tmp/SBo/netsurf-all-3.3/inst-gtk/build-stamp] Error 2
http://slackbuilds.org/repository/14...search=netsurf
https://github.com/Ponce/slackbuilds...etwork/netsurf

The different build options and the patch don't seem to make much of a difference. Here is someone else that seems to have had similar issues, but it was never resolved as far as I can tell.

http://comments.gmane.org/gmane.comp...rf.devel/10184
 
Old 06-12-2015, 12:56 PM   #149
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
Did you try running 'autoreconf -f' in the script before ./configure?
 
Old 06-12-2015, 01:02 PM   #150
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
No, there is no ./configure, have you looked at the script?

To humor the idea I tried it anyways.

Code:
autoreconf: 'configure.ac' or 'configure.in' is required
 
  


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 12:52 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