From simonjensen at web.de Tue Feb 20 17:33:27 2018 From: simonjensen at web.de (Simon Jensen) Date: Tue, 20 Feb 2018 17:33:27 +0100 Subject: wxWidgets 3.0.3 Message-ID: <5A8C4DD7.3020701@web.de> Dear group. I try to compile wxWidgets 3.0.3 on Solaris 10 and have problems. configure ends up with this output: Configured wxWidgets 3.0.3 for `sparc-sun-solaris2.10' Which GUI toolkit should wxWidgets use? GTK+ 2 Should wxWidgets be compiled into single library? no Should wxWidgets be linked as a shared library? yes Should wxWidgets support Unicode? yes (using wchar_t) What level of wxWidgets compatibility should be enabled? wxWidgets 2.6 no wxWidgets 2.8 yes Which libraries should wxWidgets use? STL no jpeg sys png builtin regex builtin tiff sys zlib sys expat sys libmspack no sdl no After a while make (using gcc 5.5) stops with this fault: In file included from /opt/csw/lib/gcc/sparc-sun-solaris2.10/5.5.0/include-fixed/iso/stdlib_iso.h:39:0, from /usr/include/stdlib.h:17, from ./src/png/pngpriv.h:43, from ./src/png/png.c:14: /opt/csw/lib/gcc/sparc-sun-solaris2.10/5.5.0/include-fixed/sys/feature_tests.h:346:2: Fehler: #error "Compiler or options invalid for pre-UNIX 03 X/Open applications and pre-2001 POSIX applications" #error "Compiler or options invalid for pre-UNIX 03 X/Open applications \ ^ *** Error code 1 make: Fatal error: Command failed for target `wxpng_png.o' => Can someone give me a hint? Best, Simon From dam at opencsw.org Tue Feb 20 20:42:37 2018 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 20 Feb 2018 20:42:37 +0100 Subject: wxWidgets 3.0.3 In-Reply-To: <5A8C4DD7.3020701@web.de> References: <5A8C4DD7.3020701@web.de> Message-ID: <3080D61C-5949-4692-B377-55864EB49DAF@opencsw.org> Hi Simon, Am 20.02.2018 um 17:33 schrieb Simon Jensen via users : > I try to compile wxWidgets 3.0.3 on Solaris 10 and have problems. > configure ends up with this output: > > Configured wxWidgets 3.0.3 for `sparc-sun-solaris2.10' > > Which GUI toolkit should wxWidgets use? GTK+ 2 > Should wxWidgets be compiled into single library? no > Should wxWidgets be linked as a shared library? yes > Should wxWidgets support Unicode? yes (using > wchar_t) > What level of wxWidgets compatibility should be enabled? > wxWidgets 2.6 no > wxWidgets 2.8 yes > Which libraries should wxWidgets use? > STL no > jpeg sys > png builtin > regex builtin > tiff sys > zlib sys > expat sys > libmspack no > sdl no > > After a while make (using gcc 5.5) stops with this fault: > > In file included from > /opt/csw/lib/gcc/sparc-sun-solaris2.10/5.5.0/include-fixed/iso/stdlib_iso.h:39:0, > from /usr/include/stdlib.h:17, > from ./src/png/pngpriv.h:43, > from ./src/png/png.c:14: > /opt/csw/lib/gcc/sparc-sun-solaris2.10/5.5.0/include-fixed/sys/feature_tests.h:346:2: > Fehler: #error "Compiler or options invalid for pre-UNIX 03 X/Open > applications and pre-2001 POSIX applications" > #error "Compiler or options invalid for pre-UNIX 03 X/Open applications \ > ^ > *** Error code 1 > make: Fatal error: Command failed for target `wxpng_png.o' > > => Can someone give me a hint? Sure: https://github.com/ccache/ccache/issues/148 Would you be interested in providing a patch for our current build recipe? https://buildfarm.opencsw.org/source/xref/opencsw/csw/mgar/pkg/wxwidgets/trunk/Makefile 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 From simonjensen at web.de Tue Feb 20 23:21:14 2018 From: simonjensen at web.de (Simon Jensen) Date: Tue, 20 Feb 2018 23:21:14 +0100 Subject: wxWidgets 3.0.3 In-Reply-To: <3080D61C-5949-4692-B377-55864EB49DAF@opencsw.org> References: <5A8C4DD7.3020701@web.de> <3080D61C-5949-4692-B377-55864EB49DAF@opencsw.org> Message-ID: <5A8C9F5A.1050402@web.de> Hi Dago. Your hint was good, meanwhile I needed to make some more modifications but did not get through the compile process: In file included from ./include/wx/gtk/private.h:17:0, from ./src/unix/fontutil.cpp:46: ./include/wx/gtk/private/gtk2-compat.h:59:57: Fehler: Variable oder Feld ?wx_gtk_about_dialog_set_program_name? als ?void? deklariert static inline void wx_gtk_about_dialog_set_program_name(GtkAboutDialog* about, const gchar* name) ^ Not sure if there is some path to be adjusted ... Best, Simon Am 20.02.18 20:42, schrieb Dagobert Michelsen via users: > Hi Simon, > > Am 20.02.2018 um 17:33 schrieb Simon Jensen via users : >> I try to compile wxWidgets 3.0.3 on Solaris 10 and have problems. >> configure ends up with this output: >> >> Configured wxWidgets 3.0.3 for `sparc-sun-solaris2.10' >> >> Which GUI toolkit should wxWidgets use? GTK+ 2 >> Should wxWidgets be compiled into single library? no >> Should wxWidgets be linked as a shared library? yes >> Should wxWidgets support Unicode? yes (using >> wchar_t) >> What level of wxWidgets compatibility should be enabled? >> wxWidgets 2.6 no >> wxWidgets 2.8 yes >> Which libraries should wxWidgets use? >> STL no >> jpeg sys >> png builtin >> regex builtin >> tiff sys >> zlib sys >> expat sys >> libmspack no >> sdl no >> >> After a while make (using gcc 5.5) stops with this fault: >> >> In file included from >> /opt/csw/lib/gcc/sparc-sun-solaris2.10/5.5.0/include-fixed/iso/stdlib_iso.h:39:0, >> from /usr/include/stdlib.h:17, >> from ./src/png/pngpriv.h:43, >> from ./src/png/png.c:14: >> /opt/csw/lib/gcc/sparc-sun-solaris2.10/5.5.0/include-fixed/sys/feature_tests.h:346:2: >> Fehler: #error "Compiler or options invalid for pre-UNIX 03 X/Open >> applications and pre-2001 POSIX applications" >> #error "Compiler or options invalid for pre-UNIX 03 X/Open applications \ >> ^ >> *** Error code 1 >> make: Fatal error: Command failed for target `wxpng_png.o' >> >> => Can someone give me a hint? > > Sure: > https://github.com/ccache/ccache/issues/148 > > Would you be interested in providing a patch for our current build recipe? > https://buildfarm.opencsw.org/source/xref/opencsw/csw/mgar/pkg/wxwidgets/trunk/Makefile > > > > > Best regards > > ? Dago > From simonjensen at web.de Wed Feb 21 10:10:22 2018 From: simonjensen at web.de (Simon Jensen) Date: Wed, 21 Feb 2018 10:10:22 +0100 Subject: libpng15_dev not in catalog Message-ID: <5A8D377E.5040005@web.de> Dear group. When trying to fetch "libpng15_dev" for Solaris 10 / Sparc I get the following error: Package libpng15_dev not in catalog. Exiting. Can someone double-check? Best, Simon From dam at opencsw.org Wed Feb 21 13:25:45 2018 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 21 Feb 2018 13:25:45 +0100 Subject: libpng15_dev not in catalog In-Reply-To: <5A8D377E.5040005@web.de> References: <5A8D377E.5040005@web.de> Message-ID: <91383B3C-2EF8-4922-BD61-4B635A297BCF@opencsw.org> Hi Simon, Am 21.02.2018 um 10:10 schrieb Simon Jensen via users : > When trying to fetch "libpng15_dev" for Solaris 10 / Sparc I get the > following error: > > Package libpng15_dev not in catalog. Exiting. > > Can someone double-check? It is in the catalog, please post ?pkgutil -V?. 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: From simonjensen at web.de Wed Feb 21 13:33:15 2018 From: simonjensen at web.de (Simon Jensen) Date: Wed, 21 Feb 2018 13:33:15 +0100 Subject: libpng15_dev not in catalog In-Reply-To: <91383B3C-2EF8-4922-BD61-4B635A297BCF@opencsw.org> References: <5A8D377E.5040005@web.de> <91383B3C-2EF8-4922-BD61-4B635A297BCF@opencsw.org> Message-ID: <5A8D670B.7060301@web.de> Hello! Output of "pkgutil -V" is: - System - Pkgutil 2.6.7 Arch sparc Solaris 5.10 Pkg patch 119317 (119317-01 installed) GPG binary /opt/csw/bin/gpg Gzip binary /bin/gzip Mailx binary /bin/mailx MD5 binary /opt/csw/bin/gmd5sum MD5 module 2.39 (primary choice for MD5) Perl 5.010001 Perl binary /bin/perl Wget binary /opt/csw/bin/wget PATH /usr/sbin:/bin:/usr/bin:/opt/csw/bin - Configuration - catalog_not_cached true (default: true) catalog_update 14 (default: 14) deptree_filter_common false (default: false) exclude_pattern not set (default: none) gpg_homedir not set (default: none) maxpkglist 100000 (default: 10000) mirror not set (default: http://mirror.opencsw.org/opencsw/testing) noncsw false (default: false) pkgaddopts not set (default: none) pkgliststyle 2 (default: 0) pkgrmopts not set (default: none) root_path not set (default: /) show_current true (default: true) stop_on_hook_soft_error not set (default: false) use_gpg false (default: false) use_md5 false (default: false) wgetopts not set (default: none) Regards, Simon Am 21.02.18 13:25, schrieb Dagobert Michelsen via users: > Hi Simon, > > Am 21.02.2018 um 10:10 schrieb Simon Jensen via users > >: >> When trying to fetch "libpng15_dev" for Solaris 10 / Sparc I get the >> following error: >> >> Package libpng15_dev not in catalog. Exiting. >> >> Can someone double-check? > > It is in the catalog, please post ?pkgutil -V?. > > > 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 > From dam at opencsw.org Wed Feb 21 13:35:57 2018 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 21 Feb 2018 13:35:57 +0100 Subject: libpng15_dev not in catalog In-Reply-To: <5A8D670B.7060301@web.de> References: <5A8D377E.5040005@web.de> <91383B3C-2EF8-4922-BD61-4B635A297BCF@opencsw.org> <5A8D670B.7060301@web.de> Message-ID: <0A8551EA-4A36-4F4F-874C-105C19B7150B@opencsw.org> Hi Simon, > Am 21.02.2018 um 13:33 schrieb Simon Jensen via users : > > Hello! Output of "pkgutil -V" is: > > - System - > Pkgutil 2.6.7 > Arch sparc > Solaris 5.10 > Pkg patch 119317 (119317-01 installed) > GPG binary /opt/csw/bin/gpg > Gzip binary /bin/gzip > Mailx binary /bin/mailx > MD5 binary /opt/csw/bin/gmd5sum > MD5 module 2.39 (primary choice for MD5) > Perl 5.010001 > Perl binary /bin/perl > Wget binary /opt/csw/bin/wget > PATH /usr/sbin:/bin:/usr/bin:/opt/csw/bin > > - Configuration - > catalog_not_cached true (default: true) > catalog_update 14 (default: 14) > deptree_filter_common false (default: false) > exclude_pattern not set (default: none) > gpg_homedir not set (default: none) > maxpkglist 100000 (default: 10000) > mirror not set > (default: http://mirror.opencsw.org/opencsw/testing) I suggest to change this to unstable/ in /etc/opt/csw/pkgutil.conf > noncsw false (default: false) > pkgaddopts not set (default: none) > pkgliststyle 2 (default: 0) > pkgrmopts not set (default: none) > root_path not set (default: /) > show_current true (default: true) > stop_on_hook_soft_error not set (default: false) > use_gpg false (default: false) > use_md5 false (default: false) > wgetopts not set (default: none) > > Regards, Simon > > Am 21.02.18 13:25, schrieb Dagobert Michelsen via users: >> Hi Simon, >> >> Am 21.02.2018 um 10:10 schrieb Simon Jensen via users >> >: >>> When trying to fetch "libpng15_dev" for Solaris 10 / Sparc I get the >>> following error: >>> >>> Package libpng15_dev not in catalog. Exiting. >>> >>> Can someone double-check? >> >> It is in the catalog, please post ?pkgutil -V?. The error message looks strange, diid you try ?pkgutil -y -i libpng15_dev? ? Best regards ? Dago >> >> >> 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 >> -- "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: From simonjensen at web.de Wed Feb 21 14:26:27 2018 From: simonjensen at web.de (Simon Jensen) Date: Wed, 21 Feb 2018 14:26:27 +0100 Subject: libpng15_dev not in catalog In-Reply-To: <0A8551EA-4A36-4F4F-874C-105C19B7150B@opencsw.org> References: <5A8D377E.5040005@web.de> <91383B3C-2EF8-4922-BD61-4B635A297BCF@opencsw.org> <5A8D670B.7060301@web.de> <0A8551EA-4A36-4F4F-874C-105C19B7150B@opencsw.org> Message-ID: <5A8D7383.2040208@web.de> Hi! With my default config (see below) I get: # pkgutil -y -i libpng15_dev Solving needed dependencies ... Package libpng15_dev not in catalog. Exiting. Setting mirror=http://mirror.opencsw.org/opencsw/unstable solves the problem. Thanks for your support! Regards, Simon Am 21.02.18 13:35, schrieb Dagobert Michelsen via users: > Hi Simon, > >> Am 21.02.2018 um 13:33 schrieb Simon Jensen via users >> >: >> >> Hello! Output of "pkgutil -V" is: >> >> - System - >> Pkgutil 2.6.7 >> Arch sparc >> Solaris 5.10 >> Pkg patch 119317 (119317-01 installed) >> GPG binary /opt/csw/bin/gpg >> Gzip binary /bin/gzip >> Mailx binary /bin/mailx >> MD5 binary /opt/csw/bin/gmd5sum >> MD5 module 2.39 (primary choice for MD5) >> Perl 5.010001 >> Perl binary /bin/perl >> Wget binary /opt/csw/bin/wget >> PATH /usr/sbin:/bin:/usr/bin:/opt/csw/bin >> >> - Configuration - >> catalog_not_cached true (default: true) >> catalog_update 14 (default: 14) >> deptree_filter_common false (default: false) >> exclude_pattern not set (default: none) >> gpg_homedir not set (default: none) >> maxpkglist 100000 (default: 10000) >> mirror not set >> (default: >> http://mirror.opencsw.org/opencsw/testing) > > I suggest to change this to unstable/ in /etc/opt/csw/pkgutil.conf > >> noncsw false (default: false) >> pkgaddopts not set (default: none) >> pkgliststyle 2 (default: 0) >> pkgrmopts not set (default: none) >> root_path not set (default: /) >> show_current true (default: true) >> stop_on_hook_soft_error not set (default: false) >> use_gpg false (default: false) >> use_md5 false (default: false) >> wgetopts not set (default: none) >> >> Regards, Simon >> >> Am 21.02.18 13:25, schrieb Dagobert Michelsen via users: >>> Hi Simon, >>> >>> Am 21.02.2018 um 10:10 schrieb Simon Jensen via users >>> >>> >: >>>> When trying to fetch "libpng15_dev" for Solaris 10 / Sparc I get the >>>> following error: >>>> >>>> Package libpng15_dev not in catalog. Exiting. >>>> >>>> Can someone double-check? >>> >>> It is in the catalog, please post ?pkgutil -V?. > > The error message looks strange, diid you try ?pkgutil -y -i libpng15_dev? ? > > Best regards > > ? Dago > >>> >>> >>> 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 >>> > > -- > "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 >