Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Dave Korn" To: Subject: RE: new snapshot fixes a few problems - please try Date: Fri, 17 Dec 2004 18:33:15 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <20041217181424.GA2332@trixie.casa.cgf.cx> Message-ID: X-OriginalArrivalTime: 17 Dec 2004 18:33:16.0578 (UTC) FILETIME=[DFCD3020:01C4E466] > -----Original Message----- > From: cygwin-owner On Behalf Of Christopher Faylor > Sent: 17 December 2004 18:14 > I'd appreciate it if people could test out the newest cygwin > snapshot at: http://cygwin.com/snapshots/ . > > There have been several issues addressed since 1.5.12 and we're > contemplating fixing some more problems with the path handling code > sometime soon. It would be nice to get a baseline sanity > check with the > current snapshot prior to any path-handling changes. > > So, success or failure responses to this email would be appreciated. > > If you are indicating failure, then please indicate if your failure is > a regression from 1.5.12. :( I don't seem to be having much luck with CVS today. I did a cvs update of my entire /src tree, went back to an old build dir that I last built in on december 1st, cd'd into the winsup subdir and tried "make all". It fails at the final link stage, with.... make[1]: Entering directory `/usr/build/obj-patched/i686-pc-cygwin/winsup/cygwin' c++ -L/usr/build/obj-patched/i686-pc-cygwin/winsup -L/usr/build/obj-patched/i686-pc-cygwin/winsup/cygwin -L/usr/build/obj-patched/i686-pc-cygwin/winsup/w32api/lib -isystem /usr/build/src/winsup/include -isystem /usr/build/src/winsup/cygwin/include -isystem /usr/build/src/winsup/w32api/include -B/usr/build/obj-patched/i686-pc-cygwin/newlib/ -isystem /usr/build/obj-patched/i686-pc-cygwin/newlib/targ-include -isystem /usr/build/src/newlib/libc/include -L/usr/build/obj-patched/ld -O2 -g -O2 -MMD -fmerge-constants -ftracer -Wl,--gc-sections -nostdlib -Wl,-T../../../../src/winsup/cygwin/cygwin.sc -Wl,--out-implib,cygdll.a -shared -o cygwin0.dll \ -e _dll_entry AT 12 cygwin.def assert.o autoload.o bsdlib.o cxx.o cygheap.o cygthread.o cygtls.o dcrt0.o debug.o delqueue.o devices.o dir.o dlfcn.o dll_init.o dtable.o environ.o errno.o exceptions.o exec.o external.o fcntl.o fhandler.o fhandler_clipboard.o fhandler_console.o fhandler_disk_file.o fhandler_dsp.o fhandler_fifo.o fhandler_floppy.o fhandler_mem.o fhandler_nodevice.o fhandler_proc.o fhandler_process.o fhandler_random.o fhandler_raw.o fhandler_registry.o fhandler_serial.o fhandler_socket.o fhandler_tape.o fhandler_termios.o fhandler_tty.o fhandler_virtual.o fhandler_windows.o fhandler_zero.o flock.o fnmatch.o fork.o getopt.o glob.o grp.o heap.o init.o ioctl.o ipc.o iruserok.o localtime.o malloc_wrapper.o miscfuncs.o mmap.o msg.o net.o netdb.o ntea.o passwd.o path.o pinfo.o pipe.o poll.o pthread.o regcomp.o regerror.o regexec.o regfree.o registry.o resource.o scandir.o sched.o sec_acl.o sec_helper.o security.o select.o sem.o shared.o shm.o sigfe.o signal.o sigproc.o smallprint.o spawn.o strace.o strsep.o strsig.o sync.o syscalls.o sysconf.o syslog.o termios.o thread.o timer.o times.o tty.o uinfo.o uname.o v8_regexp.o v8_regerror.o v8_regsub.o wait.o wincap.o window.o /usr/build/obj-patched/i686-pc-cygwin/libiberty/random.o malloc.o version.o winver.o \ /usr/build/obj-patched/i686-pc-cygwin/winsup/cygserver/libcygserver.a /usr/build/obj-patched/i686-pc-cygwin/newlib/libm/libm.a /usr/build/obj-patched/i686-pc-cygwin/newlib/libc/libc.a \ -lgcc /usr/build/obj-patched/i686-pc-cygwin/winsup/w32api/lib/libkernel32.a /usr/build/obj-patched/i686-pc-cygwin/winsup/w32api/lib/libadvapi32.a Cannot export reent_data: symbol not defined Creating library file: cygdll.a cygtls.o(.text+0x1ec): In function `_ZN7_cygtls11init_threadEPvPFmS0_S0_E': /usr/build/obj-patched/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwi n/cygtls.cc:108: undefined reference to `__global_impure_ptr' dcrt0.o(.text+0x1586): In function `_dll_crt0': /usr/build/obj-patched/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwi n/dcrt0.cc:904: undefined reference to `__global_impure_ptr' dcrt0.o(.text+0x167b): In function `*dll_crt0(per_process *)': /usr/build/obj-patched/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwi n/dcrt0.cc:926: undefined reference to `__global_impure_ptr' dcrt0.o(.text+0x1eb7): In function `_Z41__static_initialization_and_destruction_0ii': /usr/build/obj-patched/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwi n/dcrt0.cc:111: undefined reference to `__global_impure_ptr' collect2: ld returned 1 exit status make[1]: *** [cygwin0.dll] Error 1 make[1]: Leaving directory `/usr/build/obj-patched/i686-pc-cygwin/winsup/cygwin' make: *** [cygwin] Error 1 Any clues? cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/