This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Setup postinstall logging - take X+1 (regen against HEAD)


Igor et al,

Any one see any reason here why I am having trouble building Setup from HEAD.  
I have made sure I was updated current and used the -A so I shouldn't have any 
sticky flags and I even tried checking it out again to get rid of Igor's 
previously applied patch and I am still getting the following on my W2k laptop 
and my W95 laptop:

then mv ".deps/ScanFindVisitor.Tpo" ".deps/ScanFindVisitor.Po"; \
else rm -f ".deps/ScanFindVisitor.Tpo"; exit 1; \
fi
if g++ -mno-cygwin -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=
\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"setup\" 
-DVERSIO
N=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_
H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-
DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBMINGW32=1 -DHAVE_ERRNO_H=1 
-DHAVE_S
TRING=1 -DHAVE_STRING_H=1  -I. -I/usr/develop/src/cygwin-apps/setup 
-I/usr/devel
op/src/cygwin-apps/setup/bz2lib 
-I/usr/develop/src/cygwin-apps/setup/libgetopt++
/include   -Werror -Wall -Wpointer-arith -Wcast-align -Wwrite-strings 
-Wstrict-p
rototypes -Wmissing-prototypes -Wmissing-declarations -Wcomments  -g -O2 -MT 
scr
ipt.o -MD -MP -MF ".deps/script.Tpo" \
  -c -o script.o `test -f '/usr/develop/src/cygwin-apps/setup/script.cc' || 
echo
 
'/usr/develop/src/cygwin-apps/setup/'`/usr/develop/src/cygwin-apps/setup/script
cc; \
then mv ".deps/script.Tpo" ".deps/script.Po"; \
else rm -f ".deps/script.Tpo"; exit 1; \
fi
/usr/develop/src/cygwin-apps/setup/script.cc: In function `BOOL
   prepareOutputLog(void*&, const String&, const char*)':
/usr/develop/src/cygwin-apps/setup/script.cc:103: `mkdir_p' undeclared (first
   use this function)
/usr/develop/src/cygwin-apps/setup/script.cc:103: (Each undeclared identifier
   is reported only once for each function it appears in.)
cc1plus: warnings being treated as errors
/usr/develop/src/cygwin-apps/setup/script.cc: In function `void run(const
   char*, const char*, const char*, const String&)':
/usr/develop/src/cygwin-apps/setup/script.cc:146: warning: unused variable `
   void*file_out'
/usr/develop/src/cygwin-apps/setup/script.cc:147: warning: unused variable `
   DWORD dwCPFlags'
/usr/develop/src/cygwin-apps/setup/script.cc:148: warning: unused variable `
   BOOL bInheritHandles'
/usr/include/c++/3.2/streambuf: At top level:
/usr/develop/src/cygwin-apps/setup/script.cc:95: warning: `BOOL
   prepareOutputLog(void*&, const String&, const char*)' defined but not used
/usr/develop/src/cygwin-apps/setup/script.cc:128: warning: `void
   closeOutputLog(void*, const char*)' defined but not used
/usr/develop/src/cygwin-apps/setup/script.cc:138: warning: `BOOL
   log_failure_notified' defined but not used
make[2]: *** [script.o] Error 1
make[2]: Leaving directory `/usr/develop/obj/i686-pc-cygwin/cygwin-apps/setup'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/develop/obj/i686-pc-cygwin/cygwin-apps/setup'
make: *** [all] Error 2
~
$

Any ideas - anyone?  Is HEAD broken and this is a known problem?  

Bk




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]