Re: Error in building LibreOffice

2020-07-08 Thread anshu khare
Hi

I solved that problem by running

reg add HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\StrongName
/v MachineKeyset /t REG_DWORD /d 0

in the Administrator Command Prompt.

I got the solution here:

https://stackoverflow.com/questions/4606342/signing-assembly-access-is-denied

Thanks again Julian for hinting me in right direction. :)

Best

Anshu



On Tue, Jul 7, 2020 at 3:26 PM Mike Kaganski 
wrote:

> On 07.07.2020 12:41, anshu khare wrote:
> > Someone please help me with this.
> >
> > On Sun, 5 Jul, 2020, 10:06 PM anshu khare, 
> wrote:
> >
> >> The link says about solving the error
> >>
> >>
> >> ALINK: error AL1078: Error signing assembly -- Access is denied.
>
> Possibly no one who reads the list remembers anything similar.
>
> I don't know if that might help; you haven't indicated the arguments you
> used for autogen, and that could shed some light... (and then, you are
> likely to had followed the build directions in the wiki not carefully
> enough - because of your previous question, which indicated that you
> haven't followed the list of required components in VS; so the things
> might had went wrong in so many ways...). Please mention as much
> information as possible, and follow the guides as carefully as possible.
>
> Maybe using --disable-windows-build-signing in autogen.input could
> affect this - just guessing.
>
> --
> Best regards,
> Mike Kaganski
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Error in building LibreOffice

2020-07-07 Thread Mike Kaganski
On 07.07.2020 12:41, anshu khare wrote:
> Someone please help me with this.
> 
> On Sun, 5 Jul, 2020, 10:06 PM anshu khare,  wrote:
> 
>> The link says about solving the error
>>
>>
>> ALINK: error AL1078: Error signing assembly -- Access is denied.

Possibly no one who reads the list remembers anything similar.

I don't know if that might help; you haven't indicated the arguments you
used for autogen, and that could shed some light... (and then, you are
likely to had followed the build directions in the wiki not carefully
enough - because of your previous question, which indicated that you
haven't followed the list of required components in VS; so the things
might had went wrong in so many ways...). Please mention as much
information as possible, and follow the guides as carefully as possible.

Maybe using --disable-windows-build-signing in autogen.input could
affect this - just guessing.

-- 
Best regards,
Mike Kaganski


pEpkey.asc
Description: application/pgp-keys
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Error in building LibreOffice

2020-07-07 Thread anshu khare
Someone please help me with this.

On Sun, 5 Jul, 2020, 10:06 PM anshu khare,  wrote:

> The link says about solving the error
>
>
> ALINK: error AL1078: Error signing assembly -- Access is denied.
>
> That's why I thought that it might be useful..
>
> Please tell me how to solve this problem
>
> On Sun, 5 Jul, 2020, 10:02 PM Tor Lillqvist,  wrote:
>
>>
>>>
>>> This link: https://github.com/dotnet/runtime/issues/15416
>>>
>>> says that I have to add myself to the list of permissions of
>>> C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys folder with Full
>>> Control.
>>>
>>
>> Why do you think a five year old message about a problem when building
>> the .NET runtime has anything to do with building LibreOffice in 2020?
>>
>> --tml
>>
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Error in building LibreOffice

2020-07-05 Thread Rene Engelhard
Hi,


Am 05.07.20 um 18:32 schrieb Tor Lillqvist:
>
>
>
> This link: https://github.com/dotnet/runtime/issues/15416
>
> says that I have to add myself to the list of permissions
> of C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys folder with
> Full Control.
>
>
> Why do you think a five year old message about a problem when building
> the .NET runtime has anything to do with building LibreOffice in 2020?
>
Because he read stuff (e.g. LOs own wiki):

https://wiki.documentfoundation.org/Development/BuildingOnWindows/de#Windows_permission_issues:

--- quote ---


  Windows permission issues

If you receive the following error :

ALINK : error AL1078: Error signing assembly -- Access is denied.

Then right click and select "properties" of the folder
"C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys" and under the
"security" tab modify the permissions of the user and allow "Full control".

See this for more
information 
https://odetocode.com/blogs/scott/archive/2020/01/12/solving-access-denied-in-crypto-machine-keys.aspx

--- quote ---


Regards,


Rene

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Error in building LibreOffice

2020-07-05 Thread anshu khare
The link says about solving the error


ALINK: error AL1078: Error signing assembly -- Access is denied.

That's why I thought that it might be useful..

Please tell me how to solve this problem

On Sun, 5 Jul, 2020, 10:02 PM Tor Lillqvist,  wrote:

>
>>
>> This link: https://github.com/dotnet/runtime/issues/15416
>>
>> says that I have to add myself to the list of permissions of
>> C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys folder with Full Control.
>>
>
> Why do you think a five year old message about a problem when building the
> .NET runtime has anything to do with building LibreOffice in 2020?
>
> --tml
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Error in building LibreOffice

2020-07-05 Thread Tor Lillqvist
>
>
>
> This link: https://github.com/dotnet/runtime/issues/15416
>
> says that I have to add myself to the list of permissions of
> C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys folder with Full Control.
>

Why do you think a five year old message about a problem when building the
.NET runtime has anything to do with building LibreOffice in 2020?

--tml
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Error in Building Libreoffice

2020-07-04 Thread anshu khare
Thanks a lot... I figured it out..  I had to update Microsoft Visual Studio
to include .NET desktop development and. NET Core cross-platform
development.

On Sat, 4 Jul, 2020, 3:12 PM Jan-Marek Glogowski,  wrote:

> Please keep the list as CC, so others can follow the conversation and
> reply.
>
> Am 04.07.20 um 10:55 schrieb anshu khare:
> > I followed this documentation
> > https://wiki.documentfoundation.org/Development/BuildingOnWindows
> >
> > On running
> >
> >  /cygdrive/c/sources/libo-core/autogen.sh \
> >--with-external-tar=/cygdrive/c/sources/lo-externalsrc \
> >--with-junit=/cygdrive/c/sources/junit-4.10.jar \
> >--with-ant-home=/cygdrive/c/sources/apache-ant-1.9.5 \
> >
> > --enable-pch --disable-ccache \
> > in the Cygwin shell, I get the following error:
> >
> > checking for al.exe... configure: error: al.exe not found as /al.exe
> > Error running configure at /cygdrive/c/sources/libo-core/autogen.sh line
> > 299.
>
> Please re-check the installed MSVS 2019 components listed in the
> article. al.exe is supposed to be part of the ".NET Framework SDK",
> which should always be installed AFAIK. LO supports v4.6 to v4.8, which
> seems to include all versions installable by the MSVS installer.
>
> If the ".NET Framework SDK" is installed, I suggest to ask on IRC for
> further help debugging the problem. I guess analyzing this case will
> become much more complicated.
>
> Jan-Marek
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Error in Building Libreoffice

2020-07-04 Thread Jan-Marek Glogowski
Please keep the list as CC, so others can follow the conversation and reply.

Am 04.07.20 um 10:55 schrieb anshu khare:
> I followed this documentation 
> https://wiki.documentfoundation.org/Development/BuildingOnWindows  
> 
> On running 
> 
>  /cygdrive/c/sources/libo-core/autogen.sh \
>--with-external-tar=/cygdrive/c/sources/lo-externalsrc \
>--with-junit=/cygdrive/c/sources/junit-4.10.jar \
>--with-ant-home=/cygdrive/c/sources/apache-ant-1.9.5 \ 
> 
> --enable-pch --disable-ccache \
> in the Cygwin shell, I get the following error:
> 
> checking for al.exe... configure: error: al.exe not found as /al.exe
> Error running configure at /cygdrive/c/sources/libo-core/autogen.sh line
> 299.

Please re-check the installed MSVS 2019 components listed in the
article. al.exe is supposed to be part of the ".NET Framework SDK",
which should always be installed AFAIK. LO supports v4.6 to v4.8, which
seems to include all versions installable by the MSVS installer.

If the ".NET Framework SDK" is installed, I suggest to ask on IRC for
further help debugging the problem. I guess analyzing this case will
become much more complicated.

Jan-Marek
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Error in Building Libreoffice

2020-07-03 Thread Jan-Marek Glogowski
Hi anshu

Am 03.07.20 um 19:46 schrieb anshu khare:
> I was following this link to build Libreoffice on Windows
> - 
> https://blog.documentfoundation.org/blog/2019/07/09/start-developing-libreoffice-download-the-source-code-and-build-on-windows/

That's an old post, which start with "Please don’t use these
instructions in practice – they become obsolete over time. Instead,
follow the wiki article for building on Windows."

So please check out
https://wiki.documentfoundation.org/Development/BuildingOnWindows and
report back, if you still have problems (or ask on freenode IRC
#libreoffice-dev).

HTH

Jan-Marek
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Error in Building LibreOffice

2020-01-30 Thread Michael Weghorn
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


Re: error in building libreoffice

2016-03-19 Thread Chris Sherlock

> On 17 Mar 2016, at 8:47 AM, gaurav sharma  wrote:
> 
> Hi
> 
> On running "./autogen.sh" its shows 
> "Various low-level dependencies are missing, please install them:
>autoconf: autoconf is required
>aclocal: aclocal is required "
> Please help.
> 
> Regards 
> Gaurav

Hi Gaurav,

Welcome aboard :-) 

We document this sort of thing here:

https://wiki.documentfoundation.org/Development/BuildingOnLinux#Build_dependencies
 


Also try:

https://wiki.documentfoundation.org/Development/Linux_Build_Dependencies 


Chris

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: error in building libreoffice

2016-03-19 Thread Christian Lohmaier
On Wed, Mar 16, 2016 at 10:47 PM, gaurav sharma
 wrote:
> Hi
>
> On running "./autogen.sh" its shows
> "Various low-level dependencies are missing, please install them:

Do as the message tells you.

> autoconf: autoconf is required
> aclocal: aclocal is required "
> Please help.

Install the missing packages.
Read https://wiki.documentfoundation.org/Development/BuildingOnLinux
as well, will save you some time.

ciao
Christian
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: error in building libreoffice

2016-03-11 Thread Chris Sherlock
Or run:

make chart2.clean

Chris

> On 12 Mar 2016, at 5:40 AM, jan iversen  wrote:
> 
> Hi
> 
> This looks very much like a corrupted object file, I suspect you ran make 
> before and it terminated for some reason.
> 
> Try to run
> make clean
> and then
> make
> 
> rgds
> jan i.
> 
> 
>> On 11 Mar 2016, at 19:34, Sukant Kumar  wrote:
>> 
>> hi
>> i am trying to build libreoffice on ubuntu 15.10 
>> am getting this error .
>> how can i fix this
>> 
>> thanks
>> regards
>> sukant
>> 
>> ___
>> LibreOffice mailing list
>> LibreOffice@lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/libreoffice
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: error in building libreoffice

2016-03-11 Thread jan iversen
Hi

This looks very much like a corrupted object file, I suspect you ran make 
before and it terminated for some reason.

Try to run
make clean
and then
make

rgds
jan i.


> On 11 Mar 2016, at 19:34, Sukant Kumar  wrote:
> 
> hi
> i am trying to build libreoffice on ubuntu 15.10 
> am getting this error .
> how can i fix this
> 
> thanks
> regards
> sukant
> 
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice