svn build error

Discuss the technical details of Gargoyle and ongoing development

Moderator: Moderators

Post Reply
Cezary
Posts: 135
Joined: Thu Sep 11, 2008 12:57 pm
Location: Poland
Contact:

svn build error

Post by Cezary »

fresh svn r149

Code: Select all

#############################################################################
############# CUSTOM GARGOYLE CONFIGURATION #################################
#############################################################################
# we put custom configuration here because this is the absolute last thing called before we build an image
# right now it isn't as important that all configuration be done this late, but putting it here makes sure
# no other scripts can be called before images are built, modifying or reversing our changes.
# remove init scripts of things that should not be active by default
IPKG_INSTROOT=/opt/gar/gargoyle/atheros-2.6-src/build_dir/mips/root-atheros sh /opt/gar/gargoyle/atheros-2.6-src/build_dir/mips/root-atheros/etc/rc.common /opt/gar/gargoyle/atheros-2.6-src/build_dir/mips/root-atheros/etc/init.d/httpd disable
IPKG_INSTROOT=/opt/gar/gargoyle/atheros-2.6-src/build_dir/mips/root-atheros sh /opt/gar/gargoyle/atheros-2.6-src/build_dir/mips/root-atheros/etc/rc.common /opt/gar/gargoyle/atheros-2.6-src/build_dir/mips/root-atheros/etc/init.d/miniupnpd disable
IPKG_INSTROOT=/opt/gar/gargoyle/atheros-2.6-src/build_dir/mips/root-atheros sh /opt/gar/gargoyle/atheros-2.6-src/build_dir/mips/root-atheros/etc/rc.common /opt/gar/gargoyle/atheros-2.6-src/build_dir/mips/root-atheros/etc/init.d/qos_gargoyle disable
/opt/gar/gargoyle/atheros-2.6-src/build_dir/mips/root-atheros/etc/init.d/qos_gargoyle: line 9: /usr/lib/gargoyle_firewall_util.sh: No such file or directory
make[5]: *** [install] Error 1
make[5]: Leaving directory `/opt/gar/gargoyle/atheros-2.6-src/target/linux/atheros/image'
make[4]: *** [install] Error 2
make[4]: Leaving directory `/opt/gar/gargoyle/atheros-2.6-src/target/linux/atheros'
make[3]: *** [install] Error 2
make[3]: Leaving directory `/opt/gar/gargoyle/atheros-2.6-src/target/linux'
make[2]: *** [target/linux/install] Error 2
make[2]: Leaving directory `/opt/gar/gargoyle/atheros-2.6-src'
make[1]: *** [/opt/gar/gargoyle/atheros-2.6-src/staging_dir/mips/stamp/.target_install] Error 2
make[1]: Leaving directory `/opt/gar/gargoyle/atheros-2.6-src'
make: *** [world] Błąd 2

Eric
Site Admin
Posts: 1443
Joined: Sat Jun 14, 2008 1:14 pm

Re: svn build error

Post by Eric »

Ah, sorry about this. The compiler only bombs out on some host systems. The errors are overlooked (compiling continues) when I compiled the firmware, so I didn't notice them.

This is now fixed in svn r150. I applied the fix to the beta4 tag as well so it should compile whether you checkout https://svn.assembla.com/svn/gargoyle-router/trunk or https://svn.assembla.com/svn/gargoyle-r ... .0.0_beta4.

To keep everything consistent I also re-uploaded Beta 4 firmware images compiled with this minor adjustment.

Thanks for letting me know about this!

Post Reply