hit counter

Timeline

My development logbook

My Python 3.3 Compilation Ends in This

1
2
3
4
5
6
7
8
9
10
11
12
/usr/bin/ranlib: file: libpython3.3m.a(dynamic_annotations.o) has no symbols
/usr/bin/ranlib: file: libpython3.3m.a(pymath.o) has no symbols
ranlib libpython3.3m.a
ranlib: file: libpython3.3m.a(dynamic_annotations.o) has no symbols
ranlib: file: libpython3.3m.a(pymath.o) has no symbols
gcc -framework CoreFoundation -o python.exe Modules/python.o libpython3.3m.a -ldl -framework CoreFoundation 
./python.exe -SE -m sysconfig --generate-posix-vars
python.exe(49612) malloc: *** mmap(size=7310873954244194304) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
make: *** [Lib/_sysconfigdata.py] Segmentation fault: 11
make: *** Deleting file `Lib/_sysconfigdata.py'

Autoconf on Lion

Oops

$ autoconf
configure.in:8: error: Autoconf version 2.65 or higher is required
configure.in:8: the top level
autom4te: /usr/bin/gm4 failed with exit status: 63

The version of autoconf in both brew and /Developer are 2.61

A Simple Example of Using Hg

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$ hg pull
pulling from http://hg.python.org/cpython
searching for changes
adding changesets
adding manifests
adding file changes
added 3265 changesets with 6204 changes to 1117 files
(run ‘hg update’ to get a working copy)

$ hg summary
parent: 70924:d1d5a7392e39 
(merge 3.2) Issue #12383: skip test_empty_env() if compiled is compiled in
branch: default
commit: 3 unknown (clean)
update: 2705 new changesets (update)

$ hg update
991 files updated, 0 files merged, 12 files removed, 0 files unresolved

$ hg summary
parent: 74189:456b02030100 tip
don’t fail if CLOEXEC doesn’t exist
branch: default
commit: 3 unknown (clean)
update: (current)