This is the mail archive of the cygwin@sourceware.cygnus.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]

Building snapshots with net release binaries


Sort of new to this but bear with me. I know some of this has been discussed on the developers list also. What it boils down to:
 
Cygcheck -s -v -r attached.
 
Trying to build the latest snapshots d/l via CVS. All dirs/files appear present and up to date. Followed directions in the FAQ to use /obj /src and /install to keep tree clean. Created logs with commands in FAQ. .configure ran clean. make was clean until....
 
make[1]: Entering directory `/c/cvs/obj/i686-pc-cygwin/winsup'
make[2]: Entering directory `/c/cvs/obj/i686-pc-cygwin/winsup/cygwin'
gcc -c -g -O2 -o ./assert.o ../../../../src/winsup/cygwin/assert.cc
gcc -c -g -O2 -o ./dcrt0.o ../../../../src/winsup/cygwin/dcrt0.cc
gcc -c -g -O2 -o ./debug.o ../../../../src/winsup/cygwin/debug.cc
      0 [main] cpp 17356 handle_exceptions: Exception: STATUS_PRIVILEGED_INSTRUCTION
  27786 [main] cpp 17356 stackdump: Dumping stack trace to cpp.exe.stackdump
gcc -c -g -O2 -o ./delqueue.o ../../../../src/winsup/cygwin/delqueue.cc
gcc -c -g -O2 -o ./dir.o ../../../../src/winsup/cygwin/dir.cc
      0 [main] cpp 17378 handle_exceptions: Exception: STATUS_PRIVILEGED_INSTRUCTION
  30560 [main] cpp 17378 stackdump: Dumping stack trace to cpp.exe.stackdump
gcc -c -g -O2 -o ./dlfcn.o ../../../../src/winsup/cygwin/dlfcn.cc
gcc -c -g -O2 -o ./dll_init.o ../../../../src/winsup/cygwin/dll_init.cc
gcc -c -g -O2 -o ./environ.o ../../../../src/winsup/cygwin/environ.cc
gcc -c -g -O2 -o ./errno.o ../../../../src/winsup/cygwin/errno.cc
      0 [main] cpp 17435 handle_exceptions: Exception: STATUS_PRIVILEGED_INSTRUCTION
  41983 [main] cpp 17435 stackdump: Dumping stack trace to cpp.exe.stackdump
gcc -c -g -O2 -o ./exceptions.o ../../../../src/winsup/cygwin/exceptions.cc
gcc -c -g -O2 -o ./exec.o ../../../../src/winsup/cygwin/exec.cc
etc. etc. etc.
 
Followed by:
 
dlltool --as=as -k --output-lib libkernel32.a --def ../../../../../src/winsup/w32api/lib/kernel32.def
dlltool --as=as -k --output-lib libadvapi32.a --def ../../../../../src/winsup/w32api/lib/advapi32.def
Making version.o and winver.o
ld -shared -o new-cygwin1.dll -e _dll_entry@12 cygwin.def assert.o dcrt0.o debug.o delqueue.o dir.o dlfcn.o dll_init.o environ.o  errno.o exceptions.o exec.o external.o fcntl.o fhandler.o fhandler_console.o fhandler_floppy.o fhandler_random.o fhandler_raw.o fhandler_serial.o fhandler_tape.o fhandler_termios.o fhandler_tty.o fhandler_windows.o fhandler_zero.o fork.o glob.o grp.o heap.o hinfo.o init.o ioctl.o localtime.o malloc.o mmap.o net.o ntea.o passwd.o path.o pinfo.o pipe.o regexp.o regerror.o regsub.o registry.o resource.o scandir.o security.o select.o shared.o signal.o sigproc.o smallprint.o spawn.o strace.o strsep.o sync.o syscalls.o sysconf.o syslog.o termios.o times.o tty.o uinfo.o uname.o wait.o window.o longjmp.o setjmp.o /c/cvs/obj/i686-pc-cygwin/libiberty/random.o /c/cvs/obj/i686-pc-cygwin/libiberty/strsignal.o pthread.o thread.o version.o \
winver.o /c/cvs/obj/i686-pc-cygwin/winsup/w32api/lib/libkernel32.a /c/cvs/obj/i686-pc-cygwin/winsup/w32api/lib/libadvapi32.a /c/cvs/obj/i686-pc-cygwin/newlib/libm/libm.a /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/libgcc.a  /c/cvs/obj/i686-pc-cygwin/newlib/libc/libc.a /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/libgcc.a
Cannot export __assertfail: symbol not defined
Cannot export access: symbol not defined
Cannot export acl: symbol not defined
Cannot export aclcheck: symbol not defined
Cannot export aclfrommode: symbol not defined
Cannot export aclfrompbits: symbol not defined
Cannot export aclfromtext: symbol not defined
 
etc. etc.
 
Needless to say the make install failed miserably.
 
I see from the dev list that some of you are trying to verify this as well. I hope this can maybe shed some light.
 
Great concept BTW to allow xdev with cygwin. Tried Uwin, but the proprietary code bothered me a little.
 
Gordon Sadler
 
 

cygcheck.out

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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