hi almut

you're quite right. I'm to build a PAR of a catalyst application.

I just got this when I do "make catalyst_par

Writing PAR "engoi.par"
make: *** catalyst_par Error 2

So then I do "strace make catalyst_par" and get a whole lot of output, ending with this:

Writing PAR "engoi.par"
{WIFEXITED(s) && WEXITSTATUS(s) == 2}, 0, NULL) = 9853
--- SIGCHLD (Child exited) @ 0 (0) ---
sigreturn()                             = ? (mask now [])
open("/usr/share/locale/en_GB.utf8/LC_MESSAGES/make.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en_GB/LC_MESSAGES/make.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en.utf8/LC_MESSAGES/make.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/make.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale-langpack/en_GB.utf8/LC_MESSAGES/make.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale-langpack/en_GB/LC_MESSAGES/make.mo", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=37510, ...}) = 0
mmap2(NULL, 37510, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb7c9e000
close(4)                                = 0
write(2, "make: ", 6make: )                   = 6
write(2, "*** catalyst_par Error 2", 26*** catalyst_par Error 2) = 26
write(2, "\n", 1
)                       = 1
rt_sigprocmask(SIG_BLOCK, HUP INT QUIT TERM XCPU XFSZ, NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
chdir("/home/daniel/work/engoi/trunk/Engoi") = 0
close(1)                                = 0
exit_group(2)                           = ?
Process 9838 detached

So I'm chasing the errors I can see, but these may turn out not to be the real issue. (In fact, on closer inspection, there are many files that are not found, as you say, and that doesn't seem to stop the build.)

So, what is the issue? I don't see anything else in the output that looks like an error. If you have any ideas as to what may be, I'm most grateful.


In reply to Re^2: why does PAR want make.mo anyway? by danmcb
in thread why does PAR want make.mo anyway? by danmcb

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.