patchGNU nano - Patches: patch #9661, running make errors out with:...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #9661: running make errors out with: recipe for target 'bg.gmo' failed

Submitter:  Peter Passchier <pepa65>
Submitted:  Sat 23 Jun 2018 07:10:10 PM UTC
   
 
Priority:  5 - Normal Status:  Invalid
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Release:  None

Sun 08 Jul 2018 07:47:22 AM UTC, comment #3: 

Thanks for reposting the issue as bug #54265.

Closing this item as invalid because it is not a patch.

Benno Schulenberg <bens>
Group administrator
Sun 08 Jul 2018 03:19:56 AM UTC, comment #2: 

Reposted as bug 54265, see follow-up there.

Peter Passchier <pepa65>
Sat 07 Jul 2018 07:35:28 PM UTC, comment #1: 


> rm -f bg.gmo && : -c --statistics --verbose -o bg.gmo bg.po
> mv: cannot stat 't-bg.gmo': No such file or directory


This looks weird.  The command does not mention any t-bg.gmo file.  Where does that name come from?

Also, ": -c ...." does not look right either.  Instead of the colon it should have the path plus command for msgfmt.  It seems your system does not have gettext installed?  Did your ./configure run complete without any warnings?  (Hmmm, maybe we should make it so that configure fails when gettext is missing when the build is from git.)

When you post more info, please first rereport the issue under the Bugs section of Savannah.

Benno Schulenberg <bens>
Group administrator
Sat 23 Jun 2018 07:10:10 PM UTC, original submission:  

Version from git: 9a7ba5db7949e441dcdfa7f445aa2a132d41428a (20180604)

Did: ./autogen.sh; ./configure; make

Output:
make  all-recursive
make[1]: Entering directory '/home/pp/git/nano'
Making all in doc
make[2]: Entering directory '/home/pp/git/nano/doc'
make  all-recursive
make[3]: Entering directory '/home/pp/git/nano/doc'
make[4]: Entering directory '/home/pp/git/nano/doc'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/pp/git/nano/doc'
make[3]: Leaving directory '/home/pp/git/nano/doc'
make[2]: Leaving directory '/home/pp/git/nano/doc'
Making all in lib
make[2]: Entering directory '/home/pp/git/nano/lib'
make  all-recursive
make[3]: Entering directory '/home/pp/git/nano/lib'
make[4]: Entering directory '/home/pp/git/nano/lib'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/pp/git/nano/lib'
make[3]: Leaving directory '/home/pp/git/nano/lib'
make[2]: Leaving directory '/home/pp/git/nano/lib'
Making all in m4
make[2]: Entering directory '/home/pp/git/nano/m4'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/pp/git/nano/m4'
Making all in po
make[2]: Entering directory '/home/pp/git/nano/po'
test ! -f ./nano.pot || \
  test -z "bg.gmo ca.gmo cs.gmo da.gmo de.gmo eo.gmo es.gmo eu.gmo fi.gmo fr.gmo ga.gmo gl.gmo hr.gmo hu.gmo id.gmo it.gmo ja.gmo ms.gmo nb.gmo nl.gmo nn.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sl.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_TW.gmo" || make bg.gmo ca.gmo cs.gmo da.gmo de.gmo eo.gmo es.gmo eu.gmo fi.gmo fr.gmo ga.gmo gl.gmo hr.gmo hu.gmo id.gmo it.gmo ja.gmo ms.gmo nb.gmo nl.gmo nn.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sl.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_TW.gmo
make[3]: Entering directory '/home/pp/git/nano/po'
: --update  --lang=bg bg.po nano.pot
rm -f bg.gmo && : -c --statistics --verbose -o bg.gmo bg.po
mv: cannot stat 't-bg.gmo': No such file or directory
Makefile:128: recipe for target 'bg.gmo' failed
make[3]: * [bg.gmo] Error 1
make[3]: Leaving directory '/home/pp/git/nano/po'
Makefile:165: recipe for target 'stamp-po' failed
make[2]: * [stamp-po] Error 2
make[2]: Leaving directory '/home/pp/git/nano/po'
Makefile:1545: recipe for target 'all-recursive' failed
make[1]: * [all-recursive] Error 1
make[1]: Leaving directory '/home/pp/git/nano'
Makefile:1484: recipe for target 'all' failed
make: * [all] Error 2

Peter Passchier <pepa65>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bens (Posted a comment)
  • -email is unavailable- added by pepa65 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-07-08 bens Open/ClosedOpen Closed
    2018-07-08 bens StatusNone Invalid
    2018-07-07 bens SummaryMake fail running make errors out with: recipe for target 'bg.gmo' failed

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code