public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Install (from source) problems
@ 2001-09-02 13:32 Michael Odell
  2001-09-02 13:57 ` Daniel Robbins
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Odell @ 2001-09-02 13:32 UTC (permalink / raw
  To: gentoo-dev

After I ran the emerge rsync, I ran scripts/bootstrap.sh
files/bootstrap-1.0_rc6.packages and it seemed to do a couple things, but
failed with the following error:

Calculating dependencies.!!! Couldn't find match for
=sys-devel/gcc-2.95.3-r6; aborting.

Any thoughts?

Thanks,

-Michael Odell




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] Install (from source) problems
  2001-09-02 13:32 Michael Odell
@ 2001-09-02 13:57 ` Daniel Robbins
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Robbins @ 2001-09-02 13:57 UTC (permalink / raw
  To: gentoo-dev

On Sun, Sep 02, 2001 at 01:43:30PM -0600, Michael Odell wrote:
> After I ran the emerge rsync, I ran scripts/bootstrap.sh
> files/bootstrap-1.0_rc6.packages and it seemed to do a couple things, but
> failed with the following error:
> 
> Calculating dependencies.!!! Couldn't find match for
> =sys-devel/gcc-2.95.3-r6; aborting.
> 
> Any thoughts?

Yes; I need to make sure I checked it in!  Thanks for the bug report.
OK, I found the problem (it was profiles/default-1.0_rc6/packages referencing
a specific older version of gcc).  I've fixed this and added the digest to
CVS.  And I just updated our rsync mirror.  So do another emerge rsync and
give it another shot.  It should work this time.  And apologies for the 
inconvenience.

Best Regards,

-- 
Daniel Robbins					<drobbins@gentoo.org>
Chief Architect/President			http://www.gentoo.org 
Gentoo Technologies, Inc.			



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-dev] Install (from source) problems
@ 2001-09-02 14:34 Michael Odell
  2001-09-02 19:46 ` Daniel Robbins
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Odell @ 2001-09-02 14:34 UTC (permalink / raw
  To: gentoo-dev

As I continued, the MD5 sum for the gcc package (2.95.3) wasn't the same as
the one I got when I did an rsync - I tried downloading both 3 times just to
be sure.  To simplify things a bit, though, I removed the digest file and it
appears to be compiling gcc now.  Perhaps I'll get this up today after all
:)

-Michael Odell




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] Install (from source) problems
  2001-09-02 14:34 [gentoo-dev] Install (from source) problems Michael Odell
@ 2001-09-02 19:46 ` Daniel Robbins
  2001-09-02 22:39   ` Michael Odell
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Robbins @ 2001-09-02 19:46 UTC (permalink / raw
  To: gentoo-dev

On Sun, Sep 02, 2001 at 02:45:28PM -0600, Michael Odell wrote:
> As I continued, the MD5 sum for the gcc package (2.95.3) wasn't the same as
> the one I got when I did an rsync - I tried downloading both 3 times just to
> be sure.  To simplify things a bit, though, I removed the digest file and it
> appears to be compiling gcc now.  Perhaps I'll get this up today after all
> :)

Hrm; I just downloaded gcc again from ftp.gnu.org and we *do* have a correct
md5.  So it's possible that your download was actually corrupted or aborted early.

# md5sum gcc-2.95.3.tar.gz
f3ad4f32c2296fad758ed051b5ac8e28  gcc-2.95.3.tar.gz
# ls -l gcc-2.95.3.tar.gz
-rw-r--r--    1 root     root     12911721 Sep  2 18:21 gcc-2.95.3.tar.gz

Best Regards,

-- 
Daniel Robbins					<drobbins@gentoo.org>
Chief Architect/President			http://www.gentoo.org 
Gentoo Technologies, Inc.			



^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [gentoo-dev] Install (from source) problems
  2001-09-02 19:46 ` Daniel Robbins
@ 2001-09-02 22:39   ` Michael Odell
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Odell @ 2001-09-02 22:39 UTC (permalink / raw
  To: gentoo-dev

Thanks for checking - sorry for the trouble.

-Michael

-----Original Message-----
From: gentoo-dev-admin@cvs.gentoo.org
[mailto:gentoo-dev-admin@cvs.gentoo.org]On Behalf Of Daniel Robbins
Sent: Sunday, September 02, 2001 7:46 PM
To: gentoo-dev@cvs.gentoo.org
Subject: Re: [gentoo-dev] Install (from source) problems


On Sun, Sep 02, 2001 at 02:45:28PM -0600, Michael Odell wrote:
> As I continued, the MD5 sum for the gcc package (2.95.3) wasn't the same
as
> the one I got when I did an rsync - I tried downloading both 3 times just
to
> be sure.  To simplify things a bit, though, I removed the digest file and
it
> appears to be compiling gcc now.  Perhaps I'll get this up today after all
> :)

Hrm; I just downloaded gcc again from ftp.gnu.org and we *do* have a correct
md5.  So it's possible that your download was actually corrupted or aborted
early.

# md5sum gcc-2.95.3.tar.gz
f3ad4f32c2296fad758ed051b5ac8e28  gcc-2.95.3.tar.gz
# ls -l gcc-2.95.3.tar.gz
-rw-r--r--    1 root     root     12911721 Sep  2 18:21 gcc-2.95.3.tar.gz

Best Regards,

--
Daniel Robbins					<drobbins@gentoo.org>
Chief Architect/President			http://www.gentoo.org
Gentoo Technologies, Inc.

_______________________________________________
gentoo-dev mailing list
gentoo-dev@cvs.gentoo.org
http://cvs.gentoo.org/mailman/listinfo/gentoo-dev




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-09-03  4:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-02 14:34 [gentoo-dev] Install (from source) problems Michael Odell
2001-09-02 19:46 ` Daniel Robbins
2001-09-02 22:39   ` Michael Odell
  -- strict thread matches above, loose matches on Subject: below --
2001-09-02 13:32 Michael Odell
2001-09-02 13:57 ` Daniel Robbins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox