Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
acroread
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64
View previous topic :: View next topic  
Author Message
flimmerfix
n00b
n00b


Joined: 11 Jul 2002
Posts: 47

PostPosted: Thu Aug 19, 2004 1:01 pm    Post subject: acroread Reply with quote

Is someone using acroread? It should be possible since the suse amd64 can use it. Here is the errror message I get:
Code:
Warning: locale not supported by Xlib, locale set to C
Warning: X locale modifiers not supported, using default
Fatal System Error: Raise at top of Exception Stack
Abgebrochen
Back to top
View user's profile Send private message
crazycat
l33t
l33t


Joined: 26 Aug 2003
Posts: 838
Location: Hamburg, Germany

PostPosted: Thu Aug 19, 2004 1:43 pm    Post subject: Reply with quote

no success eather. Free pdf readers often cannot read some graphics in pdf files :/
Back to top
View user's profile Send private message
flimmerfix
n00b
n00b


Joined: 11 Jul 2002
Posts: 47

PostPosted: Thu Aug 19, 2004 1:58 pm    Post subject: Reply with quote

Exactly and converting pdf to ps level 2 (for my printer) the arcoreader gives me the best results.
Back to top
View user's profile Send private message
Chuck Milam
n00b
n00b


Joined: 28 Nov 2003
Posts: 29
Location: Hopkinsville, KY USA

PostPosted: Thu Aug 19, 2004 2:50 pm    Post subject: Re: acroread Reply with quote

flimmerfix wrote:
Is someone using acroread? It should be possible since the suse amd64 can use it...

The question, then, is how is Suse amd64 using it? 32-bit compat libs or somesuch thing?
Back to top
View user's profile Send private message
crazycat
l33t
l33t


Joined: 26 Aug 2003
Posts: 838
Location: Hamburg, Germany

PostPosted: Thu Aug 19, 2004 4:21 pm    Post subject: Reply with quote

I bet they have some special glibc compatibility version or so
Back to top
View user's profile Send private message
lorgoth
n00b
n00b


Joined: 12 Oct 2002
Posts: 24

PostPosted: Sat Aug 28, 2004 3:09 pm    Post subject: Can we get it working? Reply with quote

Does anyone think that there is a possibility to get it working under Gentoo? I am really starting to get annoyed as I view a fair number of pdf files and the free readers are just horrible in comparison to acroread. I am willing to help or play around, but I just don't really know where to start. Any ideas? Is Adobe going to release a 64 bit version?
Back to top
View user's profile Send private message
Chuck Milam
n00b
n00b


Joined: 28 Nov 2003
Posts: 29
Location: Hopkinsville, KY USA

PostPosted: Sat Aug 28, 2004 3:28 pm    Post subject: Re: Can we get it working? Reply with quote

lorgoth wrote:
Does anyone think that there is a possibility to get it working under Gentoo? I am really starting to get annoyed as I view a fair number of pdf files and the free readers are just horrible in comparison to acroread. I am willing to help or play around, but I just don't really know where to start. Any ideas? Is Adobe going to release a 64 bit version?


Let me second this. I'm a law student, and with my 64-bit laptop, I'd like to be able to read/print my assigned cases without having boot into Windows, then having to boot back to Linux for E-mail, etc. Of course, booting into Windows does keep me from tinkering with my Linux installation when I should be studying... :oops:

Anyway, back to the subject at hand: Getting Acrobat reader working under 64-Linux. Feel free to correct me if I'm wrong, but I see two ways to make this work:

1. Find some sort of compatibility layer to allow the exsisting 32-bit Linux Acrobat reader to work with 64-bit Linux. Obviously, Suse must have some insight into this, as a previous post mentioned Acrobat reader is working with the 64-bit version of Suse Linux.

2. Petition Adobe to release a 64-bit Linux version of Acrobat
. In my opinion, this might be worth the effort to get our voices heard, as Adobe seems to be pretty responsive--and I'm sure any way they can get the PDF format usable on more platforms is good business strategy. Does anyone have insight on the best way to approach Adobe to encourage them to release a 64-bit version of the Acrobat reader? Petition, letter-writing, E-mail a particular contact address, etc.

As with lorgoth, I'm not sure where to start.
Back to top
View user's profile Send private message
evgeny
n00b
n00b


Joined: 25 Feb 2004
Posts: 53

PostPosted: Sun Aug 29, 2004 4:12 pm    Post subject: Re: acroread Reply with quote

flimmerfix wrote:
Is someone using acroread? It should be possible since the suse amd64 can use it. Here is the errror message I get:
Code:
Warning: locale not supported by Xlib, locale set to C
Warning: X locale modifiers not supported, using default
Fatal System Error: Raise at top of Exception Stack
Abgebrochen


OK, I spent today an hour trying to understand what happens. Here's the result: https://bugs.gentoo.org/show_bug.cgi?id=62110.

Until the bugs are properly fixed, you can do the following:

1. Add this line to the /opt/Acrobat5/acroread script:

Code:
export XLOCALEDIR=/emul/linux/x86/usr/X11R6/lib/X11/locale/


2. Either copy the entire contents of /usr/X11R6/lib/X11/locale/ except /usr/X11R6/lib/X11/locale/lib to /emul/linux/x86/usr/X11R6/lib/X11/locale

or, at the very least (if your locale is C/POSIX), copy the /usr/X11R6/lib/X11/locale/C dir and create a trivial locale.dir file:

Code:
echo "C/XLC_LOCALE: C" > /emul/linux/x86/usr/X11R6/lib/X11/locale/locale.dir


Now, where is my free beer? :wink:


Last edited by evgeny on Tue Aug 31, 2004 7:58 am; edited 2 times in total
Back to top
View user's profile Send private message
Kuhrscher
Guru
Guru


Joined: 29 Dec 2003
Posts: 498
Location: Hamburg, Germany

PostPosted: Sun Aug 29, 2004 8:37 pm    Post subject: Reply with quote

It's fantastic. Great work!!!

Acroread including the plugin works for me like on the x86-system before

Thank you!!! :D
Back to top
View user's profile Send private message
Kuhrscher
Guru
Guru


Joined: 29 Dec 2003
Posts: 498
Location: Hamburg, Germany

PostPosted: Sun Aug 29, 2004 8:43 pm    Post subject: Reply with quote

And now the staroffice setup works too!

You are me hero :wink:
Back to top
View user's profile Send private message
AnnaCr
n00b
n00b


Joined: 15 Jul 2004
Posts: 27

PostPosted: Mon Aug 30, 2004 3:45 am    Post subject: Reply with quote

o_O

nice.
Back to top
View user's profile Send private message
Lv
Retired Dev
Retired Dev


Joined: 22 Jun 2003
Posts: 352

PostPosted: Tue Aug 31, 2004 6:44 am    Post subject: Reply with quote

an easier way to do this is to make a symlink for lib instead of copying stuff over, but that would disable locale support for 64bit apps. currently i'm working on making our xorg ebuilds lib64 aware... and this is part of that. when i'm finished, that lib can be symlinked into the emul directory safely, and 64bit apps will use lib64.

right now lib64 support depends on portage 2.0.51_pre20 and having CONF_LIBDIR set to lib64, but i'll poke at fixing things so that it's the default... i dont know what portage functions are being called from the xorg ebuild, but if any of them are not CONF_LIBDIR aware you guys will have to wait for portage 2.0.51 to have a fix in the tree.
Back to top
View user's profile Send private message
Lv
Retired Dev
Retired Dev


Joined: 22 Jun 2003
Posts: 352

PostPosted: Tue Aug 31, 2004 9:48 am    Post subject: Reply with quote

alright, this bug is now fixed and fixed for all apps if you are using:

xorg-x11-6.7.99.903.ebuild
emul-linux-x86-xlibs/emul-linux-x86-xlibs-1.2-r1.ebuild

make sure you get the latest versions of these, as there have been changes to them without a revision bump. the ChangeLog file for xlibs should say:

31 Aug 2004; Travis Tilley <lv@gentoo.org>
emul-linux-x86-xlibs-1.2-r1.ebuild:
fix the locale fix so that it works for apps other than adobe acrobat

and the changelog for xorg-x11 should say:

31 Aug 2004; Travis Tilley <lv@gentoo.org> xorg-x11-6.7.99.903.ebuild:
I've added an override for amd64 that will use lib64 as the lib directory even when CONF_LIBDIR isnt lib64. This should allow for bug 62110 to be fixed
(locales broken for 32bit apps).
Back to top
View user's profile Send private message
lorgoth
n00b
n00b


Joined: 12 Oct 2002
Posts: 24

PostPosted: Sun Sep 05, 2004 6:03 am    Post subject: Thanks and Questions... Reply with quote

evgeny...Thanks!!! I really appreciate the work. My system is slowly getting back to normal in a 64 bit world. I can almost use all of the apps I was using before I decided to jump to the 64 bit world.

Lv...I couldn't quite follow your solution. I have the proper xorg-x11 and emul libs installed, but I am not sure which lib to symlink and what to symlink it to (b/c I don't really understand the problem in the first place I presume). Would you mind expounding a bit on your solution?

Thanks!
Back to top
View user's profile Send private message
Lv
Retired Dev
Retired Dev


Joined: 22 Jun 2003
Posts: 352

PostPosted: Mon Sep 06, 2004 3:47 pm    Post subject: Reply with quote

step 1) install xorg-x11 6.7.99.903 or 6.7.99.904.
step 2) reinstall emul-linux-x86-xlibs
Back to top
View user's profile Send private message
lorgoth
n00b
n00b


Joined: 12 Oct 2002
Posts: 24

PostPosted: Mon Sep 06, 2004 9:20 pm    Post subject: Reply with quote

Thanks Lv. I guess if I was intelligent enough to read the note generated when emerging the emul-linux-x86-xlibs I would have know that. Sorry for not paying attention to the explanation that was already there and thanks again for the answer.
Back to top
View user's profile Send private message
Horatio
Apprentice
Apprentice


Joined: 25 Feb 2004
Posts: 246
Location: Houston, TX

PostPosted: Mon Oct 04, 2004 2:17 am    Post subject: Reply with quote

I emerged again xorg-x11-6.7.0-r2, looking at the file ChangeLog for the lines mentioned. Then I emerged again emul-linux-x86-xlibs-1.2-r1. Then tried executing /opt/Acrobat5/acroread, but it didn't work. I then changed the file acroread:
Code:

#export XLOCALEDIR=/usr/X11R6/lib32/X11/locale/
export XLOCALEDIR=/emul/linux/x86/usr/X11R6/lib/X11/locale/

commenting the old line, and adding the new export XLOCALEDIR=... I then tried executing /opt/Acrobat5/acroread, and still, it didn't work. So I tried loging out before trying again, and then rebooting before trying again. Still no success. I then:
Code:

bash-2.05b# cd /emul/linux/x86/usr/X11R6/lib/X11
bash-2.05b# cp -a locale locale.original
bash-2.05b# ls
locale  locale.original
bash-2.05b# cp -a /usr/X11R6/lib/X11/locale .
bash-2.05b# rm -R locale/lib
bash-2.05b# cp -a locale.original/lib locale/lib

and tried excuting acroread. Still, no success. I then emerged again emul-linux-x86-xlibs-1.2-r1, and now executing /opt/Acrobat5/acroread is a success. No errors are printed to the terminal I started the program.

Maybe others have had varying success in the approach outlined above?
Back to top
View user's profile Send private message
ngrady
n00b
n00b


Joined: 25 Oct 2004
Posts: 1
Location: Houston, TX

PostPosted: Mon Oct 25, 2004 1:20 am    Post subject: Seems to work fine with current ebuilds Reply with quote

I ran into this problem and (with xorg-x11-6.8.0-r1 at least) just remerging emul-linux-x86-xlibs now seems to fix it.
Back to top
View user's profile Send private message
cryos
Retired Dev
Retired Dev


Joined: 08 Mar 2003
Posts: 242
Location: US

PostPosted: Mon Nov 08, 2004 1:45 am    Post subject: Reply with quote

I really hadn't realised acroread was working, and was just trying to figure out what I might be able to do to get it working! Just before posting to the forums I did a quick search and to my delight you guys have already got it working! It would be great if Adobe would recompile for amd64, and a nicer graphical toolkit may be ;)

This is great though - great work guys!!! 8)
Back to top
View user's profile Send private message
eNTi
Veteran
Veteran


Joined: 20 Oct 2002
Posts: 1011
Location: Salzburg, Austria

PostPosted: Fri Jan 07, 2005 6:02 pm    Post subject: Reply with quote

there's a beta of acrobat reader 7 for linux already. maybe this one will work on 64bit normally.
_________________
If you fall off a cliff, you might as well try to fly. After all, you got nothing to lose.

-- John Sheridan - Babylon 5, Season 4


Last edited by eNTi on Sat Jan 08, 2005 1:04 am; edited 1 time in total
Back to top
View user's profile Send private message
Jerry Gardner
n00b
n00b


Joined: 04 Apr 2003
Posts: 62

PostPosted: Fri Jan 07, 2005 9:30 pm    Post subject: Link? Reply with quote

Quote:
there's a beta of acrobat read 7 for linux already


Can you post a link please? I poked around on the Adobe web site and couldn't find the Reader 7 beta for Linux.
Back to top
View user's profile Send private message
babo
Guru
Guru


Joined: 10 Aug 2004
Posts: 477
Location: Ljubljana

PostPosted: Fri Jan 07, 2005 11:57 pm    Post subject: Reply with quote

I hadn't done anything special as I remember and acroread seems to be working. I only use it to wiev pdf's and nothing more advanced.
Back to top
View user's profile Send private message
eNTi
Veteran
Veteran


Joined: 20 Oct 2002
Posts: 1011
Location: Salzburg, Austria

PostPosted: Sat Jan 08, 2005 1:08 am    Post subject: Reply with quote

https://adobe.centercode.com/callout/default.html?callid={4EE7B13E-2D84-4AF6-A27B-E8FD6C94A42F}
_________________
If you fall off a cliff, you might as well try to fly. After all, you got nothing to lose.

-- John Sheridan - Babylon 5, Season 4
Back to top
View user's profile Send private message
cato`
Guru
Guru


Joined: 03 Jun 2002
Posts: 430
Location: Norway, Trondheim

PostPosted: Sat Jan 08, 2005 1:27 am    Post subject: Reply with quote

eNTi wrote:
https://adobe.centercode.com/callout/default.html?callid={4EE7B13E-2D84-4AF6-A27B-E8FD6C94A42F}


Or just read/download this ...
_________________
Don't mess with the Penguin.
Back to top
View user's profile Send private message
eNTi
Veteran
Veteran


Joined: 20 Oct 2002
Posts: 1011
Location: Salzburg, Austria

PostPosted: Sat Jan 08, 2005 5:39 pm    Post subject: Reply with quote

it's still not working here...

Code:

nt@eNTi $ acroread
Aborted

_________________
If you fall off a cliff, you might as well try to fly. After all, you got nothing to lose.

-- John Sheridan - Babylon 5, Season 4
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64 All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum