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)


Oh, and Brian, you do know that the regular CVS checkout will not remove
locally applied changes, right?  You have to move the files out of the way
before the checkout for that to happen (or use CVS's edit/unedit feature).
Hope I'm not getting too patronizing here, none is implied.
	Igor

On Wed, 19 Mar 2003, Igor Pechtchanski wrote:

> Brian,
>
> Either "make clean" or "touch" the files you checked out.
>         Igor
>
> On Wed, 19 Mar 2003, Brian Keener wrote:
>
> > 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

-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha at cs dot nyu dot edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor at watson dot ibm dot com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Oh, boy, virtual memory! Now I'm gonna make myself a really *big* RAMdisk!
  -- /usr/games/fortune


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