bug#20358: MariaDB failed to link 'libgcc_s.so' with our ld-wrapper.

2015-04-20 Thread 宋文武
> As Ludovic Courtès tell,  '-static-libgcc' may be the issue.
Well, the proper solution is fix our 'libstdc++.so' (which has
a "not found" entry for libgcc_s.so) in the next 'core-updates'.





bug#20381: Interacting with a remote daemon

2015-04-20 Thread Ludovic Courtès
In , Ricardo notes:

  At some point I think it would make sense to enhance Guix such that
  RPCs can be made over SSH, so that explicit logging on to a management
  machine is no longer necessary.

We should see exactly how much support is needed.

Is ‘socat’ enough, as suggested in
?
That means there would be no authentication, but maybe that’s acceptable
in a cluster that is isolated on its own LAN anyway.

Option #2 would be to augment (guix store) and guix-daemon so that there
is built-in support for TCP sockets, which would be slightly more
convenient.

Option #3 would be to make (guix store) SSH-capable, with Guile-SSH.
But it sounds like SSH would incur relatively high latency when
connecting to the daemon.

There remains the problem that /var/guix/profiles/per-user/$USER would
have to be writable to this to be useful.

Thoughts?

Ludo’.





bug#20043: libcap: Dangling .so references

2015-04-20 Thread Ludovic Courtès
Fixed by 6d889daf.

Ludo’.





bug#20052: subversion: Dangling .so references

2015-04-20 Thread Ludovic Courtès
Fixed by 6b20685.

Ludo'.





bug#20047: icecat: Dangling .so references

2015-04-20 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis:

> (See the first "Dangling .so references" bug report for more
> information.)
>
> /gnu/store/8fg04g7j0jgimas62p234aha6mb25szs-icecat-31.4.0/
>
>   
> /gnu/store/8fg04g7j0jgimas62p234aha6mb25szs-icecat-31.4.0/lib/icecat-devel-31.4.0/sdk/lib/libsmime3.so
>   libnss3.so => not found
>   libnssutil3.so => not found
>   libplc4.so => not found
>   libplds4.so => not found
>   libnspr4.so => not found
>   
> /gnu/store/8fg04g7j0jgimas62p234aha6mb25szs-icecat-31.4.0/lib/icecat-devel-31.4.0/sdk/lib/libxul.so
>   libsmime3.so => not found
>   libssl3.so => not found
>   libnss3.so => not found
>   libnssutil3.so => not found
>   libmozsqlite3.so => not found
>   libnspr4.so => not found
>   libplc4.so => not found
>   libplds4.so => not found
>   libmozalloc.so => not found

This is presumably harmless because these DSOs are dlopened, so commit
73b1b4eb works around it by disabling RUNPATH validation.

Please reopen if you think this is a problem.

Ludo’.





bug#20055: libvpx: Dangling .so references

2015-04-20 Thread Ludovic Courtès
Fixed by b345587.

Ludo'.





bug#20046: cdparanoia: Dangling .so references

2015-04-20 Thread Ludovic Courtès
Fixed by d1f9e45e.

Ludo'.





bug#18085: libc locales moved to separate package

2015-04-20 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis:

> The ‘locales’ output of libc is huge, and contains way more locale data
> than anyone needs.

This was done in Nov. 2014, commit 97e1120.

Ludo’.