xfs
[Top] [All Lists]

[Bug 299] New: compiling xfsprogs-2.6.0 fails

To: xfs-master@xxxxxxxxxxx
Subject: [Bug 299] New: compiling xfsprogs-2.6.0 fails
From: bugzilla-daemon@xxxxxxxxxxx
Date: Fri, 19 Dec 2003 11:21:48 -0800
Sender: linux-xfs-bounce@xxxxxxxxxxx
http://oss.sgi.com/bugzilla/show_bug.cgi?id=299

           Summary: compiling xfsprogs-2.6.0 fails
           Product: Linux XFS
           Version: Current
          Platform: IA32
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: High
         Component: xfsprogs
        AssignedTo: xfs-master@xxxxxxxxxxx
        ReportedBy: karlran@xxxxxxxxxxx


$ ./configure
checking for make... /usr/bin/make
checking for libtool... /usr/bin/libtool
checking for tar... /bin/tar
checking for gzip... /usr/bin/gzip
checking for makedepend... /usr/X11R6/bin/makedepend
checking for awk... /usr/bin/awk
checking for sed... /usr/bin/sed
checking for echo... /bin/echo
checking for sort... /usr/bin/sort
checking whether ln -s works... yes
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for rpm... /bin/rpm
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... no
checking for sys/types.h... no
checking for sys/stat.h... no
checking for stdlib.h... no
checking for string.h... no
checking for memory.h... no
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking uuid.h usability... no
checking uuid.h presence... no
checking for uuid.h... no
checking uuid/uuid.h usability... no
checking uuid/uuid.h presence... yes
configure: WARNING: uuid/uuid.h: present but cannot be compiled
configure: WARNING: uuid/uuid.h: check for missing prerequisite headers?
configure: WARNING: uuid/uuid.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to bug-autoconf@xxxxxxxx ##
configure: WARNING:     ## ------------------------------------ ##
checking for uuid/uuid.h... yes
checking for uuid_compare... no
checking for uuid_compare in -luuid... yes
checking pthread.h usability... no
checking pthread.h presence... yes
configure: WARNING: pthread.h: present but cannot be compiled
configure: WARNING: pthread.h: check for missing prerequisite headers?
configure: WARNING: pthread.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to bug-autoconf@xxxxxxxx ##
configure: WARNING:     ## ------------------------------------ ##
checking for pthread.h... yes
checking for pthread_mutex_init in -lpthread... yes
checking for __psint_t ... no
checking for __psunsigned_t ... no
checking for long... no
checking size of long... 0
checking for char *... no
checking size of char *... 0
configure: creating ./config.status
config.status: creating include/builddefs
config.status: creating include/platform_defs.h

$ make
=== include ===
rm -f xfs disk
ln -s . xfs
ln -s . disk
=== libxfs ===
/usr/bin/libtool --mode=compile gcc -O1 -g -DNDEBUG -funsigned-char -Wall -I..
/include -DVERSION=\"2.6.0\" -DLOCALEDIR=\"/usr/local/share/locale\" 
-DPACKAGE=\"xfsprogs\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I.  -D_REENTRANT 
-fno-strict-aliasing -c bit.c
mkdir .libs
gcc -O1 -g -DNDEBUG -funsigned-char -Wall -I../include -DVERSION=\"2.6.0\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE=\"xfsprogs\" -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -I. -D_REENTRANT -fno-strict-aliasing -c bit.c  -fPIC 
-DPIC -o .libs/bit.lo
In file included from ../include/xfs/libxfs.h:38,
                 from xfs.h:59,
                 from bit.c:37:
../include/xfs/platform_defs.h:454:3: #error Unknown long size
../include/xfs/platform_defs.h:471:4: #error Unknown pointer size
../include/xfs/platform_defs.h:489:4: #error Unknown pointer size
make[1]: *** [bit.lo] Error 1
make: *** [default] Error 2



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


<Prev in Thread] Current Thread [Next in Thread>
  • [Bug 299] New: compiling xfsprogs-2.6.0 fails, bugzilla-daemon <=