Re: package build problem

2016-07-18 Thread Gerd Pokorra
Hello, could you make it perfekt? For building the package I have do disable the check of the BUILDROOT in the spec file: QA_SKIP_BUILD_ROOT=1 export QA_SKIP_BUILD_ROOT Otherwise I get the following error message: chmod -- 755 /home/gz016/rpmbuild/BUILDROOT/rakudo-star-0.0.2016.07.1-1.fc23.x

Re: package build problem

2016-07-18 Thread Gerd Pokorra
Hello, sorry for the issue. By really using 2016.07.1 in place of 2016.07 it works fine. --Gerd Am Dienstag, den 19.07.2016, 00:51 +0200 schrieb Gerd Pokorra: > Hello, > > was already someone successful to build a package (rpm) with the new > rakudo 2016.07.1 release? > > I built and installed

package build problem

2016-07-18 Thread Gerd Pokorra
Hello, was already someone successful to build a package (rpm) with the new rakudo 2016.07.1 release? I built and installed system packages for moarvm and nqp (--prefix=/usr). By building the rakudo package on top of it I have the following problem with the new perl6 install-core-dist.pl script:

[perl #76628] [PATCH] Info about "git pull" and quick-and-dirty build problem resolution

2010-07-21 Thread via RT
m: Jan Ingvoldstad Date: Wed, 21 Jul 2010 15:13:39 +0200 Subject: [PATCH] Info about "git pull" and quick-and-dirty build problem resolution --- README.pod | 29 +++-- 1 files changed, 27 insertions(+), 2 deletions(-) diff --git a/README.pod b/README.pod index

Re: TGE Build problem after current subversion update

2009-03-07 Thread Elyse M. Grasso
On Saturday 07 March 2009, Elyse M. Grasso wrote: > I just tried to rebuild after doing a 'subversion update'. Doh. make clean seems to have fixed it. Should the README mention make clean? Sorry for the noise... -- Elyse Grasso http://www.data-raptors.comComputers and Technology http://ww

TGE Build problem after current subversion update

2009-03-07 Thread Elyse M. Grasso
I just tried to rebuild after doing a 'subversion update'. subversion reports parrot is "At revision 37184." perl Configure.pl worked, make fails with: make[1]: Entering directory `/home/emgrasso/parrot/compilers/tge' ../../parrot -o ../../runtime/parrot/library/TGE.pbc --output-pbc TGE.pir error

[perl #43431] build problem

2007-07-10 Thread Will Coleda via RT
On Fri Jun 29 01:52:18 2007, richard at rusrating.ru wrote: > Dear Parrot people, > > Just updates my subversion depository after a long time. > > Got this error after 'make' Richard - it is often necessary after a long break between updates to run 'make realclean' before doing a configure/m

Re: [perl #43431] build problem

2007-06-29 Thread Paul Cochrane
On 29/06/07, via RT Richard Hainsworth <[EMAIL PROTECTED]> wrote: # New Ticket Created by Richard Hainsworth # Please include the string: [perl #43431] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43431 > Dear Parrot peop

[perl #43431] build problem

2007-06-29 Thread via RT
# New Ticket Created by Richard Hainsworth # Please include the string: [perl #43431] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43431 > Dear Parrot people, Just updates my subversion depository after a long time. Got

Re: Win32 with ICU files build problem

2005-04-14 Thread Ron Blaschke
jerry gay wrote: > On Apr 12, 2005 12:06 PM, Solinski, Mark <[EMAIL PROTECTED]> wrote: >> > Has anyone successfully built Parrot on Win32 (MSVC 13.10.3077) >> > recently? > parrot builds fine on win32--vc-7.1-perl-5.8.6 for me, without icu. i have > been building this way for some time now. > co

Re: Win32 with ICU files build problem

2005-04-12 Thread jerry gay
On Apr 12, 2005 12:06 PM, Solinski, Mark <[EMAIL PROTECTED]> wrote: > > > Has anyone successfully built Parrot on Win32 (MSVC 13.10.3077) > > recently? parrot builds fine on win32--vc-7.1-perl-5.8.6 for me, without icu. i have been building this way for some time now. configure.pl --without-i

Re: Win32 with ICU files build problem

2005-04-12 Thread wi
I succeeded using the mingw32 setup. I counldn't get the Visual Studio.Net or free VC++ compilers to work, and ran out of energy. On Apr 12, 2005 12:06 PM, Solinski, Mark <[EMAIL PROTECTED]> wrote: > I'm sorry if this is a repeat... I posted this accidentally to > perl6-language... > > > Followin

Re: Win32 with ICU files build problem

2005-04-12 Thread Jens Rieks
On Tuesday 12 April 2005 21:06, Solinski, Mark wrote: > > Following the instructions in README.Win32 (which has been successful > > for me in the past), no longer works successfully. First, I cannot > > run Configure.pl successfully; it complains about --icudatadir not > > being defined (again not

Win32 with ICU files build problem

2005-04-12 Thread Solinski, Mark
I'm sorry if this is a repeat... I posted this accidentally to perl6-language... > Following the instructions in README.Win32 (which has been successful > for me in the past), no longer works successfully. First, I cannot > run Configure.pl successfully; it complains about --icudatadir not > bein

Re: Win32 with ICU files build problem

2005-04-12 Thread Matt Diephouse
Solinski, Mark <[EMAIL PROTECTED]> wrote: > Following the instructions in README.Win32 (which has been successful > for me in the past), no longer works successfully. First, I cannot run > Configure.pl successfully; it complains about --icudatadir not being > defined (again not one of the --icu* o

Re: Win32 with ICU files build problem

2005-04-12 Thread Christian Sporer
Hi Mark, I was able to compile parrot yesterday night. I compiled icu and copied the contents of the directory icu/include (two directories) manually to parrot/src. After that the compiler didn't complain anymore and I got a working parrot.exe. The --icudatadir I pointed to the out directory in my

Win32 with ICU files build problem

2005-04-12 Thread Solinski, Mark
Following the instructions in README.Win32 (which has been successful for me in the past), no longer works successfully. First, I cannot run Configure.pl successfully; it complains about --icudatadir not being defined (again not one of the --icu* options mentioned in README.Win32 AND not necessary

Re: [perl #34340] [BUG] OS X ASM build problem

2005-03-05 Thread Leopold Toetsch
Will Coleda (via RT) wrote: OS X build isn't quite right. darwin hints defines "platform_asm", but this file isn't defined for darwin. This generates a dependency in the build for src/platform_asm.s, which doesn't exist. Ah, yes. Always run make realclean, leo. ld: Undefined symbols: _Parrot_ppc

[perl #34340] [BUG] OS X ASM build problem

2005-03-04 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #34340] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34340 > OS X build isn't quite right. darwin hints defines "platform_asm", but this file isn't

Re: Build problem

2004-08-06 Thread William Coleda
... and after applying the patch I submitted, this no longer happens. But I think it might be a coincidence. William Coleda wrote: fresh cvs checkout on OS X ... after doing a perl Configure.pl... %make ... perl -e 'chdir shift @ARGV; system q{make}, @ARGV; exit $? >> 8;' docs perl -e '-d or mkdir

Build problem

2004-08-06 Thread William Coleda
fresh cvs checkout on OS X ... after doing a perl Configure.pl... %make ... perl -e 'chdir shift @ARGV; system q{make}, @ARGV; exit $? >> 8;' docs perl -e '-d or mkdir $_,0777 or die foreach @ARGV' ops perldoc -u ../src/packfile.c > packfile-c.pod perldoc -u ../ops/bit.ops > ops/bit.pod perldoc -u

Re: [perl #24797] [PATCH] libnci build problem on FreeBSD

2004-01-05 Thread Leopold Toetsch
Lars Balker Rasmussen <[EMAIL PROTECTED]> wrote: > nci_test.c included which is deprecated on FreeBSD Applied, as well as #24802. Thanks, leo

Re: [perl #24797] [PATCH] libnci build problem on FreeBSD

2004-01-03 Thread Leopold Toetsch
Lars Balker Rasmussen <[EMAIL PROTECTED]> wrote: > According to #parrot, libnci.so is built automatically on some > platforms, but not on my FreeBSD. No, its currently not built automatically. > - are you supposed to build libnci.so by hand if you want to test nci? Yep. AFAIK are we lacking a c

[perl #24797] [PATCH] libnci build problem on FreeBSD

2004-01-03 Thread via RT
# New Ticket Created by Lars Balker Rasmussen # Please include the string: [perl #24797] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=24797 > nci_test.c included which is deprecated on FreeBSD (and elsewhere I assume), w

Re: Win32 Build Problem

2003-11-18 Thread Melvin Smith
Looks like things are fixed. I committed the following: -Melvin Revision Changes Path 1.58 +8 -0 parrot/imcc/imc.h Index: imc.h === RCS file: /cvs/public/parrot/imcc/imc.h,v retrieving revision 1.57 retrieving revision 1.58 diff -u -

Re: Win32 Build Problem

2003-11-18 Thread Jonathan Worthington
- Original Message - From: "Melvin Smith" <[EMAIL PROTECTED]> > Can you confirm that this is fixed? Upgrading my flex from 2.5.4 -> 2.5.6 > fixed the unist.d include issue. I checked in a new lexer just now. 'fraid not. The #include for it is now enclosed in this block:- /* Special case

Re: Win32 Build Problem

2003-11-18 Thread Melvin Smith
Can you confirm that this is fixed? Upgrading my flex from 2.5.4 -> 2.5.6 fixed the unist.d include issue. I checked in a new lexer just now. -Melvin At 09:49 AM 11/18/2003 +0200, Nick Kostirya wrote: Again broken :-) See http://bugs6.perl.org/rt2/Ticket/Display.html?id=24260 > Hi, > > When buil

Re: Win32 Build Problem

2003-11-18 Thread Melvin Smith
At 10:49 AM 11/18/2003 +0100, Leopold Toetsch wrote: Jonathan Worthington <[EMAIL PROTECTED]> wrote: > Hi, > When building under Win32:- > imclexer.c > imcc/imclexer.c(13) : fatal error C1083: Cannot open include file: > 'unistd.h': No such file or directory It seems, that Melvin's flex is slightl

Re: Win32 Build Problem

2003-11-18 Thread Leopold Toetsch
Jonathan Worthington <[EMAIL PROTECTED]> wrote: > Hi, > When building under Win32:- > imclexer.c > imcc/imclexer.c(13) : fatal error C1083: Cannot open include file: > 'unistd.h': No such file or directory It seems, that Melvin's flex is slightly older then mine. A diff of the relevant part of (

Re: Win32 Build Problem

2003-11-18 Thread Nick Kostirya
Again broken :-) See http://bugs6.perl.org/rt2/Ticket/Display.html?id=24260 > Hi, > > When building under Win32:- > > imclexer.c > imcc/imclexer.c(13) : fatal error C1083: Cannot open include file: > 'unistd.h': No such file or directory > NMAKE : fatal error U1077: 'F:\Perl\bin\perl.exe' : re

Win32 Build Problem

2003-11-17 Thread Jonathan Worthington
Hi, When building under Win32:- imclexer.c imcc/imclexer.c(13) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory NMAKE : fatal error U1077: 'F:\Perl\bin\perl.exe' : return code '0x2' Stop. Changing the line:- #include In imclexer.c to:- #include Allow