From Jim.Zapsalis at bupa.com.au Thu Jan 7 04:28:40 2016 From: Jim.Zapsalis at bupa.com.au (Jim Zapsalis) Date: Thu, 7 Jan 2016 03:28:40 +0000 Subject: glib-2.41.0.tar.xz : how to extract Message-ID: <1b92e0db30db4d408c67648fa670103d@melexp01.internal.bupa.com.au> Hi guys, Probably a silly question How do I go about extracting files from glib-2.41.0.tar.xz? Running on solaris 10 Many thanks in advance, Jim Zapsalis Bupa Australia email disclaimer: The information contained in this email and any attachments is confidential and may be subject to copyright or other intellectual property protection. If you are not the intended recipient, you are not authorized to use or disclose this information, and we request that you notify us by reply mail or telephone and delete the original message from your mail system. -------------- next part -------------- An HTML attachment was scrubbed... URL: From grzemba at contac-dt.de Thu Jan 7 08:26:14 2016 From: grzemba at contac-dt.de (Carsten Grzemba) Date: Thu, 07 Jan 2016 08:26:14 +0100 Subject: glib-2.41.0.tar.xz : how to extract In-Reply-To: <1b92e0db30db4d408c67648fa670103d@melexp01.internal.bupa.com.au> References: <1b92e0db30db4d408c67648fa670103d@melexp01.internal.bupa.com.au> Message-ID: with 7z On 07.01.16 04:29, Jim Zapsalis wrote: > > > > > > > > > Hi guys, > > > > Probably a silly question > > How do I go about extracting files from glib-2.41.0.tar.xz? > > Running on solaris 10 > > > > > > Many thanks in advance, > > > > > > Jim Zapsalis > > > > > > > > Bupa Australia email disclaimer: The information contained in this email and any attachments is confidential andmay be subject to copyright or other intellectual property protection. If you are not the intended recipient, you are not authorized to use or disclose this information, and we request that you notify us by reply mail or telephone and delete the original message from your mail system. > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Thu Jan 7 09:55:39 2016 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 7 Jan 2016 09:55:39 +0100 Subject: glib-2.41.0.tar.xz : how to extract In-Reply-To: <1b92e0db30db4d408c67648fa670103d@melexp01.internal.bupa.com.au> References: <1b92e0db30db4d408c67648fa670103d@melexp01.internal.bupa.com.au> Message-ID: Hi Jim, > Am 07.01.2016 um 04:28 schrieb Jim Zapsalis : > > Hi guys, > > Probably a silly question > How do I go about extracting files from glib-2.41.0.tar.xz? > Running on solaris 10 How about xz? ;-) http://www.opencsw.org/packages/CSWxz/ Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 203 bytes Desc: Message signed with OpenPGP using GPGMail URL: From Jim.Zapsalis at bupa.com.au Thu Jan 7 09:57:17 2016 From: Jim.Zapsalis at bupa.com.au (Jim Zapsalis) Date: Thu, 7 Jan 2016 08:57:17 +0000 Subject: glib-2.41.0.tar.xz : how to extract In-Reply-To: References: <1b92e0db30db4d408c67648fa670103d@melexp01.internal.bupa.com.au> Message-ID: Thanks guys Already sorted It was a dumb question ? From: users [mailto:users-bounces+jim.zapsalis=bupa.com.au at lists.opencsw.org] On Behalf Of Dagobert Michelsen Sent: Thursday, 7 January 2016 7:56 PM To: Questions and discussions Subject: Re: glib-2.41.0.tar.xz : how to extract Hi Jim, Am 07.01.2016 um 04:28 schrieb Jim Zapsalis >: Hi guys, Probably a silly question How do I go about extracting files from glib-2.41.0.tar.xz? Running on solaris 10 How about xz? ;-) http://www.opencsw.org/packages/CSWxz/ Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 Bupa Australia email disclaimer: The information contained in this email and any attachments is confidential and may be subject to copyright or other intellectual property protection. If you are not the intended recipient, you are not authorized to use or disclose this information, and we request that you notify us by reply mail or telephone and delete the original message from your mail system. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeroen.ooms at stat.ucla.edu Tue Jan 12 15:54:59 2016 From: jeroen.ooms at stat.ucla.edu (Jeroen Ooms) Date: Tue, 12 Jan 2016 15:54:59 +0100 Subject: librsvg pkg-config problem Message-ID: Using pkg-config to get the libs for librsvg works: ~# /opt/csw/bin/pkg-config --libs librsvg-2.0 -L/opt/csw/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lcairo -lgobject-2.0 -lglib-2.0 -lintl However trying to get the cflags gives an error: ~# /opt/csw/bin/pkg-config --cflags librsvg-2.0 sh: gnome-config: not found Package xproto was not found in the pkg-config search path. Perhaps you should add the directory containing `xproto.pc' to the PKG_CONFIG_PATH environment variable Package 'xproto', required by 'Xrender', not found Is there an easy solution to this? From jh at opencsw.org Tue Jan 12 16:08:30 2016 From: jh at opencsw.org (Jan Holzhueter) Date: Tue, 12 Jan 2016 16:08:30 +0100 Subject: librsvg pkg-config problem In-Reply-To: References: Message-ID: <569516EE.20607@opencsw.org> Hi, Am 12.01.16 um 15:54 schrieb Jeroen Ooms: > Using pkg-config to get the libs for librsvg works: > > ~# /opt/csw/bin/pkg-config --libs librsvg-2.0 > -L/opt/csw/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lcairo > -lgobject-2.0 -lglib-2.0 -lintl > > However trying to get the cflags gives an error: > > ~# /opt/csw/bin/pkg-config --cflags librsvg-2.0 > sh: gnome-config: not found > Package xproto was not found in the pkg-config search path. > Perhaps you should add the directory containing `xproto.pc' to the > PKG_CONFIG_PATH environment variable > Package 'xproto', required by 'Xrender', not found > > Is there an easy solution to this? try installing CSWsunx11devel which is a hack to get Solaris X11 stuff. Greetings Jan From jeroen.ooms at stat.ucla.edu Tue Jan 12 16:13:43 2016 From: jeroen.ooms at stat.ucla.edu (Jeroen Ooms) Date: Tue, 12 Jan 2016 16:13:43 +0100 Subject: librsvg pkg-config problem In-Reply-To: <569516EE.20607@opencsw.org> References: <569516EE.20607@opencsw.org> Message-ID: On Tue, Jan 12, 2016 at 4:08 PM, Jan Holzhueter wrote: > try installing CSWsunx11devel which is a hack to get Solaris X11 stuff. Thanks that did the job. Maybe make this a dependency of librsvg_dev ? From maciej at opencsw.org Tue Jan 12 16:28:23 2016 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Tue, 12 Jan 2016 15:28:23 +0000 Subject: librsvg pkg-config problem In-Reply-To: References: <569516EE.20607@opencsw.org> Message-ID: Jeroen Ooms escreveu no dia ter?a, 12/01/2016 ?s 15:14: > On Tue, Jan 12, 2016 at 4:08 PM, Jan Holzhueter wrote: > > try installing CSWsunx11devel which is a hack to get Solaris X11 stuff. > > Thanks that did the job. Maybe make this a dependency of librsvg_dev ? > https://www.opencsw.org/manual/for-administrators/faq.html#why-not-use-third-party-dependencies -------------- next part -------------- An HTML attachment was scrubbed... URL: From jh at opencsw.org Tue Jan 12 16:42:45 2016 From: jh at opencsw.org (Jan Holzhueter) Date: Tue, 12 Jan 2016 16:42:45 +0100 Subject: librsvg pkg-config problem In-Reply-To: References: <569516EE.20607@opencsw.org> Message-ID: <56951EF5.50305@opencsw.org> Am 12.01.16 um 16:28 schrieb Maciej (Matchek) Blizi?ski: > Jeroen Ooms > escreveu no dia ter?a, 12/01/2016 ?s > 15:14: > > On Tue, Jan 12, 2016 at 4:08 PM, Jan Holzhueter > wrote: > > try installing CSWsunx11devel which is a hack to get Solaris X11 > stuff. > > Thanks that did the job. Maybe make this a dependency of librsvg_dev ? > > > https://www.opencsw.org/manual/for-administrators/faq.html#why-not-use-third-party-dependencies in this case it's our own package :) Which ships pkg-config files for Solaris X11 support. so yes we could add that :) Greetings Jan