about summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-02-25 12:10:21 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-02-25 12:10:21 +0000
commit55695303631319d87d5f8f8805d0da3502e6c5b3 (patch)
treec935fce96f776e521114357144a6efba97af573f /maintainers
parentce52a3635d3bbfbc04698d37486aa117a2ce08a1 (diff)
downloadnixlib-55695303631319d87d5f8f8805d0da3502e6c5b3.tar
nixlib-55695303631319d87d5f8f8805d0da3502e6c5b3.tar.gz
nixlib-55695303631319d87d5f8f8805d0da3502e6c5b3.tar.bz2
nixlib-55695303631319d87d5f8f8805d0da3502e6c5b3.tar.lz
nixlib-55695303631319d87d5f8f8805d0da3502e6c5b3.tar.xz
nixlib-55695303631319d87d5f8f8805d0da3502e6c5b3.tar.zst
nixlib-55695303631319d87d5f8f8805d0da3502e6c5b3.zip
* Bug.
svn path=/nixpkgs/trunk/; revision=2301
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/docs/bugs.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/maintainers/docs/bugs.txt b/maintainers/docs/bugs.txt
index eb158b2bb5e2..fa2f324cf0f1 100644
--- a/maintainers/docs/bugs.txt
+++ b/maintainers/docs/bugs.txt
@@ -34,4 +34,17 @@ include/X11/IntrinsicP.h:202:25: X11/ObjectP.h: No such file or directory
 (moved to include/X11; should edit include/Makefile.am)
 
 
-* Add "exit 0" at the end of configure of rte package.
+* `ld' on Mac OS X barfs if the timestamp on static libraries has
+  changed (which happens if they are installed through a substitute).
+
+  Typical error:
+
+  /usr/bin/ld: table of contents for archive: libATerm.a is out of
+  date; rerun ranlib(1) (can't load from it)
+
+  Solution: patch ld.
+
+  Non-solution: extend NAR file format to include timestamps.  We
+  don't want that because they introduce a source of non-determinism.
+  To catch problems like this one determistically, we should change
+  the timestamp on store objects to 0.