Oh, and I guess you'll be wanting the config.log ;)

--
Afraz
Websites & I.T. Solutions
http://techystuff.eu



2009/12/11 Afraz <[email protected]>

> Hiya,
>
> I'm running Ubuntu 9.10, and configure --with-contrib gets me:
>
> configure: Tramp 2.1.9
> checking for gmake... no
> checking for make... make
> checking for reasonable make version... ok
> checking whether make sets $(MAKE)... yes
> checking for emacs... yes
> checking for emacs flavor... emacs
> checking for emacs gateway support... yes
> checking for emacs version... ok
> checking for base64.el... ok
> checking for format-spec.el... linked to contrib directory
> checking for md5.el... ok
> checking for password.el... linked to contrib directory
> checking for uudecode.el... ok
> checking for socks.el... linked to contrib directory
> checking for run-at-time.el... ok
> checking for makeinfo... no
> configure: error: makeinfo not found
>
> I've also tried it with the previous version (2.1.8).
>
> Any ideas?
>
> Sorry if this isn't the right place to post this error, but I didn't find a
> bug reporting site or similar.
>
> Cheers,
> --
> Afraz
> Websites & I.T. Solutions
> http://techystuff.eu
>
>
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Tramp configure 2.1.9, which was
generated by GNU Autoconf 2.60.  Invocation command line was

  $ ./configure --with-contrib

## --------- ##
## Platform. ##
## --------- ##

hostname = scooter
uname -m = i686
uname -r = 2.6.31-16-generic
uname -s = Linux
uname -v = #53-Ubuntu SMP Tue Dec 8 04:01:29 UTC 2009

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1638: Tramp 2.1.9
configure:1651: checking for gmake
configure:1681: result: no
configure:1651: checking for make
configure:1667: found /usr/bin/make
configure:1678: result: make
configure:1696: checking for reasonable make version
configure:1699: result: ok
configure:1709: checking whether make sets $(MAKE)
configure:1730: result: yes
configure:1812: checking for emacs
configure:1829: found /usr/bin/emacs
configure:1841: result: yes
configure:1856: checking for emacs flavor
emacs --no-site-file -batch -eval (let ((x (if (featurep 'xemacs) "yes" "no"))) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "./conftest-29367"))
=> no
configure:1903: result: emacs
configure:1907: checking for emacs gateway support
emacs --no-site-file -batch -eval (let ((x (if (functionp 'make-network-process) "yes" "no"))) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "./conftest-29367"))
=> yes
configure:1950: result: yes
configure:1965: checking for emacs version
emacs --no-site-file -batch -eval (let ((x (if (or (< emacs-major-version 21)	(and (featurep 'xemacs)	     (< emacs-minor-version 4)))    (format "Tramp 2.1.9 is not fit for %s"	    (when (string-match "^.*$" (emacs-version))	      (match-string 0 (emacs-version))))    "ok"))) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "./conftest-29367"))
=> ok
configure:2008: result: ok
configure:2026: checking for base64.el
emacs --no-site-file -batch -eval (let ((x (progn (load "base64.el" t) (fboundp 'base64-encode-region)))) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "./conftest-29367"))
=> t
configure:2111: result: ok
configure:2119: checking for format-spec.el
emacs --no-site-file -batch -eval (let ((x (progn (load "format-spec.el" t) (fboundp 'format-spec)))) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "./conftest-29367"))
=> nil
configure:2181: result: linked to contrib directory
configure:2212: checking for md5.el
emacs --no-site-file -batch -eval (let ((x (progn (load "md5.el" t) (fboundp 'md5)))) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "./conftest-29367"))
=> t
configure:2297: result: ok
configure:2305: checking for password.el
emacs --no-site-file -batch -eval (let ((x (progn (load "password.el" t) (fboundp 'password-cache-add)))) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "./conftest-29367"))
=> nil
configure:2367: result: linked to contrib directory
configure:2398: checking for uudecode.el
emacs --no-site-file -batch -eval (let ((x (progn (load "uudecode.el" t) (fboundp 'uudecode-decode-region)))) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "./conftest-29367"))
=> t
configure:2483: result: ok
configure:2492: checking for socks.el
emacs --no-site-file -batch -eval (let ((x (progn (load "socks.el" t) (fboundp 'socks-open-network-stream)))) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "./conftest-29367"))
=> nil
configure:2554: result: linked to contrib directory
configure:2681: checking for run-at-time.el
emacs --no-site-file -batch -eval (let ((x (progn (load "run-at-time.el" t) (fboundp 'run-at-time)))) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "./conftest-29367"))
=> t
configure:2766: result: ok
configure:2777: checking for makeinfo
configure:2805: result: no
configure:2814: error: makeinfo not found

## ---------------- ##
## Cache variables. ##
## ---------------- ##

EMACS_cv_SYS_base64_encode_region=t
EMACS_cv_SYS_emacs_version=ok
EMACS_cv_SYS_format_spec=nil
EMACS_cv_SYS_gatewayp=yes
EMACS_cv_SYS_md5=t
EMACS_cv_SYS_password_cache_add=nil
EMACS_cv_SYS_run_at_time=t
EMACS_cv_SYS_socks_open_network_stream=nil
EMACS_cv_SYS_uudecode_decode_region=t
EMACS_cv_SYS_xemacsp=no
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_prog_EMACS_test_emacs=yes
ac_cv_prog_MAKE=make
ac_cv_prog_MAKEINFO=no
ac_cv_prog_make_make_set=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EMACS='emacs'
EMACS_GW='yes'
EMACS_INFO='emacs'
EMACS_test_emacs='yes'
FTP_UPLOAD=''
INSTALL_CHAPTER=''
INSTALL_INFO=''
JA_MANUAL=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKE='make'
MAKEINFO='no'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='Tramp'
PACKAGE_STRING='Tramp 2.1.9'
PACKAGE_TARNAME='tramp'
PACKAGE_VERSION='2.1.9'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/bash'
TEXI2DVI=''
TRAMP_CLEAN_FILES=''
TRAMP_CONFIG_FILES=''
TRAMP_CONTRIB_FILES='socks.el password.el format-spec.el '
TRAMP_EMACS_MERGE_VERSION='2.0.44'
TRAMP_EMACS_VERSION_CHECK='(if (or (< emacs-major-version 21)	(and (featurep '\''xemacs)	     (< emacs-minor-version 4)))    (format "Tramp 2.1.9 is not fit for %s"	    (when (string-match "^.*$" (emacs-version))	      (match-string 0 (emacs-version))))    "ok")'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datadir_default=''
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
infodir_default=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
lispdir=''
lispdir_default=''
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
prefix_default=''
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "Tramp"
#define PACKAGE_TARNAME "tramp"
#define PACKAGE_VERSION "2.1.9"
#define PACKAGE_STRING "Tramp 2.1.9"
#define PACKAGE_BUGREPORT "[email protected]"

configure: exit 1
_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to