LinuxQuestions.org
Visit Jeremy's Blog.
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


Reply
  Search this Thread
Old 05-19-2020, 04:20 AM   #2731
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174

Quote:
Originally Posted by brobr View Post
Not so much building, but running: since the pam inclusion of yesterday:
Code:
bash-5.0$ /etc/rc.d/rc.clamav start
Starting clamd daemon:  /usr/sbin/clamd chown: changing ownership of '/var/run/clamav/': Operation not permitted
chmod: changing permissions of '/var/run/clamav/': Operation not permitted
LibClamAV Warning: Detected duplicate databases /var/lib/clamav/main.cvd and /var/lib/clamav/main.cld, please manually remove one of them
One of the first lines of /etc/rc.d/rc.clamav start is a chown...

freshclam works

EDIT: latest clamav-0.102.3
I don't have those errors...
could it be because you are starting the daemon as user (I'm judging by the prompt you pasted)?
 
Old 05-19-2020, 05:49 AM   #2732
brobr
Member
 
Registered: Oct 2003
Location: uk
Distribution: Slackware
Posts: 974

Rep: Reputation: 238Reputation: 238Reputation: 238
Thanks, another false alarm from my end;-( all seems to be working now ;-)
 
Old 05-19-2020, 08:30 PM   #2733
hpfeil
Member
 
Registered: Nov 2010
Location: Tucson, Arizona US
Distribution: Slackware Current
Posts: 354
Blog Entries: 1

Rep: Reputation: Disabled
cinelerra administrivia

One of the ./configure options in cinelerra.SlackBuild is "--with-plugindir."
Should not that be "--with-plugin-dir"?
 
Old 05-20-2020, 03:59 AM   #2734
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by hpfeil View Post
One of the ./configure options in cinelerra.SlackBuild is "--with-plugindir."
Should not that be "--with-plugin-dir"?
yes, thanks for pointing this out: it seems like in the git version of cinelerra-gg, to which I have to switch because the old one won't build on current, this option has silently changed.
 
Old 05-22-2020, 07:41 PM   #2735
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
nss-pam-ldapd was added in -current. Sorry if you already removed it and I didn't see.
 
Old 05-22-2020, 10:29 PM   #2736
hpfeil
Member
 
Registered: Nov 2010
Location: Tucson, Arizona US
Distribution: Slackware Current
Posts: 354
Blog Entries: 1

Rep: Reputation: Disabled
mpich

mpich.SlackBuild failed during configure with this error message: "The Fortran compiler gfortran will not compile files that call the same routine with arguments of different types." I traced the problem to a legacy configure test. The package builds with FFLAGS="-fallow-argument-mismatch", but "Using this option is strongly discouraged." --https://gcc.gnu.org/onlinedocs/gfortran/Fortran-Dialect-Options.html
This issue is discussed here: https://github.com/pmodels/mpich/issues/4300

Temporary work-around.
Code:
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
FC="gfortran" \
FFLAGS="-fallow-argument-mismatch" \
./configure \
 
Old 05-23-2020, 12:54 AM   #2737
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by hpfeil View Post
mpich.SlackBuild failed during configure with this error message: "The Fortran compiler gfortran will not compile files that call the same routine with arguments of different types." I traced the problem to a legacy configure test. The package builds with FFLAGS="-fallow-argument-mismatch", but "Using this option is strongly discouraged." --https://gcc.gnu.org/onlinedocs/gfortran/Fortran-Dialect-Options.html
This issue is discussed here: https://github.com/pmodels/mpich/issues/4300

Temporary work-around.
Code:
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
FC="gfortran" \
FFLAGS="-fallow-argument-mismatch" \
./configure \
as it seems to build fine here I suspect what I wrote a few posts above applies to this too
Quote:
Originally Posted by ponce View Post
could it be you forgot to say that you are using gcc-10.x from /testing?
[...]
I started to push some patches to the repository for gcc-10.x but I will stop until it will get out of /testing and into the distribution, so please don't report other building issues in this topic if you have it installed.
 
1 members found this post helpful.
Old 05-23-2020, 01:25 AM   #2738
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by montagdude View Post
nss-pam-ldapd was added in -current. Sorry if you already removed it and I didn't see.
yep, did it 4 days ago

http://cgit.ponce.cc/slackbuilds/com...=nss-pam-ldapd
 
1 members found this post helpful.
Old 05-23-2020, 11:14 AM   #2739
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 858

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
fltk is in Slackware now, so I think it should be removed. Thanks!
 
1 members found this post helpful.
Old 05-23-2020, 11:21 AM   #2740
hpfeil
Member
 
Registered: Nov 2010
Location: Tucson, Arizona US
Distribution: Slackware Current
Posts: 354
Blog Entries: 1

Rep: Reputation: Disabled
Quote:
Originally Posted by ponce View Post
as it seems to build fine here I suspect what I wrote a few posts above applies to this too
Yes, indeed. I didn't read #2723 on the previous page. I did not realize Slackware-current was still using the March 2020 version, since gcc 10 came out over a fortnight ago. My bad. I last used fortran in the 70's, so when I saw the error message, I went to the gcc.gnu.org gfortran manual without realizing that it was version 10. I'll go away now.

Obquote: "Sorry about that!" -Maxwell Smart, Secret Agent 86.
 
Old 05-23-2020, 11:36 AM   #2741
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by sombragris View Post
fltk is in Slackware now, so I think it should be removed. Thanks!
it's still in /extra, but it was also with 14.2: as it's a dependency of stuff on SBo it's also there (and in this repository), like jdk (for example).
 
2 members found this post helpful.
Old 05-24-2020, 05:28 AM   #2742
MDKDIO
Member
 
Registered: Mar 2004
Location: Sweden
Distribution: Slackware 15
Posts: 521

Rep: Reputation: 187Reputation: 187
inkscape 1.0 not building

1. Error inkscape.SlackBuild line 64, cd $PRGNAM-$VERSION could not be found
Line should be cd $PRGNAM-$VERSION$PRGSUB

2. Add line PRGSUB=_2020-05-01_4035a4fb49 after PRGNAM=inkscape
And it'll work

in short:
add line 24 = PRGSUB=_2020-05-01_4035a4fb49
change line 65 (once added line 24) to = cd $PRGNAM-$VERSION$PRGSUB
 
Old 05-24-2020, 06:29 AM   #2743
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by MDKDIO View Post
inkscape 1.0 not building

1. Error inkscape.SlackBuild line 64, cd $PRGNAM-$VERSION could not be found
Line should be cd $PRGNAM-$VERSION$PRGSUB

2. Add line PRGSUB=_2020-05-01_4035a4fb49 after PRGNAM=inkscape
And it'll work

in short:
add line 24 = PRGSUB=_2020-05-01_4035a4fb49
change line 65 (once added line 24) to = cd $PRGNAM-$VERSION$PRGSUB
I don't think you are using the scripts from this repository, because here the SlackBuild has been amended to not use $PRGSUB at all

http://cgit.ponce.cc/slackbuilds/commit/?h=inkscape
 
Old 05-24-2020, 07:00 AM   #2744
MDKDIO
Member
 
Registered: Mar 2004
Location: Sweden
Distribution: Slackware 15
Posts: 521

Rep: Reputation: 187Reputation: 187
I used the scripts from https://github.com/Ponce/slackbuilds...phics/inkscape
and source file from here https://inkscape.org/gallery/item/18...ape-1.0.tar.xz
 
Old 05-24-2020, 07:41 AM   #2745
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by MDKDIO View Post
the script there

https://github.com/Ponce/slackbuilds...ape.SlackBuild

doesn't use $PRGSUB anywhere because the source linked in the inkscape.info file has been taken from their git and is hosted elsewhere

https://github.com/Ponce/slackbuilds.../inkscape.info
 
  


Reply

Tags
current, sbo, sbopkg, slackrepo



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] Error building gst1-plugins-good 1.4.1 from SBO l0rddarkf0rce Slackware 4 10-06-2014 05:58 PM
[SOLVED] Failure building nvidia-kernel Slackbuild from SBo sysfce2 Slackware 7 07-02-2011 01:10 AM
problems building fontforge from SBo gtludwig Slackware 7 05-12-2010 01:52 PM
Pls help me take my 1st step! verysoon Fedora - Installation 2 12-12-2005 07:49 AM

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

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