Re: resolved (Re: [libreoffice-users] getting LO source)

2017-11-08 Thread Mike Scott

On 07/11/17 05:51, Jean-Baptiste Faure wrote:

Le 06/11/2017 à 19:53, Mike Scott a écrit :

[...]
Problem fixed. But just how long should I expect for LO to build? I've 
seen estimates on the net of and hour or two on a less powerful 
processor than my own: but I've always had the impression it would be 
a seriously long time.


That does not depend only on your processor, but also on your mass 
storage device (HD or SSD), the use or not of ccache (for a second 
build) and the build options you have chosen (for example the number of 
parallel jobs). And probably on your OS too.


For me a complete build is about 2 hours with an i7 with 2 physical 
cores and an SSD, if I allow 2 parallel jobs to the build system. I use 
a Linux OS. On my previous PC it was about 4 hours with a HD and a i7 
from an older generation.


Be patient. :-)


Wise words. Thanks for your reply.

I left it running all evening; it took somewhere between 2.5 and 5.5 
hours to complete (which it did first time of asking). This was a 
first-time build on a VM - quad 3.1GHz i5-3450 processor, 2Gb memory 
allocated and running Mint (was swapping more than I'd have wished).


Having established it would build and run (with the same video problem, 
incidentally), I finally looked at the sources. Now I begin to see why 
changes take so long not a comment in sight for one thing, and a 
spider's web of complexity. Sheesh! Nightmarish.




--
Mike Scott (unet2  [deletethis] scottsonline.org.uk)
Harlow Essex England
"The only way is Brexit" -- anon.

--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: resolved (Re: [libreoffice-users] getting LO source)

2017-11-06 Thread Jean-Baptiste Faure

Le 06/11/2017 à 19:53, Mike Scott a écrit :

[...]
Problem fixed. But just how long should I expect for LO to build? I've 
seen estimates on the net of and hour or two on a less powerful 
processor than my own: but I've always had the impression it would be a 
seriously long time.


That does not depend only on your processor, but also on your mass 
storage device (HD or SSD), the use or not of ccache (for a second 
build) and the build options you have chosen (for example the number of 
parallel jobs). And probably on your OS too.


For me a complete build is about 2 hours with an i7 with 2 physical 
cores and an SSD, if I allow 2 parallel jobs to the build system. I use 
a Linux OS. On my previous PC it was about 4 hours with a HD and a i7 
from an older generation.


Be patient. :-)

Best regards.
JBF

--
Seuls des formats ouverts peuvent assurer la pérennité de vos documents.
Disclaimer: my Internet Provider being located in France, each of our
exchanges over Internet will be scanned by French spying services.

--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


resolved (Re: [libreoffice-users] getting LO source)

2017-11-06 Thread Mike Scott
(resent - I think the 1st copy is stuck in moderation. Thanks to those 
who replied meanwhile)


On 06/11/17 15:02, Gilles Gravier wrote:

Mike,


For me, it's downloading... I'm at 25% and no specific issue. I copy
pasted your line directly.


Try again now? Maybe a network or a server error that has since been fixed?


Thanks for the reply. red face time here: coming back, I found a 
straightforward typo on my command line. Which, being in a virtual 
machine, I'd retyped (correctly) when posting from my real desktop. (In 
mitigation, I'd left out the 'o' in libreoffice, which was just about at 
the line-wrap. You always see what you expect to see!)


Problem fixed. But just how long should I expect for LO to build? I've 
seen estimates on the net of and hour or two on a less powerful 
processor than my own: but I've always had the impression it would be a 
seriously long time.



--
Mike Scott
Harlow, Essex, England

--
Mike Scott (unet2  [deletethis] scottsonline.org.uk)
Harlow Essex England
"The only way is Brexit" -- anon.

--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] getting LO source

2017-11-06 Thread Tim-L


I just looked it up on the development page.
This text was given:

    All our source code is hosted in git:

        Clone: $ git clone git://anongit.freedesktop.org/libreoffice/core #
        Clone: $ git clone 
http://anongit.freedesktop.org/git/libreoffice/core.git # slower



This was the text you listed:

        git clone git://anongit.freedesktop.org/libreoffice/core 
libreoffice


By looking at the command line text you are using, it looks like you had 
the wrong command structure.
Looks like you added "libreoffice" after the "core" command.  Can you 
replace the #" with "libreoffice"?

Will it work that way?


On 11/06/2017 10:02 AM, Gilles Gravier wrote:

Mike,


For me, it's downloading... I'm at 25% and no specific issue. I copy
pasted your line directly.


Try again now? Maybe a network or a server error that has since been fixed?


Gilles


On 06/11/2017 15:26, Mike Scott wrote:

There being no answers to the long-standing issues with playing
videos, I thought I'd take a look at the source for myself. Possibly a
hopeless task, but anyway...

I fell at the first :-{ and couldn't even download the source. Not a
promising start!

The page at
https://wiki.documentfoundation.org/Development/BuildingOnLinux
recommends using git, so I tried the suggested

git clone git://anongit.freedesktop.org/libreoffice/core libreoffice

only to be told

"Cloning into libreoffice'...
fatal: remote error: access denied or repository not exported:
/libreoffice/core"

(I also tried git clone -n  with the same result. I suspect the
web page should show the -n ???)

Help please?





--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] getting LO source

2017-11-06 Thread Gilles Gravier
Mike,


For me, it's downloading... I'm at 25% and no specific issue. I copy
pasted your line directly.


Try again now? Maybe a network or a server error that has since been fixed?


Gilles


On 06/11/2017 15:26, Mike Scott wrote:
> There being no answers to the long-standing issues with playing
> videos, I thought I'd take a look at the source for myself. Possibly a
> hopeless task, but anyway...
>
> I fell at the first :-{ and couldn't even download the source. Not a
> promising start!
>
> The page at
> https://wiki.documentfoundation.org/Development/BuildingOnLinux
> recommends using git, so I tried the suggested
>
> git clone git://anongit.freedesktop.org/libreoffice/core libreoffice
>
> only to be told
>
> "Cloning into libreoffice'...
> fatal: remote error: access denied or repository not exported:
> /libreoffice/core"
>
> (I also tried git clone -n  with the same result. I suspect the
> web page should show the -n ???)
>
> Help please?
>
>

-- 
Signature Home Pro
Gilles Gravier- gil...@gravier.org 
GSM : +33618347147  and +41794728437

Skype : ggravier | PGP Key: 0x8DE6D026



-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted