> augeasis packaged for things newer than 8.04. I didn't have any problem > fetching the newer package source and building on 8.04. Of course, the > grub lenses don't seem to work, so I gave up, butaugeasitself seems > fine. > > It was basically as simple as: > > apt-get build-depaugeas > apt-get sourceaugeas > cd augeas_0.5.1 > debuild -i -us -uc -b > > seph I have finally found time to try it out, but to no avail. Maybe you were not specific enough about what to do. Using your steps the augeas compiled fine on Ubuntu 9.04, but it is not the point, because on this system I could just fetch it from the repository.
The generated .deb files obviously couldn’t be installed on Ubuntu 8.04 due to broken dependencies (e.g. libaugeas0 depends on libc6 (>= 2.8); however on Ubuntu 8.04 Version of libc6 is 2.7-10ubuntu5). Copying the source directory from 9.04 into 8.04 and running from it “debuild -i -us -uc –b” was not successful due to unsatisfied dependencies. If I manually loaded required pakages: debhelper (>= 5) autotools-dev libreadline5-dev chrpath quilt (fortunately all of them are on repositories) the build failed anyway, after displaying (…) ./configure --host=i486-linux-gnu --build=i486-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info CFLAGS="" --enable-compile-warnings=yes /bin/sh: ./configure: Permission denied make: *** [config.status] Error 126 debuild: fatal error at line 1247: I’m under impression that augeas seems to be important enough component of puppet to post the problem here. Maybe someone managed to do it from official augeas source? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---