Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Abiword-CVS ebuild
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
sgaap
l33t
l33t


Joined: 16 Aug 2002
Posts: 754
Location: Enschede, The Netherlands

PostPosted: Tue Mar 18, 2003 12:45 pm    Post subject: Reply with quote

Anyone an idea how to fix that "cannot find fonts" msg now that http://www.abisource.com/~dom/fontproblems.txt doesnt exist anymore?

Or do I simply need the cvs version instead of 1.1.3 to fix the font bug?
Back to top
View user's profile Send private message
maor
Guru
Guru


Joined: 28 Aug 2002
Posts: 323

PostPosted: Tue Mar 18, 2003 1:20 pm    Post subject: Re: Fonts solved for me Reply with quote

as posted before there is a sulotion by lars3loff at least it worked for me.

lars3loff wrote:
Hi,

I found an solution for the fonts problem. At least it works for me.

Change this line:
Code:

<dir>/usr/X11R6/lib/X11/fonts</dir>

to this:
Code:

<dir>/usr/X11R6/lib/X11/fonts/truetype</dir>

in your fonts.conf and it works.

Portage will overwrite fonts.conf when updating fontconfig, so hope that the problem will be fixed soon.
Back to top
View user's profile Send private message
Reformist
Guru
Guru


Joined: 06 Oct 2002
Posts: 323

PostPosted: Tue Mar 18, 2003 11:16 pm    Post subject: Reply with quote

That's not an ideal solution, because then you're missing other directories you might have in the root font directory (in my fonts directory, I have trueType, custom, and a few other directories as well).

The problem is with the 75dpi and 100dpi fonts, which are in those directories, respectively. So, in /usr/X11R6/lib/X11/fonts, or wherever you store your fonts, you can delete or move the 75dpi and 100dpi fonts to somewhere else. They're used primarily for GTK1 and other font renderers, so it shouldn't affect your GTK2 applications (unless you use a non TT font for some reason). Moving those directories has afftected my GTK1 applications by making some of them fall back to courier new, since they apparently use some fonts in there, but its no big deal.

IMO that is the best way to fix the problem; get rid of the crap fonts residing in 100dpi and 75dpi. I think the quote from one of the developers regarding the crap fonts and Abiword's crashing was something like, "Abiword chokes on that non-scaleable garbage."
_________________
-Phil Crosby
Back to top
View user's profile Send private message
Raven
n00b
n00b


Joined: 02 Aug 2002
Posts: 4

PostPosted: Wed Mar 19, 2003 3:18 pm    Post subject: Reply with quote

I've edited the original cvs-ebuild from bugg to work again (at least for me).
There's also a slight code-cleanup merged within this build, so I think everything should be fine again.

If you've got any problems with this one don't hesitate to contact me.

-----------------------------------------------------------------------
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="AbiWord word processor"
HOMEPAGE="http://www.abisource.com"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE="spell"

DEPEND="virtual/x11
sys-libs/zlib
>=media-libs/libpng-1.2.0
x11-libs/fribidi
dev-libs/libxml2
dev-libs/popt
>=x11-libs/xft-2.0.0
>=x11-libs/gtk+-2.0.0
perl? ( dev-lang/perl )
spell? ( >=app-text/aspell-0.50.3 )"

S=${WORKDIR}

inherit cvs
ECVS_CVS_COMMAND="cvs -z3"
ECVS_SERVER="cvs.abisource.com:/cvsroot"
ECVS_ANON="no"
ECVS_AUTH="pserver"
ECVS_USER="anoncvs"
ECVS_PASS="anoncvs"

src_unpack() {
ECVS_MODULE="abi"
cvs_src_unpack
ECVS_MODULE="abidistfiles"
cvs_src_unpack
ECVS_MODULE="wv"
cvs_src_unpack
}

src_compile() {
local buildopts
use spell && buildopts="--with-pspell"

cd ${S}/abi || die "cd abi failed"
./autogen.sh || die "./autogen.sh failed"
./configure ${buildopts} \
--host=${CHOST} \
--prefix=/usr/local \
--infodir=/usr/local/share/info \
--mandir=/usr/local/share/man \
--enable-xft \
--with-libxml2 \
--without-libiconv || die "./configure failed"
make || die "make failed"
}

src_install() {
cd ${S}/abi || die "cd abi failed"
make DESTDIR=${D} install || die "make install failed"
}
Back to top
View user's profile Send private message
maor
Guru
Guru


Joined: 28 Aug 2002
Posts: 323

PostPosted: Wed Mar 19, 2003 7:43 pm    Post subject: Reply with quote

thx Raven the ebuild works great.
Back to top
View user's profile Send private message
Reformist
Guru
Guru


Joined: 06 Oct 2002
Posts: 323

PostPosted: Wed Apr 02, 2003 3:20 pm    Post subject: Reply with quote

Installed abiword from cvs for the first time (from an ebuild) from your ebuild raven, it works flawlessly (on my system), thanks!
_________________
-Phil Crosby
Back to top
View user's profile Send private message
Gnufsh
Guru
Guru


Joined: 28 Dec 2002
Posts: 400
Location: Portland, OR

PostPosted: Fri Apr 11, 2003 3:28 pm    Post subject: Reply with quote

In that ebuild x11-libs/fribidi should be dev-libs/fribidi
Back to top
View user's profile Send private message
helmers
Guru
Guru


Joined: 16 Sep 2002
Posts: 553
Location: Stange, Norway

PostPosted: Thu Apr 17, 2003 9:19 am    Post subject: Reply with quote

Bumping; for the sake of all mankind!

Using Raven's updated ebuild(and fixing the fribidi error), it works great! Abiword 1.1.x is the best word processer I have used - ever!
_________________
C is for Cookies!
Back to top
View user's profile Send private message
floam
Veteran
Veteran


Joined: 27 Oct 2002
Posts: 1067
Location: Vancouver, WA USA

PostPosted: Sun Apr 20, 2003 7:01 am    Post subject: Reply with quote

I can't connect to the cvs server anymore
Back to top
View user's profile Send private message
CYwolf
n00b
n00b


Joined: 01 Jun 2002
Posts: 47
Location: Toronto, ON, CA

PostPosted: Sun Apr 20, 2003 4:04 pm    Post subject: New Abiword Reply with quote

Abiword 1.9.0 was released yesterday. Anybody tried it? Have a new ebuild? :)
Back to top
View user's profile Send private message
Yinchie
Apprentice
Apprentice


Joined: 05 Mar 2003
Posts: 179
Location: The Netherlands

PostPosted: Sun Apr 20, 2003 4:27 pm    Post subject: Reply with quote

I have tried it today, Abiword 1.9.0
Used the ebuild from this topic to get it.

floam: i was able to connect to it, thats how I got 1.9.0
Back to top
View user's profile Send private message
carrett
Apprentice
Apprentice


Joined: 22 Mar 2003
Posts: 273

PostPosted: Mon Apr 21, 2003 5:05 am    Post subject: weird... Reply with quote

ummm, i can't get it to fit on my screen...i can't resize the window....otherwise it's awesome. it's a silly problem, but anyone else have it?
_________________
I'm against picketing, but I don't know how to show it.
Back to top
View user's profile Send private message
max_colby
Tux's lil' helper
Tux's lil' helper


Joined: 30 Nov 2002
Posts: 149
Location: Ottawa, Canada

PostPosted: Mon Apr 21, 2003 5:13 am    Post subject: Reply with quote

Try deleting the Abiword profile in your home directory
Code:
rm ~/.AbiSuite/ -rf
Back to top
View user's profile Send private message
carrett
Apprentice
Apprentice


Joined: 22 Mar 2003
Posts: 273

PostPosted: Mon Apr 21, 2003 5:45 am    Post subject: awesome. Reply with quote

that worked. and to people using CUPS....tell abiword to print with the lpr command, it works for me!
_________________
I'm against picketing, but I don't know how to show it.
Back to top
View user's profile Send private message
IWBCMAN
Guru
Guru


Joined: 25 Jun 2002
Posts: 474

PostPosted: Wed Jun 04, 2003 10:42 am    Post subject: Reply with quote

this is not a *solution* to the printing problems with abiword-cvs using cups-but it helps.....


I found that I can simply tell abiword to print to a file. It prints the file and crashes. But the file is there, so you can then print it- and this seems to work fine. I had cups going fine with my own ppd file for canon bjc-6100 until recently. Then cups and my ppd file freaked out and started spewing garbage. I always prefer *free* solutions under linux- but this time I said screw it and downloaded turboprint (the >free< version). I installed it in 45 seconds. And it WORKS!!!!!. So now I just tell abiword to print to file and then I issue the command line: lpr -Ptp0 filename.ps .....

it works like a charm.......although it is a hack-ie. this is not how one should have to print with abiword- it does work and works fine.....
Back to top
View user's profile Send private message
sebgarden
Guru
Guru


Joined: 21 Dec 2002
Posts: 353

PostPosted: Sun Jun 22, 2003 1:46 pm    Post subject: Reply with quote

Hi!

As abiword-1.99.1 doesn't compile with the latest gnome, I decided to install abiword-cvs. But I ran into problems compiling abiword-cvs:

Code:

...
cvs-server: updating abi/user/xap/unix

Error: app-text-abiword-cvs-20030319 failed
function cvs_fetch line 194, exitcode 1
cvs update command failed


Does anybody have an idea about this issue ? Is it from the cvs server or from the ebuild ?

Regards,
Sébastien.
Back to top
View user's profile Send private message
Serengeti
n00b
n00b


Joined: 13 Apr 2003
Posts: 10
Location: Lublin, Poland

PostPosted: Mon Jun 23, 2003 6:44 pm    Post subject: Reply with quote

Hello,

Every time I try to emerge abiword-cvs, I get this mysterious error:

Code:

bash-2.05b# emerge -p app-office/abiword/abiword-cvs.ebuild
 
These are the packages that I would merge, in order:
 
Calculating dependencies \Traceback (most recent call last):
  File "/usr/bin/emerge", line 1913, in ?
    retval,favorites=mydepgraph.select_files(myfiles)
  File "/usr/bin/emerge", line 677, in select_files
    if not self.create(["ebuild",portage.root,mykey],None,"--onlydeps" not in myopts):
  File "/usr/bin/emerge", line 628, in create
    edepend[x]=string.join(portage.portdb.aux_get(mykey,[x]), " ")
  File "/usr/lib/python2.2/site-packages/portage.py", line 3362, in aux_get
    myebuild,in_overlay=self.findname2(mycpv)
  File "/usr/lib/python2.2/site-packages/portage.py", line 3331, in findname2
    myloc=self.oroot+"/"+mysplit[0]+"/"+psplit[0]+"/"+mysplit[1]+".ebuild"
TypeError: unsubscriptable object


It's the first time I have such a problem with emerge. Any clues?

thanks in advance.
_________________
'No, no! Sam, you old ass!' said Frodo.
Back to top
View user's profile Send private message
annoyed
n00b
n00b


Joined: 16 Dec 2002
Posts: 14

PostPosted: Fri Aug 08, 2003 12:59 am    Post subject: Reply with quote

Can't compile latest 1.99.x AbiWord. Fails on fribidi.

It's fine up until:

Code:

(cd .libs && rm -f libfribidi.la && ln -s ../libfribidi.la libfribidi.la)
/bin/sh ./libtool --mode=link gcc  -march=athlon-xp -mcpu=athlon-xp -Os -pipe -fomit-frame-pointer -Wall   -o fribidi  fribidi_main.o getopt.o getopt1.o libfribidi.la
/bin/sh ./libtool --mode=link gcc  -march=athlon-xp -mcpu=athlon-xp -Os -pipe -fomit-frame-pointer -Wall   -o fribidi_benchmark  fribidi_benchmark.o getopt.o getopt1.o libfribidi.la
gcc -march=athlon-xp -mcpu=athlon-xp -Os -pipe -fomit-frame-pointer -Wall -o .libs/fribidi_benchmark fribidi_benchmark.o getopt.o getopt1.o  ./.libs/libfribidi.so
gcc -march=athlon-xp -mcpu=athlon-xp -Os -pipe -fomit-frame-pointer -Wall -o .libs/fribidi fribidi_main.o getopt.o getopt1.o  ./.libs/libfribidi.so
creating fribidi_benchmark
creating fribidi
"./run.tests"
=== test_CapRTL_explicit === 1,10c1,10
< this is _LJUST_o                           => this is JUST
< a _lsimple _RteST_o th_oat                 => a simple TSet that
< HAS A _LPDF missing                        =>                          PDF missing A SAH
< AnD hOw_L AbOuT, 123,987 tHiS_o            =>                w AbOuT, 123,987 tHiSOh DnA
< a GOOD - _L_oTEST.                         => a TSET - DOOG.
< here_L is_o_o_o _R a good one_o            => here is eno doog a
< And _r 123,987_LTHE_R next_o oNE:          =>                  987THEtxen  oNE:,123  ndA
< _R_r and the last _LONE_o IS               => SI and the last ONE 
< THE _rbest _lONE and                       =>                           best ENO and EHT
< A REAL BIG_l_o BUG!                        =>                            !GUB GIB LAER A
---
> this is _LJUST_o                    => this is JUST
> a _lsimple _RteST_o th_oat          => a simple TSet that
> HAS A _LPDF missing                 =>                   PDF missing A SAH
> AnD hOw_L AbOuT, 123,987 tHiS_o     =>         w AbOuT, 123,987 tHiSOh DnA
> a GOOD - _L_oTEST.                  => a TSET - DOOG.
> here_L is_o_o_o _R a good one_o     => here is eno doog a
> And _r 123,987_LTHE_R next_o oNE:   =>           987THEtxen  oNE:,123  ndA
> _R_r and the last _LONE_o IS        => SI and the last ONE 
> THE _rbest _lONE and                =>                    best ENO and EHT
> A REAL BIG_l_o BUG!                 =>                     !GUB GIB LAER A
12,13c12,13
< AN ARABIC _l_o 123-456 NICE ONE!           =>               !ENO ECIN 456-123  CIBARA NA
< AN ARABIC _l _o 123-456 PAIR               =>                   RIAP   123-456 CIBARA NA
---
> AN ARABIC _l_o 123-456 NICE ONE!    =>        !ENO ECIN 456-123  CIBARA NA
> AN ARABIC _l _o 123-456 PAIR        =>            RIAP   123-456 CIBARA NA
 [Failed]
=== test_CapRTL_implicit === 1,26c1,26
< car is THE CAR in arabic                   => car is RAC EHT in arabic
< CAR IS the car IN ENGLISH                  =>                  HSILGNE NI the car SI RAC
< he said "IT IS 123, 456, OK"               => he said "KO ,456 ,123 SI TI"
< he said "IT IS (123, 456), OK"             => he said "KO ,(456 ,123) SI TI"
< he said "IT IS 123,456, OK"                => he said "KO ,123,456 SI TI"
< he said "IT IS (123,456), OK"              => he said "KO ,(123,456) SI TI"
< HE SAID "it is 123, 456, ok"               =>               "ok ,it is 123, 456" DIAS EH
< he said "IT IS 789, 678, OK"               => he said "KO ,678 ,789 SI TI"
< he said "IT IS (789, 678), OK"             => he said "KO ,(678 ,789) SI TI"
< he said "IT IS 789,678, OK"                => he said "KO ,789,678 SI TI"
< he said "IT IS (789,678), OK"              => he said "KO ,(789,678) SI TI"
< HE SAID "it is 789, 678, ok"               =>               "ok ,678 ,789 it is" DIAS EH
< <H123>shalom</H123>                        =>                        <123H/>shalom<123H>
< <h123>SAALAM</h123>                        => <h123>MALAAS</h123>
< HE SAID "it is a car!" AND RAN             =>             NAR DNA "!it is a car" DIAS EH
< HE SAID "it is a car!_>" AND RAN           =>             NAR DNA "it is a car!" DIAS EH
< -2 CELSIUS IS COLD                         =>                         DLOC SI SUISLEC 2-
< SOLVE 1*5 1-5 1/5 1+5                      =>                      5+1 5/1 5-1 5*1 EVLOS
< THE RANGE IS 2.5..5                        =>                        5..2.5 SI EGNAR EHT
< IOU $10                                    =>                                    $10 UOI
< CHANGE -10%                                =>                                %10- EGNAHC
< -10% CHANGE                                =>                                EGNAHC %10-
< A TEST FOR WEAK TYPES: 123+,456            =>            456,123+ :SEPYT KAEW ROF TSET A
< ANOTHER FOR WEAK TYPES: A123,456           =>           123,456A :SEPYT KAEW ROF REHTONA
> جرس فرياد می‌دارد Ú©Ù‡ بربنديد محمل‌ها =>  اه‌لمحم ديدنبرب Ù‡Ú© دراد‌یم دايرف سرج
> به می سجاده رنگين کن گرت پير مغان گويد => ديوگ ناغم ريپ ترگ نک نيگنر هداجس یم هب
> که سالک بی‌خبر نبود ز راه و رسم منزل‌ها => اه‌لزنم مسر و هار ز دوبن ربخ‌یب کلاس هک
> شب تاريک و بيم موج و گردابی چنين هايل => لياه نينچ یبادرگ و جوم ميب و کيرات بش
> کجا دانند حال ما سبکباران ساحل‌ها =>    اه‌لحاس نارابکبس ام لاح دنناد اجک
> همه کارم ز خود کامی به بدنامی کشيد آخر => رخآ ديشک یماندب هب یماک دوخ ز مراک همه
> نهان کی ماند آن رازی کز او سازند محفل‌ها => اه‌لفحم دنزاس وا زک یزار نآ دنام یک ناهن
> حضوری گر همی‌خواهی از او غايب مشو حافظ => ظفاح وشم بياغ وا زا یهاوخ‌یمه رگ یروضح
> متی ما تلق من تهوی دع الدنيا و اهملها => اهلمها و ايندلا عد یوهت نم قلت ام یتم
 [Failed]
make: *** [test] Error 1

!!! ERROR: dev-libs/fribidi-0.10.4 failed.
!!! Function src_compile, Line 22, Exitcode 2
!!! (no error message)


hmm?
Back to top
View user's profile Send private message
zaanpenguin
Apprentice
Apprentice


Joined: 01 Jul 2003
Posts: 203

PostPosted: Sat Sep 20, 2003 10:49 pm    Post subject: Reply with quote

I have the same problem... weird...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
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