Re: lang/chicken, fails to package, needs MAKE_JOBS_UNSAFE

2011-10-10 Thread Vitaly Magerya
Doug Barton wrote:
 Also, once it got built, it failed to package:

 ===  Building package for chicken-4.7.0
 tar: lib/chicken/6/modules.db: Cannot stat: No such file or directory
 tar: Error exit delayed from previous errors.
 pkg_create: make_dist: tar command failed with code 256
 *** Error code 1

 Stop in /usr/ports/lang/chicken.

 Seems to work for me on 8.2-RELEASE amd64.
 Can you send me your build/install/package logs?
 I'll try to reproduce the problem.
 
 Sure, here you go:
 
 http://people.freebsd.org/~dougb/chicken-build.log
 
 FYI, I did some more testing and it only fails on i386. I confirmed your
 experience that it works fine on 8-amd64.

Doug, is there something peculiar about your i386 box? I tested on my
laptop and on a clean VirtualBox setup (both 8.2-RELEASE, i386); in both
cases the installation (and make package) work fine.

Can you show a list of the installed ports on your system?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: lang/chicken, fails to package, needs MAKE_JOBS_UNSAFE

2011-10-08 Thread Vitaly Magerya
Doug Barton wrote:
 On 10/05/2011 15:19, Vitaly Magerya wrote:
 Doug Barton wrote:
 Trying to create a package for lang/chicken today, it fails to build at
 all with FORCE_MAKE_JOBS, so it needs MAKE_JOBS_UNSAFE= true in the
 Makefile.

 True.
 
 Do you mind if I go ahead and add that sooner rather than later?

I'll appreciate if you will.

I actually have a seemingly working fix, but I'll submit it after the
upstream will accept it.

 Seems to work for me on 8.2-RELEASE amd64.
 Can you send me your build/install/package logs?
 I'll try to reproduce the problem.
 
 Sure, here you go:
 
 http://people.freebsd.org/~dougb/chicken-build.log
 
 FYI, I did some more testing and it only fails on i386. I confirmed your
 experience that it works fine on 8-amd64.

I'll look into it, thanks.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: lang/chicken, fails to package, needs MAKE_JOBS_UNSAFE

2011-10-08 Thread Doug Barton
On 10/08/2011 00:41, Vitaly Magerya wrote:
 Doug Barton wrote:
 On 10/05/2011 15:19, Vitaly Magerya wrote:
 Doug Barton wrote:
 Trying to create a package for lang/chicken today, it fails to build at
 all with FORCE_MAKE_JOBS, so it needs MAKE_JOBS_UNSAFE= true in the
 Makefile.

 True.

 Do you mind if I go ahead and add that sooner rather than later?
 
 I'll appreciate if you will.

Ok, done, thanks.

 FYI, I did some more testing and it only fails on i386. I confirmed your
 experience that it works fine on 8-amd64.
 
 I'll look into it, thanks.

Thanks again. :)


Doug

-- 

Nothin' ever doesn't change, but nothin' changes much.
-- OK Go

Breadth of IT experience, and depth of knowledge in the DNS.
Yours for the right price.  :)  http://SupersetSolutions.com/

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: lang/chicken, fails to package, needs MAKE_JOBS_UNSAFE

2011-10-07 Thread Doug Barton
On 10/05/2011 15:19, Vitaly Magerya wrote:
 Doug Barton wrote:
 Trying to create a package for lang/chicken today, it fails to build at
 all with FORCE_MAKE_JOBS, so it needs MAKE_JOBS_UNSAFE= true in the
 Makefile.
 
 True.

Do you mind if I go ahead and add that sooner rather than later?

 Also, once it got built, it failed to package:

 ===  Building package for chicken-4.7.0
 tar: lib/chicken/6/modules.db: Cannot stat: No such file or directory
 tar: Error exit delayed from previous errors.
 pkg_create: make_dist: tar command failed with code 256
 *** Error code 1

 Stop in /usr/ports/lang/chicken.
 
 Seems to work for me on 8.2-RELEASE amd64.
 Can you send me your build/install/package logs?
 I'll try to reproduce the problem.

Sure, here you go:

http://people.freebsd.org/~dougb/chicken-build.log

FYI, I did some more testing and it only fails on i386. I confirmed your
experience that it works fine on 8-amd64.


Thanks,

Doug

-- 

Nothin' ever doesn't change, but nothin' changes much.
-- OK Go

Breadth of IT experience, and depth of knowledge in the DNS.
Yours for the right price.  :)  http://SupersetSolutions.com/

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


lang/chicken, fails to package, needs MAKE_JOBS_UNSAFE

2011-10-05 Thread Doug Barton
Howdy,

Trying to create a package for lang/chicken today, it fails to build at
all with FORCE_MAKE_JOBS, so it needs MAKE_JOBS_UNSAFE= true in the
Makefile. Also, once it got built, it failed to package:

===  Building package for chicken-4.7.0
tar: lib/chicken/6/modules.db: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
*** Error code 1

Stop in /usr/ports/lang/chicken.


Doug

-- 

Nothin' ever doesn't change, but nothin' changes much.
-- OK Go

Breadth of IT experience, and depth of knowledge in the DNS.
Yours for the right price.  :)  http://SupersetSolutions.com/

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: lang/chicken, fails to package, needs MAKE_JOBS_UNSAFE

2011-10-05 Thread Vitaly Magerya
Doug Barton wrote:
 Trying to create a package for lang/chicken today, it fails to build at
 all with FORCE_MAKE_JOBS, so it needs MAKE_JOBS_UNSAFE= true in the
 Makefile.

True.

 Also, once it got built, it failed to package:

 ===  Building package for chicken-4.7.0
 tar: lib/chicken/6/modules.db: Cannot stat: No such file or directory
 tar: Error exit delayed from previous errors.
 pkg_create: make_dist: tar command failed with code 256
 *** Error code 1

 Stop in /usr/ports/lang/chicken.

Seems to work for me on 8.2-RELEASE amd64.
Can you send me your build/install/package logs?
I'll try to reproduce the problem.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org