Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
03-22-2012, 09:23 AM
|
#1
|
|
Senior Member
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,179
Rep:
|
Does anybody have a SlackBuild for Libre Office (ARM).
Hi !
That's my question.
|
|
|
|
03-22-2012, 10:06 AM
|
#2
|
|
Moderator
Registered: Jan 2005
Location: Midwest USA, Central Illinois
Distribution: SlackwareŽ
Posts: 10,358
|
Member response
Hi,
Look at Raspberry Pi deserves Slackware
I believe Eric's working on getting things setup for the Pi. Even though the first production units are becoming available, it will be some time before distribution is setup world wide.
Just my
Plus, I want one to play with!
HTH!
|
|
|
|
03-22-2012, 12:56 PM
|
#3
|
|
Member
Registered: Jan 2003
Location: Phoenix, AZ
Distribution: Mint, Slackware
Posts: 80
Rep:
|
LibreOffice on Slackware
(Never mind, I misread his original post. This can be deleted.)
Last edited by KeithE; 03-22-2012 at 12:58 PM.
Reason: Trying to delete it.
|
|
|
|
03-23-2012, 03:09 AM
|
#4
|
|
Senior Member
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,179
Original Poster
Rep:
|
Interesting.
Thanks.
But no LibreOffice SlackBuild :/.
Last edited by Linux.tar.gz; 03-23-2012 at 03:11 AM.
|
|
|
|
03-23-2012, 03:15 AM
|
#5
|
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,686
Rep: 
|
If you want to try and compile LibreOffice for ARM platform why don't you see how far you get using http://connie.slackware.com/~alien/s...eoffice/build/ . Download the whole directory, start the SlackBuild and watch where it explodes.
Eric
|
|
|
|
03-23-2012, 04:12 AM
|
#6
|
|
Senior Member
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,179
Original Poster
Rep:
|
At JAVA_HOME unbound variable !
Gosh, i didn't realized there's no java in ARMedSlack !
|
|
|
|
03-23-2012, 05:56 AM
|
#7
|
|
Senior Member
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 1,200
|
Alien Bob also has a blog post on using OpenJDK on Slackware, where he mentions,
Quote:
|
Originally Posted by Alien Bob
I wanted to build them in such a way that I could use the SlackBuild scripts on ARMedslack which still lacks a Java package.
|
Not sure if he ever tested his OpenJDK SlackBuild on ARM but you could either wait for him to confirm or try it yourself. 
|
|
|
|
03-23-2012, 07:06 AM
|
#8
|
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,686
Rep: 
|
Quote:
Originally Posted by ruario
Alien Bob also has a blog post on using OpenJDK on Slackware, where he mentions,
Not sure if he ever tested his OpenJDK SlackBuild on ARM but you could either wait for him to confirm or try it yourself. 
|
Oh, I can already confirm that I successfully built OpenJDK packages on ARM platform using a slightly modified version of my SlackBuild.
My own ARM port is (not yet) public but MoZes (the armedslack maintainer) is dead set on compiling the same openjdk packages on armedslack - he already has the SlackBuild plus other sources.
Eric
|
|
|
|
03-23-2012, 09:24 AM
|
#9
|
|
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,081
|
Re the Java thing, if I recall correct Java is only needed for certain database conversion and/or import. If you only want to use it for the word processor can't you build it without Java?
|
|
|
|
03-23-2012, 10:42 AM
|
#10
|
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,686
Rep: 
|
You need a java compiler to compile (parts of) LibreOffice. The developers are working hard toward eliminating this requirement, but I do not know the status of LibreOffice 3.5 because so far I was unable to produce a package for that release :-(
Eric
|
|
|
|
03-26-2012, 05:06 AM
|
#11
|
|
Senior Member
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,179
Original Poster
Rep:
|
I tried to build openjdk, but it looks for a working java home.
I created /usr/lib/java, and i complains that native2ascii doesn't exists.
So i presume java is needed ?
|
|
|
|
03-26-2012, 06:57 AM
|
#12
|
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,686
Rep: 
|
Yes, a working JDK is needed in order to compile OpenJDK. This looks like a chicken & egg problem on the ARM platform but in fact there is a way around this. My openjdk.SlackBuild script has a BOOTSTRAP variable which (if set to "YES") allows for the use of GCC's java as the bootstrap JDK. In the bootstrap case, OpenJDK will use a limited subset of Java which GCC's java can fulfill.
Eric
|
|
|
|
03-26-2012, 02:41 PM
|
#13
|
|
Senior Member
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,179
Original Poster
Rep:
|
gcc-java is installed, i set BOOTSTRAP to yes, but it's still looking for /usr/lib/jvm and configure ends with an error :/.
|
|
|
|
03-26-2012, 05:53 PM
|
#14
|
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,686
Rep: 
|
Well that is a complete error log! It's completely clear to me why it fails for you.
Hint: you'll need {armedslack|slackware}-current
Eric
|
|
|
|
03-26-2012, 06:07 PM
|
#15
|
|
Senior Member
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,179
Original Poster
Rep:
|
^^
Sry, i'm a bit over-linuxed since december and i'm also sick.
Anyway the error was kinda "looking for /usr/lib/jvm but it doesn't exist so report this complete error log to Alien Bob" :^)
I'm on 13.37. Impossible to build on it without modifying a lot ?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:06 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|