Gentoo Archives: gentoo-ppc-dev

From: Kitae Kim <bluetux@×××.com>
To: gentooppc-dev@g.o
Subject: [gentooppc-dev] xemacs-gtk
Date: Fri, 06 Sep 2002 00:35:04
Message-Id: 1031266893.7685.73.camel@apple
1 Hi
2
3 I am not sure report below thing. it's bug repoting?
4 and pleas understand my poor english.
5
6 After install gentoo ppc, I want to use xemacs-gtk,
7 but can't emerge xemacs-gtk even if can't compile manually.
8 I used xemacs-gtk in debian-ppc, so I wander why can't compile and
9 emerge.
10
11 I try to compile most of recently version xemacs with gtk enable. but
12 all can't sucess.
13
14 so I get xemacs source from debian mirror.
15 first I get xemacs21-gtk_20010311-1.tar.gz.
16 I can compile that source and using.
17 but there is mule problem, togle and something more, so if I using that
18 I shuld edit some lisp but still problem remain.
19
20 Yesterday I try xemacs-21.4.8 with debian patch
21 xemacs21_21.4.8-2-diff.gz
22 But it also have error. so I unmerge db and emerge db.
23
24 After that I can compirl and using now
25
26 ./configure --with-mule --with-canna=no --with-wnn=no --with-xim=xlib
27 --with-xfs --with-sound=none,native --with-x11 --extra-verbose
28 --with-site-lisp --error-checking=none --debug=no --dynamic --with-pop
29 --with-gpm=no --with-gtk --with_menubars=lucid --with_scrollbars=lucid
30 --with_dialogs=athena --cflags=" -O2 -pipe -mcpu=750 -mpowerpc-gfxopt
31 -mmultiple -mstring"
32
33 most all option from debian.
34
35 After compile and using, I try to emerge xemacs-gtk but can't.
36
37 so I edit xemacs-21.4.8-r3.ebuild
38 can using debian patch
39
40 --
41 src_unpack() {
42 cd ${WORKDIR}
43 unpack ${REAL_P}.tar.gz
44 cd ${S}
45 patch -p0 <${FILESDIR}/emodules.info-21.4.8-gentoo.patch
46 patch -p1 <${FILESDIR}/xemacs21_21.4.8-2.diff <-- this line add
47 }
48 --
49
50 after that I can emerge and can using.
51 But there is some problem remain about mule.
52 I think if only using english there is no problem but I shuld using
53 mule.
54
55 So I unmerge xemacs-gtk and use manually compiled xemacs now.
56 Later I try to.
57
58
59 I am not programer, I don't know program language.
60
61
62 Kitae
63
64 PS. after unmerge db and emerge db I re emerge evolution have something
65 error.
66 evolution want to db1 but It db1 isn't instaled automaticaly. so before
67 emerge evolution I should emerge sys-libs/db/db-1.85-r1.ebuild