bug-parted
[Top][All Lists]
Advanced

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

Assertion (constraint != NULL) at constraint.c:217


From: Don Sharp
Subject: Assertion (constraint != NULL) at constraint.c:217
Date: Tue, 06 Feb 2001 17:38:24 +0000
User-agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-GB; m18) Gecko/20001106 Netscape6/6.0

Dear bug-parted
        The command below gave rise to a request to forward a report.

-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-

address@hidden /root]# /usr/local/sbin/parted /dev/sdc
GNU Parted 1.4.8
Copyright (C) 1998-2000 Free Software Foundation, Inc.
This program is free software, covered by the GNU General Public License.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A
PARTICULAR PURPOSE.  See the GNU General Public License for more details.

GNU Parted's development is supported by Conectiva, www.conectiva.com

Using /dev/sdc
(parted) print
You found a bug in GNU Parted.  Please email a bug report to
address@hidden containing the version (1.4.8), and the following message:

Assertion (constraint != NULL) at constraint.c:217 in function
ped_constraint_solve_nearest() failed.
Ignore Cancel ? cancel
Error: Unable to align partition.
(parted) device /dev/sdd
  check MINOR                   do a simple check on the filesystem
  cp [FROM-DEVICE] FROM-MINOR TO-MINOR      copy filesystem to another
partition
  help [COMMAND]                prints general help, or help on COMMAND
  mklabel LABEL-TYPE            create a new disklabel (partition table)
mkfs MINOR FS-TYPE make a filesystem FS-TYPE on partititon MINOR
  mkpart PART-TYPE [FS-TYPE] START END      make a partition
mkpartfs PART-TYPE FS-TYPE START END make a partition with a filesystem
 move MINOR START END          move partition MINOR
  name MINOR NAME               name partition MINOR NAME
  print                         display the partition table
  quit                          exit program
  resize MINOR START END        resize filesystem on partition MINOR
  rm MINOR                      delete partition MINOR
  select DEVICE                 choose the device to edit
  set MINOR FLAG STATE          change a flag on partition MINOR
(parted)

-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-

I thought you may find some of the following information about the system,
and the contrasting output from the system's "fdisk" useful. Note that "parted"
coped with /dev/sd[ab] but barfed on /dev/sd[cd]. The exact opposite of the
systems "fdisk". The makelog from the build is included at the end of this
missive.

Hope this helps

Don Sharp
address@hidden

P.S. The system is stable and has been using this disc setup for many months

-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-

address@hidden /root]# uname -a
Linux decora 2.2.13-0.9 #1 Thu Dec 9 17:03:57 EST 1999 alpha unknown
address@hidden /root]# gcc -v
Reading specs from /usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
address@hidden /root]# fdisk /dev/sda
Device contains neither a valid DOS partition table, nor Sun or SGI disklabel
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that, of course, the previous
content won't be recoverable.


Command (m for help): p

Disk /dev/sda: 33 heads, 61 sectors, 1018 cylinders
Units = cylinders of 2013 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System

Command (m for help): q

address@hidden /root]# fdisk /dev/sdb
Device contains neither a valid DOS partition table, nor Sun or SGI disklabel
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that, of course, the previous
content won't be recoverable.


Command (m for help): p

Disk /dev/sdb: 65 heads, 62 sectors, 1019 cylinders
Units = cylinders of 4030 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System

Command (m for help): q

address@hidden /root]# fdisk /dev/sdc

Command (m for help): p

Disk /dev/sdc: 67 heads, 62 sectors, 1017 cylinders
Units = cylinders of 4154 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/sdc1             2      1017   2110232   83  Linux

Command (m for help): q

address@hidden /root]# fdisk /dev/sdd

Command (m for help): p

Disk /dev/sdd: 67 heads, 62 sectors, 1009 cylinders
Units = cylinders of 4154 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/sdd1             2      1009   2093616   83  Linux

Command (m for help): q

address@hidden /root]# /usr/local/sbin/parted /dev/sda
GNU Parted 1.4.8
Copyright (C) 1998-2000 Free Software Foundation, Inc.
This program is free software, covered by the GNU General Public License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU General Public License for more details.

GNU Parted's development is supported by Conectiva, www.conectiva.com

Using /dev/sda
(parted) print
Disk geometry for /dev/sda: 0.000-1001.396 megabytes
Disk label type: bsd
Minor    Start       End     Filesystem  Flags
1          0.983    513.079  ext2
2        513.079    718.507  ext2
3        718.507    847.268  linux-swap
4        847.269    943.593  ext2
5        943.594    983.893  ext2
6        983.893   1000.602  ext2
(parted) select /dev/sdb

Using /dev/sdb
(parted) print
Disk geometry for /dev/sdb: 0.000-2007.070 megabytes
Disk label type: bsd
Minor    Start       End     Filesystem  Flags
1          1.968   1603.735  ext2
2       1603.735   1875.288  ext2
3       1875.288   2005.161  linux-swap
(parted) select /dev/sdc

Using /dev/sdc
(parted) print
You found a bug in GNU Parted. Please email a bug report to address@hidden containing the version (1.4.8), and the following message:

Assertion (constraint != NULL) at constraint.c:217 in function
ped_constraint_solve_nearest() failed.
Ignore Cancel ? C
Error: Unable to align partition.
(parted) quit


-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-


Build log:
-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-

checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking whether we are using the GNU C compiler... yes
checking for object suffix... o
checking for executable suffix...
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for off_t... yes
checking size of off_t... 8
checking build system type... alpha-unknown-linux-gnu
checking host system type... alpha-unknown-linux-gnu
checking for ranlib... ranlib
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking host system type... alpha-unknown-linux-gnu
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether gcc needs -traditional... no
checking for POSIXized ISC... no
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... (cached) yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... yes
checking for unistd.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for argz.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for string.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for stpcpy... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... yes
checking for gettext in libc... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...
checking for uuid_generate in -luuid... yes
checking for library containing tgetent... -lncurses
checking for readline in -lreadline... yes
checking for uuid/uuid.h... yes
checking for getopt.h... yes
checking for linux/unistd.h... yes
checking for readline/readline.h... yes
checking for readline/history.h... yes
checking for termcap.h... yes
checking for wctype.h... yes
checking whether byte ordering is bigendian... no
checking for __s8... no
checking for __u8... no
checking for __s16... no
checking for __u16... no
checking for __s32... no
checking for __u32... no
creating ./config.status
creating Makefile
creating include/Makefile
creating include/parted/Makefile
creating libparted/Makefile
creating libparted/fs_ext2/Makefile
creating libparted/fs_fat/Makefile
creating libparted/fs_hfs/Makefile
creating libparted/fs_linux_swap/Makefile
creating libparted/fs_ntfs/Makefile
creating libparted/fs_reiserfs/Makefile
creating libparted/fs_ufs/Makefile
creating parted/Makefile
creating intl/Makefile
creating doc/Makefile
creating debug/Makefile
creating debug/clearfat/Makefile
creating debug/test/Makefile
creating po/Makefile.in
creating parted.spec
creating config.h

Type 'make' to compile parted
make  all-recursive
make[1]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8'
Making all in intl
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/intl'
Making all in po
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/po'
Making all in libparted
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted'
Making all in fs_ext2
make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ext2' /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c ext2.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC ext2.c -o .libs/ext2.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c ext2.c -o ext2.o >/dev/null 2>&1
mv -f .libs/ext2.lo ext2.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c ext2_block_relocator.c
rm -f .libs/ext2_block_relocator.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC ext2_block_relocator.c -o .libs/ext2_block_relocator.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c ext2_block_relocator.c -o ext2_block_relocator.o >/dev/null 2>&1
mv -f .libs/ext2_block_relocator.lo ext2_block_relocator.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c ext2_buffer.c
rm -f .libs/ext2_buffer.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC ext2_buffer.c -o .libs/ext2_buffer.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c ext2_buffer.c -o ext2_buffer.o >/dev/null 2>&1
mv -f .libs/ext2_buffer.lo ext2_buffer.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c ext2_inode_relocator.c
rm -f .libs/ext2_inode_relocator.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC ext2_inode_relocator.c -o .libs/ext2_inode_relocator.lo
ext2_inode_relocator.c: In function `ext2_inode_relocator_ref':
ext2_inode_relocator.c:396: warning: long int format, different type arg (arg 3) ext2_inode_relocator.c:396: warning: long int format, different type arg (arg 4)
ext2_inode_relocator.c:396: warning: int format, different type arg (arg 7)
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c ext2_inode_relocator.c -o ext2_inode_relocator.o >/dev/null 2>&1
mv -f .libs/ext2_inode_relocator.lo ext2_inode_relocator.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c ext2_meta.c
rm -f .libs/ext2_meta.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC ext2_meta.c -o .libs/ext2_meta.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c ext2_meta.c -o ext2_meta.o >/dev/null 2>&1
mv -f .libs/ext2_meta.lo ext2_meta.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c ext2_mkfs.c
rm -f .libs/ext2_mkfs.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC ext2_mkfs.c -o .libs/ext2_mkfs.lo
ext2_mkfs.c: In function `ext2_mkfs_write_main':
ext2_mkfs.c:85: warning: type mismatch in implicit declaration for built-in function `memset' ext2_mkfs.c:86: warning: type mismatch in implicit declaration for built-in function `memcpy'
ext2_mkfs.c: In function `ext2_mkfs':
ext2_mkfs.c:467: warning: comparison between signed and unsigned
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c ext2_mkfs.c -o ext2_mkfs.o >/dev/null 2>&1
mv -f .libs/ext2_mkfs.lo ext2_mkfs.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c ext2_resize.c
rm -f .libs/ext2_resize.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC ext2_resize.c -o .libs/ext2_resize.lo
ext2_resize.c: In function `ext2_add_group':
ext2_resize.c:41: warning: passing arg 1 of `ped_realloc' from incompatible pointer type
ext2_resize.c: In function `ext2_del_group':
ext2_resize.c:323: warning: passing arg 1 of `ped_realloc' from incompatible pointer type gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c ext2_resize.c -o ext2_resize.o >/dev/null 2>&1
mv -f .libs/ext2_resize.lo ext2_resize.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c interface.c
rm -f .libs/interface.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC interface.c -o .libs/interface.lo
interface.c: In function `_ext2_set_system':
interface.c:336: warning: type mismatch in implicit declaration for built-in function `strcpy' gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c interface.c -o interface.o >/dev/null 2>&1
mv -f .libs/interface.lo interface.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c parted_io.c
rm -f .libs/parted_io.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC parted_io.c -o .libs/parted_io.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c parted_io.c -o parted_io.o >/dev/null 2>&1
mv -f .libs/parted_io.lo parted_io.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c tune.c
rm -f .libs/tune.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC tune.c -o .libs/tune.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c tune.c -o tune.o >/dev/null 2>&1
mv -f .libs/tune.lo tune.lo
/bin/sh ../../libtool --mode=link gcc -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -o libext2.la ext2.lo ext2_block_relocator.lo ext2_buffer.lo ext2_inode_relocator.lo ext2_meta.lo ext2_mkfs.lo ext2_resize.lo interface.lo parted_io.lo tune.lo -luuid
rm -fr .libs/libext2.la .libs/libext2.* .libs/libext2.*
ar cru .libs/libext2.al ext2.lo ext2_block_relocator.lo ext2_buffer.lo ext2_inode_relocator.lo ext2_meta.lo ext2_mkfs.lo ext2_resize.lo interface.lo parted_io.lo tune.lo
ranlib .libs/libext2.al
creating libext2.la
(cd .libs && rm -f libext2.la && ln -s ../libext2.la libext2.la)
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ext2'
Making all in fs_fat
make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_fat' /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c bootsector.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC bootsector.c -o .libs/bootsector.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c bootsector.c -o bootsector.o >/dev/null 2>&1
mv -f .libs/bootsector.lo bootsector.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c calc.c
rm -f .libs/calc.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC calc.c -o .libs/calc.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c calc.c -o calc.o >/dev/null 2>&1
mv -f .libs/calc.lo calc.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c clstdup.c
rm -f .libs/clstdup.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC clstdup.c -o .libs/clstdup.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c clstdup.c -o clstdup.o >/dev/null 2>&1
mv -f .libs/clstdup.lo clstdup.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c context.c
rm -f .libs/context.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC context.c -o .libs/context.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c context.c -o context.o >/dev/null 2>&1
mv -f .libs/context.lo context.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c count.c
rm -f .libs/count.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC count.c -o .libs/count.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c count.c -o count.o >/dev/null 2>&1
mv -f .libs/count.lo count.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c fat.c
rm -f .libs/fat.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC fat.c -o .libs/fat.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c fat.c -o fat.o >/dev/null 2>&1
mv -f .libs/fat.lo fat.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c fatio.c
rm -f .libs/fatio.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC fatio.c -o .libs/fatio.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c fatio.c -o fatio.o >/dev/null 2>&1
mv -f .libs/fatio.lo fatio.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c table.c
rm -f .libs/table.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC table.c -o .libs/table.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c table.c -o table.o >/dev/null 2>&1
mv -f .libs/table.lo table.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c traverse.c
rm -f .libs/traverse.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC traverse.c -o .libs/traverse.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c traverse.c -o traverse.o >/dev/null 2>&1
mv -f .libs/traverse.lo traverse.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c resize.c
rm -f .libs/resize.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC resize.c -o .libs/resize.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c resize.c -o resize.o >/dev/null 2>&1
mv -f .libs/resize.lo resize.lo
/bin/sh ../../libtool --mode=link gcc -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -o libfat.la bootsector.lo calc.lo clstdup.lo context.lo count.lo fat.lo fatio.lo table.lo traverse.lo resize.lo -luuid
rm -fr .libs/libfat.la .libs/libfat.* .libs/libfat.*
ar cru .libs/libfat.al bootsector.lo calc.lo clstdup.lo context.lo count.lo fat.lo fatio.lo table.lo traverse.lo resize.lo
ranlib .libs/libfat.al
creating libfat.la
(cd .libs && rm -f libfat.la && ln -s ../libfat.la libfat.la)
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_fat'
Making all in fs_hfs
make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_hfs' /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c hfs.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC hfs.c -o .libs/hfs.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c hfs.c -o hfs.o >/dev/null 2>&1
mv -f .libs/hfs.lo hfs.lo
/bin/sh ../../libtool --mode=link gcc -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -o libhfs.la hfs.lo -luuid
rm -fr .libs/libhfs.la .libs/libhfs.* .libs/libhfs.*
ar cru .libs/libhfs.al hfs.lo
ranlib .libs/libhfs.al
creating libhfs.la
(cd .libs && rm -f libhfs.la && ln -s ../libhfs.la libhfs.la)
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_hfs'
Making all in fs_linux_swap
make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_linux_swap' /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c linux_swap.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC linux_swap.c -o .libs/linux_swap.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c linux_swap.c -o linux_swap.o >/dev/null 2>&1
mv -f .libs/linux_swap.lo linux_swap.lo
/bin/sh ../../libtool --mode=link gcc -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -o liblinuxswap.la linux_swap.lo -luuid
rm -fr .libs/liblinuxswap.la .libs/liblinuxswap.* .libs/liblinuxswap.*
ar cru .libs/liblinuxswap.al linux_swap.lo
ranlib .libs/liblinuxswap.al
creating liblinuxswap.la
(cd .libs && rm -f liblinuxswap.la && ln -s ../liblinuxswap.la liblinuxswap.la) make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_linux_swap'
Making all in fs_ntfs
make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ntfs' /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c ntfs.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC ntfs.c -o .libs/ntfs.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c ntfs.c -o ntfs.o >/dev/null 2>&1
mv -f .libs/ntfs.lo ntfs.lo
/bin/sh ../../libtool --mode=link gcc -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -o libntfs.la ntfs.lo -luuid
rm -fr .libs/libntfs.la .libs/libntfs.* .libs/libntfs.*
ar cru .libs/libntfs.al ntfs.lo
ranlib .libs/libntfs.al
creating libntfs.la
(cd .libs && rm -f libntfs.la && ln -s ../libntfs.la libntfs.la)
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ntfs'
Making all in fs_reiserfs
make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_reiserfs' /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c reiserfs.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC reiserfs.c -o .libs/reiserfs.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c reiserfs.c -o reiserfs.o >/dev/null 2>&1
mv -f .libs/reiserfs.lo reiserfs.lo
/bin/sh ../../libtool --mode=link gcc -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -o libreiserfs.la reiserfs.lo -luuid
rm -fr .libs/libreiserfs.la .libs/libreiserfs.* .libs/libreiserfs.*
ar cru .libs/libreiserfs.al reiserfs.lo
ranlib .libs/libreiserfs.al
creating libreiserfs.la
(cd .libs && rm -f libreiserfs.la && ln -s ../libreiserfs.la libreiserfs.la)
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_reiserfs'
Making all in fs_ufs
make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ufs' /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c ufs.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC ufs.c -o .libs/ufs.lo gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c ufs.c -o ufs.o >/dev/null 2>&1
mv -f .libs/ufs.lo ufs.lo
/bin/sh ../../libtool --mode=link gcc -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -o libufs.la ufs.lo -luuid
rm -fr .libs/libufs.la .libs/libufs.* .libs/libufs.*
ar cru .libs/libufs.al ufs.lo
ranlib .libs/libufs.al
creating libufs.la
(cd .libs && rm -f libufs.la && ln -s ../libufs.la libufs.la)
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ufs'
make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c constraint.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC constraint.c -o .libs/constraint.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c constraint.c -o constraint.o >/dev/null 2>&1
mv -f .libs/constraint.lo constraint.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c device.c
rm -f .libs/device.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC device.c -o .libs/device.lo
device.c: In function `init_file':
device.c:495: warning: return makes integer from pointer without a cast
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c device.c -o device.o >/dev/null 2>&1
mv -f .libs/device.lo device.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c debug.c
rm -f .libs/debug.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC debug.c -o .libs/debug.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c debug.c -o debug.o >/dev/null 2>&1
mv -f .libs/debug.lo debug.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c exception.c
rm -f .libs/exception.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC exception.c -o .libs/exception.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c exception.c -o exception.o >/dev/null 2>&1
mv -f .libs/exception.lo exception.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c filesys.c
rm -f .libs/filesys.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC filesys.c -o .libs/filesys.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c filesys.c -o filesys.o >/dev/null 2>&1
mv -f .libs/filesys.lo filesys.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c geom.c
rm -f .libs/geom.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC geom.c -o .libs/geom.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c geom.c -o geom.o >/dev/null 2>&1
mv -f .libs/geom.lo geom.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c libparted.c
rm -f .libs/libparted.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC libparted.c -o .libs/libparted.lo
libparted.c: In function `init_disk_types':
libparted.c:63: warning: implicit declaration of function `ped_disk_loop_init' libparted.c:64: warning: implicit declaration of function `ped_disk_msdos_init' libparted.c:65: warning: implicit declaration of function `ped_disk_pc98_init' libparted.c:66: warning: implicit declaration of function `ped_disk_mac_init' libparted.c:67: warning: implicit declaration of function `ped_disk_bsd_init' libparted.c:68: warning: implicit declaration of function `ped_disk_sun_init'
libparted.c: In function `init_file_system_types':
libparted.c:74: warning: implicit declaration of function `ped_file_system_ufs_init' libparted.c:75: warning: implicit declaration of function `ped_file_system_reiserfs_init' libparted.c:76: warning: implicit declaration of function `ped_file_system_ntfs_init' libparted.c:77: warning: implicit declaration of function `ped_file_system_linux_swap_init' libparted.c:78: warning: implicit declaration of function `ped_file_system_hfs_init' libparted.c:79: warning: implicit declaration of function `ped_file_system_fat_init' libparted.c:80: warning: implicit declaration of function `ped_file_system_ext2_init'
libparted.c: In function `ped_init':
libparted.c:94: warning: type mismatch in implicit declaration for built-in function `memset'
libparted.c: In function `done_disk_types':
libparted.c:102: warning: implicit declaration of function `ped_disk_msdos_done' libparted.c:103: warning: implicit declaration of function `ped_disk_pc98_done' libparted.c:104: warning: implicit declaration of function `ped_disk_loop_done' libparted.c:105: warning: implicit declaration of function `ped_disk_mac_done' libparted.c:106: warning: implicit declaration of function `ped_disk_bsd_done' libparted.c:107: warning: implicit declaration of function `ped_disk_sun_done'
libparted.c: In function `done_file_system_types':
libparted.c:113: warning: implicit declaration of function `ped_file_system_ext2_done' libparted.c:114: warning: implicit declaration of function `ped_file_system_fat_done' libparted.c:115: warning: implicit declaration of function `ped_file_system_hfs_done' libparted.c:116: warning: implicit declaration of function `ped_file_system_linux_swap_done' libparted.c:117: warning: implicit declaration of function `ped_file_system_ntfs_done' libparted.c:118: warning: implicit declaration of function `ped_file_system_reiserfs_done' libparted.c:119: warning: implicit declaration of function `ped_file_system_ufs_done'
libparted.c: In function `_check_dodgey_pointer':
libparted.c:143: warning: cast from pointer to integer of different size
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c libparted.c -o libparted.o >/dev/null 2>&1
mv -f .libs/libparted.lo libparted.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c llseek.c
rm -f .libs/llseek.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC llseek.c -o .libs/llseek.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c llseek.c -o llseek.o >/dev/null 2>&1
mv -f .libs/llseek.lo llseek.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c natmath.c
rm -f .libs/natmath.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC natmath.c -o .libs/natmath.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c natmath.c -o natmath.o >/dev/null 2>&1
mv -f .libs/natmath.lo natmath.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c disk.c
rm -f .libs/disk.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC disk.c -o .libs/disk.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c disk.c -o disk.o >/dev/null 2>&1
mv -f .libs/disk.lo disk.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c disk_bsd.c
rm -f .libs/disk_bsd.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC disk_bsd.c -o .libs/disk_bsd.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c disk_bsd.c -o disk_bsd.o >/dev/null 2>&1
mv -f .libs/disk_bsd.lo disk_bsd.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c disk_dos.c
rm -f .libs/disk_dos.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC disk_dos.c -o .libs/disk_dos.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c disk_dos.c -o disk_dos.o >/dev/null 2>&1
mv -f .libs/disk_dos.lo disk_dos.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c disk_loop.c
rm -f .libs/disk_loop.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC disk_loop.c -o .libs/disk_loop.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c disk_loop.c -o disk_loop.o >/dev/null 2>&1
mv -f .libs/disk_loop.lo disk_loop.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c disk_mac.c
rm -f .libs/disk_mac.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC disk_mac.c -o .libs/disk_mac.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c disk_mac.c -o disk_mac.o >/dev/null 2>&1
mv -f .libs/disk_mac.lo disk_mac.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c disk_pc98.c
rm -f .libs/disk_pc98.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC disk_pc98.c -o .libs/disk_pc98.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c disk_pc98.c -o disk_pc98.o >/dev/null 2>&1
mv -f .libs/disk_pc98.lo disk_pc98.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c disk_sun.c
rm -f .libs/disk_sun.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c -fPIC -DPIC disk_sun.c -o .libs/disk_sun.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -c disk_sun.c -o disk_sun.o >/dev/null 2>&1
mv -f .libs/disk_sun.lo disk_sun.lo
/bin/sh ../libtool --mode=link gcc -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -o libparted.la -rpath /usr/local/lib -version-info 3:0:3 constraint.lo device.lo debug.lo exception.lo filesys.lo geom.lo libparted.lo llseek.lo natmath.lo disk.lo disk_bsd.lo disk_dos.lo disk_loop.lo disk_mac.lo disk_pc98.lo disk_sun.lo fs_ext2/libext2.la fs_fat/libfat.la fs_hfs/libhfs.la fs_linux_swap/liblinuxswap.la fs_ntfs/libntfs.la fs_reiserfs/libreiserfs.la fs_ufs/libufs.la -luuid
rm -fr .libs/libparted.la .libs/libparted.* .libs/libparted.*
gcc -shared constraint.lo device.lo debug.lo exception.lo filesys.lo geom.lo libparted.lo llseek.lo natmath.lo disk.lo disk_bsd.lo disk_dos.lo disk_loop.lo disk_mac.lo disk_pc98.lo disk_sun.lo -Wl,--whole-archive fs_ext2/.libs/libext2.al fs_fat/.libs/libfat.al fs_hfs/.libs/libhfs.al fs_linux_swap/.libs/liblinuxswap.al fs_ntfs/.libs/libntfs.al fs_reiserfs/.libs/libreiserfs.al fs_ufs/.libs/libufs.al -Wl,--no-whole-archive -luuid -luuid -luuid -luuid -luuid -luuid -luuid -luuid -lc -Wl,-soname -Wl,libparted.so.0 -o .libs/libparted.so.0.3.0 (cd .libs && rm -f libparted.so.0 && ln -s libparted.so.0.3.0 libparted.so.0)
(cd .libs && rm -f libparted.so && ln -s libparted.so.0.3.0 libparted.so)
rm -fr .libs/libparted.lax
mkdir .libs/libparted.lax
rm -fr .libs/libparted.lax/libext2.al
mkdir .libs/libparted.lax/libext2.al
(cd .libs/libparted.lax/libext2.al && ar x /usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ext2/.libs/libext2.al)
rm -fr .libs/libparted.lax/libfat.al
mkdir .libs/libparted.lax/libfat.al
(cd .libs/libparted.lax/libfat.al && ar x /usr/doc/mislocal/src/parted-1.4.8/libparted/fs_fat/.libs/libfat.al)
rm -fr .libs/libparted.lax/libhfs.al
mkdir .libs/libparted.lax/libhfs.al
(cd .libs/libparted.lax/libhfs.al && ar x /usr/doc/mislocal/src/parted-1.4.8/libparted/fs_hfs/.libs/libhfs.al)
rm -fr .libs/libparted.lax/liblinuxswap.al
mkdir .libs/libparted.lax/liblinuxswap.al
(cd .libs/libparted.lax/liblinuxswap.al && ar x /usr/doc/mislocal/src/parted-1.4.8/libparted/fs_linux_swap/.libs/liblinuxswap.al)
rm -fr .libs/libparted.lax/libntfs.al
mkdir .libs/libparted.lax/libntfs.al
(cd .libs/libparted.lax/libntfs.al && ar x /usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ntfs/.libs/libntfs.al)
rm -fr .libs/libparted.lax/libreiserfs.al
mkdir .libs/libparted.lax/libreiserfs.al
(cd .libs/libparted.lax/libreiserfs.al && ar x /usr/doc/mislocal/src/parted-1.4.8/libparted/fs_reiserfs/.libs/libreiserfs.al)
rm -fr .libs/libparted.lax/libufs.al
mkdir .libs/libparted.lax/libufs.al
(cd .libs/libparted.lax/libufs.al && ar x /usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ufs/.libs/libufs.al) ar cru .libs/libparted.a constraint.o device.o debug.o exception.o filesys.o geom.o libparted.o llseek.o natmath.o disk.o disk_bsd.o disk_dos.o disk_loop.o disk_mac.o disk_pc98.o disk_sun.o .libs/libparted.lax/libext2.al/ext2.lo .libs/libparted.lax/libext2.al/ext2_block_relocator.lo .libs/libparted.lax/libext2.al/ext2_buffer.lo .libs/libparted.lax/libext2.al/ext2_inode_relocator.lo .libs/libparted.lax/libext2.al/ext2_meta.lo .libs/libparted.lax/libext2.al/ext2_mkfs.lo .libs/libparted.lax/libext2.al/ext2_resize.lo .libs/libparted.lax/libext2.al/interface.lo .libs/libparted.lax/libext2.al/parted_io.lo .libs/libparted.lax/libext2.al/tune.lo .libs/libparted.lax/libfat.al/bootsector.lo .libs/libparted.lax/libfat.al/calc.lo .libs/libparted.lax/libfat.al/clstdup.lo .libs/libparted.lax/libfat.al/context.lo .libs/libparted.lax/libfat.al/count.lo .libs/libparted.lax/libfat.al/fat.lo .libs/libparted.lax/libfat.al/fatio.lo .libs/libparted.lax/libfat.al/table.lo .libs/libparted.lax/libfat.al/traverse.lo .libs/libparted.lax/libfat.al/resize.lo .libs/libparted.lax/libhfs.al/hfs.lo .libs/libparted.lax/liblinuxswap.al/linux_swap.lo .libs/libparted.lax/libntfs.al/ntfs.lo .libs/libparted.lax/libreiserfs.al/reiserfs.lo .libs/libparted.lax/libufs.al/ufs.lo
ranlib .libs/libparted.a
rm -fr .libs/libparted.lax
creating libparted.la
(cd .libs && rm -f libparted.la && ln -s ../libparted.la libparted.la)
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted'
make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted'
Making all in parted
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/parted'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c command.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c parted.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c strlist.c
strlist.c: In function `wchar_strcasecmp':
strlist.c:75: warning: implicit declaration of function `wcscasecmp'
strlist.c: In function `wchar_strncasecmp':
strlist.c:85: warning: implicit declaration of function `wcsncasecmp'
strlist.c: In function `wchar_to_str':
strlist.c:154: warning: comparison between signed and unsigned
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c ui.c
ui.c: In function `screen_width':
ui.c:88: warning: implicit declaration of function `tgetnum'
/bin/sh ../libtool --mode=link gcc -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -o parted command.o parted.o strlist.o ui.o -luuid -lncurses -lreadline ../libparted/libparted.la -luuid
mkdir .libs
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -o .libs/parted command.o parted.o strlist.o ui.o -luuid -lncurses -lreadline ../libparted/.libs/libparted.so -luuid -luuid -luuid -luuid -luuid -luuid -luuid -luuid -luuid -Wl,--rpath -Wl,/usr/local/lib
creating parted
make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/parted'
Making all in include
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/include'
Making all in parted
make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/include/parted'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/include/parted'
make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/include'
make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/include'
Making all in doc
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/doc'
Making all in debug
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/debug'
Making all in clearfat
make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/debug/clearfat' gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -c clearfat.c /bin/sh ../../libtool --mode=link gcc -DLOCALEDIR="\"/usr/local/share/locale\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused -Wno-switch -o clearfat clearfat.o -luuid -lncurses -lreadline ../../libparted/libparted.la -luuid
mkdir .libs
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch -o .libs/clearfat clearfat.o -luuid -lncurses -lreadline ../../libparted/.libs/libparted.so -luuid -luuid -luuid -luuid -luuid -luuid -luuid -luuid -luuid -Wl,--rpath -Wl,/usr/local/lib
creating clearfat
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/debug/clearfat'
Making all in test
make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/debug/test'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/debug/test'
make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/debug'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/debug'
make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/debug'
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8'
make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8'
make[1]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8'
Making install in intl
make[1]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/intl'
if test "parted" = "gettext" \
   && test '' = 'intl-compat.o'; then \
  if test -r ./mkinstalldirs; then \
    ./mkinstalldirs /usr/local/lib /usr/local/include; \
  else \
    ../mkinstalldirs /usr/local/lib /usr/local/include; \
  fi; \
  /usr/bin/install -c -m 644 intlh.inst /usr/local/include/libintl.h; \
  /usr/bin/install -c -m 644 libintl.a /usr/local/lib/libintl.a; \
else \
  : ; \
fi
if test "parted" = "gettext"; then \
  if test -r ./mkinstalldirs; then \
    ./mkinstalldirs /usr/local/share/gettext/intl; \
  else \
    ../mkinstalldirs /usr/local/share/gettext/intl; \
  fi; \
/usr/bin/install -c -m 644 VERSION /usr/local/share/gettext/intl/VERSION; \ dists="ChangeLog Makefile.in linux-msg.sed po2tbl.sed.in xopen-msg.sed gettext.h gettextP.h hash-string.h libgettext.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c intl-compat.c cat-compat.c"; \
  for file in $dists; do \
/usr/bin/install -c -m 644 ./$file /usr/local/share/gettext/intl/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/intl'
Making install in po
make[1]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/po'
if test -r ".././mkinstalldirs"; then \
  .././mkinstalldirs /usr/local/share; \
else \
  /bin/sh ../mkinstalldirs /usr/local/share; \
fi
mkdir /usr/local/share
if test "parted" = "gettext"; then \
  if test -r ".././mkinstalldirs"; then \
    .././mkinstalldirs /usr/local/share/gettext/po; \
  else \
    /bin/sh ../mkinstalldirs /usr/local/share/gettext/po; \
  fi; \
  /usr/bin/install -c -m 644 ./Makefile.in.in \
                  /usr/local/share/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
make[1]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/po'
Making install in libparted
make[1]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted'
Making install in fs_ext2
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ext2' make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ext2'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ext2' make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ext2'
Making install in fs_fat
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_fat' make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_fat'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_fat' make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_fat'
Making install in fs_hfs
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_hfs' make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_hfs'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_hfs' make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_hfs'
Making install in fs_linux_swap
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_linux_swap' make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_linux_swap'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_linux_swap' make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_linux_swap'
Making install in fs_ntfs
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ntfs' make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ntfs'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ntfs' make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ntfs'
Making install in fs_reiserfs
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_reiserfs' make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_reiserfs'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_reiserfs' make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_reiserfs'
Making install in fs_ufs
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ufs' make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ufs'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ufs' make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted/fs_ufs'
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted'
make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/libparted'
/bin/sh ../mkinstalldirs /usr/local/lib
/bin/sh ../libtool --mode=install /usr/bin/install -c libparted.la /usr/local/lib/libparted.la /usr/bin/install -c .libs/libparted.so.0.3.0 /usr/local/lib/libparted.so.0.3.0 (cd /usr/local/lib && rm -f libparted.so.0 && ln -s libparted.so.0.3.0 libparted.so.0) (cd /usr/local/lib && rm -f libparted.so && ln -s libparted.so.0.3.0 libparted.so)
/usr/bin/install -c .libs/libparted.lai /usr/local/lib/libparted.la
/usr/bin/install -c .libs/libparted.a /usr/local/lib/libparted.a
ranlib /usr/local/lib/libparted.a
chmod 644 /usr/local/lib/libparted.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted'
make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted'
make[1]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/libparted'
Making install in parted
make[1]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/parted'
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/parted'
/bin/sh ../mkinstalldirs /usr/local/sbin
/bin/sh ../libtool --mode=install /usr/bin/install -c parted /usr/local/sbin/parted
/usr/bin/install -c .libs/parted /usr/local/sbin/parted
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/parted'
make[1]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/parted'
Making install in include
make[1]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/include'
Making install in parted
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/include/parted' make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/include/parted'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /usr/local/include/parted
mkdir /usr/local/include
mkdir /usr/local/include/parted
/usr/bin/install -c -m 644 constraint.h /usr/local/include/parted/constraint.h
 /usr/bin/install -c -m 644 debug.h /usr/local/include/parted/debug.h
 /usr/bin/install -c -m 644 device.h /usr/local/include/parted/device.h
 /usr/bin/install -c -m 644 disk.h /usr/local/include/parted/disk.h
/usr/bin/install -c -m 644 exception.h /usr/local/include/parted/exception.h
 /usr/bin/install -c -m 644 filesys.h /usr/local/include/parted/filesys.h
 /usr/bin/install -c -m 644 natmath.h /usr/local/include/parted/natmath.h
 /usr/bin/install -c -m 644 parted.h /usr/local/include/parted/parted.h
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/include/parted' make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/include/parted'
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/include'
make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/include'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/include'
make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/include'
make[1]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/include'
Making install in doc
make[1]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/doc'
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/doc'
make[2]: Nothing to be done for `install-exec-am'.
make  install-man8
make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/doc'
/bin/sh ../mkinstalldirs /usr/local/man/man8
 /usr/bin/install -c -m 644 ./parted.8 /usr/local/man/man8/parted.8
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/doc'
make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/doc'
make[1]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/doc'
Making install in debug
make[1]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/debug'
Making install in clearfat
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/debug/clearfat' make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/debug/clearfat'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/debug/clearfat' make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/debug/clearfat'
Making install in test
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/debug/test'
make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/debug/test'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/debug/test'
make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/debug/test'
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/debug'
make[3]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8/debug'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/debug'
make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/debug'
make[1]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8/debug'
make[1]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8'
make[2]: Entering directory `/usr/doc/mislocal/src/parted-1.4.8'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ./mkinstalldirs /usr/local/share/aclocal
mkdir /usr/local/share/aclocal
 /usr/bin/install -c -m 644 ./parted.m4 /usr/local/share/aclocal/parted.m4
make[2]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8'
make[1]: Leaving directory `/usr/doc/mislocal/src/parted-1.4.8'

-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-




reply via email to

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