Gentoo Archives: gentoo-dev

From: AGottinger@t-online.de (Achim Gottinger)
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] more gnome-apps ebuild (and resend blufish ebuild)
Date: Tue, 20 Mar 2001 19:14:11
Message-Id: 3AB8085F.B15800D0@gottinger.de
In Reply to: Re: [gentoo-dev] more gnome-apps ebuild (and resend blufish ebuild) by Philippe Namias
1 Philippe Namias wrote:
2 >
3 > On Thursday 15 March 2001 14:39, you wrote:
4 > > Philippe Namias wrote:
5 > > > On Wednesday 07 March 2001 15:55, you wrote:
6 > > > > Philippe Namias wrote:
7 > > > > > > Thank you philippe,
8 > > > > > >
9 > > > > > > Can you take care that all you ebuild's install man and info pages
10 > > > > > > to /opt/gnome/share/{man,info} and that
11 > > > > > > etc stuff goes into /etc/opt/gnome. These are the places FHS2.1
12 > > > > > > uses. Stuff like ssh, pam, bonobo, readline, nls (gettext) support
13 > > > > > > should be only build-in if the USE flags are set.
14 > > > > >
15 > > > > > Ok i will do as you said. I will give a try to gnome 1.4. beta 2
16 > > > > > tonight and report bug if any (but i am sure any as you done it:)
17 > > > >
18 > > > > I'm sure there are bugs in the dependencies. I will test them after I'm
19 > > > > finished with updating.
20 > > >
21 > > > I compiled gnome 1.4 (no dependancy problem) i just foud some missing
22 > > > headers in packages so i email to the maintainer of the package.
23 >
24 > >
25 > > Can you tell me what packages miss headers?
26 >
27 > So the package:
28 >
29 > gal-0.5
30 > gconf-0.50
31 > oaf-0.6.4
32
33 Hmm, I can remember some problems like that. The cause is that the file
34 90gnome from the gnome-1.4_beta2 package must be installed first.
35 The packages you named compile without errors but can not find the other
36 gnome packages and do not add
37 the support for that. For example oaf needs ORBit support and gconf
38 gdkimlib.
39
40 This is a new problem. The older versions of ebuild resolved runtime
41 dependencies of a package after the package was merged. This did not
42 fully work because some packages require binaries from rdepend packages
43 in their plk_postinst functions. So now rdependen packages get merged
44 first and after that the package.
45 Additionaly packages can now only be merged if all rdependencies are
46 resolved.
47
48 So in the old days (about a month ago) we simply merged the gnome-1.2
49 package first and after that all the gnome-stuff compiled without
50 problems.
51
52 There could be a workaround. If we make packages for the env-files and
53 add these env packages to the build/runtime dependencies of all gnome
54 packages the problems should be solved. But all the dependencies of
55 packages not installing into /usr and depending on an environment coming
56 from one of the /etc/env.d/ files
57 (beside 00basic) must be updated.
58
59 Comments please.
60 >
61 > >
62 > > > But globally gnome-1.4 is slow like the hell when running with nautilus
63 > > > 0.8.2 (my workstation : a Bi-Processor PIII-800 with 512Mo ) but the
64 > > > funny part of it, is that gnome-1.4 start a lot faster than gnome1.2 .
65 > >
66 > > Hmm, it runs slower that with mc but not slow as hell. :-)
67 > > On what arch did you build i486-pc-linux-gnu (-m486 -O2) are the
68 > > defaults in rc4_pre2.
69 > > I used i686-pc-linunx-gnu for testing over here.
70 > > Did you try to build nautilus with mozilla?
71 > > I think I found the right c++ flags and compilation works. Mozilla and
72 > > nautilus both run but the
73 > > embedded_mozilla component in nautilus allways segfaults.
74 >
75 > I build it with -O2 -mpentium (arch=i686) but i find it slow but it's a beta
76 > so...
77 > I build nautilus with the gtkhtml component so i need to try with the mozilla
78 > embeded component (i will take a look at this but the main problem is that
79 > mozilla get times to compile so i hope to have something till the end of the
80 > week.
81
82 :-) Mozilla needed about 2 1/2 hours here. It's a mess to experience
83 with such a package.
84
85 Anyone out there who want's to make a package for openoffice ?
86
87 >
88 > >
89 > > I hope I have more time to spend to gentoo next week. This week I was
90 > > very busy with other works, so
91 > > sorry that I did not commit your packages yet.
92 >
93 > That's ok Daniel Robbins granted me access to the CVS so i commit stuff
94 > myself.
95
96 Yes that is definately a good decision.
97
98 Welcome in the team.
99
100 achim~
101
102 >
103 > >
104 > > achim~
105 > >
106 > > _______________________________________________
107 > > gentoo-dev mailing list
108 > > gentoo-dev@g.o
109 > > http://www.gentoo.org/mailman/listinfo/gentoo-dev
110 >
111 > _______________________________________________
112 > gentoo-dev mailing list
113 > gentoo-dev@g.o
114 > http://www.gentoo.org/mailman/listinfo/gentoo-dev

Replies

Subject Author
Re: [gentoo-dev] more gnome-apps ebuild (and resend blufish ebuild) Philippe Namias <pn@××××××××.net>