kd3 build failed

kd3 build failed

Post by g » Tue, 10 Sep 2002 11:27:38



i tried to build gnome and kde, both the most current versions.
the files come from the current archive.
i download everything, then
cd to the directory and
make fetch-list | sh
after it got everything it needed i did
make
and  30 some hours later (slow machine, sparcstation 20)

i get a message

***Error code 2

Stop.
***Error code 1

there may be messages above this, but i forgot how to move up
 (commands, you know the keystrokes, i'm using csh)

is the build running out of memory?
everything seems to be going along fine then are several hours 30 + of
compiling
i get those messages.

df /usr  gives me this

Filesystem       1k-blocks             Used            Avail       Capacity
Mounted on
/dev/sd0g           1787653     1068008         630262          62%
/usr

this is where i do the building (make)
i tried to build gnome first.

i notice the value in used has gone up.
after i tried to build gnome the value of used went up again.

i started the build before i got the suggestion about making a log file.
i look up how to do that tonight.

any ideas?

Thanks,

g.

 
 
 

kd3 build failed

Post by Rasputi » Tue, 10 Sep 2002 20:16:28



Quote:> i tried to build gnome and kde, both the most current versions.
> the files come from the current archive.
> i download everything, then
> cd to the directory and
> make fetch-list | sh
> after it got everything it needed i did
> make
> and  30 some hours later (slow machine, sparcstation 20)

> i get a message

> ***Error code 2

> Stop.
> ***Error code 1

You need the stuff above that.
Type 'make clean clean-depends' (to free some disk space)

then

make 2>&1 > ~/kdebuild.log

If it fails again, look at the last couple of hundred lines of that
file:

tail -200 ~/kdebuild.log|less

--
Rasputin :: Jack of All Trades - Master of Nuns

 
 
 

kd3 build failed

Post by g » Wed, 11 Sep 2002 08:46:42


the build is in process using Rasputin suggestions

instead of doing
   make 2>&1 > ~/kdebuild.log

i did
   make fetch-list | sh
  (make >&2>&1 > ~/kdebuild.log) &         /* added the greater than and the
'&' before the 2 */

i expect to see a log file of the build(make) in my home directory.

thanks Rasputin, i got the space back

this is now a background process, if it (the commands) is(are) wrong please
let me know, because
this build will take over 30 hours.

sun sparcstation 20

thanks,

g.


Quote:> i tried to build gnome and kde, both the most current versions.
> the files come from the current archive.
> i download everything, then
> cd to the directory and
> make fetch-list | sh
> after it got everything it needed i did
> make
> and  30 some hours later (slow machine, sparcstation 20)

> i get a message

> ***Error code 2

> Stop.
> ***Error code 1

> there may be messages above this, but i forgot how to move up
>  (commands, you know the keystrokes, i'm using csh)

> is the build running out of memory?
> everything seems to be going along fine then are several hours 30 + of
> compiling
> i get those messages.

> df /usr  gives me this

> Filesystem       1k-blocks             Used            Avail
Capacity
> Mounted on
> /dev/sd0g           1787653     1068008         630262          62%
> /usr

> this is where i do the building (make)
> i tried to build gnome first.

> i notice the value in used has gone up.
> after i tried to build gnome the value of used went up again.

> i started the build before i got the suggestion about making a log file.
> i look up how to do that tonight.

> any ideas?

> Thanks,

> g.

 
 
 

kd3 build failed

Post by g » Thu, 12 Sep 2002 08:16:36


the new build produced the log file
along the way though, the system told me the file system was full.  so i was
running out of memory.
the drive has at least 1 gig open.
i have started a new compile (make), but before i did, i gave the command

unlimited datasize

i hope that will help.
if i can ever setup the ftp server, i will share the log files.  i'm almost
up to that part in my reading.

g.


Quote:> i tried to build gnome and kde, both the most current versions.
> the files come from the current archive.
> i download everything, then
> cd to the directory and
> make fetch-list | sh
> after it got everything it needed i did
> make
> and  30 some hours later (slow machine, sparcstation 20)

> i get a message

> ***Error code 2

> Stop.
> ***Error code 1

> there may be messages above this, but i forgot how to move up
>  (commands, you know the keystrokes, i'm using csh)

> is the build running out of memory?
> everything seems to be going along fine then are several hours 30 + of
> compiling
> i get those messages.

> df /usr  gives me this

> Filesystem       1k-blocks             Used            Avail
Capacity
> Mounted on
> /dev/sd0g           1787653     1068008         630262          62%
> /usr

> this is where i do the building (make)
> i tried to build gnome first.

> i notice the value in used has gone up.
> after i tried to build gnome the value of used went up again.

> i started the build before i got the suggestion about making a log file.
> i look up how to do that tonight.

> any ideas?

> Thanks,

> g.

 
 
 

kd3 build failed

Post by g » Thu, 12 Sep 2002 09:59:32


apparently i don't have enough space

i'm getting

/:write failed, file system is full

thanks everybody,

g.

Quote:> i tried to build gnome and kde, both the most current versions.
> the files come from the current archive.
> i download everything, then
> cd to the directory and
> make fetch-list | sh
> after it got everything it needed i did
> make
> and  30 some hours later (slow machine, sparcstation 20)

> i get a message

> ***Error code 2

> Stop.
> ***Error code 1

> there may be messages above this, but i forgot how to move up
>  (commands, you know the keystrokes, i'm using csh)

> is the build running out of memory?
> everything seems to be going along fine then are several hours 30 + of
> compiling
> i get those messages.

> df /usr  gives me this

> Filesystem       1k-blocks             Used            Avail
Capacity
> Mounted on
> /dev/sd0g           1787653     1068008         630262          62%
> /usr

> this is where i do the building (make)
> i tried to build gnome first.

> i notice the value in used has gone up.
> after i tried to build gnome the value of used went up again.

> i started the build before i got the suggestion about making a log file.
> i look up how to do that tonight.

> any ideas?

> Thanks,

> g.

 
 
 

kd3 build failed

Post by Rasputi » Fri, 13 Sep 2002 00:18:35



Quote:> apparently i don't have enough space

> i'm getting

> /:write failed, file system is full

What, you're building this in root?

Do another make clean-depends  then repeat the build

(part of the build process is building and installing dependencies;
if some are installed you can free up space by cleaning the dependencies
and then retrying).

What does

df -k

say?

> thanks everybody,

> g.


>> i tried to build gnome and kde, both the most current versions.
>> the files come from the current archive.
>> i download everything, then
>> cd to the directory and
>> make fetch-list | sh
>> after it got everything it needed i did
>> make
>> and  30 some hours later (slow machine, sparcstation 20)

>> i get a message

>> ***Error code 2

>> Stop.
>> ***Error code 1

>> there may be messages above this, but i forgot how to move up
>>  (commands, you know the keystrokes, i'm using csh)

>> is the build running out of memory?
>> everything seems to be going along fine then are several hours 30 + of
>> compiling
>> i get those messages.

>> df /usr  gives me this

>> Filesystem       1k-blocks             Used            Avail
> Capacity
>> Mounted on
>> /dev/sd0g           1787653     1068008         630262          62%
>> /usr

>> this is where i do the building (make)
>> i tried to build gnome first.

>> i notice the value in used has gone up.
>> after i tried to build gnome the value of used went up again.

>> i started the build before i got the suggestion about making a log file.
>> i look up how to do that tonight.

>> any ideas?

>> Thanks,

>> g.

--
Rasputin :: Jack of All Trades - Master of Nuns
 
 
 

kd3 build failed

Post by g » Fri, 13 Sep 2002 08:55:15


df - k says

Filesystem           1k-block            Used                Avail
Capacity            Mounted on
/dev/sd0a             32343            32343               -1618
105%                      /
/dev/sd0g           1787653         216783           1481487
12%                      /usr
kernfs                             1                   1
1                0                          /kern

Ok, i've done clean clean-depends.
Also, clean CLEANDEPENDS=YES

today i, rm (removed) the /usr/pkgsrc
and  rm /usr/pkg

i tried to ftp the binary. At that time there was some space in availiable
in root. i was in /usr when i started the pkg_add
ftp://ftp.netbsd.org/...........

After a little downloading i get system full messages

the above report, of the filesystem, is where i am now.  (After doing make
clean clean-depends (s) )

i was trying to build the packages (programs) in the
/usr/pkgsrc/whicheverdirectory (/x11/gnome.... or /x11/kde.......

thanks,

g.


> > apparently i don't have enough space

> > i'm getting

> > /:write failed, file system is full

> What, you're building this in root?

> Do another make clean-depends  then repeat the build

> (part of the build process is building and installing dependencies;
> if some are installed you can free up space by cleaning the dependencies
> and then retrying).

> What does

> df -k

> say?

> > thanks everybody,

> > g.


> >> i tried to build gnome and kde, both the most current versions.
> >> the files come from the current archive.
> >> i download everything, then
> >> cd to the directory and
> >> make fetch-list | sh
> >> after it got everything it needed i did
> >> make
> >> and  30 some hours later (slow machine, sparcstation 20)

> >> i get a message

> >> ***Error code 2

> >> Stop.
> >> ***Error code 1

> >> there may be messages above this, but i forgot how to move up
> >>  (commands, you know the keystrokes, i'm using csh)

> >> is the build running out of memory?
> >> everything seems to be going along fine then are several hours 30 + of
> >> compiling
> >> i get those messages.

> >> df /usr  gives me this

> >> Filesystem       1k-blocks             Used            Avail
> > Capacity
> >> Mounted on
> >> /dev/sd0g           1787653     1068008         630262          62%
> >> /usr

> >> this is where i do the building (make)
> >> i tried to build gnome first.

> >> i notice the value in used has gone up.
> >> after i tried to build gnome the value of used went up again.

> >> i started the build before i got the suggestion about making a log
file.
> >> i look up how to do that tonight.

> >> any ideas?

> >> Thanks,

> >> g.

> --
> Rasputin :: Jack of All Trades - Master of Nuns

 
 
 

1. kd3 menu query

if i go into menu editor it shows me a lot more of what i SHOULD have than
what i actually list on the menu itself.

ie it has mozilla on it as well as lynx, but when you click on K it isnt
under the internet list

why is this?

im just giving an example here btw

also how do i add items to the menu, as it seems i can only add menus and
submenus.

thanks

2. Conforming complete systems?

3. kd3 screensaver?

4. dosemu

5. dosemu - fails to build

6. previous day as date

7. kdesdk 3.0.2 build fails on Solaris 2.6

8. Securing Linux System with Permissions

9. JDK1.4 port fails to build

10. ruby build fails segmentation fault

11. Build of new SNAP 2.2 1006 Fails for ME

12. Kernel build fails on miata/DEC personal workstation

13. RH5.0 - Custom Kernel Build Fails