Re: /usr/lib/libnss3.so: version `NSS_3.19.1' not found

2016-06-01 Thread Wols Lists
On 01/06/16 10:22, Lionel Elie Mamane wrote: > On Tue, May 31, 2016 at 04:34:33PM +0100, Wols Lists wrote: >> On 30/05/16 20:11, Anthonys Lists wrote: > >>> Just remember, a reboot WILL clear out /tmp with this setup, so your >>> build environment will not persist across reboots. Even without a tm

Re: /usr/lib/libnss3.so: version `NSS_3.19.1' not found

2016-06-01 Thread Lionel Elie Mamane
On Tue, May 31, 2016 at 04:34:33PM +0100, Wols Lists wrote: > On 30/05/16 20:11, Anthonys Lists wrote: >> Just remember, a reboot WILL clear out /tmp with this setup, so your >> build environment will not persist across reboots. Even without a tmpfs, >> the distro will probably clear out /tmp on b

Re: /usr/lib/libnss3.so: version `NSS_3.19.1' not found

2016-05-31 Thread Wols Lists
On 30/05/16 10:17, YuGiOhJCJ Mailing-List wrote: > It seems that my machine does not crash whereas currently: > * I got this line in my /etc/fstab file: > tmpfs/dev/shm tmpfs defaults 0 0 > * My RAM is 4GB > * My swap is 1 GB > * RAM + swap = 5GB > * Calling

Re: /usr/lib/libnss3.so: version `NSS_3.19.1' not found

2016-05-31 Thread Wols Lists
On 30/05/16 20:11, Anthonys Lists wrote: > > Just remember, a reboot WILL clear out /tmp with this setup, so your > build environment will not persist across reboots. Even without a tmpfs, > the distro will probably clear out /tmp on boot or shutdown. Just struck me today - if you DON'T want all

Re: /usr/lib/libnss3.so: version `NSS_3.19.1' not found

2016-05-30 Thread Anthonys Lists
On 30/05/2016 11:37, Lionel Elie Mamane wrote: On Sun, May 29, 2016 at 10:21:56AM +0200, YuGiOhJCJ Mailing-List wrote: On Sun, 29 May 2016 01:35:47 +0100 Wols Lists wrote: Which means my fstab contains the following line tmp /tmptmpfs size=10G,mode=0777 0 0 and you'll notice the

Re: /usr/lib/libnss3.so: version `NSS_3.19.1' not found

2016-05-30 Thread YuGiOhJCJ Mailing-List
On Sun, 29 May 2016 13:17:14 +0100 Wols Lists wrote: > On 29/05/16 09:21, YuGiOhJCJ Mailing-List wrote: > > On Sun, 29 May 2016 01:35:47 +0100 > > Wols Lists wrote: > > > >> On 24/05/16 11:26, Eike Rathke wrote: > >>> Hi YuGiOhJCJ, > >>> > >>> On Thursday, 2016-05-19 17:26:21 +0200, YuGiOhJCJ M

Re: /usr/lib/libnss3.so: version `NSS_3.19.1' not found

2016-05-30 Thread Lionel Elie Mamane
On Sun, May 29, 2016 at 10:21:56AM +0200, YuGiOhJCJ Mailing-List wrote: > On Sun, 29 May 2016 01:35:47 +0100 > Wols Lists wrote: >> Which means my fstab contains the following line >> tmp /tmptmpfs size=10G,mode=0777 0 0 >> and you'll notice the size=10G parameter, giving me a 10

Re: /usr/lib/libnss3.so: version `NSS_3.19.1' not found

2016-05-29 Thread Wols Lists
On 29/05/16 09:21, YuGiOhJCJ Mailing-List wrote: > On Sun, 29 May 2016 01:35:47 +0100 > Wols Lists wrote: > >> On 24/05/16 11:26, Eike Rathke wrote: >>> Hi YuGiOhJCJ, >>> >>> On Thursday, 2016-05-19 17:26:21 +0200, YuGiOhJCJ Mailing-List wrote: >>> > Dumb question: how much system memory is a

Re: /usr/lib/libnss3.so: version `NSS_3.19.1' not found

2016-05-29 Thread YuGiOhJCJ Mailing-List
On Sun, 29 May 2016 01:35:47 +0100 Wols Lists wrote: > On 24/05/16 11:26, Eike Rathke wrote: > > Hi YuGiOhJCJ, > > > > On Thursday, 2016-05-19 17:26:21 +0200, YuGiOhJCJ Mailing-List wrote: > > > >>> Dumb question: how much system memory is available? > >> I have 4GB of memory: > > > > That cer

Re: /usr/lib/libnss3.so: version `NSS_3.19.1' not found

2016-05-28 Thread Wols Lists
On 24/05/16 11:26, Eike Rathke wrote: > Hi YuGiOhJCJ, > > On Thursday, 2016-05-19 17:26:21 +0200, YuGiOhJCJ Mailing-List wrote: > >>> Dumb question: how much system memory is available? >> I have 4GB of memory: > > That certainly is not enough and it will either grind your machine to > heavily s

Re: /usr/lib/libnss3.so: version `NSS_3.19.1' not found

2016-05-24 Thread Michael Stahl
stream.so > DynamicLibraryManagerException: "Failed to load dynamic library: > /tmp/build/libreoffice/libreoffice-5.1.2.2/workdir/LinkTarget/CppunitTest/libtest_oox_tokenmap.so > /usr/lib/libnss3.so: version `NSS_3.19.1' not found (required by > /tmp/build/libreoffice/libreo

Re: /usr/lib/libnss3.so: version `NSS_3.19.1' not found

2016-05-24 Thread Eike Rathke
Hi YuGiOhJCJ, On Thursday, 2016-05-19 17:26:21 +0200, YuGiOhJCJ Mailing-List wrote: > > Dumb question: how much system memory is available? > I have 4GB of memory: That certainly is not enough and it will either grind your machine to heavily swap, or break the build / abort things if no swap is

Re: /usr/lib/libnss3.so: version `NSS_3.19.1' not found

2016-05-24 Thread Lionel Elie Mamane
On Thu, May 19, 2016 at 05:26:21PM +0200, YuGiOhJCJ Mailing-List wrote: >> Dumb question: how much system memory is available? >> And why are you building under /tmp/ and how much free disk space is >> there? > Well, I could do it in /home but as it is a NFS share, it is slower than in > /tmp

Re: /usr/lib/libnss3.so: version `NSS_3.19.1' not found

2016-05-20 Thread YuGiOhJCJ Mailing-List
> Dumb question: how much system memory is available? I have 4GB of memory: $ free -m total used free sharedbuffers cached Mem: 3995559 3436 0 53330 -/+ buffers/cache:175 3819 Swap: 956

Re: /usr/lib/libnss3.so: version `NSS_3.19.1' not found

2016-05-19 Thread Eike Rathke
Hi YuGiOhJCJ, On Monday, 2016-05-16 03:04:15 +0200, YuGiOhJCJ Mailing-List wrote: > Program terminated with signal 11, Segmentation fault. Dumb question: how much system memory is available? And why are you building under /tmp/ and how much free disk space is there? Eike -- LibreOffice Cal

/usr/lib/libnss3.so: version `NSS_3.19.1' not found

2016-05-14 Thread YuGiOhJCJ Mailing-List
arget/CppunitTest/libtest_oox_tokenmap.so /usr/lib/libnss3.so: version `NSS_3.19.1' not found (required by /tmp/build/libreoffice/libreoffice-5.1.2.2/instdir/program/libssl3.so)" Path is '/bin:/sbin:/usr/bin:/usr/sbin:/usr/games:/usr/local/bin:/usr/local/sbin:/usr/local/games:/home/