bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

linux/ftape-header-segment.h: present but cannot be compiled ... Report


From: Charles Duffy
Subject: linux/ftape-header-segment.h: present but cannot be compiled ... Report this to address@hidden
Date: 18 Mar 2003 13:01:12 -0600

Occurred while compiling amanda-2. The installed kernel headers are from
Linux 2.4.9.

configure:13280: checking linux/ftape-header-segment.h usability
configure:13293: gcc -c -D_FILE_OFFSET_BITS=64 -O2   -I/usr/kerberos/include  
-D_FILE_OFFSET_BITS=64    -I/usr/kerberos/include  conftest.c >&5
In file included from configure:13406:
/usr/include/linux/ftape-header-segment.h:111: parse error before `__u16'
/usr/include/linux/ftape-header-segment.h:111: warning: no semicolon at end of 
struct or union
/usr/include/linux/ftape-header-segment.h:112: warning: data definition has no 
type or storage class
/usr/include/linux/ftape-header-segment.h:113: warning: `packed' attribute 
ignored
configure:13296: $? = 1
configure: failed program was:
| #line 13282 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define CONFIGURE_COMMAND "'./configure' '--prefix=/pkgs/amanda2-031803' 
'--with-krb5-security=/usr/kerberos' '--with-tape-server=taper.isgenesis.com' 
'--with-db=text' '--with-user=amanda' '--with-group=disk' 
'--with-tape-device=/dev/nst0' '--with-cflags=-O2'"
| #define PACKAGE "amanda"
| #define VERSION "2.5.0"
| #define DUMPER_DIR "NONE/dumper"
| #define CONFIG_DIR "/pkgs/amanda2-031803/etc/amanda"
| #define DEFAULT_SERVER "eva.isgenesis.com"
| #define FORCE_USERID 1
| #define CLIENT_LOGIN "amanda"
| #define BINARY_OWNER "amanda"
| #define DEFAULT_CONFIG "DailySet1"
| #define DEFAULT_TAPE_SERVER "taper.isgenesis.com"
| #define DEFAULT_TAPE_DEVICE "/dev/nst0"
| #define DEFAULT_RAW_TAPE_DEVICE "/dev/null"
| #define DEFAULT_CHANGER_DEVICE "/dev/null"
| #define GNUTAR_LISTED_INCREMENTAL_DIR 
"/pkgs/amanda2-031803/var/amanda/gnutar-lists"
| #define BSD_SECURITY 1
| #define USE_AMANDAHOSTS 1
| #define RSH_SECURITY 1
| #define SERVER_HOST_PRINCIPLE "amanda"
| #define SERVER_HOST_INSTANCE "amanda"
| #define SERVER_HOST_KEY_FILE "/.amanda"
| #define CLIENT_HOST_PRINCIPLE "rcmd"
| #define CLIENT_HOST_INSTANCE HOSTNAME_INSTANCE
| #define CLIENT_HOST_KEY_FILE KEYFILE
| #define TICKET_LIFETIME 128
| #define KRB5_SECURITY 1
| #define MAX_TAPE_BLOCK_KB (32)
| #define AMANDA_TMPDIR "/tmp/amanda"
| #define DEBUG_CODE 1
| #define AMANDA_DBGDIR "/tmp/amanda"
| #define AMANDA_DEBUG_DAYS 4
| #define SERVICE_SUFFIX ""
| #define AMANDA_SERVICE_NAME "amanda"
| #define KAMANDA_SERVICE_NAME "kamanda"
| #define bindir "/pkgs/amanda2-031803/bin"
| #define sbindir "/pkgs/amanda2-031803/sbin"
| #define libexecdir "/pkgs/amanda2-031803/libexec"
| #define mandir "/pkgs/amanda2-031803/man"
| #define MT_FILE_FLAG "-f"
| #define GREP "/bin/grep"
| #define GNUTAR "/bin/gtar"
| #define SAMBA_CLIENT "/usr/bin/smbclient"
| #define SAMBA_VERSION 2
| #define HAVE_GZIP 1
| #define COMPRESS_PATH "/bin/gzip"
| #define COMPRESS_SUFFIX ".gz"
| #define COMPRESS_FAST_OPT "--fast"
| #define COMPRESS_BEST_OPT "--best"
| #define UNCOMPRESS_PATH "/bin/gzip"
| #define UNCOMPRESS_OPT "-dc"
| #define MAILER "/usr/bin/Mail"
| #define LPRCMD "/usr/bin/lpr"
| #define LPRFLAG "-P"
| #define DUMP "/sbin/dump"
| #define RESTORE "/sbin/restore"
| #define HAVE_DUMP_ESTIMATE "S"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_UNSIGNED_LONG_CONSTANTS 1
| #define RETSIGTYPE void
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WAIT_H 1
| #define WAIT_USES_UNION 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DB_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FSTAB_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/ftape-header-segment.h>
configure:13312: result: no
configure:13316: checking linux/ftape-header-segment.h presence
configure:13327: gcc -E -D_FILE_OFFSET_BITS=64    -I/usr/kerberos/include  
conftest.c
configure:13333: $? = 0
configure:13352: result: yes
configure:13372: WARNING: linux/ftape-header-segment.h: present but cannot be 
compiled
configure:13374: WARNING: linux/ftape-header-segment.h: check for missing 
prerequisite headers?
configure:13376: WARNING: linux/ftape-header-segment.h: proceeding with the 
preprocessor's result
configure:13388: checking for linux/ftape-header-segment.h
configure:13395: result: yes





reply via email to

[Prev in Thread] Current Thread [Next in Thread]