LinuxQuestions.org
Review your favorite Linux distribution.
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 07-10-2016, 04:43 AM   #61
shoshia
Member
 
Registered: Apr 2014
Location: Tbilisi,Georgia
Distribution: Slackware
Posts: 35

Rep: Reputation: Disabled

Quote:
Originally Posted by rworkman View Post
No, /usr/local is for non-packaged software.
On Debian for example it is in /usr/local/share/texmf. That is convenient, when
you upgrade system . texlive ppl also suggests to install new fonts in localtexmf tree(not $HOME/texmf).
But it is ok.. . Experienced user can do that and newbie will not need this at all .
Thanks for your packages.

Quote:
Originally Posted by franzen;
Xindy is supported by my build, the texlive-extra package may be also needed to have full functionality.
Thanks, everything works fine and thank you for your work

Last edited by shoshia; 07-10-2016 at 04:49 AM.
 
1 members found this post helpful.
Old 07-12-2016, 03:49 PM   #62
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 876

Rep: Reputation: 400Reputation: 400Reputation: 400Reputation: 400Reputation: 400
I'm downloading the updates now. franzen, could you set up a faster mirror, please? I can only get 20 kb/s maximum and that could be very frustrating when you're downloading near a gigabyte of data...

Last edited by sombragris; 07-12-2016 at 03:53 PM.
 
Old 07-12-2016, 04:15 PM   #63
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,063

Rep: Reputation: Disabled
Johannes, as your project targets Slackware, maybe Darren will accept to mirror it on http://slackware.uk?

It never hurts to ask, anyway. The contact info is on top of the home page.
 
1 members found this post helpful.
Old 07-12-2016, 05:55 PM   #64
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Original Poster
Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Quote:
Originally Posted by sombragris View Post
I'm downloading the updates now. franzen, could you set up a faster mirror, please? I can only get 20 kb/s maximum and that could be very frustrating when you're downloading near a gigabyte of data...
I have another(lowbudget) server which is hopefully faster, try
Code:
rsync -avP rsync://web2.0ur.de/slackbuilds/texlive/2016/ .
If that's not better i'll ask Darren, thanks Didier for the hint:-)
 
1 members found this post helpful.
Old 07-12-2016, 07:08 PM   #65
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 876

Rep: Reputation: 400Reputation: 400Reputation: 400Reputation: 400Reputation: 400
franzen, I still have problems. The biber version you packaged is 2.4, which is not compatible with the biblatex version you packaged, which according to the documentation is 3.4, and requires a minimum biber version of 2.5.

When running pdflatex on a testing document, it turns out that version 2.7 is required, according to this log message:

Code:
Package biblatex Warning: File 'testing.bbl' is wrong format version - expected 2.7.
However, the bbl file's current format is 2.6, which is the reason I think biblatex requires the newer biber version.

Thanks again for all your help.

Last edited by sombragris; 07-12-2016 at 07:21 PM.
 
Old 07-13-2016, 05:08 PM   #66
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Original Poster
Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Quote:
Originally Posted by sombragris View Post
franzen, I still have problems. The biber version you packaged is 2.4, which is not compatible with the biblatex version you packaged, which according to the documentation is 3.4, and requires a minimum biber version of 2.5.
Attached is a biber testdocument which works here with biber 2.4., compiled this way
Code:
pdflatex biblatex-biber
biber biblatex-biber
pdflatex biblatex-biber


Quote:
When running pdflatex on a testing document, it turns out that version 2.7 is required, according to this log message:

Code:
Package biblatex Warning: File 'testing.bbl' is wrong format version - expected 2.7.
However, the bbl file's current format is 2.6, which is the reason I think biblatex requires the newer biber version.
Did you delete *.bbl, *.bcf and *.blg before compiling?
Could you please upload a (minimal)example-document which doesn't work?

If biber 2.5. works better without introducing other problems i'll add it of corse.
You may try it, download it (current is biber 2.5), tar vxf biber-linux_x86_64.tar.gz and put the biber-binary in /usr/bin/ (this overwrites biber 2.4).
Attached Files
File Type: txt biblatex-biber.txt (3.6 KB, 8 views)
 
1 members found this post helpful.
Old 07-14-2016, 03:07 AM   #67
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Original Poster
Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
I've noticed that the biber binary is also provided by the texlive netarchives,
and therefore hopefully plays nice together with biblatex from the same place.
So i took this biber(which is indeed version 2.5) for the just uploaded build6.
 
2 members found this post helpful.
Old 07-14-2016, 01:06 PM   #68
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 876

Rep: Reputation: 400Reputation: 400Reputation: 400Reputation: 400Reputation: 400
Quote:
Originally Posted by franzen View Post
Attached is a biber testdocument which works here with biber 2.4., compiled this way
Code:
pdflatex biblatex-biber
biber biblatex-biber
pdflatex biblatex-biber
Hi Franzen. This example would not work because you did not provide the relevant *.bib file.

Quote:
Originally Posted by franzen View Post
Did you delete *.bbl, *.bcf and *.blg before compiling?
Yes, I did.

Quote:
Originally Posted by franzen View Post
Could you please upload a (minimal)example-document which doesn't work?
I had one but this is irrelevant now since build6 works like a charm. Thanks!!
 
Old 07-14-2016, 01:11 PM   #69
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 876

Rep: Reputation: 400Reputation: 400Reputation: 400Reputation: 400Reputation: 400
Quote:
Originally Posted by franzen View Post
I've noticed that the biber binary is also provided by the texlive netarchives,
and therefore hopefully plays nice together with biblatex from the same place.
So i took this biber(which is indeed version 2.5) for the just uploaded build6.
Hi franzen. I'm very happy to report that build6 now compiles my full thesis without a hitch. It should be noted that my thesis is a fairly complex document, with a long bibliography and a fairly extended system of cites and entries. So, THANK YOU!!! I'm very happy.

Again: You, sir, are Amazing!!
 
Old 07-20-2016, 03:55 PM   #70
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
and TeXLive 2016 is now at SBo. Thanks for your work on this, franzen - it is *greatly* appreciated!
 
3 members found this post helpful.
Old 07-21-2016, 11:06 AM   #71
gauchao
Member
 
Registered: Dec 2009
Location: Veneto
Distribution: Slackware64
Posts: 366

Rep: Reputation: 143Reputation: 143
[Slackware 64 14.2]

Thank you for this great effort. However, when I try to download and build the packages (texlive, texlive-docs, texlive-extra and texlive-fonts) using SBOPkg I get an error when I download the texlive 20160523 source: MD5sums do not match. I saw a correction in the download link today but it is not working yet.

Thank you again!

PS: I can download and build the packages by myself with slackbuilds, but I have to upgrade 5 machines and sbopkg makes it easier for me.

Last edited by gauchao; 07-21-2016 at 11:07 AM. Reason: add info
 
Old 07-21-2016, 11:14 AM   #72
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,670

Rep: Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786
please make sure you got the latest update since Robby make 3 quick public update
 
2 members found this post helpful.
Old 07-21-2016, 12:16 PM   #73
gauchao
Member
 
Registered: Dec 2009
Location: Veneto
Distribution: Slackware64
Posts: 366

Rep: Reputation: 143Reputation: 143
It is not working yet, even after the sbopkg updates. Even when I try to manually download the sources for texlive 20160523 from ftp://tug.org/, md5sums mismatch. It is not critical and I can wait. Texlive is really huge! Thank you again.
 
Old 07-21-2016, 12:19 PM   #74
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 876

Rep: Reputation: 400Reputation: 400Reputation: 400Reputation: 400Reputation: 400
Ok, so now which packages are to be preferred? Franzen's or Robby's?
 
Old 07-21-2016, 05:10 PM   #75
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,670

Rep: Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786
OK, robby fixed it on his branch
 
1 members found this post helpful.
  


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 07:28 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