LinuxQuestions.org
Help answer threads with 0 replies.
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 09-29-2020, 09:56 PM   #2986
Roman Dyaba
Member
 
Registered: Sep 2020
Location: Russia, 690016 Vladivostok city, street Osipenko home 66, tel: +79247350007
Distribution: Slackware, UbuntuStudio, FreeBSD, GhostBSD
Posts: 317

Rep: Reputation: 40

i newer use kernel patching, only new clear compilation and reboot. i know what is this impossible for must users.
And on rare occasions I use it to medical treat my system.

For compilation Libreoffice-7, i'm use apache-ant from http://sbopkg.org "sbopkg -V ?" (select current)
Other pkg's (i.e java-jdk-14.0.1), i use from brand sites.


Code:
Also today i install apache-ant, first use SBo, compilation libreoffice-7.0.1.2 finish at this:
" ... checking whether Ant is >= 1.6.0... yes, 1.9.14
checking for JUnit 4... configure: error: cannot find JUnit 4 jar; please install one in the default location (/usr/share/java),
specify its pathname via --with-junit=..., or disable it via --without-junit"

I don't warry but i install my lovely chromium-bsu, warzone2100 and much more.
Today i was in ubuntustudio.org 20.10 testing state with latest newest applications.
And you know what i think ? XFCE is much preffered opposite KDE PLASMA 5.19.5.

https://www.linuxquestions.org/quest...4/#post6170652

And this is clear simple XFCE Linux now. I have nothing left except XDM and XFCE.

My the adventure continues.

Last edited by Roman Dyaba; 09-29-2020 at 11:08 PM. Reason: corrections
 
Old 09-29-2020, 11:36 PM   #2987
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Original Poster
Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
Quote:
Originally Posted by Roman Dyaba View Post
For compilation Libreoffice-7, i'm use apache-ant from http://sbopkg.org "sbopkg -V ?" (select current)
Other pkg's (i.e java-jdk-14.0.1), i use from brand sites.

Code:
Also today i install apache-ant, first use SBo, compilation libreoffice-7.0.1.2 finish at this:
" ... checking whether Ant is >= 1.6.0... yes, 1.9.14
checking for JUnit 4... configure: error: cannot find JUnit 4 jar; please install one in the default location (/usr/share/java),
specify its pathname via --with-junit=..., or disable it via --without-junit"
hi Roman,

remember that you should read the README of every SlackBuild you build from this repository: I quote the one from LibreOffice here
Code:
3. Previously, a number of Java Development Kits have been suitable for building
LibreOffice. At the moment however (since, at least, LO version 7.0.0.3) this
build has been tested only with jdk11 - this is now the default. If the jdk11
prerequisite is not acceptable for some reason, it is still possible to build
LibreOffice (with somewhat reduced capability in LO Base) by running:
     JAVA=no sh LibreOffice.SlackBuild
note also that we don't have any 7.0.1.2 version in this repository: if you are using another SlackBuild instead of the one in this repository this topic is not the place to discuss it (read the first post).

Last edited by ponce; 09-29-2020 at 11:59 PM.
 
1 members found this post helpful.
Old 09-29-2020, 11:41 PM   #2988
Roman Dyaba
Member
 
Registered: Sep 2020
Location: Russia, 690016 Vladivostok city, street Osipenko home 66, tel: +79247350007
Distribution: Slackware, UbuntuStudio, FreeBSD, GhostBSD
Posts: 317

Rep: Reputation: 40
Lightbulb jdk-14.0.1

Quote:
Originally Posted by ponce View Post
hi Roman,
remember that you should read the README of every SlackBuild you build from ...
JUnit is *.jar JAVA application.jar .

Code:
./configure   -- JAVA_HOME=/usr/java/jdk-14.0.1
Or other newest JAVA, for ALL app's, who mean like a WINE, and other who use JAVA..
Or other newest version for testing with Slackware64/current.
Now LibreOffice.org 7.0.1.2 .
What to say some one else other ?

Last edited by Roman Dyaba; 09-29-2020 at 11:50 PM.
 
Old 09-29-2020, 11:47 PM   #2989
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Original Poster
Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
Roman, I'm sorry but I don't understand what you are saying and I strongly doubt you have understood what I posted just above.

Last edited by ponce; 09-29-2020 at 11:48 PM.
 
2 members found this post helpful.
Old 09-30-2020, 12:57 PM   #2990
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,220

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
@Roman Dyaba, sorry but your posts here at LQ don't make any sense.
 
1 members found this post helpful.
Old 10-02-2020, 03:30 AM   #2991
lioh
Member
 
Registered: Aug 2019
Location: Switzerland
Distribution: Slackware
Posts: 194

Rep: Reputation: Disabled
spice-gtk is failing with the following error message:

Code:
Traceback (most recent call last):
  File "/usr/share/gtk-doc/python/gtkdoc/config.py", line 5, in <module>
    from gtkdoc_uninstalled import builddir
ModuleNotFoundError: No module named 'gtkdoc_uninstalled'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/gtkdoc-rebase", line 32, in <module>
    from gtkdoc import common, config, rebase
  File "/usr/share/gtk-doc/python/gtkdoc/common.py", line 29, in <module>
    from . import config
  File "/usr/share/gtk-doc/python/gtkdoc/config.py", line 8, in <module>
    from gtkdoc.config_data import *
ModuleNotFoundError: No module named 'gtkdoc.config_data'
 
Old 10-02-2020, 03:35 AM   #2992
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Original Poster
Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
Quote:
Originally Posted by lioh View Post
spice-gtk is failing with the following error message:

Code:
Traceback (most recent call last):
  File "/usr/share/gtk-doc/python/gtkdoc/config.py", line 5, in <module>
    from gtkdoc_uninstalled import builddir
ModuleNotFoundError: No module named 'gtkdoc_uninstalled'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/gtkdoc-rebase", line 32, in <module>
    from gtkdoc import common, config, rebase
  File "/usr/share/gtk-doc/python/gtkdoc/common.py", line 29, in <module>
    from . import config
  File "/usr/share/gtk-doc/python/gtkdoc/config.py", line 8, in <module>
    from gtkdoc.config_data import *
ModuleNotFoundError: No module named 'gtkdoc.config_data'
remember that you have to carefully read the current's ChangeLog for additional steps to take during updates: have you already reinstalled linuxdoc-tools as indicated there?
Code:
Tue Sep 15 18:51:00 UTC 2020
[...]
l/glib2-2.66.0-x86_64-2.txz: Rebuilt.
       Build against system gtk-doc and don't bundle a newer version. You'll need
       to reinstall the linuxdoc-tools package to restore the correct version of
       gtk-doc. Thanks to chrisVV.
 
Old 10-04-2020, 04:25 AM   #2993
giomat
Member
 
Registered: Jul 2017
Posts: 337

Rep: Reputation: 238Reputation: 238Reputation: 238
arpack-ng package fails to build on -current due to failure in one of the tests (icb_arpack_cpp).
This was reported upstream and allegedly fixed with some patches in fedora.

I thought I needed this to build FreeFem, since it's reported as a dependency on SBo, but it turns out that FreeFem builds
happily without it, maybe it should be flagged as optional.
 
Old 10-04-2020, 05:08 AM   #2994
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Original Poster
Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
Quote:
Originally Posted by giomat View Post
arpack-ng package fails to build on -current due to failure in one of the tests (icb_arpack_cpp).
This was reported upstream and allegedly fixed with some patches in fedora.
I've just tried to build it and compilation went fine with the gcc suite we have in current: have you by any chance tried to build this with the gcc 10.x in /testing? that is not yet supported by this repository and will be when it will get out of /testing and into current in place of 9.x.

Quote:
Originally Posted by giomat View Post
I thought I needed this to build FreeFem, since it's reported as a dependency on SBo, but it turns out that FreeFem builds
happily without it, maybe it should be flagged as optional.
which dependencies are optional or not is actually decided by the maintainer: he decides which features are mandatory for the intended use of the application.
you can ask him if it's ok to have those features optional or add a note into the README about them, but in the end it's his call.
 
Old 10-04-2020, 10:26 AM   #2995
giomat
Member
 
Registered: Jul 2017
Posts: 337

Rep: Reputation: 238Reputation: 238Reputation: 238
okay my problem somewhere else then, perhaps with the various blas/lapack/openblas installed, compiler is gcc 9.3 from alienbob multilib.
 
Old 10-10-2020, 08:17 AM   #2996
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 858

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
fvwm3 canot be built. There's an error with go lang:

Code:
  CCLD     FvwmMFL
make[3]: Leaving directory '/tmp/SBo/fvwm3-1.0.1/modules/FvwmMFL'
make[3]: Entering directory '/tmp/SBo/fvwm3-1.0.1/modules'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/SBo/fvwm3-1.0.1/modules'
make[2]: Leaving directory '/tmp/SBo/fvwm3-1.0.1/modules'
Making all in bin
make[2]: Entering directory '/tmp/SBo/fvwm3-1.0.1/bin'
Making all in FvwmPrompt
make[3]: Entering directory '/tmp/SBo/fvwm3-1.0.1/bin/FvwmPrompt'
go build -mod=vendor -o FvwmPrompt -v
go: inconsistent vendoring in /tmp/SBo/fvwm3-1.0.1/bin/FvwmPrompt:
        github.com/abiosoft/ishell@v2.0.0+incompatible: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
        github.com/abiosoft/readline@v0.0.0-20180607040430-155bce2042db: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
        github.com/chzyer/logex@v1.1.10: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
        github.com/chzyer/test@v0.0.0-20180213035817-a1ea475d72b1: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
        github.com/fatih/color@v1.9.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
        github.com/flynn-archive/go-shlex@v0.0.0-20150515145356-3f9db97f8568: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
        github.com/mattn/go-isatty@v0.0.12: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
        github.com/sirupsen/logrus@v1.6.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
        github.com/stretchr/testify@v1.6.1: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
        golang.org/x/sys@v0.0.0-20200212091648-12a6c2dcc1e4: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt

run 'go mod vendor' to sync, or use -mod=mod or -mod=readonly to ignore the vendor directory
make[3]: *** [Makefile:539: build] Error 1
make[3]: Leaving directory '/tmp/SBo/fvwm3-1.0.1/bin/FvwmPrompt'
make[2]: *** [Makefile:737: all-recursive] Error 1
make[2]: Leaving directory '/tmp/SBo/fvwm3-1.0.1/bin'
make[1]: *** [Makefile:510: all-recursive] Error 1
make[1]: Leaving directory '/tmp/SBo/fvwm3-1.0.1'
make: *** [Makefile:451: all] Error 2
 
Old 10-10-2020, 08:28 AM   #2997
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Original Poster
Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
Quote:
Originally Posted by sombragris View Post
fvwm3 canot be built. There's an error with go lang:
before testing it here, had you logout and logged in again in your root session after having installed google-go-lang and tried to build fvwm3?
you should do it to source the file in /etc/profile.d, like explained in its README.

EDIT: I can confirm it builds fine here.

Last edited by ponce; 10-10-2020 at 08:47 AM.
 
Old 10-10-2020, 09:40 AM   #2998
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 858

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
Quote:
Originally Posted by ponce View Post
before testing it here, had you logout and logged in again in your root session after having installed google-go-lang and tried to build fvwm3?
you should do it to source the file in /etc/profile.d, like explained in its README.

EDIT: I can confirm it builds fine here.
I had google-go-lang already installed previously, and I logged in and out of root many times so the profile.d files were sourced several times afterwards but the installation still failed.
I even tried to set again the GOPATH env variable, and still failed.
I usually build SlackBuilds as root via su, so I thought I should build this package as console root.

I tried rebuilding google-go-lang first and then building fvwm3 from a console root session and it worked. Funny. Thanks for the tips.
 
Old 10-10-2020, 09:58 AM   #2999
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Original Poster
Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
so might be because you use just "su" and not "su -"? you should pretty much always use the latter, refer to "step 4" of the howto.
 
1 members found this post helpful.
Old 10-12-2020, 06:42 PM   #3000
UH10Y6
LQ Newbie
 
Registered: May 2020
Posts: 26

Rep: Reputation: Disabled
I can't get HT to compile on slackware-current64 multilib. I get this error.

https://github.com/Ponce/slackbuilds...development/ht

Code:
htapp.cc:3026:18: error: call of overloaded ‘abs(uint)’ is ambiguous
 3026 |  while (abs(a - b) > 1) {
      |                  ^
In file included from /usr/include/c++/9.3.0/cstdlib:75,
                 from ./data.h:30,
                 from ./asm/asm.h:24,
                 from ./analyser/analy.h:24,
                 from htapp.cc:21:
/usr/include/stdlib.h:840:12: note: candidate: ‘int abs(int)’
  840 | extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
      |            ^~~
In file included from /usr/include/c++/9.3.0/cstdlib:77,
                 from ./data.h:30,
                 from ./asm/asm.h:24,
                 from ./analyser/analy.h:24,
                 from htapp.cc:21:
/usr/include/c++/9.3.0/bits/std_abs.h:103:3: note: candidate: ‘constexpr __float128 std::abs(__float128)’
  103 |   abs(__float128 __x)
      |   ^~~
/usr/include/c++/9.3.0/bits/std_abs.h:85:3: note: candidate: ‘constexpr __int128 std::abs(__int128)’
   85 |   abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
      |   ^~~
/usr/include/c++/9.3.0/bits/std_abs.h:79:3: note: candidate: ‘constexpr long double std::abs(long double)’
   79 |   abs(long double __x)
      |   ^~~
/usr/include/c++/9.3.0/bits/std_abs.h:75:3: note: candidate: ‘constexpr float std::abs(float)’
   75 |   abs(float __x)
      |   ^~~
/usr/include/c++/9.3.0/bits/std_abs.h:71:3: note: candidate: ‘constexpr double std::abs(double)’
   71 |   abs(double __x)
      |   ^~~
/usr/include/c++/9.3.0/bits/std_abs.h:61:3: note: candidate: ‘long long int std::abs(long long int)’
   61 |   abs(long long __x) { return __builtin_llabs (__x); }
      |   ^~~
/usr/include/c++/9.3.0/bits/std_abs.h:56:3: note: candidate: ‘long int std::abs(long int)’
   56 |   abs(long __i) { return __builtin_labs(__i); }
      |   ^~~
gmake[2]: *** [Makefile:703: htapp.o] Error 1
gmake[2]: Leaving directory '/tmp/SBo/ht-2.1.0'
gmake[1]: *** [Makefile:723: all-recursive] Error 1
gmake[1]: Leaving directory '/tmp/SBo/ht-2.1.0'
make: *** [Makefile:457: all] Error 2
 
  


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 11:13 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