News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Error when building the .deb package (rev2430)

Started by Michael, May 09, 2006, 01:07:53 PM

Previous topic - Next topic

Michael

Hello,

I have a problem when building the .deb package for rev2430:

Quote
creating libenvvars.la
(cd .libs && rm -f libenvvars.la && ln -s ../libenvvars.la libenvvars.la)
make[5]: *** No rule to make target `envvars.zip', needed by `all-am'.  Stop.
make[5]: Leaving directory `/home/michael/devel/trunk/src/plugins/contrib/envvars'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/michael/devel/trunk/src/plugins/contrib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/michael/devel/trunk/src/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/michael/devel/trunk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/michael/devel/trunk'
make: *** [build-stamp] Error 2

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

MortenMacFly

Quote from: Michael on May 09, 2006, 01:07:53 PM
I have a problem when building the .deb package for rev2430:
...I have no access to a linux box but from my limited knowledge you have to change the Makefile.am in plugins\contrib\envvars like this:
OLD:

codestat.zip:
PWD=`pwd` cd $(srcdir) && zip $(PWD)/envvars.zip *.xrc > /dev/null

NEW:

envvars.zip:
PWD=`pwd` cd $(srcdir) && zip $(PWD)/envvars.zip *.xrc > /dev/null

...let me know if it works.
Thanks - Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

mandrav

Ah yes, stupid copy-paste issue :)
Have you commited the fix Morten?
Be patient!
This bug will be fixed soon...

Michael

#3
Quote from: MortenMacFly on May 09, 2006, 01:17:43 PM
Quote from: Michael on May 09, 2006, 01:07:53 PM
I have a problem when building the .deb package for rev2430:
...I have no access to a linux box but from my limited knowledge you have to change the Makefile.am in plugins\contrib\envvars like this:
OLD:

codestat.zip:
PWD=`pwd` cd $(srcdir) && zip $(PWD)/envvars.zip *.xrc > /dev/null

NEW:

envvars.zip:
PWD=`pwd` cd $(srcdir) && zip $(PWD)/envvars.zip *.xrc > /dev/null

...let me know if it works.
Thanks - Morten.

Hello,

I will change it and try again. I will let you know in 60-90 minutes if it works.

Thank you very much :).

Quote from: mandrav on May 09, 2006, 01:22:13 PM
Ah yes, stupid copy-paste issue :)

No problems :). Such things could happen.

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Michael

Hello,

All it's fine now :).

Thanks.

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]