Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (280 - 282 of 1030)

Ticket Resolution Summary Owner Reporter
#971 fixed Current trunk appears not to build on OSX 10.7 Tim Bradshaw
Description

This may be idiocy on my part (more than likely). If more information is needed (or if I am indeed an idiot) let me know.

I'm running 10.7.4: uname -a says Darwin kingston.local 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr 9 19:33:05 PDT 2012; root:xnu-1699.26.8~1/RELEASE_I386 i386. I think Xcode and so on is all up to date.

I'm at r15371, which I think should be the current trunk: I have updated after Gary's "trunk is OK now" message the other day and did not do a build during that window.

I have formerly been able to build on Lion (almost the only thing Apple did not manage to break).

I have deleted and let SVN put back the various image files.

I get this:

kingston$ ccl -n
Welcome to Clozure Common Lisp Version 1.7-dev-r14869  (DarwinX8664)!
? (ccl:rebuild-ccl :full t :allow-constant-redefinition t :allow-other-keys t)
Rebuilding Clozure Common Lisp using Version 1.7-dev-r14869  (DarwinX8664)
;Building lisp-kernel ...
> Error: Error(s) during kernel compilation.
>        gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-spjump64.s | as -arch x86_64 -g -o x86-spjump64.o
>        gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-spentry64.s | as -arch x86_64 -g -o x86-spentry64.o
>        gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-subprims64.s | as -arch x86_64 -g -o x86-subprims64.o
>        gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../imports.s | as -arch x86_64 -g -o imports.o
>        cc -include ../platform-darwinx8664.h -c ../pmcl-kernel.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
>        	-g -O2 -Wno-format  \
>        	 -I. -mmacosx-version-min=10.5 -isysroot / -o pmcl-kernel.o
>        cc -include ../platform-darwinx8664.h -c ../gc-common.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
>        	-g -O2 -Wno-format  \
>        	 -I. -mmacosx-version-min=10.5 -isysroot / -o gc-common.o
>        ../x86-spentry64.s:4233:32-bit absolute addressing is not supported for x86-64
>        ../x86-spentry64.s:4233:cannot do signed 4 byte relocation
>        ../x86-spentry64.s:4237:32-bit absolute addressing is not supported for x86-64
>        ../x86-spentry64.s:4237:cannot do signed 4 byte relocation
>        ../x86-spentry64.s:4427:32-bit absolute addressing is not supported for x86-64
>        ../x86-spentry64.s:4427:cannot do signed 4 byte relocation
>        ../x86-spentry64.s:4431:32-bit absolute addressing is not supported for x86-64
>        ../x86-spentry64.s:4431:cannot do signed 4 byte relocation
>        make: *** [x86-spentry64.o] Error 1
>        cc -include ../platform-darwinx8664.h -c ../x86-gc.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
>        	-g -O2 -Wno-format  \
>        	 -I. -mmacosx-version-min=10.5 -isysroot / -o x86-gc.o
>        cc -include ../platform-darwinx8664.h -c ../bits.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
>        	-g -O2 -Wno-format  \
>        	 -I. -mmacosx-version-min=10.5 -isysroot / -o bits.o
>        cc -include ../platform-darwinx8664.h -c ../x86-exceptions.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
>        	-g -O2 -Wno-format  \
>        	 -I. -mmacosx-version-min=10.5 -isysroot / -o x86-exceptions.o
>        cc -include ../platform-darwinx8664.h -c ../x86-utils.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
>        	-g -O2 -Wno-format  \
>        	 -I. -mmacosx-version-min=10.5 -isysroot / -o x86-utils.o
>        cc -include ../platform-darwinx8664.h -c ../thread_manager.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
>        	-g -O2 -Wno-format  \
>        	 -I. -mmacosx-version-min=10.5 -isysroot / -o thread_manager.o
>        cc -include ../platform-darwinx8664.h -c ../lisp-debug.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
>        	-g -O2 -Wno-format  \
>        	 -I. -mmacosx-version-min=10.5 -isysroot / -o lisp-debug.o
>        ../thread_manager.c:1751:1: warning: control may reach end of non-void function [-Wreturn-type]
>        }
>        ^
>        cc -include ../platform-darwinx8664.h -c ../image.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
>        	-g -O2 -Wno-format  \
>        	 -I. -mmacosx-version-min=10.5 -isysroot / -o image.o
>        ../image.c:376:2: warning: implicit declaration of function 'set_nil' is invalid in C99 [-Wimplicit-function-declaration]
>                set_nil(image_nil);
>                ^
>        ../image.c:386:2: warning: implicit declaration of function 'make_dynamic_heap_executable' is invalid in C99 [-Wimplicit-function-declaration]
>                make_dynamic_heap_executable(a->low, a->active);
>                ^
>        ../image.c:414:9: warning: implicit declaration of function 'lower_heap_start' is invalid in C99 [-Wimplicit-function-declaration]
>                lower_heap_start(static_cons_area->low,a);
>                ^
>        ../image.c:419:2: warning: implicit declaration of function 'xMakeDataExecutable' is invalid in C99 [-Wimplicit-function-declaration]
>                xMakeDataExecutable(a->low, a->active - a->low);
>                ^
>        1 warning generated.
>        cc -include ../platform-darwinx8664.h -c ../memory.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
>        	-g -O2 -Wno-format  \
>        	 -I. -mmacosx-version-min=10.5 -isysroot / -o memory.o
>        ../memory.c:154:3: warning: implicit declaration of function 'raise_limit' is invalid in C99 [-Wimplicit-function-declaration]
>          raise_limit();
>          ^
>        4 warnings generated.
>        cc -include ../platform-darwinx8664.h -c ../unix-calls.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
>        	-g -O2 -Wno-format  \
>        	 -I. -mmacosx-version-min=10.5 -isysroot / -o unix-calls.o
>        cc -include ../platform-darwinx8664.h -c ../mach-o-image.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
>        	-g -O2 -Wno-format  \
>        	 -I. -mmacosx-version-min=10.5 -isysroot / -o mach-o-image.o
>        gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-asmutils64.s | as -arch x86_64 -g -o x86-asmutils64.o
>        cc -include ../platform-darwinx8664.h -c ../lispdcmd.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
>        	-g -O2 -Wno-format  \
>        	 -I. -mmacosx-version-min=10.5 -isysroot / -o lispdcmd.o
>        1 warning generated.
>        cc -include ../platform-darwinx8664.h -c ../plprint.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
>        	-g -O2 -Wno-format  \
>        	 -I. -mmacosx-version-min=10.5 -isysroot / -o plprint.o
>        ../mach-o-image.c:515:5: warning: implicit declaration of function 'prepare_to_write_dynamic_space' is invalid in C99 [-Wimplicit-function-declaration]
>            prepare_to_write_dynamic_space(managed_static_area);
>            ^
>        ../mach-o-image.c:570:3: warning: implicit declaration of function 'prepare_to_write_static_space' is invalid in C99 [-Wimplicit-function-declaration]
>          prepare_to_write_static_space(egc_was_enabled);
>          ^
>        ../mach-o-image.c:801:5: warning: implicit declaration of function 'set_nil' is invalid in C99 [-Wimplicit-function-declaration]
>            set_nil(image_nil);
>            ^
>        ../mach-o-image.c:819:5: warning: implicit declaration of function 'map_initial_reloctab' is invalid in C99 [-Wimplicit-function-declaration]
>            map_initial_reloctab(p, q);
>            ^
>        ../mach-o-image.c:820:5: warning: implicit declaration of function 'map_initial_markbits' is invalid in C99 [-Wimplicit-function-declaration]
>            map_initial_markbits(p, q);
>            ^
>        ../mach-o-image.c:825:5: warning: implicit declaration of function 'xMakeDataExecutable' is invalid in C99 [-Wimplicit-function-declaration]
>            xMakeDataExecutable(a->low, a->active - a->low);
>            ^
>        ../mach-o-image.c:829:5: warning: implicit declaration of function 'lower_heap_start' is invalid in C99 [-Wimplicit-function-declaration]
>            lower_heap_start(sc_start,a);
>            ^
>        cc -include ../platform-darwinx8664.h -c ../plsym.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
>        	-g -O2 -Wno-format  \
>        	 -I. -mmacosx-version-min=10.5 -isysroot / -o plsym.o
>        cc -include ../platform-darwinx8664.h -c ../xlbt.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
>        	-g -O2 -Wno-format  \
>        	 -I. -mmacosx-version-min=10.5 -isysroot / -o xlbt.o
>        cc -include ../platform-darwinx8664.h -c ../x86_print.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="15371" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \
>        	-g -O2 -Wno-format  \
>        	 -I. -mmacosx-version-min=10.5 -isysroot / -o x86_print.o
>        ../x86_print.c:161:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
>          static tried_to_resolve_hook = false;
>          ~~~~~~ ^
>        7 warnings generated.
>        1 warning generated.
>        make: Target `all' not remade because of errors.
>        
> While executing: REBUILD-CCL, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
1 > 
#970 invalid DIRECTORY includes directories by default Erik Pearson
Description

I think that DIRECTORY is out of compliance with the (albeit fuzzy in this regard) ANSI CL as well as the CCL documentation for said function.

According to the ANSI CL, DIRECTORY should return "files", and by "files" it is pretty clear it does not refer to directories. The spec gives plenty of wiggle room for extensions, however.

CCL provides the extension keyword options :DIRECTORIES and :FILES to specify whether directories and/or files are considered. :DIRECTORIES should default to nil according to the CCL docs (and my interpretation of ANSI CL compliance) but actually defaults to T (from usage results and source code inspection.) Thus the bare, naked usage of DIRECTORY, such as (DIRECTORY "*") will provide directories, if any are found, in the results.

If CCL's DIRECTORY defaults to :DIRECTORY nil, it would be in compliance as far as this point goes. However, I think there is further work to ensure that DIRECTORY (and related functions like PROBE-FILE) are consistent and compliant in the treatment of pathnames.

That will be the subject of a follow up either here or the the mailing list.

Man do I feel like a nit picking Lisper now!

#969 fixed update Darwin ports to use new struct stat R. Matthew Emerson R. Matthew Emerson
Description

In ticket:626, we talk about a change that Apple made to struct stat. (The main thing is that ino_t became 64 bits wide.)

As of Mac OS X 10.6, this new struct stat became the default. We work around this by defining _DARWIN_NO_64_BIT_INODE in the lisp kernel makefile and in the build script for generating the interface database for libc.

We should change the lisp to use the new struct stat, and instead define _DARWIN_USE_64_BIT_INODE if we want to keep running on Mac OS X 10.5.

See the stat(2) man page.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.