Lluís Batlle i Rossell
a2b2e6542f
New bootstrap-tools for armv5tel, with binutils and gcc-4.4. Without these binutils,
...
we can't build easily with them gcc-4.4 natively, because of a bug in the ld of the
previous bootstrap-tools.
I updated the unpack script to include the new gcc-4.4 libraries *ppl*.so in patchelfing.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18835
2009-12-08 10:03:20 +00:00
Lluís Batlle i Rossell
d0ae140f69
Renamed some old glibcCross to libcCross (we can use uclibc in cross builds already).
...
Dealt with the gcc 4.4 expression for it to work well for a native and a cross
compiler, adding a pair of patches to get the job done without much side
effects. One (libtool problems on -B) comes from the gcc 4.3 expression, while
the other fixes a bug already fixed in gcc 4.4.3.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18833
2009-12-08 09:36:19 +00:00
Ludovic Courtès
c73d5761de
binutils: Fix `as' patch.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18816
2009-12-05 15:02:10 +00:00
Ludovic Courtès
9cb2e0aed7
binutils: Apply GNU assembler bug fix.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18815
2009-12-05 14:28:17 +00:00
Lluís Batlle i Rossell
917760a425
Adding the patch for gcc-4.3 I should have commited in already two recent commit attempts.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18814
2009-12-04 21:35:47 +00:00
Lluís Batlle i Rossell
9651069240
Adding a gcc patch I forgot to add in the proper commit, while it is already
...
referenced in the gcc 4.3 expression.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18813
2009-12-04 18:42:44 +00:00
Lluís Batlle i Rossell
4164de326a
Making the cross-builds work with uclibc. There is no easy way of switching
...
between uclibc/glibc still.
I started the renaming from glibc to libc regarding the cross-toolchain, but I
still have to finish.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18801
2009-12-04 13:35:58 +00:00
Lluís Batlle i Rossell
e9abf7bb0c
Updating util-linux-ng
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18800
2009-12-04 13:34:18 +00:00
Lluís Batlle i Rossell
6c0b8d954a
Adding gdbCross, to have a gdb for other targets than native.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18772
2009-12-02 20:54:40 +00:00
Lluís Batlle i Rossell
6fadcfbd03
Building coreutils with gmp, only because it is possible to do so.
...
I don't know the advantage, though.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18770
2009-12-02 19:34:34 +00:00
Lluís Batlle i Rossell
ba5c242c82
Trying to make "make-bootstrap-tools" include the needed gcc 4.4 dependencies
...
(dynamic libraries of ppl and cloogppl) into the package.
We need newer binutils in the bootstrap-tools for the armv5tel in order to
be able to build gcc 4.4 from them.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18747
2009-12-01 21:52:08 +00:00
Lluís Batlle i Rossell
2a0344bb39
I forgot about updating the glibc locales expressions for glibc 2.10 and 2.11.
...
I also set the 'glibcLocales' top-level attribute point to 2.11 instead of
2.10, to match that of the 'glibc' top-level attribute.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18746
2009-12-01 21:44:41 +00:00
Lluís Batlle i Rossell
8910d4e646
Adding ports to glibc-2.11.
...
Making glibc-2.11 the default in cross-compiling and also for the native armv5tel.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18744
2009-12-01 21:33:11 +00:00
Lluís Batlle i Rossell
980d7c04a0
Patching uclibc for it to cope well with glibc-2.10 and above
...
This goes similar to the kernel-headers recent patch for the same file and
purpose.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18743
2009-12-01 20:52:13 +00:00
Lluís Batlle i Rossell
fe75d617b2
Setting gcc 4.3.4 as the default cross-gcc, and fixing glibc-2.10 for cross
...
building with it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18736
2009-12-01 15:20:13 +00:00
Lluís Batlle i Rossell
03fc55deeb
Making the gcc 4.4 expression more friendly. Nevertheless it still cannot be
...
used to cross-compile, because of some bug in 4.4.2 I think. This bug does not
allow building a cross-compiler without libc:
http://archives.free.net.ph/message/20091119.140407.040d3c5b.en.html
Maybe we should wait for 4.4.3 or stay with 4.4.1 cross compiling. By now I
will keep 4.3.4 on cross compilation.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18730
2009-12-01 10:29:22 +00:00
Lluís Batlle i Rossell
f4720cd5f9
Trying to get the gcc-4.4 cross-build also.
...
Fixing the glibc-2.10 expression on cross-builds (which should be ported to
the glibc-2.11 expression once we get "ports" there)
Making kde3 and cyrus-sasl use gcc-4.3, because the strictness in gcc-4.4 does
not allow them build.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18706
2009-11-29 23:27:35 +00:00
Lluís Batlle i Rossell
6089b48c03
Updating the url to the armv5tel-linux bootstrap files, once niksnut
...
updated the svn checkout published in http://nixos.org/tarballs/stdenv-linux/
svn path=/nixpkgs/branches/stdenv-updates/; revision=18700
2009-11-29 21:30:46 +00:00
Lluís Batlle i Rossell
0e691fca14
Fixing the kernel headers patchPhase.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18697
2009-11-29 18:21:20 +00:00
Ludovic Courtès
83f8715475
linux-headers-2.6.28: Verbosely apply the patch against `unifdef.c'.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18692
2009-11-29 14:59:41 +00:00
Lluís Batlle i Rossell
641101c7fd
Again attempting to add gunzip to the bootstrap-tools to allow the ppq
...
installation.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18690
2009-11-28 19:21:33 +00:00
Lluís Batlle i Rossell
5c0bb27a86
Adding gunzip to the bootstrap-tools
...
(required to build ppl with the bootstrap tools, when boostrapping gcc)
svn path=/nixpkgs/branches/stdenv-updates/; revision=18689
2009-11-28 15:38:48 +00:00
Lluís Batlle i Rossell
2b580b9846
Updating the perl-5.10 expression to support the bootstrapping stdenv better
...
- I still have not understood why it worked without this fix before, and I think
this has been triggered by the gcc-4.4, but I have not investigated this much. I
went with the trivial fix.
Adding a glibc-2.10.1 expression, because the glibc-2.11 still does not have
a ports release, so it cannot be used in arm. I'm using it only in native
compilation by now.
Making the default glibc to be 2.10 instead of 2.11 in armv5tel-linux.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18688
2009-11-28 12:57:42 +00:00
Ludovic Courtès
f310356cbc
Switch to GCC 4.4.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18676
2009-11-27 17:59:03 +00:00
Lluís Batlle i Rossell
a3403e6828
Finishing the update from trunk, having resolved the eclipse related directory
...
renaming.
I think directory renaming breaks the usual merges... because it leaves the
'to be removed' directory in the working directory still. A manual 'rm' of the
'to be removed' directory fixed the commit.
svn merge ^/nixpkgs/trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=18661
2009-11-26 21:46:08 +00:00
Lluís Batlle i Rossell
3cda62f6e1
Trying to merge from trunk the eclipse-classic -> eclipse move.
...
svn merge -r 18485:18486 ^/nixpkgs/trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=18660
2009-11-26 21:42:46 +00:00
Lluís Batlle i Rossell
adc61253b9
Merging from trunk, partially, to get rid of the annoying failing commits from
...
svn when files were removed, recreated and whatever...
svn merge -r 18479:18485 ^/nixpkgs/trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=18659
2009-11-26 21:34:53 +00:00
Lluís Batlle i Rossell
8a115c13ad
Fixing the fontconfig native build (cross-building related)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18658
2009-11-26 21:26:42 +00:00
Ludovic Courtès
cfbe19781d
Fix `kernelHeaders2628' compilation with glibc 2.11.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18657
2009-11-26 21:04:47 +00:00
Ludovic Courtès
a70f26e178
Fix `kernelHeaders2618' compilation with glibc 2.11.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18656
2009-11-26 20:55:52 +00:00
Michael Raskin
fe10a3aed5
Update xlaunch to match NixOS update
...
svn path=/nixpkgs/trunk/; revision=18655
2009-11-26 20:17:20 +00:00
Ludovic Courtès
f1f286052e
Remove `unpackCmd's not needed with GNU tar format auto-detection (r18492).
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18653
2009-11-26 15:50:26 +00:00
Rob Vermaas
95970eb095
x86_64-darwin support for perl
...
svn path=/nixpkgs/trunk/; revision=18652
2009-11-26 15:50:10 +00:00
Rob Vermaas
26df837413
add support for x86_64-darwin
...
svn path=/nixpkgs/trunk/; revision=18651
2009-11-26 15:45:31 +00:00
Rob Vermaas
bcf010f111
add support for x86_64-darwin
...
svn path=/nixpkgs/trunk/; revision=18650
2009-11-26 15:30:56 +00:00
Rob Vermaas
5af066c31c
add x86_64 stdenv based on stdenvNative
...
svn path=/nixpkgs/trunk/; revision=18649
2009-11-26 15:16:42 +00:00
Rob Vermaas
0db7aaca02
add x86_64-darwin as platform
...
svn path=/nixpkgs/trunk/; revision=18646
2009-11-26 15:03:42 +00:00
Eelco Dolstra
a71971f671
* Inkscape 0.47.
...
svn path=/nixpkgs/trunk/; revision=18641
2009-11-26 12:39:22 +00:00
Rob Vermaas
d55c6d8404
revert change from ludo rev. 18634. for now this order is needed for the stratego packages in the buildfarm, and the order should matter as normally nothing gets built in check phase that is needed for install phase
...
svn path=/nixpkgs/trunk/; revision=18637
2009-11-26 06:52:13 +00:00
Ludovic Courtès
22c531b162
Switching back to Flex 2.5.4a as it caused a major rebuild.
...
svn path=/nixpkgs/trunk/; revision=18635
2009-11-25 23:20:11 +00:00
Ludovic Courtès
f5236b1e0d
releaseTools.nixBuild: Perform checkPhase' before
installPhase'.
...
svn path=/nixpkgs/trunk/; revision=18634
2009-11-25 23:15:18 +00:00
Ludovic Courtès
46526b4ac9
Default to Flex 2.5.35; move 2.5.4a out of the way.
...
svn path=/nixpkgs/trunk/; revision=18633
2009-11-25 23:13:28 +00:00
Ludovic Courtès
57fa034f8a
Geeqie: Fix typos.
...
svn path=/nixpkgs/trunk/; revision=18615
2009-11-25 09:08:27 +00:00
Ludovic Courtès
aca6f17400
Add Geeqie, a GQview fork.
...
svn path=/nixpkgs/trunk/; revision=18613
2009-11-25 08:58:42 +00:00
Rob Vermaas
2ffa48af25
update maven2
...
svn path=/nixpkgs/trunk/; revision=18609
2009-11-25 07:51:06 +00:00
Eelco Dolstra
f52952e504
* Nix updated to nix-0.14pre18592.
...
svn path=/nixpkgs/trunk/; revision=18594
2009-11-24 14:19:20 +00:00
Lluís Batlle i Rossell
6f2e018c7a
Enabling plugins in avidemux.
...
Adding an assertion, for stdenv having glibc. avidemux wants pthreads.
svn path=/nixpkgs/trunk/; revision=18593
2009-11-24 14:01:48 +00:00
Rob Vermaas
4a0fd9efbb
sendmail patch for CS173Tourney
...
svn path=/nixpkgs/trunk/; revision=18586
2009-11-24 09:39:51 +00:00
Lluís Batlle i Rossell
d634b32abf
Adding avidemux.
...
svn path=/nixpkgs/trunk/; revision=18584
2009-11-24 08:27:18 +00:00
Lluís Batlle i Rossell
1ec11edce5
I should learn to concatenate lists.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18579
2009-11-23 23:40:24 +00:00