From: Basile S. <ba...@st...> - 2012-01-11 14:37:54
|
Hello All, I am not able to compiling the latest GIT remake pcbasile.x86_64 src/Tools/remake 15:35 % make make all-recursive make[1]: Entering directory `/usr/src/Tools/remake' Making all in glob make[2]: Entering directory `/usr/src/Tools/remake/glob' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/Tools/remake/glob' Making all in config make[2]: Entering directory `/usr/src/Tools/remake/config' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/Tools/remake/config' Making all in po make[2]: Entering directory `/usr/src/Tools/remake/po' test -z "be.gmo da.gmo de.gmo es.gmo fi.gmo fr.gmo ga.gmo gl.gmo he.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo lt.gmo nl.gmo pl.gmo pt_BR.gmo ru.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo" || make be.gmo da.gmo de.gmo es.gmo fi.gmo fr.gmo ga.gmo gl.gmo he.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo lt.gmo nl.gmo pl.gmo pt_BR.gmo ru.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo make[3]: Entering directory `/usr/src/Tools/remake/po' make[4]: Entering directory `/usr/src/Tools/remake/po' File be.po does not exist. If you are a translator, you can create it through 'msginit'. make[4]: *** [be.po-create] Error 1 make[4]: Leaving directory `/usr/src/Tools/remake/po' make[3]: *** [be.po] Error 2 make[3]: Leaving directory `/usr/src/Tools/remake/po' make[2]: *** [stamp-po] Error 2 make[2]: Leaving directory `/usr/src/Tools/remake/po' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/Tools/remake' make: *** [all] Error 2 What I am doing wrong? (Or how to compile the latest remake from GIT?) The ./configure script had no arguments, if that matter. The system is a Debian/GNU/Linux/Sid/AMD64 The compiler is gcc-4.6 from Debian Regards. -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *** opinions {are only mines, sont seulement les miennes} *** |
From: Rocky B. <ro...@gn...> - 2012-01-12 02:52:08
|
On Wed, Jan 11, 2012 at 9:37 AM, Basile Starynkevitch < ba...@st...> wrote: > Hello All, > > I am not able to compiling the latest GIT remake > pcbasile.x86_64 src/Tools/remake 15:35 % make > make all-recursive > make[1]: Entering directory `/usr/src/Tools/remake' > Making all in glob > make[2]: Entering directory `/usr/src/Tools/remake/glob' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/Tools/remake/glob' > Making all in config > make[2]: Entering directory `/usr/src/Tools/remake/config' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/Tools/remake/config' > Making all in po > make[2]: Entering directory `/usr/src/Tools/remake/po' > test -z "be.gmo da.gmo de.gmo es.gmo fi.gmo fr.gmo ga.gmo gl.gmo he.gmo > hr.gmo id.gmo it.gmo ja.gmo ko.gmo lt.gmo nl.gmo pl.gmo pt_BR.gmo ru.gmo > sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo" || make be.gmo da.gmo de.gmo es.gmo > fi.gmo fr.gmo ga.gmo gl.gmo he.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo > lt.gmo nl.gmo pl.gmo pt_BR.gmo ru.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo > make[3]: Entering directory `/usr/src/Tools/remake/po' > make[4]: Entering directory `/usr/src/Tools/remake/po' > File be.po does not exist. If you are a translator, you can create it > through 'msginit'. > make[4]: *** [be.po-create] Error 1 > make[4]: Leaving directory `/usr/src/Tools/remake/po' > make[3]: *** [be.po] Error 2 > make[3]: Leaving directory `/usr/src/Tools/remake/po' > make[2]: *** [stamp-po] Error 2 > make[2]: Leaving directory `/usr/src/Tools/remake/po' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/Tools/remake' > make: *** [all] Error 2 > > > What I am doing wrong? > Read README.md which also appears in https://github.com/rocky/remake > > (Or how to compile the latest remake from GIT?) > > The ./configure script had no arguments, if that matter. > > The system is a Debian/GNU/Linux/Sid/AMD64 > > The compiler is gcc-4.6 from Debian > > > Regards. > -- > Basile STARYNKEVITCH http://starynkevitch.net/Basile/ > email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 > 8, rue de la Faiencerie, 92340 Bourg La Reine, France > *** opinions {are only mines, sont seulement les miennes} *** > > > ------------------------------------------------------------------------------ > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > infrastructure or vast IT resources to deliver seamless, secure access to > virtual desktops. With this all-in-one solution, easily deploy virtual > desktops for less than the cost of PCs and save 60% on VDI infrastructure > costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > _______________________________________________ > Bashdb-remake mailing list > Bas...@li... > https://lists.sourceforge.net/lists/listinfo/bashdb-remake > |
From: Basile S. <ba...@st...> - 2012-01-12 13:55:16
|
On Wed, Jan 11, 2012 at 09:52:01PM -0500, Rocky Bernstein wrote: > On Wed, Jan 11, 2012 at 9:37 AM, Basile Starynkevitch < > ba...@st...> wrote: > > > Hello All, > > > > I am not able to compiling the latest GIT remake > > Read README.md which also appears in https://github.com/rocky/remake Thanks for the tip. I followed the instructions there $ autoreconf -i $ ./configure $ make -k update $ make && make check && sudo make install And I am getting pcbasile.x86_64 src/Tools/remake 14:34 % make -w make: Entering directory `/usr/src/Tools/remake' make all-recursive make[1]: Entering directory `/usr/src/Tools/remake' Making all in glob make[2]: Entering directory `/usr/src/Tools/remake/glob' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/Tools/remake/glob' Making all in config make[2]: Entering directory `/usr/src/Tools/remake/config' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/Tools/remake/config' Making all in po make[2]: Entering directory `/usr/src/Tools/remake/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/Tools/remake/po' Making all in doc make[2]: Entering directory `/usr/src/Tools/remake/doc' restore=: && backupdir=".am$$" && \ rm -rf $backupdir && mkdir $backupdir && \ if (/bin/bash /usr/src/Tools/remake/config/missing --run makeinfo --version) >/dev/null 2>&1; then \ for f in remake.info remake.info-[0-9] remake.info-[0-9][0-9] remake.i[0-9] remake.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ if /bin/bash /usr/src/Tools/remake/config/missing --run makeinfo -I . \ -o remake.info `test -f 'remake.texi' || echo './'`remake.texi; \ then \ rc=0; \ else \ rc=$?; \ $restore $backupdir/* `echo "./remake.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc remake.texi:35: @include `version-remake.texi': No such file or directory. remake.texi:78: warning: undefined flag: EDITION. remake.texi:78: warning: undefined flag: UPDATED-MONTH. remake.texi:129: warning: undefined flag: EDITION. remake.texi:129: warning: undefined flag: UPDATED-MONTH. makeinfo: Removing output file `remake.info' due to errors; use --force to preserve. make[2]: *** [remake.info] Error 1 make[2]: Leaving directory `/usr/src/Tools/remake/doc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/Tools/remake' make: *** [all] Error 2 make: Leaving directory `/usr/src/Tools/remake' Cheers. -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *** opinions {are only mines, sont seulement les miennes} *** |
From: Rocky B. <ro...@gn...> - 2012-01-13 03:03:37
|
On Thu, Jan 12, 2012 at 8:35 AM, Basile Starynkevitch < ba...@st...> wrote: > On Wed, Jan 11, 2012 at 09:52:01PM -0500, Rocky Bernstein wrote: > > On Wed, Jan 11, 2012 at 9:37 AM, Basile Starynkevitch < > > ba...@st...> wrote: > > > > > Hello All, > > > > > > I am not able to compiling the latest GIT remake > > > > Read README.md which also appears in https://github.com/rocky/remake > > Thanks for the tip. I followed the instructions there > I have updated them now to deal with the problems you've noticed. Reread that or look at the commit log for what's changed. The sucky thing about the way things stand is partly because we are keeping closer to the GNU make code. And currently "make update" is broken because of translators sites or something. The doc weirdness is sort of my fault, although the wacky way that autoconf works doesn't help matters. > > $ autoreconf -i > $ ./configure > $ make -k update > $ make && make check && sudo make install > > And I am getting > > pcbasile.x86_64 src/Tools/remake 14:34 % make -w > make: Entering directory `/usr/src/Tools/remake' > make all-recursive > make[1]: Entering directory `/usr/src/Tools/remake' > Making all in glob > make[2]: Entering directory `/usr/src/Tools/remake/glob' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/Tools/remake/glob' > Making all in config > make[2]: Entering directory `/usr/src/Tools/remake/config' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/Tools/remake/config' > Making all in po > make[2]: Entering directory `/usr/src/Tools/remake/po' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/Tools/remake/po' > Making all in doc > make[2]: Entering directory `/usr/src/Tools/remake/doc' > restore=: && backupdir=".am$$" && \ > rm -rf $backupdir && mkdir $backupdir && \ > if (/bin/bash /usr/src/Tools/remake/config/missing --run makeinfo > --version) >/dev/null 2>&1; then \ > for f in remake.info remake.info-[0-9] remake.info-[0-9][0-9] > remake.i[0-9] remake.i[0-9][0-9]; do \ > if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ > done; \ > else :; fi && \ > if /bin/bash /usr/src/Tools/remake/config/missing --run makeinfo > -I . \ > -o remake.info `test -f 'remake.texi' || echo './'`remake.texi; \ > then \ > rc=0; \ > else \ > rc=$?; \ > $restore $backupdir/* `echo "./remake.info" | sed 's|[^/]*$||'`; > \ > fi; \ > rm -rf $backupdir; exit $rc > remake.texi:35: @include `version-remake.texi': No such file or directory. > remake.texi:78: warning: undefined flag: EDITION. > remake.texi:78: warning: undefined flag: UPDATED-MONTH. > remake.texi:129: warning: undefined flag: EDITION. > remake.texi:129: warning: undefined flag: UPDATED-MONTH. > makeinfo: Removing output file `remake.info' due to errors; use --force > to preserve. > make[2]: *** [remake.info] Error 1 > make[2]: Leaving directory `/usr/src/Tools/remake/doc' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/Tools/remake' > make: *** [all] Error 2 > make: Leaving directory `/usr/src/Tools/remake' > > > Cheers. > -- > Basile STARYNKEVITCH http://starynkevitch.net/Basile/ > email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 > 8, rue de la Faiencerie, 92340 Bourg La Reine, France > *** opinions {are only mines, sont seulement les miennes} *** > |