Главная страница


ru.linux

 
 - RU.LINUX ---------------------------------------------------------------------
 From : Maxim Golub                          2:5054/64.35   08 Mar 2005  23:00:20
 To : All
 Subject : defrag
 -------------------------------------------------------------------------------- 
 
 Иметтся сабж но не собирается. Воб багрепорт:
 ================================================================================
 ==========
 GNUmakefile:232: .depend: No such file or directory
 echo "char const *version = \"0.73pjm1\";" >> version.h
 rm -f .depend
 for t in  minix ext2; do \
   for f in defrag.o buffers.o display.o misc.o llseek.o ; do \
     g=`basename $f .o`; \
     gcc -E -M -DFS_IS_$t -D_FILE_OFFSET_BITS=64  -DHAVE_CONFIG_H -I. -I. ./$g.c 
 \
         | sed "s/$f/lib$t.a($g.$t.o)/" >> .depend; \
   done; \
   gcc -E -M -DFS_IS_$t -D_FILE_OFFSET_BITS=64  -DHAVE_CONFIG_H -I. -I. ./$t.c \
         | sed "s/^\([a-z0-9]*\).o/lib$t.a(\1.$t.o)/" >> .depend; \
 done
 In file included from defrag.h:38,
                  from defrag.c:33:
 minix.h:19:30: linux/minix_fs_i.h: No such file or directory
 minix.h:20:31: linux/minix_fs_sb.h: No such file or directory
 In file included from defrag.h:38,
                  from buffers.c:17:
 minix.h:19:30: linux/minix_fs_i.h: No such file or directory
 minix.h:20:31: linux/minix_fs_sb.h: No such file or directory
 In file included from defrag.h:38,
                  from misc.c:22:
 minix.h:19:30: linux/minix_fs_i.h: No such file or directory
 minix.h:20:31: linux/minix_fs_sb.h: No such file or directory
 In file included from defrag.h:38,
                  from minix.c:31:
 minix.h:19:30: linux/minix_fs_i.h: No such file or directory
 minix.h:20:31: linux/minix_fs_sb.h: No such file or directory
 In file included from defrag.h:40,
                  from defrag.c:33:
 ext2.h:17:29: linux/ext2_fs_i.h: No such file or directory
 In file included from defrag.h:40,
                  from buffers.c:17:
 ext2.h:17:29: linux/ext2_fs_i.h: No such file or directory
 In file included from defrag.h:40,
                  from misc.c:22:
 ext2.h:17:29: linux/ext2_fs_i.h: No such file or directory
 In file included from defrag.h:40,
                  from ext2.c:30:
 ext2.h:17:29: linux/ext2_fs_i.h: No such file or directory
 gcc -E -M -DFS_IS_ext2 -D_FILE_OFFSET_BITS=64  -DHAVE_CONFIG_H -I. -I.
 ./e2dump.c \
 | sed "s/^\([a-z0-9]*\).o/\1.ext2.o/" >> .depend
 In file included from e2dump.c:27:
 ext2.h:17:29: linux/ext2_fs_i.h: No such file or directory
 e2dump.c:348:27: pasting "(" and ""Allocation:"" does not give a valid
 preprocessing token
 e2dump.c:352:40: pasting "(" and ""%5lu "" does not give a valid preprocessing
 token
 e2dump.c:354:45: pasting "(" and ""\n"" does not give a valid preprocessing
 token
 e2dump.c:361:61: pasting "(" and ""(indblock %lu)\n"" does not give a valid
 preprocessing token
 e2dump.c:365:39: pasting "(" and ""%5lu "" does not give a valid preprocessing
 token
 e2dump.c:367:45: pasting "(" and ""\n"" does not give a valid preprocessing
 token
 e2dump.c:379:62: pasting "(" and ""(dindblock %lu)\n"" does not give a valid
 preprocessing token
 e2dump.c:384:61: pasting "(" and ""(indblock %lu)\n"" does not give a valid
 preprocessing token
 e2dump.c:388:39: pasting "(" and ""%5lu "" does not give a valid preprocessing
 token
 e2dump.c:390:45: pasting "(" and ""\n"" does not give a valid preprocessing
 token
 e2dump.c:406:62: pasting "(" and ""(tindblock %lu)\n"" does not give a valid
 preprocessing token
 e2dump.c:411:62: pasting "(" and ""(dindblock %lu)\n"" does not give a valid
 preprocessing token
 e2dump.c:416:61: pasting "(" and ""(indblock %lu)\n"" does not give a valid
 preprocessing token
 e2dump.c:420:39: pasting "(" and ""%5lu "" does not give a valid preprocessing
 token
 e2dump.c:422:45: pasting "(" and ""\n"" does not give a valid preprocessing
 token
 e2dump.c:437:18: pasting "(" and ""\n"" does not give a valid preprocessing
 token
 e2dump.c:441:50: pasting "(" and ""Fragments:%lu, average distance %lu\n"" does 
 not give a valid preprocessing token
 e2dump.c:443:35: pasting "(" and ""Not fragmented\n"" does not give a valid
 preprocessing token
 e2dump.c:445:66: pasting "(" and ""File has %lu unallocated blocks\n"" does not 
 give a valid preprocessing token
 gcc -pipe -Werror -Wall -W -Wunused -Wshadow -Wpointer-arith -Wbad-function-cast
 -Wcast-qual -Wcast-align -Wwrite-strings -Wno-sign-compare -Wstrict-prototypes
 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wnested-externs 
 -g -O2 -D_FILE_OFFSET_BITS=64  -DHAVE_CONFIG_H -I. -I.  frag.c -o frag
 gcc -pipe -Werror -Wall -W -Wunused -Wshadow -Wpointer-arith -Wbad-function-cast
 -Wcast-qual -Wcast-align -Wwrite-strings -Wno-sign-compare -Wstrict-prototypes
 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wnested-externs 
 -g -O2 -D_FILE_OFFSET_BITS=64  -DHAVE_CONFIG_H -I. -I. -DFS_IS_minix -c -o
 defrag.minix.o defrag.c
 In file included from defrag.h:38,
                  from defrag.c:33:
 minix.h:19:30: linux/minix_fs_i.h: No such file or directory
 minix.h:20:31: linux/minix_fs_sb.h: No such file or directory
 defrag.c: In function `get_inode':
 defrag.c:103: warning: implicit declaration of function `memset'
 defrag.c: In function `main':
 defrag.c:727: warning: implicit declaration of function `strcmp'
 make: *** [defrag.minix.o] Ошибка 1
 ================================================================================
 ==========
 В чем проблема? Куда копать?
 
 Maxim
 
 ... Зроблено пiд LiNuX
 --- Злобный голый дед, который GEDLNX 1.1.4.7
  * Origin: Дядько мне бiльше нэ налiвайте,бо я така як вам трэба (2:5054/64.35)
 
 

Вернуться к списку тем, сортированных по: возрастание даты  уменьшение даты  тема  автор 

 Тема:    Автор:    Дата:  
 defrag   Maxim Golub   08 Mar 2005 23:00:20 
 Re: defrag   Andrey Melnikoff   11 Mar 2005 02:00:19 
 defrag   Maxim Golub   11 Mar 2005 07:32:22 
 Re: defrag   Andrew Dolgov   12 Mar 2005 14:12:41 
 defrag   Maxim Golub   13 Mar 2005 01:01:30 
 Re: defrag   Andrey Melnikoff   15 Mar 2005 16:45:05 
Архивное /ru.linux/16095422df6a6.html, оценка 3 из 5, голосов 10
Яндекс.Метрика
Valid HTML 4.01 Transitional