Re: garnome install not working



On Wed, 2006-04-12 at 21:56 +0530, ashutosh wrote:
> With a magazine I have received a CD which has gnome 2.14.
> The gnome directory structure is something like :
> 
> admin/  binding_source/  destop/  garnome-2.14.0.tar.gz*  platform_source/

Woohoo! :-)  What magazine comes with a copy of GARNOME?


> I copied gnome folder to my hdd. Extracted garnome and
> changed this value in gar.conf.mk
> GARCHIVEDIR = /home/ashutosh/gnome

This dir is where all release tarballs are expected, not inside a subdir
of this dir...

I can only guess why they choose to use such a directory structure, but
it is not suited for a GARCHIVEDIR without copying all the contained
tarballs to a single dir. Also, I seriously do hope the above ain't
everything they ship with. It lacks all the freedesktop.org love (aka
the releases), to start with...


> and i am getting this :
> 
> [ashutosh localhost garnome-2.14.0]$ cd desktop
> [ashutosh localhost desktop]$ make paranoid-install
> make[1]: Entering directory 
> `/home/ashutosh/gnome/garnome-2.14.0/desktop/bug-buddy'
> [===== NOW BUILDING:    bug-buddy-2.14.0        =====]
>  ==> Grabbing download/bug-buddy-2.14.0.tar.bz2

Since that file doesn't exist yet, let's get it.

>         ==> Trying file//files/bug-buddy-2.14.0.tar.bz2

Checking, whether this file is shipped as part of GARNOME itself.

> make[2]: Entering directory `/home/ashutosh/gnome/garnome-2.14.0/desktop/bug-buddy'
> make[2]: *** [file//files/bug-buddy-2.14.0.tar.bz2] Error 1
> make[2]: Leaving directory `/home/ashutosh/gnome/garnome-2.14.0/desktop/bug-buddy'
>         ==> Trying file///home/ashutosh/gnome/bug-buddy-2.14.0.tar.bz2

Trying to find the tarball in your GARCHIVE dir.

> make[2]: Entering directory `/home/ashutosh/gnome/garnome-2.14.0/desktop/bug-buddy'
> make[2]: *** [file///home/ashutosh/gnome/bug-buddy-2.14.0.tar.bz2] Error 1
> make[2]: Leaving directory `/home/ashutosh/gnome/garnome-2.14.0/desktop/bug-buddy'
>         ==> Trying http//ftp.gnome.org/pub/GNOME/sources/bug-buddy/2.14/bug-buddy-2.14.0.tar.bz2

Not found yet, so download it.

> make[2]: Entering directory `/home/ashutosh/gnome/garnome-2.14.0/desktop/bug-buddy'
> --21:51:06--  
> http://ftp.gnome.org/pub/GNOME/sources/bug-buddy/2.14/bug-buddy-2.14.0.tar.bz2
>            => `download/partial/bug-buddy-2.14.0.tar.bz2'
> Resolving ftp.gnome.org... 1.0.0.0

Downloading sure fails here, given ftp.gnome.org resolves to 1.0.0.0...

> I am using Mandriva 2006.Why it is not getting files from my local folder?
> It looks here /home/ashutosh/gnome/garnome-2.14.0/desktop/bug-buddy,

It's not exactly looking in that dir for the tarball, but rather 'make'
enters that dir, which means it processes the Makefile in that dir. This
is correct.

> but should 
> look here home/ashutosh/gnome/destop or home/ashutosh/gnome/desktop.
> The 'k' in the desktop was missing but when it did not work i added it.

Hmm, obviously the magazine that shipped with GARNOME and the GNOME
sources doesn't know much about it...

As explained above GARNOME checks for the file in the GARCHIVEDIR dir,
not a dir inside it. I annotated the terminal output, where it does. To
make it use these tarballs, just move them to the GARCHIVEDIR.

...guenther


-- 
char *t="\10pse\0r\0dtu\0  ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]