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
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice
  • Error in Bui... Anubhav Gupta 4-Year B.Tech. Computer Science and Engineering
    • Re: Err... Michael Weghorn

Reply via email to