[ports-i386@FreeBSD.org: ruby18-refe-0.8.0 failed on i386 8]

Erwin Lansing erwin at FreeBSD.org
Fri Dec 24 09:40:12 UTC 2010


On Fri, Dec 24, 2010 at 07:09:52AM +0000, Philip M. Gollucci wrote:
> On 12/23/10 13:46, Erwin Lansing wrote:
> >   http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.8.20101223122716/ruby18-refe-0.8.0.log
> 
> > ====================<phase 1: make checksum>====================
> > ===>  License check disabled, port has not defined LICENSE
> > => refe-0.8.0-withdoc.tar.gz doesn't seem to exist in /tmp/distfiles/ruby.
> > => Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/ruby/.
> > fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/ruby/refe-0.8.0-withdoc.tar.gz: File unavailable (e.g., file not found, no access)
> > => Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/ports/distfiles/ruby/.
> > fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/ports/distfiles/ruby/refe-0.8.0-withdoc.tar.gz: File unavailable (e.g., file not found, no access)
> > => Attempting to fetch from http://www.loveruby.net/archive/refe/refe/.
> > fetch: http://www.loveruby.net/archive/refe/refe/refe-0.8.0-withdoc.tar.gz: Not Found
> > => Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/ruby/.
> > fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/ruby/refe-0.8.0-withdoc.tar.gz: File unavailable (e.g., file not found, no access)
> > => Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/ports/distfiles/ruby/.
> > fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/ports/distfiles/ruby/refe-0.8.0-withdoc.tar.gz: File unavailable (e.g., file not found, no access)
> > => Couldn't fetch it - please try to retrieve this
> 
> This looks right to me.  I was mistaken about WITH_ flags, I saw the
> -withdoc on the DISTNAME and figured it was NOPORTDOC related.
> 
> My TB seems to build it okay and I have no local changes from CVS.
> I'd check QAT but it seems down right now.
> 
> Can you show me the contents of distinfo  on pointy ?

The whole point of the log is that it was unable to fetch the file at
all, so did not even get to comparing it to the information from
distinfo.  The error is in Makefile.

-erwin

> 
> 
> 
> 
> pgollucci    2010-12-23 08:03:27 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     japanese/ruby-refe   Makefile distinfo pkg-plist
>   Log:
>   - Update to 0.8.0
>   - Remove MD5
> 
>   With Hat:       ruby@
>   Sponsored by:   RideCharge Inc. / TaxiMagic
> 
>   Revision  Changes    Path
>   1.8       +4 -10     ports/japanese/ruby-refe/Makefile
>   1.5       +2 -3      ports/japanese/ruby-refe/distinfo
>   1.4       +45 -138   ports/japanese/ruby-refe/pkg-plist
> 
> http://cvsweb.FreeBSD.org/ports/japanese/ruby-refe/Makefile.diff?r1=1.7&r2=1.8&f=h
> | --- ports/japanese/ruby-refe/Makefile	2009/06/16 15:53:14	1.7
> | +++ ports/japanese/ruby-refe/Makefile	2010/12/23 08:03:26	1.8
> | @@ -2,14 +2,13 @@
> |  # Date created:		24 November 2002
> |  # Whom:			Akinori MUSHA aka knu <knu at idaemons.org>
> |  #
> | -# $FreeBSD:
> /usr/local/www/cvsroot/FreeBSD/ports/japanese/ruby-refe/Makefile,v 1.7
> 2009/06/16 15:53:14 stas Exp $
> | +# $FreeBSD:
> /usr/local/www/cvsroot/FreeBSD/ports/japanese/ruby-refe/Makefile,v 1.8
> 2010/12/23 08:03:26 pgollucci Exp $
> |  #
> |
> |  PORTNAME=	refe
> | -PORTVERSION=	0.7.2
> | +PORTVERSION=	0.8.0
> |  CATEGORIES=	japanese lang ruby
> | -MASTER_SITES=	http://www.loveruby.net/archive/refe/
> | -MASTER_SITE_SUBDIR=	${PORTNAME}
> | +MASTER_SITES=	http://www.loveruby.net/archive/refe/${PORTNAME}/
> |  PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
> |  DISTNAME=	${PORTNAME}-${PORTVERSION}-withdoc
> |  DIST_SUBDIR=	ruby
> | @@ -19,18 +18,13 @@ COMMENT=	Ruby Reference Referrer
> |
> |  USE_RUBY=	yes
> |  USE_RUBY_SETUP=	yes
> | -RUBY_SETUP=	install.rb
> |
> | -WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
> | +WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
> |
> |  DOCS_EN=	ChangeLog	NEWS	TODO \
> |  		README.en
> |  DOCS_JA=	README.ja
> |
> | -.include <bsd.port.pre.mk>
> | -
> | -PKGNAMEPREFIX:=	${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX}
> | -
> |  post-install:
> |  .if !defined(NOPORTDOCS)
> |  	${MKDIR} ${RUBY_MODDOCDIR}/ja
> | @@ -42,4 +36,4 @@ post-install:
> |  .endfor
> |  .endif
> |
> | -.include <bsd.port.post.mk>
> | +.include <bsd.port.mk>
> http://cvsweb.FreeBSD.org/ports/japanese/ruby-refe/distinfo.diff?r1=1.4&r2=1.5&f=h
> | --- ports/japanese/ruby-refe/distinfo	2005/11/24 23:02:08	1.4
> | +++ ports/japanese/ruby-refe/distinfo	2010/12/23 08:03:26	1.5
> | @@ -1,3 +1,2 @@
> | -MD5 (ruby/refe-0.7.2-withdoc.tar.gz) = 9b39cd19ddf41c28662fa4127a374d94
> | -SHA256 (ruby/refe-0.7.2-withdoc.tar.gz) =
> a89fe26a5446f2103650ccb684c515c488c23b5a05f88f37017b82be8b7ac83d
> | -SIZE (ruby/refe-0.7.2-withdoc.tar.gz) = 451686
> | +SHA256 (ruby/refe-0.8.0-withdoc.tar.gz) =
> fa8d6d958de5b1edf5337a6fde8ef71d81d95e3e7979ac0b3e2af6f958b06389
> | +SIZE (ruby/refe-0.8.0-withdoc.tar.gz) = 461982
> 
> 
> -- 
> ------------------------------------------------------------------------
> 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
> Philip M. Gollucci (pgollucci at p6m7g8.com) c: 703.336.9354
> VP Apache Infrastructure; Member, Apache Software Foundation
> Committer,                        FreeBSD Foundation
> Consultant,                       P6M7G8 Inc.
> Sr. System Admin,                 Ridecharge Inc.
> 
> Work like you don't need the money,
> love like you'll never get hurt,
> and dance like nobody's watching.
> 



> !DSPAM:4d144747315013021610375!

-- 
Erwin Lansing                       (o_ _o)       http://droso.org
Ceterum censeo                   \\\_\   /_///
Carthaginem esse delendam        <____) (____>    erwin at lansing.dk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ruby/attachments/20101224/3f41d9a6/attachment.pgp


More information about the freebsd-ruby mailing list