Comment 4 for bug 526543

Revision history for this message
wgw (wgwinder) wrote :

I am trying to use the workaround described in Bug #390475.

which means:

$ mkdir ~/build-hulahop
$ cd ~/build-hulahop
$ sudo apt-get build-dep python-hulahop
$ sudo apt-get source python-hulahop
$cd sugar-hulahop-0.4.9
$sudo autoreconf
$sudo debuild -us -uc

and I get the same build error: dpkg-buildpackage -rfakeroot -D -us -uc failed

it does produce a ../sugar-hulahop_0.4.9-1ubuntu2_i386.build, but that is not a .deb so I'm assuming it isn't completing the package building.

So, still stuck. Probably that autoreconf....?