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
install CSWlibffi-dev which contains the symbolic link,
--
Peter
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
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
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
"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
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
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
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
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
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
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
>
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
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:
>> -
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
_
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
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
"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/
"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
"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
"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
"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
"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
"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
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
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
"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
"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
"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
"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
>
"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...
>
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
, 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
___
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
"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
___
"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
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
"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
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
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
40 matches
Mail list logo