Lluís Batlle i Rossell
4309788df0
Adding a comment on the status of the nscd patch in glibc
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24371
2010-10-19 21:20:00 +00:00
Lluís Batlle i Rossell
955fe6f69d
Fixing the nscd patch again. The other attempts did not give a working nscd.
...
The build system was making a nscd dynamically linked with libssp, which we
don't want in general. We want a glibc not depending on the gcc that built it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24313
2010-10-15 22:58:12 +00:00
Lluís Batlle i Rossell
d5f6182edc
I made one of the glibc patches wrong (typo). I fix it.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24309
2010-10-15 20:06:55 +00:00
Lluís Batlle i Rossell
6b35b69a28
Workaround to overcome the glibc/gcc bug:
...
http://sources.redhat.com/bugzilla/show_bug.cgi?id=12123
I also fixed a wrong comment I had committed in the previous commit.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24306
2010-10-15 18:00:12 +00:00
Lluís Batlle i Rossell
9ed84bc432
Trying to fix the nscd ssp problem finally.
...
http://sources.redhat.com/bugzilla/show_bug.cgi?id=12125
I also reported this upstream, as it seems broken since 2.11.1
svn path=/nixpkgs/branches/stdenv-updates/; revision=24305
2010-10-15 17:56:01 +00:00
Lluís Batlle i Rossell
262bcb3f58
Blind commit enabling the '-lssp' for nscd in glibc2.12
...
It looks like we need it when building the glibc212 attribute using nixpkgs's
gcc, instead of bootstrap-tools'.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24296
2010-10-15 09:17:34 +00:00
Lluís Batlle i Rossell
27ae94e566
The glibc locales expression did not work limiting SUPPORTED-LOCALES. Now it does.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24249
2010-10-12 20:41:40 +00:00
Lluís Batlle i Rossell
61e9f9cede
Cross-building ncursesw was not that easy; it needed this patch, at least for
...
the current nixpkgs (gcc, glibc)
svn path=/nixpkgs/branches/stdenv-updates/; revision=24246
2010-10-12 19:39:30 +00:00
Lluís Batlle i Rossell
18372e5a56
Reverting the patch that disabled using the 'binutils snapshot', because it's
...
needed for the fuloong minipc. It was not enough having the loongson2f patches;
only having the patches, we got troubles building cups with a segfault on the
dynamic loader running their 'genstrings' program. And if sysvinit needs newer
binutils (I can't remember why, but I wrote it in the all-packages.nix before),
then let's use the snapshot.
As a note about "why this snapshot" (civodul was interested), when I knew that
we needed an unreleased version of binutils I went to download the snapshot of
the day. And it worked. This is all the story.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24229
2010-10-11 23:18:00 +00:00
Lluís Batlle i Rossell
e7e103b8eb
Updating from trunk (to catch cron changes)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24200
2010-10-10 11:44:28 +00:00
Michael Raskin
0d765e6673
Update description to mention APNG patch
...
svn path=/nixpkgs/trunk/; revision=24189
2010-10-08 19:11:15 +00:00
Michael Raskin
758a6aa848
Fixing libpng-apng source expression
...
svn path=/nixpkgs/trunk/; revision=24170
2010-10-08 05:59:40 +00:00
Michael Raskin
9e3af1a70a
Giving libpng-APNG a distinct name
...
svn path=/nixpkgs/trunk/; revision=24168
2010-10-08 05:57:40 +00:00
Michael Raskin
dbca05712e
Adding libpng-APNG (libpng with a patch for animated png support)
...
svn path=/nixpkgs/trunk/; revision=24167
2010-10-08 05:57:15 +00:00
Lluís Batlle i Rossell
aedebd300f
Fixing the binutils expression and patches, so they work fine.
...
I also added some comments on why these patches.
Now I tested that the patches work.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24165
2010-10-07 22:45:28 +00:00
Lluís Batlle i Rossell
bdb096bb92
Instead of using binutils snapshot for the loongson2f, let's use the released version + patches.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24164
2010-10-07 22:44:18 +00:00
Ludovic Courtès
481ec66882
attr: Remove unnecessary dependency on Libtool.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24163
2010-10-07 22:29:25 +00:00
Ludovic Courtès
71d0ed964e
GNU Libtool 2.4.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24162
2010-10-07 22:29:20 +00:00
Ludovic Courtès
f93e0b7517
GNU M4 1.4.15.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24161
2010-10-07 22:29:15 +00:00
Lluís Batlle i Rossell
86d8c5385e
Adding a patch for ocaml I forgot (mips related)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24159
2010-10-07 22:10:37 +00:00
Lluís Batlle i Rossell
fa4ef6621a
Fixing nscd in glibc (thank you Ludovic!).
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24157
2010-10-07 21:59:31 +00:00
Lluís Batlle i Rossell
180cb34e2a
Removing a glibc patch for nscd I think we don't need anymore in the main glibc
...
expression.
For what I could see from the build log, although it should add a '-lssp', it
did not have any effect in this glibc 2.12.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24156
2010-10-07 21:23:09 +00:00
Lluís Batlle i Rossell
fca582bff0
Updating from trunk. I had to resolve the pcre and some stdenv2 in all-packages
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24155
2010-10-07 21:21:31 +00:00
Ludovic Courtès
40e57793f9
Add Check, a unit testing framework for C.
...
svn path=/nixpkgs/trunk/; revision=24127
2010-10-07 07:29:36 +00:00
Peter Simons
8a3066dca8
pkgs/development/libraries/pango: support 64-bit Darwin
...
svn path=/nixpkgs/trunk/; revision=24114
2010-10-06 11:52:00 +00:00
Peter Simons
69aa532b32
pkgs/development/libraries/pango: updated to version 1.28.3
...
svn path=/nixpkgs/trunk/; revision=24113
2010-10-06 11:51:53 +00:00
Peter Simons
d095fbb13e
pkgs/development/libraries/pcre: fixed build on Darwin
...
The gcc version used on Darwin crashes while compiling the C++ interface
of PCRE. Building that code with -O0 avoids the crash.
svn path=/nixpkgs/trunk/; revision=24107
2010-10-06 10:29:45 +00:00
Michael Raskin
5d962bc1b2
Update SBCL
...
svn path=/nixpkgs/trunk/; revision=24106
2010-10-06 08:49:35 +00:00
Ludovic Courtès
d6c74382d9
GNU Autoconf 2.68.
...
svn path=/nixpkgs/trunk/; revision=24104
2010-10-05 22:08:58 +00:00
Ludovic Courtès
97ae4239e4
GnuTLS 2.10.2.
...
svn path=/nixpkgs/trunk/; revision=24103
2010-10-05 22:08:53 +00:00
Ludovic Courtès
bb7674f8d7
GNU libtasn1 2.8.
...
svn path=/nixpkgs/trunk/; revision=24101
2010-10-05 22:08:43 +00:00
Andres Löh
657572abc8
Added new (modular) gtk2hs and threadscope.
...
svn path=/nixpkgs/trunk/; revision=24086
2010-10-05 17:30:17 +00:00
Ludovic Courtès
01955a51a2
Tidy up Nix expression for Racket.
...
Patch by Karn Kallio <tierpluspluslists@gmail.com>.
svn path=/nixpkgs/trunk/; revision=24085
2010-10-05 16:00:10 +00:00
Peter Simons
2291f661b0
pkgs/development/libraries/pcre: fixed misspelled CPPFLAGS
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24082
2010-10-05 15:35:55 +00:00
Eelco Dolstra
a6db62e721
* Avahi 0.6.28, which fixes avahi-browse.
...
svn path=/nixpkgs/trunk/; revision=24080
2010-10-05 15:15:49 +00:00
Peter Simons
d61c959049
pkgs/development/libraries/pcre: merged recent changes from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24076
2010-10-05 13:57:31 +00:00
Eelco Dolstra
d845bf6b8c
* Revert last two commits, they should be in the stdenv-branch.
...
svn path=/nixpkgs/trunk/; revision=24075
2010-10-05 13:49:54 +00:00
Peter Simons
dd6e852f3e
pkgs/development/libraries/pcre: enable regression test suite
...
svn path=/nixpkgs/trunk/; revision=24074
2010-10-05 13:48:37 +00:00
Peter Simons
e3d3ee1af3
pkgs/development/interpreters/maude: don't run the test suite on Darwin; it's known to fail
...
svn path=/nixpkgs/trunk/; revision=24073
2010-10-05 13:45:57 +00:00
Peter Simons
5649af8523
pkgs/development/libraries/pcre: fixed build on Darwin
...
The gcc version used on Darwin fails to compile the C++ interface to the PCRE
library when optimizations are enabled. Building C++ code with -O0 remedies the
problem. This is unsatisfactory, though, because the resulting library is
likely to perform more poorly than it would if built with -O2 or -O3.
svn path=/nixpkgs/trunk/; revision=24072
2010-10-05 13:45:53 +00:00
Peter Simons
1171bb1dca
pkgs/development/libraries/pcre: updated to version 8.10
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24070
2010-10-05 13:16:53 +00:00
Peter Simons
00dd2f39ed
pkgs/development/libraries/pcre: updated the meta section and enabled hydra builds of this package
...
svn path=/nixpkgs/trunk/; revision=24069
2010-10-05 13:12:49 +00:00
Yury G. Kudryashov
67b5d732a2
Move kdevplatform and kdevelop to all-packages.nix
...
svn path=/nixpkgs/trunk/; revision=24063
2010-10-05 05:43:39 +00:00
Ludovic Courtès
05b8ee73c4
OpenOCD: Comment on the pitiful GuruPlug situation.
...
svn path=/nixpkgs/trunk/; revision=24059
2010-10-04 22:23:37 +00:00
Peter Simons
600b4b7ee7
Moved "flup" from all-packages.nix into python-packages.nix.
...
svn path=/nixpkgs/trunk/; revision=24044
2010-10-04 09:49:09 +00:00
Evgeny Egorochkin
f1a83d3e33
libinfinity: propagate the necessary deps
...
svn path=/nixpkgs/trunk/; revision=24042
2010-10-04 04:15:50 +00:00
Evgeny Egorochkin
95e5ea9569
libxml++: propagate libxml
...
svn path=/nixpkgs/trunk/; revision=24041
2010-10-04 04:15:45 +00:00
Lluís Batlle i Rossell
cd4b54748a
Updating from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24038
2010-10-03 09:25:34 +00:00
Lluís Batlle i Rossell
0c7429f8cc
My attempts to build mldonkey on the fuloong
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24034
2010-10-03 09:18:31 +00:00
Lluís Batlle i Rossell
7867c5ee47
Making valgrind build with glibc 2.12 (now tested in x86_64)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24029
2010-10-03 09:12:39 +00:00