Jon Nelson on 17 Dec 2003 15:33:02 -0500 |
Stephen Gran said: > Extract the resulting files with dpkg-source -x gnutls7_0.8.12-2.dsc, > then 'cd gnutls7-0.8.12-2 && fakeroot debian/rules binary'. Hopefully > the resulting deb will fix your problems with cups. Any problems with > it, write back, or pester the maintainer via the BTS :) Doing the above I got this error: -----snip-------------- cd build-tree/gnutls-0.8.12 && libtoolize --force --copy && aclocal && autoheader && automake --force --copy && autoconf automake: unrecognized option -- `--force' Try `automake --help' for more information. make: *** [post-patches] Error 2 I found the instances of 'automake --force' and got rid of the --force. Then I got this error: -----snip-------------- cd build-tree/gnutls-0.8.12 && libtoolize --force --copy && aclocal && autoheader && automake --copy && autoconf includes/Makefile.am:3: invalid variable `nobase_include_HEADERS' make: *** [post-patches] Error 1 Here is the line causing the problem: nobase_include_HEADERS = gnutls/extra.h gnutls/openssl.h gnutls/gnutls.h \ gnutls/compat4.h After that I am lost. Thanks for the help. Jon -- Trooper Jon S. Nelson, Linux Certified Admin., CCNA Pa. State Police, Bureau of Criminal Investigation Computer Crimes Unit Work: 610.344.4471 Cell/Page: 866.284.1603 jonelson@state.pa.us ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|