Error in Building LibreOffice

Michael Weghorn m.weghorn at posteo.de
Thu Jan 30 08:15:45 UTC 2020


Hi,

On 30/01/2020 06.54, Anubhav Gupta 4-Year B.Tech. Computer Science and
Engineering wrote:
> Hi, I am Anubhav Gupta, and recently I was building libreoffice and
> while following the steps
> on https://wiki.documentfoundation.org/Development/BuildingOnLinux  I
> encountered an error
> on 
> 
> 
> make
> 
> 
> Error:
>  *** Something depends on package nss which does not exist..  Stop.
> 
> 
> 
> I tried a lot to find a way out but couldn't, can someone please help.
> I was building it in Ubuntu 18.04 LTS x86_64 Linux 

This looks like a dependency was not properly built.

You can try this:

    make nss
    make

If this works, but you get more similar errors later, it is probably
best to start from a clean state like this:

    make clean
    make


More information about the LibreOffice mailing list