Pharo-users
By thread
pharo-users@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
May 2017
- 86 participants
- 536 messages
Re: [Pharo-users] Anyone knows how to get the list of available archetype with Pillar?
by Stephane Ducasse
Alexandre and you can create your own template.
Check the way it is done.
I'm working on removing the dependencies to magritte but I got stuck
because of PharoDays and next week I'm teaching
in Tunisia.
Stef
On Fri, May 19, 2017 at 4:03 PM, Damien Pollet <
damien.pollet+pharo(a)gmail.com> wrote:
> There is one archtype for each directory under https://github.com/
> pillar-markup/Pillar-Archetype
>
> On 19 May 2017 at 15:50, Alexandre Bergel <alexandre.bergel(a)me.com> wrote:
>
>> Hello!
>>
>> Still on my quest to use Pillar :-)
>>
>> What are the different Archetypes available for Pillar?
>> It would be great to have: ./pillar archetype
>> to obtain the list of available archetype :-)
>>
>> Cheers,
>> Alexandre
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>
May 19, 2017
Re: [Pharo-users] [Pharo-dev] Need help with Pillar
by Stephane Ducasse
I should fix this ci job. I'm super annoyed by it.
We should also provide a simpler template.... arghh too many things to do.
Stef
On Fri, May 19, 2017 at 6:02 PM, Alexandre Bergel <alexandre.bergel(a)me.com>
wrote:
> Okay, will check!
>
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
> On May 19, 2017, at 10:35 AM, Damien Pollet <damien.pollet+pharo(a)gmail.com>
> wrote:
>
> I think it would have updated stuff. Hopefully.
>
> As an alternative, to run in docker :
> - delete pharo-vm (because if it's a mac VM it will not work in the linux
> container)
> - docker run --rm -tiv $PWD:/work dpollet/texlive:pillar make pdfbook
>
> Docker is what the travis builds use, you can check the config file in
> books that I have recently updated, e.g. https://github.com/
> SquareBracketAssociates/Booklet-Glorp/blob/master/.travis.yml
>
>
> On 19 May 2017 at 16:27, Alexandre Bergel <alexandre.bergel(a)me.com> wrote:
>
>> I get the following:
>>
>> ~/Dropbox/Pillar> tlmgr update --self --all
>> TeX Live 2016 is frozen forever and will no
>> longer be updated. This happens in preparation for a new release.
>>
>> If you're interested in helping to pretest the new release (when
>> pretests are available), please read http://tug.org/texlive/pretest.html.
>> Otherwise, just wait, and the new release will be ready in due time.
>> tlmgr: package repository http://ftp.inf.utfsm.cl/pub/te
>> x-archive/systems/texlive/tlnet (not verified: gnupg not available)
>> You don't have permission to change the installation in any way,
>> specifically, the directory /usr/local/texlive/2016/tlpkg/ is not
>> writable.
>> Please run this program as administrator, or contact your local admin.
>> tlmgr: An error has occurred. See above messages. Exiting.
>> ~/Dropbox/Pillar>
>>
>> I use the installation of TeXlive on my machine since I have no idea who
>> to make the docker image use my local files.
>>
>> Alexandre
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>> On May 19, 2017, at 10:06 AM, Damien Pollet <damien.pollet(a)gmail.com>
>> wrote:
>>
>> I think you still have a TeXlive snapshot from earlier this year. Try
>> this :
>> tlmgr update --self --all
>>
>> On 19 May 2017 at 15:19, Alexandre Bergel <alexandre.bergel(a)me.com>
>> wrote:
>>
>>> Hi Damien!
>>>
>>> Apparently the INRIA CI is getting better. I could get the archetype. I
>>> have another error when compiling the book. I get:
>>> Sidefoothsep and sidefootwidth: 2.46019mm and 44.98633mm
>>> Sidefootvsep and sidefootheight: 4.21747mm and 192.73828mm
>>> ******************************************************
>>>
>>> (/usr/local/texlive/2016/texmf-dist/tex/latex/datetime2/datetime2.sty
>>> (/usr/local/texlive/2016/texmf-dist/tex/latex/tracklang/tracklang.sty
>>> (/usr/local/texlive/2016/texmf-dist/tex/generic/tracklang/tr
>>> acklang.tex)))
>>> Runaway argument?
>>> \pdffeedback creationdate\@dtm@endparsepdfdatetime \let
>>> \@dtm@currentyear \ETC.
>>>
>>> ./root/support/latex/common.tex:5: File ended while scanning use of
>>> \@dtm@parse
>>> pdfdatetime.
>>> <inserted text>
>>> \par
>>> l.5
>>>
>>> 1217 words of node memory still in use:
>>> 2 hlist, 1 rule, 1 dir, 34 glue, 9 attribute, 167 glue_spec, 9
>>> attribute_lis
>>> t, 3 write, 1 pdf_colorstack nodes
>>> avail lists: 2:24,3:1,5:2,6:4,7:1,8:1,9:2
>>> ./root/support/latex/common.tex:5: ==> Fatal error occurred, no output
>>> PDF fil
>>> e produced!
>>> Transcript written on book.log.
>>> Latexmk: Errors, so I did not complete making targets
>>> Collected error summary (may duplicate other messages):
>>> pdflatex: Command for 'pdflatex' gave return code 256
>>> Latexmk: Use the -f option to force complete processing,
>>> unless error was exceeding maximum runs of latex/pdflatex.
>>> make[1]: *** [book.pdf] Error 12
>>> make: *** [build/book.pdf] Error 2
>>> ~/Dropbox/Pillar>
>>>
>>> Is it because of some missing Latex .cls? If yes, which one? How can I
>>> install them?
>>>
>>> Thanks for your help!
>>>
>>> Cheers,
>>> Alexandre
>>> --
>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>> Alexandre Bergel http://www.bergel.eu
>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>
>>>
>>>
>>> On May 18, 2017, at 7:43 AM, Damien Pollet <damien.pollet(a)gmail.com>
>>> wrote:
>>>
>>> On 18 May 2017 at 01:34, Alexandre Bergel <alexandre.bergel(a)me.com>
>>> wrote:
>>>
>>>> curl https://raw.githubusercontent.com/pillar-markup/pillar/maste
>>>> r/download.sh | bash
>>>>
>>>> I had to copy PharoV50.sources in the folder pharo-vm/ apparently.
>>>>
>>>
>>> Hmm strange I got that this morning as well with Clément's book.
>>> The script installs a PharoV60.sources so most probably it installs the
>>> latest VM; might be a problem if Pillar really relies on Pharo 5â¦
>>>
>>>
>>>> Getting the archetype book gives me an error:
>>>> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>>>> /tmp/pillar> ./pillar archetype book
>>>>
>>>> Which website is it trying to get access to?
>>>>
>>>
>>> That would be Inria CI, they're having problems with CloudStack currently
>>>
>>>
>>> --
>>> Damien Pollet
>>> type less, do more [ | ] http://people.untyped.org/damien.pollet
>>>
>>>
>>>
>>
>>
>> --
>> Damien Pollet
>> type less, do more [ | ] http://people.untyped.org/damien.pollet
>>
>>
>>
>
>
May 19, 2017
Re: [Pharo-users] Rectangle and Polygon classes' bugs?
by Andreas Sunardi
Ah, I see, so Rectangle is in the context of display geometry not Cartesian
coordinate (I don't know if I'm using the right words here, but I hope you
get what I mean). You're right, the package is 'Graphics-Shapes'. For some
reason, I thought it said 'Geometry'
I'm building something for layout geometry and these would be the wrong
classes to use then. Question #2 would be a moot point.
Thanks for the answer. You've saved me from going to the wrong path.
--
Andreas Sunardi
On Fri, May 19, 2017 at 9:53 AM, Ben Coman <btc(a)openinworld.com> wrote:
>
>
> On Sat, May 20, 2017 at 12:23 AM, Andreas Sunardi <a.sunardi(a)gmail.com>
> wrote:
>
>> Pharo 5.0
>>
>> It seems like a bug to me, but perhaps I misunderstand something.
>>
>> 1) Comment in Rectangle class >> origin:corner: method shows 'origin'
>> should be top left and 'corner' should be bottom right. This method calls
>> Rectangle >> setPoint:point:. But this method calculates 'origin' to be
>> bottom left corner and 'corner' to be top right. Now all the edge and
>> corner methods are wrong.
>>
>> r := Rectangle origin: 0@0 corner: 10@10.
>> r topLeft. => (0@0) "should be 0@10"
>> r bottomRight. => (10@10) "should be 10@0"
>> r top. => 0 "should be 10"
>> r bottom. => 10 " should be 0"
>>
>
> Would this depend on where you consider 0@0 to be on the screen?
> (em := EllipseMorph new) openInWorld.
> em bounds "==> (0@0) corner: (50@40)"
>
>
>
>> 2) Why Polygon >> bounds (which is PathShape >> bounds) returns a
>> rectangle with a corner 1 point larger than the actual boundary?
>>
>> p1 := Polygon vertices: {0@0 . 0@10 . 10@10 . 10@0}.
>> p1 bounds. => (0@0) corner: (11@11). "should be 0@0 and 10@10"
>>
>> This seems to be a fix to Rectangle >> containsPoint: strange behavior.
>> By strange behavior, I mean:
>>
>> r := Rectangle point: 0@0 point: 10@10.
>> r containsPoint: 0@0. => true
>> r containsPoint: 10@10. => false "should be true"
>> { r topLeft . r topRight . r bottomLeft . r bottomRight } allSatisfy [
>> :corner | r containsPoint: corner ]. => false "should be true"
>>
>
>
> I want to fix this in my image, but Rectangle is used all over the place
>> and I'm worry I'll break a lot of things. I wonder if I just misunderstood
>> how these are supposed to be used. Can anybody help me understand if this
>> is intentional or a bug?
>>
>
> Sorry, I don't know about this.
> cheers -ben
>
May 19, 2017
Re: [Pharo-users] Rectangle and Polygon classes' bugs?
by Ben Coman
On Sat, May 20, 2017 at 12:23 AM, Andreas Sunardi <a.sunardi(a)gmail.com>
wrote:
> Pharo 5.0
>
> It seems like a bug to me, but perhaps I misunderstand something.
>
> 1) Comment in Rectangle class >> origin:corner: method shows 'origin'
> should be top left and 'corner' should be bottom right. This method calls
> Rectangle >> setPoint:point:. But this method calculates 'origin' to be
> bottom left corner and 'corner' to be top right. Now all the edge and
> corner methods are wrong.
>
> r := Rectangle origin: 0@0 corner: 10@10.
> r topLeft. => (0@0) "should be 0@10"
> r bottomRight. => (10@10) "should be 10@0"
> r top. => 0 "should be 10"
> r bottom. => 10 " should be 0"
>
Would this depend on where you consider 0@0 to be on the screen?
(em := EllipseMorph new) openInWorld.
em bounds "==> (0@0) corner: (50@40)"
> 2) Why Polygon >> bounds (which is PathShape >> bounds) returns a
> rectangle with a corner 1 point larger than the actual boundary?
>
> p1 := Polygon vertices: {0@0 . 0@10 . 10@10 . 10@0}.
> p1 bounds. => (0@0) corner: (11@11). "should be 0@0 and 10@10"
>
> This seems to be a fix to Rectangle >> containsPoint: strange behavior. By
> strange behavior, I mean:
>
> r := Rectangle point: 0@0 point: 10@10.
> r containsPoint: 0@0. => true
> r containsPoint: 10@10. => false "should be true"
> { r topLeft . r topRight . r bottomLeft . r bottomRight } allSatisfy [
> :corner | r containsPoint: corner ]. => false "should be true"
>
I want to fix this in my image, but Rectangle is used all over the place
> and I'm worry I'll break a lot of things. I wonder if I just misunderstood
> how these are supposed to be used. Can anybody help me understand if this
> is intentional or a bug?
>
Sorry, I don't know about this.
cheers -ben
May 19, 2017
Rectangle and Polygon classes' bugs?
by Andreas Sunardi
Pharo 5.0
It seems like a bug to me, but perhaps I misunderstand something.
1) Comment in Rectangle class >> origin:corner: method shows 'origin'
should be top left and 'corner' should be bottom right. This method calls
Rectangle >> setPoint:point:. But this method calculates 'origin' to be
bottom left corner and 'corner' to be top right. Now all the edge and
corner methods are wrong.
r := Rectangle origin: 0@0 corner: 10@10.
r topLeft. => (0@0) "should be 0@10"
r bottomRight. => (10@10) "should be 10@0"
r top. => 0 "should be 10"
r bottom. => 10 " should be 0"
2) Why Polygon >> bounds (which is PathShape >> bounds) returns a rectangle
with a corner 1 point larger than the actual boundary?
p1 := Polygon vertices: {0@0 . 0@10 . 10@10 . 10@0}.
p1 bounds. => (0@0) corner: (11@11). "should be 0@0 and 10@10"
This seems to be a fix to Rectangle >> containsPoint: strange behavior. By
strange behavior, I mean:
r := Rectangle point: 0@0 point: 10@10.
r containsPoint: 0@0. => true
r containsPoint: 10@10. => false "should be true"
{ r topLeft . r topRight . r bottomLeft . r bottomRight } allSatisfy [
:corner | r containsPoint: corner ]. => false "should be true"
I want to fix this in my image, but Rectangle is used all over the place
and I'm worry I'll break a lot of things. I wonder if I just misunderstood
how these are supposed to be used. Can anybody help me understand if this
is intentional or a bug?
PS: I looked at RectangleTest and I'm not sure I understand why they are
testing what they are testing.
--
Andreas Sunardi
May 19, 2017
Re: [Pharo-users] [Pharo-dev] Need help with Pillar
by Alexandre Bergel
Okay, will check!
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> On May 19, 2017, at 10:35 AM, Damien Pollet <damien.pollet+pharo(a)gmail.com> wrote:
>
> I think it would have updated stuff. Hopefully.
>
> As an alternative, to run in docker :
> - delete pharo-vm (because if it's a mac VM it will not work in the linux container)
> - docker run --rm -tiv $PWD:/work dpollet/texlive:pillar make pdfbook
>
> Docker is what the travis builds use, you can check the config file in books that I have recently updated, e.g. https://github.com/SquareBracketAssociates/Booklet-Glorp/blob/master/.travi… <https://github.com/SquareBracketAssociates/Booklet-Glorp/blob/master/.travi…>
>
>
> On 19 May 2017 at 16:27, Alexandre Bergel <alexandre.bergel(a)me.com <mailto:alexandre.bergel@me.com>> wrote:
> I get the following:
>
> ~/Dropbox/Pillar> tlmgr update --self --all
> TeX Live 2016 is frozen forever and will no
> longer be updated. This happens in preparation for a new release.
>
> If you're interested in helping to pretest the new release (when
> pretests are available), please read http://tug.org/texlive/pretest.html <http://tug.org/texlive/pretest.html>.
> Otherwise, just wait, and the new release will be ready in due time.
> tlmgr: package repository http://ftp.inf.utfsm.cl/pub/tex-archive/systems/texlive/tlnet <http://ftp.inf.utfsm.cl/pub/tex-archive/systems/texlive/tlnet> (not verified: gnupg not available)
> You don't have permission to change the installation in any way,
> specifically, the directory /usr/local/texlive/2016/tlpkg/ is not writable.
> Please run this program as administrator, or contact your local admin.
> tlmgr: An error has occurred. See above messages. Exiting.
> ~/Dropbox/Pillar>
>
> I use the installation of TeXlive on my machine since I have no idea who to make the docker image use my local files.
>
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel http://www.bergel.eu <http://www.bergel.eu/>
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>> On May 19, 2017, at 10:06 AM, Damien Pollet <damien.pollet(a)gmail.com <mailto:damien.pollet@gmail.com>> wrote:
>>
>> I think you still have a TeXlive snapshot from earlier this year. Try this :
>> tlmgr update --self --all
>>
>> On 19 May 2017 at 15:19, Alexandre Bergel <alexandre.bergel(a)me.com <mailto:alexandre.bergel@me.com>> wrote:
>> Hi Damien!
>>
>> Apparently the INRIA CI is getting better. I could get the archetype. I have another error when compiling the book. I get:
>> Sidefoothsep and sidefootwidth: 2.46019mm and 44.98633mm
>> Sidefootvsep and sidefootheight: 4.21747mm and 192.73828mm
>> ******************************************************
>>
>> (/usr/local/texlive/2016/texmf-dist/tex/latex/datetime2/datetime2.sty
>> (/usr/local/texlive/2016/texmf-dist/tex/latex/tracklang/tracklang.sty
>> (/usr/local/texlive/2016/texmf-dist/tex/generic/tracklang/tracklang.tex)))
>> Runaway argument?
>> \pdffeedback creationdate\@dtm@endparsepdfdatetime \let \@dtm@currentyear \ETC.
>>
>> ./root/support/latex/common.tex:5: File ended while scanning use of \@dtm@parse
>> pdfdatetime.
>> <inserted text>
>> \par
>> l.5
>>
>> 1217 words of node memory still in use:
>> 2 hlist, 1 rule, 1 dir, 34 glue, 9 attribute, 167 glue_spec, 9 attribute_lis
>> t, 3 write, 1 pdf_colorstack nodes
>> avail lists: 2:24,3:1,5:2,6:4,7:1,8:1,9:2
>> ./root/support/latex/common.tex:5: ==> Fatal error occurred, no output PDF fil
>> e produced!
>> Transcript written on book.log.
>> Latexmk: Errors, so I did not complete making targets
>> Collected error summary (may duplicate other messages):
>> pdflatex: Command for 'pdflatex' gave return code 256
>> Latexmk: Use the -f option to force complete processing,
>> unless error was exceeding maximum runs of latex/pdflatex.
>> make[1]: *** [book.pdf] Error 12
>> make: *** [build/book.pdf] Error 2
>> ~/Dropbox/Pillar>
>>
>> Is it because of some missing Latex .cls? If yes, which one? How can I install them?
>>
>> Thanks for your help!
>>
>> Cheers,
>> Alexandre
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel http://www.bergel.eu <http://www.bergel.eu/>
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>> On May 18, 2017, at 7:43 AM, Damien Pollet <damien.pollet(a)gmail.com <mailto:damien.pollet@gmail.com>> wrote:
>>>
>>> On 18 May 2017 at 01:34, Alexandre Bergel <alexandre.bergel(a)me.com <mailto:alexandre.bergel@me.com>> wrote:
>>> curl https://raw.githubusercontent.com/pillar-markup/pillar/master/download.sh <https://raw.githubusercontent.com/pillar-markup/pillar/master/download.sh> | bash
>>>
>>> I had to copy PharoV50.sources in the folder pharo-vm/ apparently.
>>>
>>> Hmm strange I got that this morning as well with Clément's book.
>>> The script installs a PharoV60.sources so most probably it installs the latest VM; might be a problem if Pillar really relies on Pharo 5â¦
>>>
>>> Getting the archetype book gives me an error:
>>> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>>> /tmp/pillar> ./pillar archetype book
>>>
>>> Which website is it trying to get access to?
>>>
>>> That would be Inria CI, they're having problems with CloudStack currently
>>>
>>>
>>> --
>>> Damien Pollet
>>> type less, do more [ | ] http://people.untyped.org/damien.pollet <http://people.untyped.org/damien.pollet>
>>
>>
>>
>>
>> --
>> Damien Pollet
>> type less, do more [ | ] http://people.untyped.org/damien.pollet <http://people.untyped.org/damien.pollet>
>
>
May 19, 2017
Re: [Pharo-users] [Pharo-dev] Need help with Pillar
by Damien Pollet
I think it would have updated stuff. Hopefully.
As an alternative, to run in docker :
- delete pharo-vm (because if it's a mac VM it will not work in the linux
container)
- docker run --rm -tiv $PWD:/work dpollet/texlive:pillar make pdfbook
Docker is what the travis builds use, you can check the config file in
books that I have recently updated, e.g.
https://github.com/SquareBracketAssociates/Booklet-Glorp/blob/master/.travi…
On 19 May 2017 at 16:27, Alexandre Bergel <alexandre.bergel(a)me.com> wrote:
> I get the following:
>
> ~/Dropbox/Pillar> tlmgr update --self --all
> TeX Live 2016 is frozen forever and will no
> longer be updated. This happens in preparation for a new release.
>
> If you're interested in helping to pretest the new release (when
> pretests are available), please read http://tug.org/texlive/pretest.html.
> Otherwise, just wait, and the new release will be ready in due time.
> tlmgr: package repository http://ftp.inf.utfsm.cl/pub/
> tex-archive/systems/texlive/tlnet (not verified: gnupg not available)
> You don't have permission to change the installation in any way,
> specifically, the directory /usr/local/texlive/2016/tlpkg/ is not writable.
> Please run this program as administrator, or contact your local admin.
> tlmgr: An error has occurred. See above messages. Exiting.
> ~/Dropbox/Pillar>
>
> I use the installation of TeXlive on my machine since I have no idea who
> to make the docker image use my local files.
>
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
> On May 19, 2017, at 10:06 AM, Damien Pollet <damien.pollet(a)gmail.com>
> wrote:
>
> I think you still have a TeXlive snapshot from earlier this year. Try this
> :
> tlmgr update --self --all
>
> On 19 May 2017 at 15:19, Alexandre Bergel <alexandre.bergel(a)me.com> wrote:
>
>> Hi Damien!
>>
>> Apparently the INRIA CI is getting better. I could get the archetype. I
>> have another error when compiling the book. I get:
>> Sidefoothsep and sidefootwidth: 2.46019mm and 44.98633mm
>> Sidefootvsep and sidefootheight: 4.21747mm and 192.73828mm
>> ******************************************************
>>
>> (/usr/local/texlive/2016/texmf-dist/tex/latex/datetime2/datetime2.sty
>> (/usr/local/texlive/2016/texmf-dist/tex/latex/tracklang/tracklang.sty
>> (/usr/local/texlive/2016/texmf-dist/tex/generic/tracklang/
>> tracklang.tex)))
>> Runaway argument?
>> \pdffeedback creationdate\@dtm@endparsepdfdatetime \let \@dtm@currentyear
>> \ETC.
>>
>> ./root/support/latex/common.tex:5: File ended while scanning use of
>> \@dtm@parse
>> pdfdatetime.
>> <inserted text>
>> \par
>> l.5
>>
>> 1217 words of node memory still in use:
>> 2 hlist, 1 rule, 1 dir, 34 glue, 9 attribute, 167 glue_spec, 9
>> attribute_lis
>> t, 3 write, 1 pdf_colorstack nodes
>> avail lists: 2:24,3:1,5:2,6:4,7:1,8:1,9:2
>> ./root/support/latex/common.tex:5: ==> Fatal error occurred, no output
>> PDF fil
>> e produced!
>> Transcript written on book.log.
>> Latexmk: Errors, so I did not complete making targets
>> Collected error summary (may duplicate other messages):
>> pdflatex: Command for 'pdflatex' gave return code 256
>> Latexmk: Use the -f option to force complete processing,
>> unless error was exceeding maximum runs of latex/pdflatex.
>> make[1]: *** [book.pdf] Error 12
>> make: *** [build/book.pdf] Error 2
>> ~/Dropbox/Pillar>
>>
>> Is it because of some missing Latex .cls? If yes, which one? How can I
>> install them?
>>
>> Thanks for your help!
>>
>> Cheers,
>> Alexandre
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>> On May 18, 2017, at 7:43 AM, Damien Pollet <damien.pollet(a)gmail.com>
>> wrote:
>>
>> On 18 May 2017 at 01:34, Alexandre Bergel <alexandre.bergel(a)me.com>
>> wrote:
>>
>>> curl https://raw.githubusercontent.com/pillar-markup/pillar/maste
>>> r/download.sh | bash
>>>
>>> I had to copy PharoV50.sources in the folder pharo-vm/ apparently.
>>>
>>
>> Hmm strange I got that this morning as well with Clément's book.
>> The script installs a PharoV60.sources so most probably it installs the
>> latest VM; might be a problem if Pillar really relies on Pharo 5â¦
>>
>>
>>> Getting the archetype book gives me an error:
>>> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>>> /tmp/pillar> ./pillar archetype book
>>>
>>> Which website is it trying to get access to?
>>>
>>
>> That would be Inria CI, they're having problems with CloudStack currently
>>
>>
>> --
>> Damien Pollet
>> type less, do more [ | ] http://people.untyped.org/damien.pollet
>>
>>
>>
>
>
> --
> Damien Pollet
> type less, do more [ | ] http://people.untyped.org/damien.pollet
>
>
>
May 19, 2017
Re: [Pharo-users] [Pharo-dev] Need help with Pillar
by Alexandre Bergel
I get the following:
~/Dropbox/Pillar> tlmgr update --self --all
TeX Live 2016 is frozen forever and will no
longer be updated. This happens in preparation for a new release.
If you're interested in helping to pretest the new release (when
pretests are available), please read http://tug.org/texlive/pretest.html.
Otherwise, just wait, and the new release will be ready in due time.
tlmgr: package repository http://ftp.inf.utfsm.cl/pub/tex-archive/systems/texlive/tlnet (not verified: gnupg not available)
You don't have permission to change the installation in any way,
specifically, the directory /usr/local/texlive/2016/tlpkg/ is not writable.
Please run this program as administrator, or contact your local admin.
tlmgr: An error has occurred. See above messages. Exiting.
~/Dropbox/Pillar>
I use the installation of TeXlive on my machine since I have no idea who to make the docker image use my local files.
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> On May 19, 2017, at 10:06 AM, Damien Pollet <damien.pollet(a)gmail.com> wrote:
>
> I think you still have a TeXlive snapshot from earlier this year. Try this :
> tlmgr update --self --all
>
> On 19 May 2017 at 15:19, Alexandre Bergel <alexandre.bergel(a)me.com <mailto:alexandre.bergel@me.com>> wrote:
> Hi Damien!
>
> Apparently the INRIA CI is getting better. I could get the archetype. I have another error when compiling the book. I get:
> Sidefoothsep and sidefootwidth: 2.46019mm and 44.98633mm
> Sidefootvsep and sidefootheight: 4.21747mm and 192.73828mm
> ******************************************************
>
> (/usr/local/texlive/2016/texmf-dist/tex/latex/datetime2/datetime2.sty
> (/usr/local/texlive/2016/texmf-dist/tex/latex/tracklang/tracklang.sty
> (/usr/local/texlive/2016/texmf-dist/tex/generic/tracklang/tracklang.tex)))
> Runaway argument?
> \pdffeedback creationdate\@dtm@endparsepdfdatetime \let \@dtm@currentyear \ETC.
>
> ./root/support/latex/common.tex:5: File ended while scanning use of \@dtm@parse
> pdfdatetime.
> <inserted text>
> \par
> l.5
>
> 1217 words of node memory still in use:
> 2 hlist, 1 rule, 1 dir, 34 glue, 9 attribute, 167 glue_spec, 9 attribute_lis
> t, 3 write, 1 pdf_colorstack nodes
> avail lists: 2:24,3:1,5:2,6:4,7:1,8:1,9:2
> ./root/support/latex/common.tex:5: ==> Fatal error occurred, no output PDF fil
> e produced!
> Transcript written on book.log.
> Latexmk: Errors, so I did not complete making targets
> Collected error summary (may duplicate other messages):
> pdflatex: Command for 'pdflatex' gave return code 256
> Latexmk: Use the -f option to force complete processing,
> unless error was exceeding maximum runs of latex/pdflatex.
> make[1]: *** [book.pdf] Error 12
> make: *** [build/book.pdf] Error 2
> ~/Dropbox/Pillar>
>
> Is it because of some missing Latex .cls? If yes, which one? How can I install them?
>
> Thanks for your help!
>
> Cheers,
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel http://www.bergel.eu <http://www.bergel.eu/>
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>> On May 18, 2017, at 7:43 AM, Damien Pollet <damien.pollet(a)gmail.com <mailto:damien.pollet@gmail.com>> wrote:
>>
>> On 18 May 2017 at 01:34, Alexandre Bergel <alexandre.bergel(a)me.com <mailto:alexandre.bergel@me.com>> wrote:
>> curl https://raw.githubusercontent.com/pillar-markup/pillar/master/download.sh <https://raw.githubusercontent.com/pillar-markup/pillar/master/download.sh> | bash
>>
>> I had to copy PharoV50.sources in the folder pharo-vm/ apparently.
>>
>> Hmm strange I got that this morning as well with Clément's book.
>> The script installs a PharoV60.sources so most probably it installs the latest VM; might be a problem if Pillar really relies on Pharo 5â¦
>>
>> Getting the archetype book gives me an error:
>> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>> /tmp/pillar> ./pillar archetype book
>>
>> Which website is it trying to get access to?
>>
>> That would be Inria CI, they're having problems with CloudStack currently
>>
>>
>> --
>> Damien Pollet
>> type less, do more [ | ] http://people.untyped.org/damien.pollet <http://people.untyped.org/damien.pollet>
>
>
>
>
> --
> Damien Pollet
> type less, do more [ | ] http://people.untyped.org/damien.pollet <http://people.untyped.org/damien.pollet>
May 19, 2017
Re: [Pharo-users] [Pharo-dev] Need help with Pillar
by Damien Pollet
I think you still have a TeXlive snapshot from earlier this year. Try this :
tlmgr update --self --all
On 19 May 2017 at 15:19, Alexandre Bergel <alexandre.bergel(a)me.com> wrote:
> Hi Damien!
>
> Apparently the INRIA CI is getting better. I could get the archetype. I
> have another error when compiling the book. I get:
> Sidefoothsep and sidefootwidth: 2.46019mm and 44.98633mm
> Sidefootvsep and sidefootheight: 4.21747mm and 192.73828mm
> ******************************************************
>
> (/usr/local/texlive/2016/texmf-dist/tex/latex/datetime2/datetime2.sty
> (/usr/local/texlive/2016/texmf-dist/tex/latex/tracklang/tracklang.sty
> (/usr/local/texlive/2016/texmf-dist/tex/generic/tracklang/tracklang.tex)))
> Runaway argument?
> \pdffeedback creationdate\@dtm@endparsepdfdatetime \let \@dtm@currentyear
> \ETC.
>
> ./root/support/latex/common.tex:5: File ended while scanning use of
> \@dtm@parse
> pdfdatetime.
> <inserted text>
> \par
> l.5
>
>
> 1217 words of node memory still in use:
> 2 hlist, 1 rule, 1 dir, 34 glue, 9 attribute, 167 glue_spec, 9
> attribute_lis
> t, 3 write, 1 pdf_colorstack nodes
> avail lists: 2:24,3:1,5:2,6:4,7:1,8:1,9:2
> ./root/support/latex/common.tex:5: ==> Fatal error occurred, no output
> PDF fil
> e produced!
> Transcript written on book.log.
> Latexmk: Errors, so I did not complete making targets
> Collected error summary (may duplicate other messages):
> pdflatex: Command for 'pdflatex' gave return code 256
> Latexmk: Use the -f option to force complete processing,
> unless error was exceeding maximum runs of latex/pdflatex.
> make[1]: *** [book.pdf] Error 12
> make: *** [build/book.pdf] Error 2
> ~/Dropbox/Pillar>
>
> Is it because of some missing Latex .cls? If yes, which one? How can I
> install them?
>
> Thanks for your help!
>
> Cheers,
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
> On May 18, 2017, at 7:43 AM, Damien Pollet <damien.pollet(a)gmail.com>
> wrote:
>
> On 18 May 2017 at 01:34, Alexandre Bergel <alexandre.bergel(a)me.com> wrote:
>
>> curl https://raw.githubusercontent.com/pillar-markup/pillar/maste
>> r/download.sh | bash
>>
>> I had to copy PharoV50.sources in the folder pharo-vm/ apparently.
>>
>
> Hmm strange I got that this morning as well with Clément's book.
> The script installs a PharoV60.sources so most probably it installs the
> latest VM; might be a problem if Pillar really relies on Pharo 5â¦
>
>
>> Getting the archetype book gives me an error:
>> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>> /tmp/pillar> ./pillar archetype book
>>
>> Which website is it trying to get access to?
>>
>
> That would be Inria CI, they're having problems with CloudStack currently
>
>
> --
> Damien Pollet
> type less, do more [ | ] http://people.untyped.org/damien.pollet
>
>
>
--
Damien Pollet
type less, do more [ | ] http://people.untyped.org/damien.pollet
May 19, 2017
Re: [Pharo-users] Anyone knows how to get the list of available archetype with Pillar?
by Damien Pollet
There is one archtype for each directory under
https://github.com/pillar-markup/Pillar-Archetype
On 19 May 2017 at 15:50, Alexandre Bergel <alexandre.bergel(a)me.com> wrote:
> Hello!
>
> Still on my quest to use Pillar :-)
>
> What are the different Archetypes available for Pillar?
> It would be great to have: ./pillar archetype
> to obtain the list of available archetype :-)
>
> Cheers,
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
May 19, 2017