summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2007-05-24 18:03:04 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2007-05-24 18:03:04 +0000
commitae5a6dce07983342d8b9dbf87a7cd1cfeb891084 (patch)
tree649659d0e8ad94a42e2445057acb86638d672c99 /maintainers
parent8d3160f8b0b553fe06bcfe34a04f54b7dadd4019 (diff)
downloadnixlib-ae5a6dce07983342d8b9dbf87a7cd1cfeb891084.tar
nixlib-ae5a6dce07983342d8b9dbf87a7cd1cfeb891084.tar.gz
nixlib-ae5a6dce07983342d8b9dbf87a7cd1cfeb891084.tar.bz2
nixlib-ae5a6dce07983342d8b9dbf87a7cd1cfeb891084.tar.lz
nixlib-ae5a6dce07983342d8b9dbf87a7cd1cfeb891084.tar.xz
nixlib-ae5a6dce07983342d8b9dbf87a7cd1cfeb891084.tar.zst
nixlib-ae5a6dce07983342d8b9dbf87a7cd1cfeb891084.zip
* Release notes.
svn path=/nixpkgs/trunk/; revision=8772
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/docs/bugs.txt19
1 files changed, 3 insertions, 16 deletions
diff --git a/maintainers/docs/bugs.txt b/maintainers/docs/bugs.txt
index 28fff6a82538..5a15437c3112 100644
--- a/maintainers/docs/bugs.txt
+++ b/maintainers/docs/bugs.txt
@@ -1,3 +1,6 @@
+*** All these bugs should be moved to JIRA (if they still exist) ***
+
+
 * If NIX_DEBUG is turned on (set to "1"), autoconf configure scripts
   may fail to find the correct preprocessor:
 
@@ -34,22 +37,6 @@ include/X11/IntrinsicP.h:202:25: X11/ObjectP.h: No such file or directory
 (moved to include/X11; should edit include/Makefile.am)
 
 
-* `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.
-
-
 * In gtksourceview-sharp: does the prefix patch cause problems (e.g.,
   makefile.am says "mimeinfodir should be the same as the gnome
   prefix")?