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


Reply
  Search this Thread
Old 05-26-2021, 09:14 AM   #3901
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 855

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383

This is a friendly reminder, and ponce: please feel free to remove if inappropriate or better suited to another thread.

claws-mail users: you should rebuild.

I began to have all sorts of strange crashes on the software. I was able to pinpoint those traces to the Perl plugin. Was about to file a serious bug report upstream when it dawned to me that Pat just recently updated perl and so it should be recompiled.

I rebuilt the package and all problems went away. So, I advise to rebuild, especially to those who have the Perl plugin loaded. After rebuilding claws was as stable as ever.

Last edited by sombragris; 05-26-2021 at 09:22 AM.
 
Old 05-26-2021, 04:00 PM   #3902
M0M0
Member
 
Registered: Sep 2020
Location: Germany
Distribution: Slackware
Posts: 230

Rep: Reputation: 20
Quote:
Originally Posted by ponce View Post
that happens because you haven't log out and log in again from your root session after having installed google-go-lang.
Thanks for the quick reply. But it still happens even after rebooting the machine. Could this be caused by running multilib? You mentioned that this could lead to problems..
 
Old 05-26-2021, 06:06 PM   #3903
ArTourter
Member
 
Registered: Oct 2010
Location: Frome, UK
Distribution: Slackware, CentOS, Rocky
Posts: 66

Rep: Reputation: 29
Quote:
Originally Posted by ponce View Post
could you please send me a patch? thanks in advance, Greg!
Sure, here it is.

skypeforlinux.patch.txt
 
Old 05-27-2021, 12:55 PM   #3904
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 M0M0 View Post
Thanks for the quick reply. But it still happens even after rebooting the machine. Could this be caused by running multilib? You mentioned that this could lead to problems..
no, the error happens because you are still using gcc's go and not the go compiler from google-go-lang, the error is clear
Quote:
go build -trimpath "-mod=vendor" "-buildmode=pie" -tags "seccomp" -ldflags "-X main.gitCommit=12644e614e25b05da6fd08a38ffa0cfe1903fdec -X main.version=1.0.0-rc93 " -o runc .
go build: when using gccgo toolchain, please pass linker flags using -gccgoflags, not -ldflags
so check that you have installed correctly google-go-lang and the output (from the root shell from which you are trying to build runc) of
Code:
set | grep GOROOT
 
Old 05-27-2021, 12:55 PM   #3905
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 ArTourter View Post
Sure, here it is.

Attachment 36470
thanks, pushed to SBo's git!
 
1 members found this post helpful.
Old 05-31-2021, 03:30 AM   #3906
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 900

Rep: Reputation: 153Reputation: 153
VTK fails to build

Quote:
[ 68%] Building CXX object Wrapping/Python/CMakeFiles/vtkIOAMRPythonD.dir/vtkIOAMRPythonInitImpl.cxx.o
/home/packages/tmp/SBo/VTK-8.2.0/Rendering/FreeType/vtkFreeTypeTools.cxx:391:1: error: expected constructor, destructor, or type conversion before 'vtkFreeTypeToolsFaceRequester'
391 | vtkFreeTypeToolsFaceRequester(FTC_FaceID face_id,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 68%] Linking CXX shared library ../../lib/libvtkFiltersFlowPathsPython27D.so
/home/packages/tmp/SBo/VTK-8.2.0/Rendering/FreeType/vtkFreeTypeTools.cxx: In member function 'virtual FT_Error vtkFreeTypeTools::CreateFTCManager()':
/home/packages/tmp/SBo/VTK-8.2.0/Rendering/FreeType/vtkFreeTypeTools.cxx:1252:26: error: 'vtkFreeTypeToolsFaceRequester' was not declared in this scope; did you mean 'vtkFreeTypeToolsCleanupCounter'?
1252 | vtkFreeTypeToolsFaceRequester,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| vtkFreeTypeToolsCleanupCounter
[ 68%] Built target vtkFiltersFlowPathsPythonD
[ 68%] Building CXX object Domains/Chemistry/CMakeFiles/vtkDomainsChemistry.dir/vtkBlueObeliskData.cxx.o
make[2]: *** [Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/build.make:90: Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/vtkFreeTypeTools.cxx.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:4747: Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 68%] Building CXX object Domains/Chemistry/CMakeFiles/vtkDomainsChemistry.dir/vtkBlueObeliskDataParser.cxx.o

Applied the first patch from here https://gitlab.kitware.com/vtk/vtk/-/issues/18033

Now compiles successfully.
 
Old 05-31-2021, 04:06 AM   #3907
chris.willing
Member
 
Registered: Jun 2014
Location: Brisbane, Australia
Distribution: Slackware,LFS
Posts: 915

Rep: Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619
Quote:
Originally Posted by aikempshall View Post
VTK fails to build




Applied the first patch from here https://gitlab.kitware.com/vtk/vtk/-/issues/18033

Now compiles successfully.
VTK for -current (now master at SBo) was updated recently for VTK-9.0.1 whereas your failed build looks like VTK-8.2.0.

chris
 
Old 05-31-2021, 05:15 AM   #3908
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 900

Rep: Reputation: 153Reputation: 153
Quote:
Originally Posted by chris.willing View Post
VTK for -current (now master at SBo) was updated recently for VTK-9.0.1 whereas your failed build looks like VTK-8.2.0.

chris

Thanks Chris. Should I be looking elsewhere for updates?

For some reason I was cloning from https://github.com/Ponce/slackbuilds.git which was where I found the VTK-8.2.0

I've changed to clone from https://github.com/Ponce/slackbuilds and now found VTK-9.0.1

Am I now on the right path and looking in the right place?
 
Old 05-31-2021, 07:59 AM   #3909
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 aikempshall View Post
Thanks Chris. Should I be looking elsewhere for updates?

For some reason I was cloning from https://github.com/Ponce/slackbuilds.git which was where I found the VTK-8.2.0

I've changed to clone from https://github.com/Ponce/slackbuilds and now found VTK-9.0.1

Am I now on the right path and looking in the right place?
the link was correct also before, it's just that I have updated it after your first try...
 
Old 05-31-2021, 05:49 PM   #3910
frtorres
Member
 
Registered: Jul 2012
Distribution: Debian kanotix, Slackware
Posts: 87

Rep: Reputation: Disabled
fail2ban small changes required.

Hi Ponce.

I just installed fail2ban. It Compiled ok.

I had to make these changes to a config file:

Code:
file: config/paths-slackware.conf
       apache_error_log = /var/log/httpd/*error.log
to
       apache_error_log = /var/log/httpd/*error_log

AND
       apache_access_log = /var/log/httpd/*access.log
to
       apache_access_log = /var/log/httpd/*access_log
as apache slackware 14.2-current log files now points to those locations.

I should had sent a patch file in this case but I do not have enough experience handling original/modified (diff -u ) to generate the patch correctly to apply. Please let me know how to do it so I can make it next time.

Finally, there is a new stable version: fail2ban ver. 0.11.2 (2020/11/23).

I sent an email with this comments to fail2ban maintainer Nishant Limbachia. It seems there are problems with his email.

Thanks for your support.

Francisco.
 
Old 06-01-2021, 12:42 AM   #3911
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 frtorres View Post
Hi Ponce.

I just installed fail2ban. It Compiled ok.

I had to make these changes to a config file:

Code:
file: config/paths-slackware.conf
       apache_error_log = /var/log/httpd/*error.log
to
       apache_error_log = /var/log/httpd/*error_log

AND
       apache_access_log = /var/log/httpd/*access.log
to
       apache_access_log = /var/log/httpd/*access_log
as apache slackware 14.2-current log files now points to those locations.

I should had sent a patch file in this case but I do not have enough experience handling original/modified (diff -u ) to generate the patch correctly to apply. Please let me know how to do it so I can make it next time.

Finally, there is a new stable version: fail2ban ver. 0.11.2 (2020/11/23).

I sent an email with this comments to fail2ban maintainer Nishant Limbachia. It seems there are problems with his email.

Thanks for your support.

Francisco.
Hi Francisco,

you can find Nishant's new address in the phpmyadmin script that he maintains: please report him also about his old email if it isn't working.
 
1 members found this post helpful.
Old 06-01-2021, 01:56 AM   #3912
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 900

Rep: Reputation: 153Reputation: 153
Quote:
Originally Posted by ponce View Post
the link was correct also before, it's just that I have updated it after your first try...
Thanks to you and the team for all the great work anbd keeping it all together.
 
Old 06-02-2021, 02:46 AM   #3913
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 900

Rep: Reputation: 153Reputation: 153
qt-creator 4.13.3 fails to compile with

Quote:
g++ -c -O2 -fPIC -Wno-noexcept-type -O2 -O2 -fPIC -std=gnu++1y -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wextra -D_REENTRANT -fPIC -DQBS_ENABLE_PROJECT_FILE_UPDATES -D'RELATIVE_PLUGIN_PATH="../
lib64/qtcreator/plugins"' -D'RELATIVE_LIBEXEC_PATH="../libexec/qtcreator"' -D'RELATIVE_DATA_PATH="../share/qtcreator"' -D'RELATIVE_DOC_PATH="../doc/qt-creator-4.13.3"' -DIDE_LIBRARY_BASENAME="lib64" -DQT_
CREATOR -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_CAST_TO_ASCII -DQT_RESTRICTED_CAST_FROM_ASCII -DQT_DISABLE_DEPRECATED_BEFORE=0x050900 -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -DQMAKE_AS_LIBRARY
-DPROPARSER_THREAD_SAFE -DPROEVALUATOR_THREAD_SAFE -DPROEVALUATOR_CUMULATIVE -DPROEVALUATOR_DUAL_VFS -DPROEVALUATOR_SETENV -DQBSPROJECTMANAGER_LIBRARY -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB
-DQT_CONCURRENT_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../../src -I../../../src -I../../libs -I/home/packages/tmp/SBo/qt-creator-4.13.3/tools -I../../plugins -I../../libs -I../../libs/3rdpart
y -I../../shared -I../../libs/3rdparty/syntax-highlighting/src/lib -I../../libs/3rdparty/syntax-highlighting/autogenerated/src/lib -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGu
i -I/usr/include/qt5/QtConcurrent -I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtCore -I.moc/release-shared -I.uic -I/usr/lib64/qt5/mkspecs/linux-g++ -o .obj/release-shared/qbspr
ojectparser.o qbsprojectparser.cpp
clangformatutils.cpp: In function 'clang::format::FormatStyle ClangFormat::qtcStyle()':
clangformatutils.cpp:54:41: error: cannot convert 'bool' to 'clang::format::FormatStyle::AlignConsecutiveStyle' in assignment
54 | style.AlignConsecutiveAssignments = false;
| ^~~~~
clangformatutils.cpp:55:42: error: cannot convert 'bool' to 'clang::format::FormatStyle::AlignConsecutiveStyle' in assignment
55 | style.AlignConsecutiveDeclarations = false;
| ^~~~~
clangformatutils.cpp:118:59: warning: missing initializer for member 'clang::tooling::IncludeStyle::IncludeCategory::SortPriority' [-Wmissing-field-initializers]
118 | style.IncludeStyle.IncludeCategories = {{"^<Q.*", 200}};
| ^
clangformatutils.cpp:118:59: warning: missing initializer for member 'clang::tooling::IncludeStyle::IncludeCategory::RegexIsCaseSensitive' [-Wmissing-field-initializers]
make[3]: *** [Makefile:1323: .obj/release-shared/clangformatutils.o] Error 1
make[3]: Leaving directory '/home/packages/tmp/SBo/qt-creator-4.13.3/src/plugins/clangformat'
make[2]: *** [Makefile:153: sub-clangformat-make_first] Error 2
make[2]: *** Waiting for unfinished jobs....
Bounced to 4.15.0 which compiled successfully.

btw 4.14.2 failed to compile for the same reason as 4.13.3
 
Old 06-03-2021, 05:12 AM   #3914
Pixxt
Member
 
Registered: May 2008
Distribution: Slackware, Debian,
Posts: 283

Rep: Reputation: 185Reputation: 185
gst-plugins-bad-1.18.4 fails to compile

Code:
[641/925] Compiling C object ext/hls/libgsthls.so.p/gsthlssink.c.o
[642/925] Compiling C object ext/fluidsynth/libgstfluidsynthmidi.so.p/gstfluiddec.c.o
[643/925] Compiling C object ext/hls/libgsthls.so.p/gsthlssink2.c.o
[644/925] Compiling C object ext/hls/libgsthls.so.p/gsthlsdemux.c.o
../ext/hls/gsthlsdemux.c: In function ‘gst_hls_demux_update_fragment_info’:
../ext/hls/gsthlsdemux.c:1127:3: warning: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
 1127 |   hlsdemux_stream->current_iv = g_memdup (file->iv, sizeof (file->iv));
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:82,
                 from /usr/include/gstreamer-1.0/gst/gst.h:27,
                 from /usr/include/gstreamer-1.0/gst/base/gsttypefindhelper.h:27,
                 from ../ext/hls/gsthlsdemux.c:45:
/usr/include/glib-2.0/glib/gstrfuncs.h:257:23: note: declared here
  257 | gpointer              g_memdup         (gconstpointer mem,
      |                       ^~~~~~~~
[645/925] Compiling C object ext/hls/libgsthls.so.p/m3u8.c.o
ninja: build stopped: subcommand failed.
 
Old 06-03-2021, 05:22 AM   #3915
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
I don't see any error there...
also, I'm not able to reproduce that here, sorry.
 
  


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 01:23 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