LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 03-15-2016, 01:39 AM   #16
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Original Poster
Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379

Quote:
Originally Posted by qunying View Post
OK. I finally got it reproduce. For this error, since it is for the log file, so no output at all.

1. If you have texlive-remainder installed, no error.
2. Removing the texlive-remainder package still give no error.
3. I remove all texlive package and remove all remaining directory /usr/share/texmf-var /usr/share/texmf-config/,
only have /usr/share/texmf/tex/latex/gnuplot/gnuplot.cfg left over as that is from gnuplot.
remove ~/.texlive2015
4. re-install texlive-20150521-x86_64-2jsc.
5. Then problem appear.
Thanks for your help, texi2any should now work without the remainder-package.
Also xelatex/context is more usable now. The new packages are as usual here.

Franzen
 
Old 03-15-2016, 10:14 AM   #17
qunying
Member
 
Registered: Jun 2002
Distribution: Slackware
Posts: 257

Rep: Reputation: 147Reputation: 147
Hi Franzen,

Unfortunately, after upgrade to texlive-20150521-x86_64-4jsc, still got the same problem.
 
Old 03-15-2016, 01:46 PM   #18
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Original Poster
Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Quote:
Originally Posted by qunying View Post
Unfortunately, after upgrade to texlive-20150521-x86_64-4jsc, still got the same problem.
Damn, maybe i didn't fetch the newest created texmf-tree. For testing i removed the package, , ~/.texlive* and ~/texmf, but forgot /usr/share/texmf-* as there are new files generated on runtime. Anyway, new (current)package is uploaded.
 
Old 03-15-2016, 07:12 PM   #19
qunying
Member
 
Registered: Jun 2002
Distribution: Slackware
Posts: 257

Rep: Reputation: 147Reputation: 147
Hooray, texlive-20150521-x86_64-5jsc works!

Thanks franzen!
 
Old 03-24-2016, 05:34 PM   #20
qunying
Member
 
Registered: Jun 2002
Distribution: Slackware
Posts: 257

Rep: Reputation: 147Reputation: 147
Bad news, I have another 2 machines with current, after cleanup all previous install of texlive, the problem comes back again with texlive-20150521-x86_64-5jsc, it seems I did not do a proper clean up when testing 5jsc. (It does not work even with texlive-remainder-20160315-noarch-1jsc.txz)

Another suggestion, could the package do proper cleanup when un-install? it seems it left quite a few things behind.

Last edited by qunying; 03-24-2016 at 05:38 PM.
 
Old 03-25-2016, 08:32 AM   #21
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,644

Rep: Reputation: 145Reputation: 145
Quote:
Originally Posted by qunying View Post
Another suggestion, could the package do proper cleanup when un-install? it seems it left quite a few things behind.
Slackware package tools don't have pre-install or pre-/post-removal routines like Debian or others have. You would have to write a script yourself to do the house-keeping I guess.
 
Old 03-25-2016, 09:28 AM   #22
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Rep: Reputation: Disabled
The installation from the texlive distribution seems much more simple. You can put everything in one directory, modify $PATH in an appropriate way. And to unisntall, simply delete the directory.
 
Old 03-25-2016, 10:27 AM   #23
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Original Poster
Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Quote:
Originally Posted by Toutatis View Post
The installation from the texlive distribution seems much more simple. You can put everything in one directory, modify $PATH in an appropriate way. And to unisntall, simply delete the directory.
I don't feel that this is much more simple than "installpkg texlive...txz".
- ~/.texlive2015 also will appear
-The installation will be way bigger
-You'll be on your own watching for updates

There are several ways to get texlive installed, this thread is about developing a "small" texlive slackware package.

The problem with uninstallation is mainly about debugging the strange texinfo effects with the small buid. Normaly you may want to keep /usr/share/texmf-{local,var} on upgrading.

Franzen
 
Old 03-25-2016, 11:15 AM   #24
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Rep: Reputation: Disabled
@franzen In fact I install everything in texlive (now 5GB !)
texlive has its own update manager (tlmgr). But contrary to slackware, you have to uninstall everything when a new version appears every year, and install the new version. This is the main defect I think, but this may change in the future.
 
Old 03-25-2016, 11:39 AM   #25
moesasji
Member
 
Registered: May 2008
Distribution: Slackware Current / OpenBSD
Posts: 322

Rep: Reputation: 104Reputation: 104
Quote:
Originally Posted by Toutatis View Post
@franzen In fact I install everything in texlive (now 5GB !)
Keep in mind that many Slackware users don't use or need the full texlive; so in that way what Franzen is trying to achieve is very useful and to be applauded as Tex that comes as default is no longer maintained. Moreover even those that use the full texlive, like myself, might prefer one that is integrated with the rest of the system. I'm looking forward to the result...

Last edited by moesasji; 03-25-2016 at 11:41 AM.
 
Old 03-25-2016, 12:40 PM   #26
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Rep: Reputation: Disabled
@moesasji I am sure that a small texlive package would be useful. But it is also true that not all users have the same needs. So perhaps you should need different packages.
 
Old 03-25-2016, 05:29 PM   #27
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Original Poster
Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Quote:
Originally Posted by qunying View Post
Bad news, I have another 2 machines with current, after cleanup all previous install of texlive, the problem comes back again with texlive-20150521-x86_64-5jsc, it seems I did not do a proper clean up when testing 5jsc. (It does not work even with texlive-remainder-20160315-noarch-1jsc.txz)
Good news, new working package(s) are up. The package was brocken by an poppler-upgrade in "current".
"URW Base 35" fonts added.

Thanks for testing
Franzen
 
Old 03-27-2016, 03:12 AM   #28
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Does this build using pdflatex for you without -remainder package? https://rlworkman.net/SELF-2009/netfilter.tex

Here I have to install -remainder because at least this: "! LaTeX Error: File `pgfcore.sty' not found."
 
Old 03-27-2016, 04:11 AM   #29
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Original Poster
Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Quote:
Originally Posted by rworkman View Post
Does this build using pdflatex for you without -remainder package? https://rlworkman.net/SELF-2009/netfilter.tex

Here I have to install -remainder because at least this: "! LaTeX Error: File `pgfcore.sty' not found."
pdflatex is included without -remainder package, for netfilter.tex the texpackage pgf(600kb) is needed, which i added in the latest current package. "pdflatex netfilter.tex" now works without -remainder package.
The current package did also grow as i added some packages to test ConTEXt.
 
1 members found this post helpful.
Old 03-28-2016, 02:09 AM   #30
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by franzen View Post
pdflatex is included without -remainder package, for netfilter.tex the texpackage pgf(600kb) is needed, which i added in the latest current package. "pdflatex netfilter.tex" now works without -remainder package.
The current package did also grow as i added some packages to test ConTEXt.
Yep, outstanding. Best I can tell, this works with all of the .tex files I have locally - great job!
 
  


Reply



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] Call for testers: SlackBuild Scripts for letsencrypt willysr Slackware 35 10-28-2023 08:20 AM
Call for Testers: MATE 1.8 willysr Slackware 137 08-06-2014 01:50 AM
Call for Testers: Cinnamon SlackBuilds willysr Slackware 72 06-05-2014 04:08 PM
Teslagrad Linux alpha: call for testers kabamaru Linux - Games 1 07-10-2013 01:48 PM

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

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