OpenBricks / openbricks

Embedded Linux Framework
http://www.geexbox.org/
GNU General Public License v2.0
82 stars 42 forks source link

fontconfig PKG_URL changed #3

Closed markc closed 13 years ago

markc commented 13 years ago

Trying to build a x86_64 target on a x86_64 host and I got as far as fontconfig which was not downloaded from the PKG_URL in packages/fontconfig/meta. I changed it to what looks like the expected new URL of...

PKG_URL="http://cgit.freedesktop.org/fontconfig/snapshot/fontconfig-${PKG_VERSION}.tar.gz"

which worked but the build script expects a configure script whereas the tarball instead provides an autogen.sh which generates and then runs the generated configure script. I attempted to replace "do_configure target\" with "../autogen.sh --target\" and that almost worked except now there is this error...

/home/admin/var/www/org/eth-os/openbricks/build/build.x86_64.eglibc/toolchain/bin/freetype-config does exist but I'm at a loss to know what to try next to continue the overall build.

davide125 commented 13 years ago

Fixed in r11108, thanks for reporting.