Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2013 08:55:25 GMT
From:      Simeon Simeonov <blackmore@pichove.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179138: devel/lua-lgi fails to build
Message-ID:  <201305310855.r4V8tP1U091025@oldred.FreeBSD.org>
Resent-Message-ID: <201305310900.r4V901dh002779@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179138
>Category:       ports
>Synopsis:       devel/lua-lgi fails to build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 31 09:00:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Simeon Simeonov
>Release:        9.1-STABLE
>Organization:
None
>Environment:
FreeBSD MagnumBOX 9.1-STABLE FreeBSD 9.1-STABLE #0 r250655: Wed May 15 14:02:12 CEST 2013     root@MagnumBOX:/usr/obj/usr/src/sys/MagnumBOX  amd64
>Description:
The port fails to build

[root@MagnumBOX /usr/ports/devel/lua-lgi]# make install clean
=> lgi-0.7.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch https://nodeload.github.com/pavouk/lgi/legacy.tar.gz/0.7.1?dummy=/lgi-0.7.1.tar.gz
fetch: https://nodeload.github.com/pavouk/lgi/legacy.tar.gz/0.7.1?dummy=/lgi-0.7.1.tar.gz: size mismatch: expected 268357, actual 268341
=> Attempting to fetch http://nodeload.github.com/pavouk/lgi/legacy.tar.gz/0.7.1?dummy=/lgi-0.7.1.tar.gz
fetch: http://nodeload.github.com/pavouk/lgi/legacy.tar.gz/0.7.1?dummy=/lgi-0.7.1.tar.gz: size mismatch: expected 268357, actual 268341
=> Attempting to fetch http://cloud.github.com/downloads/pavouk/lgi/lgi-0.7.1.tar.gz
fetch: http://cloud.github.com/downloads/pavouk/lgi/lgi-0.7.1.tar.gz: Forbidden
=> Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/lgi-0.7.1.tar.gz
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/lgi-0.7.1.tar.gz: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** [do-fetch] Error code 1

Stop in /usr/ports/devel/lua-lgi.

After updating the size in distinfo to 268341 I get:

[root@MagnumBOX /usr/ports/devel/lua-lgi]# make install clean
=> lgi-0.7.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch https://nodeload.github.com/pavouk/lgi/legacy.tar.gz/0.7.1?dummy=/lgi-0.7.1.tar.gz
lgi-0.7.1.tar.gz                              100% of  262 kB  315 kBps
===> Fetching all distfiles required by lua51-lgi-0.7.1 for building
===>  Extracting for lua51-lgi-0.7.1
=> SHA256 Checksum mismatch for lgi-0.7.1.tar.gz.
===>  Refetch for 1 more times files: lgi-0.7.1.tar.gz 
=> lgi-0.7.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch https://nodeload.github.com/pavouk/lgi/legacy.tar.gz/0.7.1?dummy=/lgi-0.7.1.tar.gz
===> Fetching all distfiles required by lua51-lgi-0.7.1 for building
===> Fetching all distfiles required by lua51-lgi-0.7.1 for building
=> SHA256 Checksum mismatch for lgi-0.7.1.tar.gz.

After updating the checksum I get:

===> Fetching all distfiles required by lua51-lgi-0.7.1 for building
===>  Extracting for lua51-lgi-0.7.1
=> SHA256 Checksum OK for lgi-0.7.1.tar.gz.
===>  Patching for lua51-lgi-0.7.1
===>  Applying FreeBSD patches for lua51-lgi-0.7.1
patch: **** can't cd to /usr/ports/devel/lua-lgi/work/pavouk-lgi-1bbf1bc: No such file or directory
=> Patch patch-lgi_Makefile failed to apply cleanly.
*** [do-patch] Error code 1

Stop in /usr/ports/devel/lua-lgi.
*** [build-depends] Error code 1

>How-To-Repeat:
Look at 'description'
>Fix:
Repeat the steps in "Full description"

Modify Makefile 

-GH_COMMIT=  1bbf1bc
+GH_COMMIT=  c18d15a


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305310855.r4V8tP1U091025>