* [gentoo-dev] bugs
@ 2000-09-13 19:17 Morgan Christiansson
2001-01-13 20:13 ` Achim Gottinger
2001-01-13 20:45 ` drobbins
0 siblings, 2 replies; 5+ messages in thread
From: Morgan Christiansson @ 2000-09-13 19:17 UTC (permalink / raw
To: gentoo mailing list
I sent two bug reports using the sourceforge bug mangment system.
--
Morgan Christiansson
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] bugs
2000-09-13 19:17 [gentoo-dev] bugs Morgan Christiansson
@ 2001-01-13 20:13 ` Achim Gottinger
2001-01-14 15:48 ` Morgan Christiansson
2001-01-13 20:45 ` drobbins
1 sibling, 1 reply; 5+ messages in thread
From: Achim Gottinger @ 2001-01-13 20:13 UTC (permalink / raw
To: gentoo-dev
Morgan Christiansson wrote:
> I sent two bug reports using the sourceforge bug mangment system.
Ha we still have that old sourceforge project, I forgot that. Maybe we
should get some bugzilla like stuff running on
www.gentoo.org.
About the ppp bug:
I'm not using wvdial over here because I have dsl. Do you think
configuring wvdial in a way that it uses
/etc/ppp/peers/ppp.provider solves the first problem?
We generat modules.conf dynamic at the moment from within
/etc/rc.d/init.d/modules, so we can
not simply add these changes. So we must find a way to add such
package-dependend aliases
from within this script.
How about putting the package depndend module configuration file in
/etc/modules/ and the adding
includes for all files found in /etc/modules/ from within the modules
script?
About the enligthenment bug:
Take a look at /etc/env.d. Do you have 90gnome in there? If not copy the
file from
gnome-base/gnome/files manually, run env-update and source /etc/profile.
There should be a env-file for enlightenment too.
Bye Achim
>
>
> --
> Morgan Christiansson
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] bugs
2000-09-13 19:17 [gentoo-dev] bugs Morgan Christiansson
2001-01-13 20:13 ` Achim Gottinger
@ 2001-01-13 20:45 ` drobbins
1 sibling, 0 replies; 5+ messages in thread
From: drobbins @ 2001-01-13 20:45 UTC (permalink / raw
To: gentoo-dev
On Wed, Sep 13, 2000 at 09:17:00PM +0200, Morgan Christiansson wrote:
> I sent two bug reports using the sourceforge bug mangment system.
Post them to the list; we're not using sourceforge anymore. I need
to zap that.
Thanks,
--
Daniel Robbins <drobbins@gentoo.org>
President/CEO http://www.gentoo.org
Gentoo Technologies, Inc.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] bugs
2001-01-13 20:13 ` Achim Gottinger
@ 2001-01-14 15:48 ` Morgan Christiansson
2001-01-14 16:11 ` Achim Gottinger
0 siblings, 1 reply; 5+ messages in thread
From: Morgan Christiansson @ 2001-01-14 15:48 UTC (permalink / raw
To: gentoo-dev
Achim Gottinger wrote:
> Morgan Christiansson wrote:
>
>
>> I sent two bug reports using the sourceforge bug mangment system.
>
>
> Ha we still have that old sourceforge project, I forgot that. Maybe we
> should get some bugzilla like stuff running on
> www.gentoo.org.
>
> About the ppp bug:
>
> I'm not using wvdial over here because I have dsl. Do you think
> configuring wvdial in a way that it uses
> /etc/ppp/peers/ppp.provider solves the first problem?
Yes.
>
> We generat modules.conf dynamic at the moment from within
> /etc/rc.d/init.d/modules, so we can
> not simply add these changes. So we must find a way to add such
> package-dependend aliases
> from within this script.
Whatever, modules.conf was bloated with variables. So it seems like a
good idea.
>
> How about putting the package depndend module configuration file in
> /etc/modules/ and the adding
> includes for all files found in /etc/modules/ from within the modules
> script?
>
> About the enligthenment bug:
>
> Take a look at /etc/env.d. Do you have 90gnome in there? If not copy the
> file from
>
> gnome-base/gnome/files manually, run env-update and source /etc/profile.
>
> There should be a env-file for enlightenment too.
I can't find it, and not env-update either.
Uncommenting "/opt/gnome/lib/" from /etc/ld.so.conf fixed the problem.
>
> Bye Achim
>
>
>
--
Morgan Christiansson
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] bugs
2001-01-14 15:48 ` Morgan Christiansson
@ 2001-01-14 16:11 ` Achim Gottinger
0 siblings, 0 replies; 5+ messages in thread
From: Achim Gottinger @ 2001-01-14 16:11 UTC (permalink / raw
To: gentoo-dev
Morgan Christiansson wrote:
> Achim Gottinger wrote:
>
> > Morgan Christiansson wrote:
> >
> >
> >> I sent two bug reports using the sourceforge bug mangment system.
> >
> >
> > Ha we still have that old sourceforge project, I forgot that. Maybe we
> > should get some bugzilla like stuff running on
> > www.gentoo.org.
> >
> > About the ppp bug:
> >
> > I'm not using wvdial over here because I have dsl. Do you think
> > configuring wvdial in a way that it uses
> > /etc/ppp/peers/ppp.provider solves the first problem?
> Yes.
Ok I will look into that.
>
>
> >
> > We generat modules.conf dynamic at the moment from within
> > /etc/rc.d/init.d/modules, so we can
> > not simply add these changes. So we must find a way to add such
> > package-dependend aliases
> > from within this script.
> Whatever, modules.conf was bloated with variables. So it seems like a
> good idea.
>
> >
>
> > How about putting the package depndend module configuration file in
> > /etc/modules/ and the adding
> > includes for all files found in /etc/modules/ from within the modules
> > script?
> >
> > About the enligthenment bug:
> >
> > Take a look at /etc/env.d. Do you have 90gnome in there? If not copy the
> > file from
> >
> > gnome-base/gnome/files manually, run env-update and source /etc/profile.
>
> >
> > There should be a env-file for enlightenment too.
>
> I can't find it, and not env-update either.
>
> Uncommenting "/opt/gnome/lib/" from /etc/ld.so.conf fixed the problem.
Ah, so you used the packages and di not build from the current versions.
Currently we have automated setting of paths and ld.so.conf.
We use the script env-update. This scripts parses all files in /etc/env.d and
builds
/etc/profile.env and /etc/ld.so.conf.
All files in /etc/env.d are prepended by a number like the rc-scripts to
define a parse order.
>
>
> >
> > Bye Achim
> >
> >
> >
>
> --
> Morgan Christiansson
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-01-14 23:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-09-13 19:17 [gentoo-dev] bugs Morgan Christiansson
2001-01-13 20:13 ` Achim Gottinger
2001-01-14 15:48 ` Morgan Christiansson
2001-01-14 16:11 ` Achim Gottinger
2001-01-13 20:45 ` drobbins
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox