Code::Blocks Forums

User forums => Help => Topic started by: Michael on May 09, 2006, 01:07:53 pm

Title: Error when building the .deb package (rev2430)
Post by: Michael on May 09, 2006, 01:07:53 pm
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
Title: Re: Error when building the .deb package (rev2430)
Post by: MortenMacFly on May 09, 2006, 01:17:43 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:
Code
codestat.zip:
PWD=`pwd` cd $(srcdir) && zip $(PWD)/envvars.zip *.xrc > /dev/null
NEW:
Code
envvars.zip:
PWD=`pwd` cd $(srcdir) && zip $(PWD)/envvars.zip *.xrc > /dev/null
...let me know if it works.
Thanks - Morten.
Title: Re: Error when building the .deb package (rev2430)
Post by: mandrav on May 09, 2006, 01:22:13 pm
Ah yes, stupid copy-paste issue :)
Have you commited the fix Morten?
Title: Re: Error when building the .deb package (rev2430)
Post by: Michael on May 09, 2006, 01:31: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:
Code
codestat.zip:
PWD=`pwd` cd $(srcdir) && zip $(PWD)/envvars.zip *.xrc > /dev/null
NEW:
Code
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 :).

Ah yes, stupid copy-paste issue :)

No problems :). Such things could happen.

Best wishes,
Michael
Title: Re: Error when building the .deb package (rev2430)
Post by: MortenMacFly on May 09, 2006, 02:24:04 pm
Have you commited the fix Morten?
...done.
Title: Re: Error when building the .deb package (rev2430)
Post by: Michael on May 09, 2006, 07:26:28 pm
Hello,

All it's fine now :).

Thanks.

Best wishes,
Michael