* [gentoo-dev] Some Problems
@ 2001-05-07 2:17 BoehmeSilvio
2001-05-07 18:51 ` JP Sartre
0 siblings, 1 reply; 5+ messages in thread
From: BoehmeSilvio @ 2001-05-07 2:17 UTC (permalink / raw
To: 'gentoo-dev@gentoo.org'
Hi,
i have 2 problems with gentoo. The first one is easy....
1.) i have tried to merge "gnome-1.4.ebuild". There are 2 unresolved
dependencies.
gnome-1.4.ebuild
-> medusa-0.3.2 -> fixed to 0.5.0
-> nautilus-0.8.2 -> fixed to 1.0.2
-> gnome-core-1.4.0.1 -> fixed to 1.4.0.2
Now gnome merges successfull.
2.) I know this is strange.. but the last actions was building gnome...
After a reboot i receive:
(last good boot messages)
devfs...
agpgart...
(now the problem)
/etc/rc.d/init.d/rc: /var/log/boot: Read-only file system
/etc/rc.d/init.d/rc: /var/log/boot: Read-only file system
/etc/rc.d/init.d/rc: /var/log/boot: Read-only file system
(line repeat ~10 times)
rm: cannot unlink 'var/log/.boot': Read-only file system
INIT: Entering runlevel: 3
/etc/rc.d/init.d/rc: /var/log/boot: Read-only file system
/etc/rc.d/init.d/rc: /var/log/boot: Read-only file system
/etc/rc.d/init.d/rc: /var/log/boot: Read-only file system
(line repeat ~10 times, after some time the next message comes up)
INIT: Id "c1" respawning to fast: disabled for 5 minutes
INIT: Id "c2" respawning to fast: disabled for 5 minutes
INIT: Id "c3" respawning to fast: disabled for 5 minutes
INIT: Id "c4" respawning to fast: disabled for 5 minutes
INIT: Id "c5" respawning to fast: disabled for 5 minutes
INIT: Id "c6" respawning to fast: disabled for 5 minutes
I know, this has nothing to do with gnome ( hope so ).
I use the kernel 2.4.4 with the latest reiser - tools.
I suspect that my file-system is damaged... and reiserfsck do a lot of
things, but i can't see an error.
Someone in the newsgroups wrote that this problem can occur if /dev/null was
deleted. But i use devfsd ?
Can someone give me some informations about that ?
Thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Some Problems
2001-05-07 2:17 [gentoo-dev] Some Problems BoehmeSilvio
@ 2001-05-07 18:51 ` JP Sartre
2001-05-07 19:20 ` Achim Gottinger
0 siblings, 1 reply; 5+ messages in thread
From: JP Sartre @ 2001-05-07 18:51 UTC (permalink / raw
To: gentoo-dev
* BoehmeSilvio (Boehme.Silvio@afb.de) wrote:
> Hi,
>
> i have 2 problems with gentoo. The first one is easy....
>
> 1.) i have tried to merge "gnome-1.4.ebuild". There are 2 unresolved
> dependencies.
> gnome-1.4.ebuild
> -> medusa-0.3.2 -> fixed to 0.5.0
> -> nautilus-0.8.2 -> fixed to 1.0.2
> -> gnome-core-1.4.0.1 -> fixed to 1.4.0.2
> Now gnome merges successfull.
>
>
Well, after making those changes I'm still getting errors myself. One was a quick dependancy issue regarding freetype2 (need freetype-2.0.1-r1.ebuild for one of the packages.. I forget which one.)
Now I'm getting the following:
nautilus-volume-monitor.c:994: (Each undeclared identifier is reported only once
nautilus-volume-monitor.c:994: for each function it appears in.)
nautilus-volume-monitor.c:999: `PROC_MOUNTS_SEPARATOR' undeclared (first use in this function)
make[2]: *** [nautilus-volume-monitor.lo] Error 1
make[2]: Leaving directory `/tmp/portage/nautilus-1.0.2/work/nautilus-1.0.2/libnautilus-extensions'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/portage/nautilus-1.0.2/work/nautilus-1.0.2'
make: *** [all-recursive-am] Error 2
!!! ERROR: the make command did not complete successfully.
!!! ("make")
!!! Since this is a critical task, ebuild will be stopped.
Not sure what this means.
JP
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Some Problems
2001-05-07 18:51 ` JP Sartre
@ 2001-05-07 19:20 ` Achim Gottinger
2001-05-08 2:12 ` Kevin Gordon
0 siblings, 1 reply; 5+ messages in thread
From: Achim Gottinger @ 2001-05-07 19:20 UTC (permalink / raw
To: gentoo-dev
JP Sartre wrote:
>
> * BoehmeSilvio (Boehme.Silvio@afb.de) wrote:
> > Hi,
> >
> > i have 2 problems with gentoo. The first one is easy....
> >
> > 1.) i have tried to merge "gnome-1.4.ebuild". There are 2 unresolved
> > dependencies.
> > gnome-1.4.ebuild
> > -> medusa-0.3.2 -> fixed to 0.5.0
> > -> nautilus-0.8.2 -> fixed to 1.0.2
> > -> gnome-core-1.4.0.1 -> fixed to 1.4.0.2
> > Now gnome merges successfull.
> >
> >
>
> Well, after making those changes I'm still getting errors myself. One was a quick dependancy issue regarding freetype2 (need freetype-2.0.1-r1.ebuild for one of the packages.. I forget which one.)
>
> Now I'm getting the following:
>
> nautilus-volume-monitor.c:994: (Each undeclared identifier is reported only once
> nautilus-volume-monitor.c:994: for each function it appears in.)
> nautilus-volume-monitor.c:999: `PROC_MOUNTS_SEPARATOR' undeclared (first use in this function)
> make[2]: *** [nautilus-volume-monitor.lo] Error 1
> make[2]: Leaving directory `/tmp/portage/nautilus-1.0.2/work/nautilus-1.0.2/libnautilus-extensions'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/tmp/portage/nautilus-1.0.2/work/nautilus-1.0.2'
> make: *** [all-recursive-am] Error 2
>
> !!! ERROR: the make command did not complete successfully.
> !!! ("make")
> !!! Since this is a critical task, ebuild will be stopped.
>
> Not sure what this means.
Hrm, sounds like another unresolved dependencie. Can you log the
compilation to a file and send me the
configure part.
bye achim~
>
> JP
>
> _______________________________________________
> 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] Some Problems
@ 2001-05-08 1:46 BoehmeSilvio
0 siblings, 0 replies; 5+ messages in thread
From: BoehmeSilvio @ 2001-05-08 1:46 UTC (permalink / raw
To: 'gentoo-dev@gentoo.org'
Hi,
after the changes in gnome-1.4 gnome builds successfull on my system !?
I build gnome on a other machine with the same fixes also successfull.
My bigger problem was point 2...
Can some give me some hints on that ?
2.) After a reboot i receive:
(last good boot messages)
devfs...
agpgart...
(now the problem)
/etc/rc.d/init.d/rc: /var/log/boot: Read-only file system
/etc/rc.d/init.d/rc: /var/log/boot: Read-only file system
/etc/rc.d/init.d/rc: /var/log/boot: Read-only file system
(line repeat ~10 times)
rm: cannot unlink 'var/log/.boot': Read-only file system
INIT: Entering runlevel: 3
/etc/rc.d/init.d/rc: /var/log/boot: Read-only file system
/etc/rc.d/init.d/rc: /var/log/boot: Read-only file system
/etc/rc.d/init.d/rc: /var/log/boot: Read-only file system
(line repeat ~10 times, after some time the next message comes up)
INIT: Id "c1" respawning to fast: disabled for 5 minutes
INIT: Id "c2" respawning to fast: disabled for 5 minutes
INIT: Id "c3" respawning to fast: disabled for 5 minutes
INIT: Id "c4" respawning to fast: disabled for 5 minutes
INIT: Id "c5" respawning to fast: disabled for 5 minutes
INIT: Id "c6" respawning to fast: disabled for 5 minutes
> > Well, after making those changes I'm still getting errors
> myself. One was a quick dependancy issue regarding freetype2
> (need freetype-2.0.1-r1.ebuild for one of the packages.. I
> forget which one.)
> >
> > Now I'm getting the following:
> >
> > nautilus-volume-monitor.c:994: (Each undeclared identifier
> is reported only once
> > nautilus-volume-monitor.c:994: for each function it appears in.)
> > nautilus-volume-monitor.c:999: `PROC_MOUNTS_SEPARATOR'
> undeclared (first use in this function)
> > make[2]: *** [nautilus-volume-monitor.lo] Error 1
> > make[2]: Leaving directory
> `/tmp/portage/nautilus-1.0.2/work/nautilus-1.0.2/libnautilus-e
> xtensions'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory
> `/tmp/portage/nautilus-1.0.2/work/nautilus-1.0.2'
> > make: *** [all-recursive-am] Error 2
> >
> > !!! ERROR: the make command did not complete successfully.
> > !!! ("make")
> > !!! Since this is a critical task, ebuild will be stopped.
> >
> > Not sure what this means.
>
> Hrm, sounds like another unresolved dependencie. Can you log the
> compilation to a file and send me the
> configure part.
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Some Problems
2001-05-07 19:20 ` Achim Gottinger
@ 2001-05-08 2:12 ` Kevin Gordon
0 siblings, 0 replies; 5+ messages in thread
From: Kevin Gordon @ 2001-05-08 2:12 UTC (permalink / raw
To: gentoo-dev
The order in which I installed packages (amongst 140 of them) was:
librep-0.13.6
rep-gtk-0.15-r1
gnome-core-1.4.0.1
scollkeeper-0.2
sawfish-0.38
libunicode-0.4-r1
gal-0.5
gtkhtml-0.8.3
libgtop-1.0.12
openssl-0.9.6-r1
ammonite-1.0.0
medusa-0.5.0
nautilus-0.8.2
gnome-applets-1.4.0.1
medusa-0.3.2
gnome-1.4
I think scollkeeper-0.2 was an unspecified dependency. Most unlike me not to
have noted it. But from memory I think that is an extra.
Cheers,
Kevin
----- Original Message -----
From: "Achim Gottinger" <AGottinger@t-online.de>
To: <gentoo-dev@gentoo.org>
Sent: Tuesday, May 08, 2001 12:50 PM
Subject: Re: [gentoo-dev] Some Problems
> JP Sartre wrote:
> >
> > * BoehmeSilvio (Boehme.Silvio@afb.de) wrote:
> > > Hi,
> > >
> > > i have 2 problems with gentoo. The first one is easy....
> > >
> > > 1.) i have tried to merge "gnome-1.4.ebuild". There are 2 unresolved
> > > dependencies.
> > > gnome-1.4.ebuild
> > > -> medusa-0.3.2 -> fixed to 0.5.0
> > > -> nautilus-0.8.2 -> fixed to 1.0.2
> > > -> gnome-core-1.4.0.1 -> fixed to 1.4.0.2
> > > Now gnome merges successfull.
> > >
> > >
> >
> > Well, after making those changes I'm still getting errors myself. One
was a quick dependancy issue regarding freetype2 (need
freetype-2.0.1-r1.ebuild for one of the packages.. I forget which one.)
> >
> > Now I'm getting the following:
> >
> > nautilus-volume-monitor.c:994: (Each undeclared identifier is reported
only once
> > nautilus-volume-monitor.c:994: for each function it appears in.)
> > nautilus-volume-monitor.c:999: `PROC_MOUNTS_SEPARATOR' undeclared (first
use in this function)
> > make[2]: *** [nautilus-volume-monitor.lo] Error 1
> > make[2]: Leaving directory
`/tmp/portage/nautilus-1.0.2/work/nautilus-1.0.2/libnautilus-extensions'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory
`/tmp/portage/nautilus-1.0.2/work/nautilus-1.0.2'
> > make: *** [all-recursive-am] Error 2
> >
> > !!! ERROR: the make command did not complete successfully.
> > !!! ("make")
> > !!! Since this is a critical task, ebuild will be stopped.
> >
> > Not sure what this means.
>
> Hrm, sounds like another unresolved dependencie. Can you log the
> compilation to a file and send me the
> configure part.
>
> bye achim~
>
> >
> > JP
> >
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://www.gentoo.org/mailman/listinfo/gentoo-dev
>
> _______________________________________________
> 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-05-08 8:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-07 2:17 [gentoo-dev] Some Problems BoehmeSilvio
2001-05-07 18:51 ` JP Sartre
2001-05-07 19:20 ` Achim Gottinger
2001-05-08 2:12 ` Kevin Gordon
-- strict thread matches above, loose matches on Subject: below --
2001-05-08 1:46 BoehmeSilvio
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox