[Nix-dev] Questions on buildfarm
olivier
bitmap at pan.homelinux.com
Sun May 15 21:14:24 CEST 2005
Le 15 mai 05 à 20:57, Eelco Dolstra a écrit :
> Hi Olivier,
> That's done by the CGI script that lives on the web server:
>
> https://svn.cs.uu.nl:12443/repos/trace/release/trunk/server-side/
> cgi-bin/create-dist.pl
>
> This script should be on the web server because the build+upload.sh
> script does HTTP PUT requests to upload releases to the server.
Ok. I thought there was special software on the server, like wiki, so
I didn't understand all the curl invocations.
> When it finishes uploading a release, it sends a special request to
> the CGI script to have it regenerate the index.
Thanks. I'll look at that.
>> Lastly, nix compilation fails on my power-pc (recently upgraded to
>> tiger). Compilation from standard environment works fine, but not
>> from nix. I worked around by setting PATH=/usr/bin:$PATH on the
>> top of the builder (when /nix/store/..../g++ and /nix/store/..../
>> ld are used, I get a link error on nix-store).
>>
>
> What's the link error?
g++ -I.. -I/nix/store/1rjpwj3k9km20xc4kkyfiwp9p1arbyjw-db4-4.3.28/
include -I/nix/store/4shdpa7bhn6gpld422snr18vfn1bfb84-aterm-2.3.1/
include -I../libutil -I../libstore -I../libmain -g -O2 -o nix-
store main.o dotgraph.o ../libmain/libmain.a ../libstore/
libstore.a ../libutil/libutil.a ../boost/format/libformat.a -L/nix/
store/1rjpwj3k9km20xc4kkyfiwp9p1arbyjw-db4-4.3.28/lib -ldb_cxx -L/nix/
store/4shdpa7bhn6gpld422snr18vfn1bfb84-aterm-2.3.1/lib -lATerm -lpthread
/usr/bin/ld: Undefined symbols:
typeinfo for DbException
collect2: ld returned 1 exit status
make[3]: *** [nix-store] Error 1
> I haven't tried installing Tiger yet, I was a bit afraid to do that
> just before going to a conference :-)
You really miss the dashboard :)
More information about the nix-dev
mailing list