Re: [zeromq-dev] Building ZGuide

2016-02-22 Thread Luca Boccassi
On 22 February 2016 at 21:57, Osiris Pedroso  wrote:
> I am trying to build ZGuide.
>
> Selfish reason is that I am using same ascii diagrams to describe my
> architecture and would like to use the same toolset to generate the
> graphics/pdf, since I like ZGuide's graphics so much.
>
> I have an up to date Ubuntu 14.04 LTS VM that I am running.
> I got the ZGuide source from git://github.com/imatix/zguide.
>
> I found the file zguide/bin/INSTALL and I am trying to install those
> packages, but several fail since Ubuntu software distribution does not know
> of them.
>
> $ sudo apt-get install rasterizer
> E: Unable to locate package rasterizer
>
> Same error for:
>
> pygmentize
> docbook2ps
> ps2pdf
> rasterizer (repeated so a nice list)
>
>
> Any idea where I should get them from?

Hi,

On Ubuntu's (and Debian's) website you can search for package content,
it's a very convenient tool. It will match filenames.

For example, it looks like /usr/bin/rasterizer comes from libbatik-java:

http://packages.ubuntu.com/search?suite=trusty§ion=all&arch=any&keywords=rasterizer&searchon=contents

/usr/bin/pygmentize -> python-pygments
/usr/bin/docbook2ps -> docbook-utils
/usr/bin/ps2pdf -> ghostscript

Kind regards,
Luca Boccassi
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev


Re: [zeromq-dev] Building ZGuide

2016-02-22 Thread Pieter Hintjens
Usually I use "apt-cache search" to find packages. For Ubuntu 14.04, I think:

* python-pygments
* dblatex
* ditaa
* doc-base
* docbook
* docbook-dsssl
* docbook-utils
* docbook-xml
* docbook-xsl
* docbook2odf

I couldn't find rasterizer; it might be in one of these packages.

Sorry this isn't better documented.

-Pieter

On Mon, Feb 22, 2016 at 10:57 PM, Osiris Pedroso  wrote:
> I am trying to build ZGuide.
>
> Selfish reason is that I am using same ascii diagrams to describe my
> architecture and would like to use the same toolset to generate the
> graphics/pdf, since I like ZGuide's graphics so much.
>
> I have an up to date Ubuntu 14.04 LTS VM that I am running.
> I got the ZGuide source from git://github.com/imatix/zguide.
>
> I found the file zguide/bin/INSTALL and I am trying to install those
> packages, but several fail since Ubuntu software distribution does not know
> of them.
>
> $ sudo apt-get install rasterizer
> E: Unable to locate package rasterizer
>
> Same error for:
>
> pygmentize
> docbook2ps
> ps2pdf
> rasterizer (repeated so a nice list)
>
>
> Any idea where I should get them from?
>
> Thanks,
> Osiris
>
> ___
> zeromq-dev mailing list
> zeromq-dev@lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev


[zeromq-dev] Building ZGuide

2016-02-22 Thread Osiris Pedroso
I am trying to build ZGuide.

Selfish reason is that I am using same ascii diagrams to describe my
architecture and would like to use the same toolset to generate the
graphics/pdf, since I like ZGuide's graphics so much.

I have an up to date Ubuntu 14.04 LTS VM that I am running.
I got the ZGuide source from git://github.com/imatix/zguide.

I found the file zguide/bin/INSTALL and I am trying to install those
packages, but several fail since Ubuntu software distribution does not know
of them.

$ sudo apt-get install rasterizer
E: Unable to locate package rasterizer

Same error for:

   - pygmentize
   - docbook2ps
   - ps2pdf
   - rasterizer (repeated so a nice list)


Any idea where I should get them from?

Thanks,
Osiris
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev


Re: [zeromq-dev] FYI: GCC 6 package breaks in Fedora

2016-02-22 Thread Luca Boccassi
On 22 February 2016 at 15:13, Steven McCoy  wrote:
> Just saw this with ZeroMQ 3.2.5 and 4.1.4 listed:
>
> zeromq3-3.2.5-3.fc23.src.rpm
>
> zeromq-4.1.4-1.fc24.src.rpm
>
> -Wstrict-aliasing
>
> since http://gcc.gnu.org/PR66110 fix char/unsigned char/signed char
>
> fields in structs are no longer considered to alias everything
>
>
> https://lists.fedoraproject.org/archives/list/de...@lists.fedoraproject.org/thread/DH7M2ADHM6XCRFTRRSKZD6MWFUJKHBZK/

Hi,

I backported the fix for that error in the 4.0 and 4.1 stable repos:

https://github.com/zeromq/zeromq4-x/pull/149
https://github.com/zeromq/zeromq4-1/pull/101

Kind regards,
Luca Boccassi
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev


[zeromq-dev] FYI: GCC 6 package breaks in Fedora

2016-02-22 Thread Steven McCoy
Just saw this with ZeroMQ 3.2.5 and 4.1.4 listed:

*zeromq3-3.2.5-3.fc23.src.rpm*

*zeromq-4.1.4-1.fc24.src.rpm*

*-Wstrict-aliasing*

*since http://gcc.gnu.org/PR66110  fix
char/unsigned char/signed char*

*fields in structs are no longer considered to alias everything*


https://lists.fedoraproject.org/archives/list/de...@lists.fedoraproject.org/thread/DH7M2ADHM6XCRFTRRSKZD6MWFUJKHBZK/


-- 
Steve-o
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev