Re: SF.net SVN: gar:[23254] csw/mgar/gar/v2/src/catalog-release-to-disk.go

2014-03-19 Thread Peter FELECAN
wah...@users.sourceforge.net writes: > csw/mgar/gar/v2/src/catalog-release-to-disk.go Oh my! We have now tools in ksh, perl, python and go! A rich environment you say? Ad nauseum. The consequence of this is that less somebody can master the system. -- Peter

Re: libffi, missing symbolic link

2014-02-16 Thread Peter FELECAN
install CSWlibffi-dev which contains the symbolic link, -- Peter

Re: SF.net SVN: gar:[22551] csw/mgar/pkg/libtool/trunk

2013-11-18 Thread Peter FELECAN
dmichel...@users.sourceforge.net writes: > ++ > /opt/csw/gcc4/bin/*|/opt/csw/bin/gcc|/opt/csw/bin/g++|/opt/csw/bin/gcc-4.8|/opt/csw/bin/g++-4.8) Why not gcc-4* and g++-4* ? Thus we support all the gcc 4 versions. BTW, there are paths depending on the version in the configuration and tag fil

Re: [csw-devel] SF.net SVN: gar:[22143] csw/mgar/pkg/lang-python/virtualenv/trunk/Makefile

2013-10-06 Thread Peter FELECAN
wah...@users.sourceforge.net writes: > Revision: 22143 > http://gar.svn.sourceforge.net/gar/?rev=22143&view=rev > Author: wahwah > Date: 2013-10-06 17:53:28 + (Sun, 06 Oct 2013) > Log Message: > --- > lang-python/virtualenv/trunk: Dual Python version. > [...] The packa

Re: [csw-devel] SF.net SVN: gar:[22134] csw/mgar/pkg/opencsw-manual/trunk/files/ for-maintainers/buildfarm-setup.rst

2013-10-06 Thread Peter FELECAN
wah...@users.sourceforge.net writes: > Revision: 22134 > [...] > -This will create, by default, in your home directory, the ``opencsw`` > -entry. If you wish to use another place, please use a third argument, > -e.g.: > +This will create, by default, in your home directory, the ``~/opencsw`` > +di

Re: [csw-devel] SF.net SVN: gar:[22116] csw/mgar/pkg/opencsw-manual/trunk/files/ for-maintainers/buildfarm-setup.rst

2013-10-04 Thread Peter FELECAN
"Maciej (Matchek) Bliziński" writes: > 2013/10/4 : >> Revision: 22116 >> http://gar.svn.sourceforge.net/gar/?rev=22116&view=rev >> Author: pfelecan >> Date: 2013-10-04 15:54:28 + (Fri, 04 Oct 2013) >> Log Message: >> --- >> opencsw-manual/trunk: >> - add sudo where ne

Re: [csw-devel] SF.net SVN: gar:[22104] csw/mgar/pkg/opencsw-manual/trunk/files/ for-maintainers/buildfarm-setup.rst

2013-10-03 Thread Peter FELECAN
wah...@users.sourceforge.net writes: > +Remember to patch the compilers, with PCA or manually (requires a software > +service contract from Oracle). This is an additional and quite strong reason to use GCC. How the heck can somebody build an "Open" stack if it depends on proprietary software for

Re: [csw-devel] SF.net SVN: gar:[22085] csw/mgar/pkg/ansible/trunk

2013-10-01 Thread Peter FELECAN
guen...@users.sourceforge.net writes: > ansible/trunk: [...] Only build for python 2.6 due to missing python > libraries in 2.7 [...] What do you mean by this? Do you care to explain? -- Peter ___ devel mailing list devel@lists.opencsw.org https://list

Re: [csw-devel] SF.net SVN: gar:[22075] csw/mgar/gar/v2/lib/python/package_checks.py

2013-10-01 Thread Peter FELECAN
wah...@users.sourceforge.net writes: > + """Packages named CSWpy- must provide files for Python 2.6.""" I beg to differ: a CSWpy- package must provide Python files, whatever version, not specifically 2.6. -- Peter ___ devel mailing list devel@lists.op

Re: [csw-devel] SF.net SVN: gar:[21243] csw/mgar/pkg/xpm/branches

2013-06-03 Thread Peter FELECAN
mattda...@users.sourceforge.net writes: > +# Copyright 2009 OpenNIMOSS What's NIM? -- Peter ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel

Re: [csw-devel] SF.net SVN: opencsw:[662] mirror

2013-05-13 Thread Peter FELECAN
dmichel...@users.sourceforge.net writes: > +#!/usr/bin/perl -w Maybe: #!/usr/bin/env perl -w is more adequate. -- Peter ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel

Re: [csw-devel] SF.net SVN: gar:[21040] csw/mgar/pkg/lang-python/pyqt/trunk/Makefile

2013-05-11 Thread Peter FELECAN
Maciej Bliziński writes: > We don't currently have filesystem layout checks in place. If we had, > this kind of check would fire too. > > Checks need some sort of algorithmic formula. We would need to define > what are good paths for files. For example, good paths would be: > > /opt/csw/bin/foo >

Re: [csw-devel] SF.net SVN: gar:[21040] csw/mgar/pkg/lang-python/pyqt/trunk/Makefile

2013-05-11 Thread Peter FELECAN
Peter FELECAN writes: > Maciej Bliziński writes: > >> On Fri, May 10, 2013 at 12:25:26PM +, pfele...@users.sourceforge.net >> wrote: >>> Revision: 21040 >>> http://gar.svn.sourceforge.net/gar/?rev=21040&view=rev >>> Author: pfel

Re: [csw-devel] SF.net SVN: gar:[21040] csw/mgar/pkg/lang-python/pyqt/trunk/Makefile

2013-05-10 Thread Peter FELECAN
Maciej Bliziński writes: > On Fri, May 10, 2013 at 12:25:26PM +, pfele...@users.sourceforge.net > wrote: >> Revision: 21040 >> http://gar.svn.sourceforge.net/gar/?rev=21040&view=rev >> Author: pfelecan >> Date: 2013-05-10 12:25:26 + (Fri, 10 May 2013) >> Log Message: >> -

Re: [csw-devel] SF.net SVN: gar:[20987] csw/mgar/pkg

2013-05-04 Thread Peter FELECAN
Maciej Bliziński writes: >> +DISTFILES = $(NAME)-$(VERSION).tar.bz2 > > You can use DISTNAME instead of $(NAME)-$(VERSION). > > Note to self: we should fix the template. The template is correct AFAIK, i.e. mgar newpkg creates a correct stanza. -- Peter _

Re: [csw-devel] SF.net SVN: gar:[19947] csw/mgar/gar/v2/lib/python/sharedlib_utils.py

2012-12-23 Thread Peter FELECAN
wah...@users.sourceforge.net writes: > It used to be a cryptic stack trace. Let's display an informative error > message instead. Yeah, human understandable messages... What I dislike most in Python eco-system is the tendency to let the interpreter dump the trace and let the poor user, usually me

Re: [csw-devel] SF.net SVN: gar:[19689] csw/mgar/pkg/libdvdread/trunk/Makefile

2012-11-14 Thread Peter FELECAN
Igor Galić writes: > All categories (that were basically empty) have been removed. > This has been announced on the list. Please run mgar up Well, I reverted the recipe to comply. However, I didn't see an announcement and, especially a rationale of that modification. In another subject, I recei

Re: [csw-devel] SF.net SVN: gar:[18584] csw/mgar/pkg/grip/trunk/Makefile

2012-06-29 Thread Peter FELECAN
"Maciej (Matchek) Bliziński" writes: > These overrides, is this the transitive dependency thing? yes and NEEDED from readelf and elfdump point of view -- Peter ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/

Re: [csw-devel] SF.net SVN: gar:[18440] csw/mgar/pkg/libgnet/trunk/Makefile

2012-06-27 Thread Peter FELECAN
"Maciej (Matchek) Bliziński" writes: > 2012/6/16 : >>  RUNTIME_DEP_PKGS_CSWlibgnet2-0-0       +=      CSWlibintl8 >> +CHECKPKG_OVERRIDES_CSWlibgnet2-0-0 += surplus-dependency|CSWlibiconv2 > > A similar issue as in other packages - CSWlibiconv2 only adds a single > library, usually when a library

Re: [csw-devel] SF.net SVN: gar:[18463] csw/mgar/pkg/plotutils/trunk/Makefile

2012-06-27 Thread Peter FELECAN
"Maciej (Matchek) Bliziński" writes: > 2012/6/19 : >>  RUNTIME_DEP_PKGS_CSWplotutils  +=      CSWlibplotter2 >>  RUNTIME_DEP_PKGS_CSWplotutils  +=      CSWlibxmi0 >>  OBSOLETED_BY_CSWplotutils              =       CSWplotutil >> +CHECKPKG_OVERRIDES_CSWplotutils        +=       >> missing-depende

Re: [csw-devel] SF.net SVN: gar:[18511] csw/mgar/pkg/pilotlink/trunk/Makefile

2012-06-27 Thread Peter FELECAN
"Maciej (Matchek) Bliziński" writes: > 2012/6/23 : >>  PACKAGES                                               +=      CSWlibpitcl0 >>  CATALOGNAME_CSWlibpitcl0               =       libpitcl0 >> @@ -170,6 +225,10 @@ >>  RUNTIME_DEP_PKGS_CSWlibpitcl0  +=      CSWlibpisock9 >>  RUNTIME_DEP_PKGS_CS

Re: [csw-devel] SF.net SVN: gar:[18512] csw/mgar/pkg/pilotlink/trunk/Makefile

2012-06-27 Thread Peter FELECAN
"Maciej (Matchek) Bliziński" writes: > 2012/6/23 : >> Revision: 18512 >>          http://gar.svn.sourceforge.net/gar/?rev=18512&view=rev >> Author:   pfelecan >> Date:     2012-06-23 09:37:54 + (Sat, 23 Jun 2012) >> Log Message: >> --- >> corrected end of line issues after copy&paste

Re: [csw-devel] SF.net SVN: gar:[18513] csw/mgar/pkg/pilotlink/trunk/Makefile

2012-06-27 Thread Peter FELECAN
"Maciej (Matchek) Bliziński" writes: >> +CHECKPKG_OVERRIDES_CSWpilot-link-perl+= >> perllocal-pod-in-pkgmap|/opt/csw/lib/perl/5.10.1/perllocal.pod > > Why override this and not remove the file? I don't know what was the > original motivation, but AFAIK, we shouldn't and don't ship the > perlloca

Re: [csw-devel] SF.net SVN: gar:[18518] csw/mgar/pkg/pstoedit/trunk/Makefile

2012-06-27 Thread Peter FELECAN
"Maciej (Matchek) Bliziński" writes: > 2012/6/25 : >> Revision: 18518 >>          http://gar.svn.sourceforge.net/gar/?rev=18518&view=rev >> Author:   pfelecan >> Date:     2012-06-25 09:55:11 + (Mon, 25 Jun 2012) >> Log Message: >> --- >> availability limited to Solaris 10 > > When c

Re: [csw-devel] SF.net SVN: gar:[18514] csw/mgar/pkg/amanda/trunk

2012-06-24 Thread Peter FELECAN
wah...@users.sourceforge.net writes: > +# DEP_PKGS += CSWcurlrt CSWosslrt CSWlibnet What's the role of DEP_PKGS (viz. RUNTIME_DEP_PKGS or BUILD_DEP_PKGS)? -- Peter ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinf

Re: [csw-devel] SF.net SVN: gar:[16652] csw/mgar/pkg/subversion/trunk/Makefile

2012-06-24 Thread Peter FELECAN
Maciej Bliziński writes: > On Mon, Jan 02, 2012 at 08:17:25PM +, rthur...@users.sourceforge.net > wrote: >> +CHECKPKG_OVERRIDES_CSWpythonsvn += >> discouraged-path-in-pkgmap|/opt/csw/lib/svn/python/site-packages/svn/repos.pyc >> +CHECKPKG_OVERRIDES_CSWpythonsvn += >> discouraged-path-in-pkg

Re: [csw-devel] SF.net SVN: gar:[18307] csw/mgar/pkg/grip/trunk/Makefile

2012-06-11 Thread Peter FELECAN
"Maciej (Matchek) Bliziński" writes: > 2012/6/10 : >> -GCC4_VERSION           =       4.7 >> +#GCC4_VERSION          =       4.7 > > You can set this in ~/.garrc on your private buildfarm. This way it > won't leak to build recipes, which will work in both places (provided > that the upstream com

Re: [csw-devel] SF.net SVN: gar:[18112] csw/mgar/pkg/gsl/trunk/Makefile

2012-05-31 Thread Peter FELECAN
"Maciej (Matchek) Bliziński" writes: > 2012/5/25 > >> Revision: 18112 >> http://gar.svn.sourceforge.net/gar/?rev=18112&view=rev >> Author: pfelecan >> Date: 2012-05-25 07:13:06 + (Fri, 25 May 2012) >> Log Message: >> --- >> acted upon checkpkg suggestions >> >> Modifi

Re: [csw-devel] SF.net SVN: gar:[18158] csw/mgar/pkg/t1lib/trunk/Makefile

2012-05-31 Thread Peter FELECAN
"Maciej (Matchek) Bliziński" writes: > 2012/5/29 > >> +# why is this? .so are just symbolic links: >> +CHECKPKG_OVERRIDES_CSWt1lib-dev+= archall-devel-package >> > > Discussion on maintainers: > http://lists.opencsw.org/pipermail/maintainers/2010-February/011234.html > > Are you su

Re: [csw-devel] SF.net SVN: gar:[18013] csw/mgar/pkg/m17n/trunk/Makefile

2012-05-26 Thread Peter FELECAN
"Maciej (Matchek) Bliziński" writes: > 2012/5/14 : >>  # added this overrides because checkpkg evaluates them incorrectly, >>  # e.g. libthai0 doesn't exist and how the heck it determines that it >>  # depends on libgs2? > > checkpkg always tells exactly why it introduces dependencies. Did you >

Re: [csw-devel] SF.net SVN: gar:[17983] csw/mgar/pkg/libotf/trunk/Makefile

2012-05-26 Thread Peter FELECAN
"Maciej (Matchek) Bliziński" writes: > 2012/5/13 Peter FELECAN >> >> BTW, the advantage of this tool is to extract the dependencies using the >> system on which it runs and making reduction of the dependency tree, >> mainly by transitivity... >

Re: [csw-devel] [csw-buildfarm] request to install packages needed to build emacs

2012-05-22 Thread Peter FELECAN
Dagobert Michelsen writes: > Am 16.05.2012 um 10:31 schrieb Peter FELECAN: >> Note that I'm not available until the beginning of the next week and I'm >> incommunicado[1] until then. >> >> [1] the beautifully agglutinated "érintkezésilehetőség

Re: [csw-devel] SF.net SVN: gar:[17983] csw/mgar/pkg/libotf/trunk/Makefile

2012-05-13 Thread Peter FELECAN
, the advantage of this tool is to extract the dependencies using the system on which it runs and making reduction of the dependency tree, mainly by transitivity... also, more precise than pkgcheck; you can see the sources in my home bin/python directory. -- Peter FELECAN mailto:pfele...@acm.org ___

Re: [csw-devel] SF.net SVN: gar:[17064] csw/mgar/pkg/mysql5/branches/mysql-6.0/

2012-02-16 Thread Peter FELECAN
wah...@users.sourceforge.net writes: > csw/mgar/pkg/mysql5/branches/mysql-6.0/ in the end csw/mgar/pkg/mysql6 isn't it? -- Peter ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel

Re: [csw-devel] SF.net SVN: gar:[16750] csw/mgar/pkg/gcc4/branches/private-lib/

2012-01-17 Thread Peter FELECAN
"Maciej (Matchek) Bliziński" writes: > So, I'm leaning towards keeping all libraries in /opt/csw/lib, > including libgcc_s and libstdc++. This is the best least effort stance. Consequently, if I may, no need to waste your time on this branch. -- Peter ___

Re: [csw-devel] SF.net SVN: gar:[16750] csw/mgar/pkg/gcc4/branches/private-lib/

2012-01-15 Thread Peter FELECAN
"Maciej (Matchek) Bliziński" writes: > 2012/1/12 Peter FELECAN : >> What's the idea? > > The idea is this: if libstdc++.so.6 is in /opt/csw/lib and we > automatically add -R/opt/csw/lib/$ISALIST to all binaries, there's a > new failure mode: a binary

Re: [csw-devel] SF.net SVN: gar:[16750] csw/mgar/pkg/gcc4/branches/private-lib/

2012-01-12 Thread Peter FELECAN
wah...@users.sourceforge.net writes: > A branch to try out private gcc libraries. What's the idea? -- Peter ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel

Re: [csw-devel] SF.net SVN: gar:[13007] csw/mgar/pkg/krb5-lib/trunk

2011-01-20 Thread Peter FELECAN
"Maciej (Matchek) Blizinski" writes: > > PostgreSQL shared libraries and devel packages are ready, but won't be > accepted by Phil who doesn't accept the idea of placing shared > libraries in /opt/csw/lib. Can you make a clean slate proposal for that, submit it to (re)discussion and after that to

Re: [csw-devel] SF.net SVN: gar:[12471] csw/mgar/pkg/cswutils/trunk/files/checkpkg

2011-01-09 Thread Peter FELECAN
thefer...@users.sourceforge.net writes: > @@ -89,14 +195,13 @@ > # check for badly set RUNPATHs. sigh. > # Note that need to escape one /, so that it does not > #trigger check if checking its own package > - badpaths="[/]export/medusa [/]opt/build [/]export/home [/]usr/share

Re: [csw-devel] SF.net SVN: gar:[3953] csw/mgar/pkg/gcc4/trunk

2009-03-26 Thread Peter FELECAN
valho...@users.sourceforge.net writes: > Revision: 3953 > CONFIGURE_ARGS += --enable-threads=posix > CONFIGURE_ARGS += --enable-stage1-languages=c > CONFIGURE_ARGS += --enable-languages=c,c++,fortran,java,objc No Ada? We want Ada! -- Peter ___ devel