[perl #132784] [BUILD] make install fail on termux/Android 6.0.1

2019-10-04 Thread Matt Zand via RT
efixed linux, device is not rooted > make install fails for both rakudo-star-2017.10 and rakudo-2017.12 > > Using a cross-compiled MoarVM it's possible to make nqp and rakudo, > but make install hangs, after that install dir usr/share/perl6 has > some precomp > binaries,

[perl #132101] [JVM] ‘make’ does not work before ‘make install’

2017-09-23 Thread Christian Bartolomaeus via RT
On Sat, 16 Sep 2017 07:27:48 -0700, alex.jakime...@gmail.com wrote: > From this discussion https://irclog.perlgeek.de/perl6-dev/2017-09- > 16#i_15171820 > > 1) 'make' does not work before 'make install': I believe that happens, > because we use the Eval

[perl #132101] [JVM] ‘make’ does not work before ‘make install’

2017-09-16 Thread via RT
017-09-16#i_15171820 1) 'make' does not work before 'make install': I believe that happens, because we use the EvalServer -- and that doesn't look for BOOTSTRAP.nqp in ./blib

[perl #130339] [STAR] make install failure on rakudo star 2016.11

2017-01-31 Thread Zoffix Znet via RT
Closing, as the cause has been identified in previous replies.

Re: [perl #130339] make install failure on rakudo star 2016.11

2016-12-14 Thread Brandon Allbery
On Wed, Dec 14, 2016 at 8:39 AM, mark carter wrote: > The perl 5 script "prove" was not found. Adding (for me, anyway) > > /usr/bin/core_perl > ...so Red Hat decided too many people had figured out how they broke Perl, and broke it even more to compensate? -- brandon s allbery kf8nh

[perl #130339] make install failure on rakudo star 2016.11

2016-12-14 Thread via RT
.11 implementing Perl 6.c. make install seems to have problems building panda. It is reliant on File::Find, which is failing a test: Unhandled exception: Failed to write to filehandle: NULL string given http://pastebin.com/7PzmcaTS

[perl #130339] make install failure on rakudo star 2016.11

2016-12-14 Thread mark carter
I think I found the cause. The perl 5 script "prove" was not found. Adding (for me, anyway) /usr/bin/core_perl to PATH fixed the issue (as far as I can tell).

Re: [perl #130339] make install failure on rakudo star 2016.11

2016-12-14 Thread mark carter
I think I found the cause. The perl 5 script "prove" was not found. Adding (for me, anyway) /usr/bin/core_perl to PATH fixed the issue (as far as I can tell).

Re: [perl #130339] AutoReply: make install failure on rakudo star 2016.11

2016-12-14 Thread mark carter
I think I found the cause. The perl 5 script "prove" was not found. Adding (for me, anyway) /usr/bin/core_perl to PATH fixed the issue (as far as I can tell).

[perl #130339] make install failure on rakudo star 2016.11

2016-12-13 Thread Zoffix Znet via RT
On Tue, 13 Dec 2016 04:59:08 -0800, alt.mcar...@gmail.com wrote: > $perl6 --version > This is Rakudo version 2016.11 built on MoarVM version 2016.11 > implementing Perl 6.c. > > make install seems to have problems building panda. It is reliant on > File::Find, which

Re: [BUG] Rakudo docs not converted to man nor installed for "make install"

2016-05-10 Thread Tom Browder
On Tuesday, May 10, 2016, Sam S. via RT wrote: > What docs? > > The ones in the 'docs/' folder in the git repo? > Those seem to be project docs aimed at developers working on Rakudo, not > at users of Rakudo. > I.e. that folder is basically used as a project wiki. > So I don't think it makes sens

[perl #128087] [BUG] Rakudo docs not converted to man nor installed for "make install"

2016-05-06 Thread via RT
# New Ticket Created by Tom Browder # Please include the string: [perl #128087] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128087 > This is Rakudo version 2016.04 built on MoarVM version 2016.04 implementing Perl 6.c.

[perl #127324] sudo make install fail

2016-01-19 Thread via RT
# New Ticket Created by 宋文泰 # Please include the string: [perl #127324] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127324 > git log first commit commit 770d1097380822808e4597ce42d0b750dbd4909b Author: jnthn Date: Sun

[perl #113984] [BUG] cygwin make install fails copying some documentation

2012-07-04 Thread via RT
he failure to set the executable bit on cygwin. The reason setting the make CP variable to /bin/cp breaks "make install" for rakudo is that there are commands to copy some documentation files, included below, and, since the $(DOCS) variable indirectly refers to a "docs/announce&

[perl #76880] [BUG] [PATCH] make install (again)

2010-08-01 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #76880] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76880 > Apparently nobody does a package or an install (sigh) Attached are the needed m

[perl #57296] [TODO] make install -C languages

2008-07-26 Thread via RT
gcc --- Flags: category=install severity=medium ack=no --- make install -C languages DESTDIR=inst Help generating parrot packages with parrot-languages and self-hosting languages. pbc_to_exe $LANG --install creates now [EMAIL PROTECTED]@ self-hosting binaries with dependencies

[perl #40380] [PATCH] errors on 'make install' - src/pdb.c

2006-10-02 Thread Kevin Tew via RT
=== src/pdb.c == --- src/pdb.c (revision 133) +++ src/pdb.c (local) @@ -136,7 +136,6 @@ PDB_t *pdb; void *yyscanner; -do_yylex_init ( &yyscanner ); /*Parrot_set_config_hash(); TODO link with cfg */ debu

[perl #40380] [PATCH] errors on 'make install' - src/pdb.c

2006-09-20 Thread Herbert Poul
# New Ticket Created by "Herbert Poul" # Please include the string: [perl #40380] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40380 > hi, 'make install' failed due to a change in compilers/im

release done - a note WRT shared lib & make install

2005-11-06 Thread Leopold Toetsch
There is a small annoyance though, MANIFEST.generated still refers to the 0.3.0 shared lib. rafl has detected the bug shortly after I uploaded the release to CPAN and has fixed it in svn already. Please s/0\.3\.0/0.3.1/ in that file or use svn. Thanks and may the checkins start again, leo

[perl #36197] [PATCH] make install fails with MinGW32

2005-10-22 Thread Joshua Hoblitt via RT
Applied as r9533. Thanks. -J

Re: [perl #36197] [PATCH] make install fails with MinGW32

2005-10-17 Thread Joshua Hoblitt
tch for root.in tries to generalize the solution. > >> > >> $ make install > >> Invoking Parrot to generate install_config.fpmc > >> ./parrot.exe config_lib.pasm --install > install_config.fpmc > >> '.' is not recogn

Re: [perl #36197] [PATCH] make install fails with MinGW32

2005-10-16 Thread François PERRAD
At 21:09 04/10/2005 -0700, you wrote: > [EMAIL PROTECTED] - Mon Jun 06 23:49:58 2005]: > > > The following problem is the same that in [perl #35388], > so the patch for root.in tries to generalize the solution. > > $ make install > Invoking Parrot to gene

[perl #37097] 'make install' forgets dynext

2005-09-07 Thread François
not copied by make install. /usr/local/parrot-0.2.3-devel/runtime/parrot/dynext contains only a README file. François Perrad.

[perl #34606] [PATCH] make install on MSWin32

2005-03-29 Thread François
# New Ticket Created by FranÃois PERRAD # Please include the string: [perl #34606] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34606 > With this small patch, parrot.exe is installed. Today, the file MANIFEST.generated

[perl #34379] make install should also install parrot header files

2005-03-08 Thread via RT
# New Ticket Created by Lambeck # Please include the string: [perl #34379] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34379 > mod_parrot makes use of the headers files but they are not installed by "make

[perl #33029] Enhancing: make install

2004-12-13 Thread via RT
# New Ticket Created by Lambeck # Please include the string: [perl #33029] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=33029 > I am missing some features for "make install". Right now there is no way

Re: make install thoughts

2004-10-05 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > On Tuesday 05 October 2004 13:22, Leopold Toetsch wrote: >> Comments? > What about using miniparrot to create parrot_config.c? Yep. Finally yes. But building miniparrot is another untested step in that process. For now and the release using the regular parro

Re: make install thoughts

2004-10-05 Thread Jens Rieks
On Tuesday 05 October 2004 13:22, Leopold Toetsch wrote: > Comments? What about using miniparrot to create parrot_config.c? jens

make install thoughts

2004-10-05 Thread Leopold Toetsch
We still have the problem to access runtime files with an installed parrot. So what about this idea: * we have another source file (parrot_config.c) that gets linked to parrot * this source file has basically just one CONST_STRING holding the frozen image of the parrot configuration (config.fpmc

Re: [perl #31807] make install not portable

2004-10-03 Thread Steve Fink
On Oct-02, Nicholas Clark wrote: > $ make install > /home/nick/Install/bin/perl5.8.4 tools/dev/install_files.pl --buildprefix= > --prefix=/home/nick/Install/parrot --exec-prefix=/home/nick/Install/parrot > --bindir=/home/nick/Install/parrot/bin --libdir=/home/nick/Instal

[perl #31807] make install not portable

2004-10-02 Thread via RT
cc --- Flags: category=core severity=medium ack=no --- $ make install /home/nick/Install/bin/perl5.8.4 tools/dev/install_files.pl --buildprefix= --prefix=/home/nick/Install/parrot --exec-prefix=/home/nick/Install/parrot --bindir=/home/nick/Install/parrot/bin --libdir=/home/nick/Inst

[perl #31744] [TODO] make install target

2004-09-28 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #31744] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=31744 > It would be really nice if we had "make install" in 0.1.1. There i

Re: make install on Win32

2003-08-14 Thread Vladimir Lipskiy
> Sorting out make install on Win32 wasn't as simple as I'd first guessed, but > I'm getting there. I've now got it outputting 'correct' paths etc for Win32 > to the makefile, and "tools/dev/install_files.pl" piping to "command" rather

make install on Win32

2003-08-06 Thread Jonathan Worthington
Hi, Sorting out make install on Win32 wasn't as simple as I'd first guessed, but I'm getting there. I've now got it outputting 'correct' paths etc for Win32 to the makefile, and "tools/dev/install_files.pl" piping to "command" rather than

make install

2003-03-16 Thread Dan Sugalski
Okay, I think it's time for a make install target. Doesn't have to do much, just install the parrot executable and associated programs (the assembler, the disassembler, generated perl modules to make them work) but it'd be nice so we can make executable snapshots for folk