LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   garnome help (https://www.linuxquestions.org/questions/linux-software-2/garnome-help-96946/)

jang 09-25-2003 07:59 PM

garnome help
 
I always encounter this when I use this script. Anyone knows how to fix the following error?

make[3]: Entering directory `/home/garnome-0.27.1/gnome/pango'
[===== NOW BUILDING: pango-1.2.5 =====]
[fetch] complete for pango.
[checksum] complete for pango.
[extract] complete for pango.
[patch] complete for pango.
==> Building bootstrap/xft as a dependency
make[4]: Entering directory `/home/garnome-0.27.1/bootstrap/xft'
[===== NOW BUILDING: xft-2.1.2 =====]
==> Grabbing download/xft-2.1.2.tar.gz
==> Trying file//files/xft-2.1.2.tar.gz
make[5]: Entering directory `/home/garnome-0.27.1/bootstrap/xft'
make[5]: *** [file//files/xft-2.1.2.tar.gz] Error 1
make[5]: Leaving directory `/home/garnome-0.27.1/bootstrap/xft'
==> Trying file///xft-2.1.2.tar.gz
make[5]: Entering directory `/home/garnome-0.27.1/bootstrap/xft'
make[5]: *** [file///xft-2.1.2.tar.gz] Error 1
make[5]: Leaving directory `/home/garnome-0.27.1/bootstrap/xft'
==> Trying http//pdx.freedesktop.org/~fontconfig/release/xft-2.1.2.tar.gz
make[5]: Entering directory `/home/garnome-0.27.1/bootstrap/xft'
--08:58:32-- http://pdx.freedesktop.org/%7Efontco...t-2.1.2.tar.gz
=> `download/partial/xft-2.1.2.tar.gz'
Resolving pdx.freedesktop.org... done.
Connecting to pdx.freedesktop.org[131.252.208.82]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
08:58:33 ERROR 404: Not Found.

make[5]: *** [http//pdx.freedesktop.org/~fontconfig/release/xft-2.1.2.tar.gz] Error 1
make[5]: Leaving directory `/home/garnome-0.27.1/bootstrap/xft'
*** GAR GAR GAR! Failed to download download/xft-2.1.2.tar.gz! GAR GAR GAR! ***
make[4]: *** [download/xft-2.1.2.tar.gz] Error 1
make[4]: Leaving directory `/home/garnome-0.27.1/bootstrap/xft'
make[3]: *** [../../bootstrap/xft/cookies/main.d/install] Error 2
make[3]: Leaving directory `/home/garnome-0.27.1/gnome/pango'
make[2]: *** [../../gnome/pango/cookies/main.d/install] Error 2
make[2]: Leaving directory `/home/garnome-0.27.1/gnome/gtk+'
make[1]: *** [../../gnome/gtk+/cookies/main.d/install] Error 2
make[1]: Leaving directory `/home/garnome-0.27.1/gnome/metacity'
make: *** [../../gnome/metacity/cookies/main.d/install] Error 2
[root@localhost gnome-desktop]#

LordMorgul 09-28-2003 02:57 AM

*** GAR GAR GAR! Failed to download download/xft-2.1.2.tar.gz! GAR GAR GAR! ***

I haven't built garnome yet, I'm reading this as I consider doing it myself, but this is caused by not being able to find a file on the server it requested it from. The server pdx.freedesktop.org isn't responding today in any fashion, perhaps it is having problems. You could possible avoid compiling xft but I think you'll want that.

[edit]
After building it myself and noting the same problem I found this, from the main mailing list archive for garnome.
Apparently the pdx.freedesktop.org server has moved some files recently, and this fixes the problem for those at least.


http://mail.gnome.org/archives/garno.../msg00464.html

[/edit]

jang 09-28-2003 08:58 PM

Thanks for the reply. I finally figured out that much as well. Already got past that stage. Currently having problems with Epiphany, wouldn't compile. Think it has some problem with my mozilla being 1.2.1 version or something. I downloaded rpms for version 1.4.6, all devel files, and the rest. Wish me luck.

blargg27 10-01-2003 03:41 PM

If you want to avoid installing mozilla rpms you can use garnome to download and build the latest ( and neccessary ) source code version of mozilla.

Just go into the garnome-0.27/misc/mozilla directory and issue a good ole' `make` command.

I for one had some trouble getting rpms that made my gnome-desktop build happy. Epiphany was the one giving me grief so if you are experiencing the same thing give it a try.

This worked for me on RedHat 9.0 stock distrobution.

Good luck.

Ben

jang 10-01-2003 07:45 PM

Got it working. Thanks for the help Ben.


All times are GMT -5. The time now is 07:49 PM.