bugzilla-daemon | 1 Dec 2004 10:44
Picon

[Bug 160014] Aisleriot doesn't check for the correct version of guile.

http://bugzilla.gnome.org/show_bug.cgi?id=160014
gnome-games | general | Ver: 2.9.x

callum <at> physics.otago.ac.nz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

------- Additional Comments From callum <at> physics.otago.ac.nz  2004-12-01 04:44 -------
Hmrph. Configure checks the version now, but neither the standard guile autoconf
macros or the one prepackaged in gnome-games where any help. The result isn't
perfect, but it is reliable.

------- You are receiving this mail because: -------
You are on the CC list for the bug.
--

-- 
garnome-list mailing list
garnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/garnome-list

Carlos Sevcik | 2 Dec 2004 01:04
Picon

GARNOME 2.9.1 shared-mime-info problems

Hi,

I am having problems with shared-mime-info in GARNOME  2.9.1 under 
Fedora Core 3. First there is a checksum error (I ran the make 
paranoid-install with two different downloads of GARNOME with the same 
result so it does not seem to be a transmission error), I circumvented 
this by determining the MD5 checksum for the file I downloaded and 
replacing the checksum value in the popper GARNOME checksum file with 
the value I determined, and make paranoid-install again. The package 
compiled for a long while and then I got this error messages:

[===== NOW BUILDING:    shared-mime-info-0.15   =====]
    [fetch] complete for shared-mime-info.
    [checksum] complete for shared-mime-info.
    [extract] complete for shared-mime-info.
    [patch] complete for shared-mime-info.
==> Running configure in work/main.d/shared-mime-info-0.15
/bin/sh: ./configure: No such file or directory
make[8]: *** [configure-work/main.d/shared-mime-info-0.15/configure] 
Error 127
make[8]: Leaving directory 
`/home/csevcik/updates/garnome-2.9.1/bootstrap/shared-mime-info'
make[7]: *** [../../bootstrap/shared-mime-info/cookies/main.d/install] 
Error 2
make[7]: Leaving directory 
`/home/csevcik/updates/garnome-2.9.1/platform/gnome-mime-data'
make[6]: *** [../../platform/gnome-mime-data/cookies/main.d/install] 
Error 2
make[6]: Leaving directory 
`/home/csevcik/updates/garnome-2.9.1/platform/gtk+'
(Continue reading)

guenther | 2 Dec 2004 01:56
Picon

Re: GARNOME 2.9.1 shared-mime-info problems


> I am having problems with shared-mime-info in GARNOME  2.9.1 under 
> Fedora Core 3. First there is a checksum error (I ran the make 
> paranoid-install with two different downloads of GARNOME with the same 
> result so it does not seem to be a transmission error), I circumvented 
> this by determining the MD5 checksum for the file I downloaded and 
> replacing the checksum value in the popper GARNOME checksum file with 
> the value I determined, and make paranoid-install again. The package 
> compiled for a long while and then I got this error messages:

Dude, you where just trying to build a HTML document. :-)

http://mail.gnome.org/archives/garnome-list/2004-November/msg00067.html

...guenther

-- 
char *t="\10pse\0r\0dtu\0. <at> 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; }}}

--

-- 
garnome-list mailing list
garnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/garnome-list

Sid Boyce | 2 Dec 2004 22:08
Picon
Favicon

Re: GARNOME 2.9.1 shared-mime-info problems

guenther wrote:
>>I am having problems with shared-mime-info in GARNOME  2.9.1 under 
>>Fedora Core 3. First there is a checksum error (I ran the make 
>>paranoid-install with two different downloads of GARNOME with the same 
>>result so it does not seem to be a transmission error), I circumvented 
>>this by determining the MD5 checksum for the file I downloaded and 
>>replacing the checksum value in the popper GARNOME checksum file with 
>>the value I determined, and make paranoid-install again. The package 
>>compiled for a long while and then I got this error messages:
> 
> 
> Dude, you where just trying to build a HTML document. :-)
> 
> http://mail.gnome.org/archives/garnome-list/2004-November/msg00067.html
> 
> ...guenther
> 
> 
# for p in bootstrap/{dbus,shared,hicolor,desktop}*; do cd $p; sed 
"s/Software/software/" Makefile > temp; mv temp Makefile; cd ../../; done

make[6]: Entering directory 
`/ftp/nov04/garnome-2.9.1/bootstrap/shared-mime-info'
[===== NOW BUILDING:    shared-mime-info-0.15   =====]
         [fetch] complete for shared-mime-info.
  ==> Running checksum on shared-mime-info-0.15.tar.gz
51793b041edc68717c3f87e26a4bc087  download/shared-mime-info-0.15.tar.gz
download/shared-mime-info-0.15.tar.gz: FAILED
*** GAR GAR GAR!  shared-mime-info-0.15.tar.gz failed checksum test! 
GAR GAR GAR! ***
(Continue reading)

Stef van der Made | 2 Dec 2004 22:36
Picon

Re: GARNOME 2.9.1 shared-mime-info problems


Dear Sid,

Please try running make makesum in the shared-mime-info folder. The 
md5sum for the file looks out of sync.

Best regards,

Stef

Sid Boyce wrote:

> guenther wrote:
>
>>> I am having problems with shared-mime-info in GARNOME  2.9.1 under 
>>> Fedora Core 3. First there is a checksum error (I ran the make 
>>> paranoid-install with two different downloads of GARNOME with the 
>>> same result so it does not seem to be a transmission error), I 
>>> circumvented this by determining the MD5 checksum for the file I 
>>> downloaded and replacing the checksum value in the popper GARNOME 
>>> checksum file with the value I determined, and make paranoid-install 
>>> again. The package compiled for a long while and then I got this 
>>> error messages:
>>
>>
>>
>> Dude, you where just trying to build a HTML document. :-)
>>
>> http://mail.gnome.org/archives/garnome-list/2004-November/msg00067.html
>>
(Continue reading)

guenther | 2 Dec 2004 22:40
Picon

Re: GARNOME 2.9.1 shared-mime-info problems


> > Dude, you where just trying to build a HTML document. :-)
> > 
> > http://mail.gnome.org/archives/garnome-list/2004-November/msg00067.html
>
> # for p in bootstrap/{dbus,shared,hicolor,desktop}*; do cd $p; sed 
> "s/Software/software/" Makefile > temp; mv temp Makefile; cd ../../; done

Uhm, is that a root prompt?

You should not build Garnome as root. It's not a wise decision, unless
you *really* know what you are doing and like to live on the dangerous
side of life.

If you want to share the built Gnome Desktop with other users, you sure
can without building as root.

> make[6]: Entering directory 
> `/ftp/nov04/garnome-2.9.1/bootstrap/shared-mime-info'
> [===== NOW BUILDING:    shared-mime-info-0.15   =====]
>          [fetch] complete for shared-mime-info.
>   ==> Running checksum on shared-mime-info-0.15.tar.gz

You are still trying to build the already downloaded file. (yes, the
HTML document ;-)

Running 'make clean' in bootstrap/shared-mime-info will solve your
issue.

FWIW: You need to run that command, before downloading. Otherwise, there
(Continue reading)

Sid Boyce | 2 Dec 2004 23:51
Picon
Favicon

Re: GARNOME 2.9.1 shared-mime-info problems

guenther wrote:
>>>Dude, you where just trying to build a HTML document. :-)
>>>
>>>http://mail.gnome.org/archives/garnome-list/2004-November/msg00067.html
>>
>># for p in bootstrap/{dbus,shared,hicolor,desktop}*; do cd $p; sed 
>>"s/Software/software/" Makefile > temp; mv temp Makefile; cd ../../; done
> 
> 
> Uhm, is that a root prompt?
> 
> You should not build Garnome as root. It's not a wise decision, unless
> you *really* know what you are doing and like to live on the dangerous
> side of life.
> 
> If you want to share the built Gnome Desktop with other users, you sure
> can without building as root.
> 
> 
> 
>>make[6]: Entering directory 
>>`/ftp/nov04/garnome-2.9.1/bootstrap/shared-mime-info'
>>[===== NOW BUILDING:    shared-mime-info-0.15   =====]
>>         [fetch] complete for shared-mime-info.
>>  ==> Running checksum on shared-mime-info-0.15.tar.gz
> 
> 
> You are still trying to build the already downloaded file. (yes, the
> HTML document ;-)
> 
(Continue reading)

guenther | 2 Dec 2004 23:59
Picon

Re: GARNOME 2.9.1 shared-mime-info problems


> Thanks, the make clean did the trick.

np :)

> This is just a quick test build. I 
> shall rebuild later as a user if this is successful.

Whatever. You have been warned.

I have seen packages, totally ignoring the $prefix and trying to install
files to the system paths. Especially when testing only, I would not run
this as root.

...guenther

-- 
char *t="\10pse\0r\0dtu\0. <at> 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; }}}

--

-- 
garnome-list mailing list
garnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/garnome-list

bugzilla-daemon | 3 Dec 2004 16:56
Picon

[Bug 133398] make check: strtod-test fail

http://bugzilla.gnome.org/show_bug.cgi?id=133398
glib | general | Ver: 2.3.x

mclasen <at> redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

------- Additional Comments From mclasen <at> redhat.com  2004-12-03 10:56 -------
g_ascii_strtod has seen some changes in recent releases.
Does this still occur with glib 2.5.7 ?

------- You are receiving this mail because: -------
You are on the CC list for the bug.
--

-- 
garnome-list mailing list
garnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/garnome-list

bugzilla-daemon | 4 Dec 2004 18:50
Picon

[Bug 133398] make check: strtod-test fail

http://bugzilla.gnome.org/show_bug.cgi?id=133398
glib | general | Ver: 2.3.x

mclasen <at> redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|2.4.8                       |Small fix

------- You are receiving this mail because: -------
You are on the CC list for the bug.
--

-- 
garnome-list mailing list
garnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/garnome-list


Gmane