LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 10-30-2016, 10:41 AM   #361
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled

The two times I have seen make segfault was because of a incorrectly mounted chroot and when someone decided that sticking both wget and unzip in a Makefile was a good idea.
 
Old 10-30-2016, 04:17 PM   #362
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 859

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
Quote:
Originally Posted by franzen View Post
@sombragris: What happens if you type "/usr/bin/makeinfo --version"?
I'm dumbfounded. When I type that command it simply says "Segmentation fault"

Quote:
The texlive build doesn't depend on another texlive-package.
Do you mean that I don't need even tetex to build this package?
 
Old 10-30-2016, 04:58 PM   #363
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 859

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
@franzen

I got more data.

TeXinfo-6.3 seems to be the culprit.
* I cannot rebuild texinfo from its source via the official SlackBuild.
* From the Texinfo packages, info, install-info, pdftexi2dvi, texi2dvi and texi2pdf appear to work
* However, pod2texi and texi2any both segfault upon invocation.

I really don't know what to do. Even a texinfo recompilation via slackbuild fails because of texi2any.
 
Old 10-30-2016, 05:51 PM   #364
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 859

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
I opened a new thread to help solve this problem.
 
Old 10-30-2016, 05:53 PM   #365
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
read this ?

Note that this package conflicts with the tetex packages in Slackware,
so you'll need to remove tetex and tetex-doc before installing TeXLive.
 
Old 10-30-2016, 06:00 PM   #366
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 859

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
Quote:
Originally Posted by USUARIONUEVO View Post
read this ?

Note that this package conflicts with the tetex packages in Slackware,
so you'll need to remove tetex and tetex-doc before installing TeXLive.
Yes, of course.

Robby Workman's previous texlive SlackBuilds required some TeX system in order to compile them. This system could be Slackware's stock tetex. But this was for building only. Prior to installation I removed tetex.

Now, with this issue, I tried removing franzen's packages and reinstalling tetex, to see if perhaps texinfo required a stock Slackware's TeX system, but it made no difference.

Anyway, rest assured that I took extra care in avoiding coexistence of tetex and texlive's packages.
 
Old 10-30-2016, 06:49 PM   #367
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
yad , need modifications.


he say , optional dependency webkitgtk , to enable html , but later no variable for

Quote:
--enable-html

webkitgtk is not AUTODETECTED, then need , or detect webkitgtk on system to enable variable "enable-html", or variable to pass loke

HTML=yes ./slackbuild
 
Old 10-30-2016, 07:09 PM   #368
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Quote:
Originally Posted by USUARIONUEVO View Post
yad , need modifications.


he say , optional dependency webkitgtk , to enable html , but later no variable for




webkitgtk is not AUTODETECTED, then need , or detect webkitgtk on system to enable variable "enable-html", or variable to pass loke

HTML=yes ./slackbuild
It's already there
Code:
if pkg-config --exists webkit-1.0 ; then HTML="--enable-html" ; else HTML="" ; fi
 
Old 10-30-2016, 07:37 PM   #369
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
..mm , sorry , i confused , true yad have exist variable for html.

i see fast when console pass ...but is gtksourceview , not enable because im not have that package, is my fault , for no read again when configuration ends.



Quote:
Build configuratioh:
GTK+ version - gtk2
Path to rgb.txt - /usr/share/X11/rgb.txt
HTML widget - yes
Spell checking - no
GtkSourceView - no
GIO support - yes
Icon browser - yes

All is OK.
 
Old 10-30-2016, 09:00 PM   #370
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
gambas3 , in optional deps , say "gsl" but this packages is not in slackbuilds , because arrives inside slackware 14.2 , then , is better remove gsl of the list , cause make confusion.

thanks.
 
Old 10-31-2016, 03:57 AM   #371
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Quote:
Originally Posted by sombragris View Post
Do you mean that I don't need even tetex to build this package?
Yes, i have no tetex-* and no texlive-* packages installed when building new texlive packages.
I do this before building/testing:
Code:
removepkg /var/log/packages/tetex*
removepkg /var/log/packages/texlive*
rm -rf /usr/share/texmf*
rm -rf /root/texlive*
rm -rf /root/.tex*
rm -rf /home/testuser/texlive*
rm -rf /home/testuser/.tex*
unset TEXMF
unset OSFONTDIR
Staying with slackware 14.2 and texlive from SBo is no option for you?

Johannes
 
1 members found this post helpful.
Old 10-31-2016, 07:52 AM   #372
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 859

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
Thanks @franzen, that cleared a doubt of mine.

Quote:
Originally Posted by franzen View Post
Staying with slackware 14.2 and texlive from SBo is no option for you?

Johannes
This was never a 14.2 box. I set up this box on August 2015 and it was a -current system from the outset. So I'm afraid that is not an option. The system behaves well save for this issue.

I precisely wanted to build texlive from SBo when I ran into this problem so that is neither an option for me.

Thanks anyway!
 
Old 10-31-2016, 01:15 PM   #373
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 859

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
About texlive: that was solved. It turned out that I had a perl-libintl SBo package which needed a rebuild. Once I rebuilt it everything went fine.
 
1 members found this post helpful.
Old 11-12-2016, 12:09 PM   #374
hendrickxm
Member
 
Registered: Feb 2014
Posts: 344

Rep: Reputation: Disabled
The SlackBuild for libsunpinyin has the command scons in the buildscript. Scons is only available on 14.1 on SBO, it works on 14.2 and current.
 
Old 11-12-2016, 12:18 PM   #375
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
scons is now included in Slackware-14.2.

http://packages.slackware.com/?r=sla...4.1-i586-1.txz
 
  


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