Subversion 1.14.1

Franz Sirl Franz.Sirl-kernel at lauterbach.com
Wed Sep 15 15:07:41 CEST 2021


Hi Dagobert,

Am 2021-09-15 um 12:05 schrieb Dagobert Michelsen via users:
> Hi Jeff,
> 
> Am 14.09.2021 um 12:03 schrieb Jeffrey Walton via users <users at lists.opencsw.org>:
>> On Tue, Sep 14, 2021 at 5:44 AM Dagobert Michelsen via users
>> <users at lists.opencsw.org> wrote:
>>>
>>> ...
>>> Subversion will show up soon. Please give it a try and let me know if
>>> everything works. It may be useful to make the binaries isaexec automatically
>>> to 64 bit. What do you think?
>>
>> Oracle recommends 64-bit when available. Also see
>> https://docs.oracle.com/cd/E37838_01/html/E66175/features-1.html.
>>
>> For some reason, GNU software is still stuck in a 32-bit default. I
>> think it is due to some Autotools decisions, but I have never dived
>> into it. GNU is not exactly known for doing what the platform provider
>> recommends. At times GNU will disregard what Apple, Microsoft or
>> Oracle says to do.
> 
> I repackages Subversion 1.14.1 with isaexec for all 64 bit binaries and
> again put them in experimental where they will show up soon:
>    http://buildfarm.opencsw.org/experimental.html#subversion64
> Please give them a try and let me know how it goes.

subversion seems to work nicely, thanks! I got only one problem during 
install of py_subversion:

--->>>
=> Installing CSWpy-subversion-1.14.1,REV=2021.09.15 (1/1) ...

Processing package instance <CSWpy-subversion> from 
</var/opt/csw/pkgutil/packages/py_subversion-1.14.1,REV=2021.09.15-SunOS5.10-sparc-CSW.pkg>

py_subversion - Subversion Python Language Binding(sparc) 
1.14.1,REV=2021.09.15
Please see /opt/csw/share/doc/py_subversion/license for license information.
## Processing package information.
## Processing system information.
    2 package pathnames are already properly installed.
## Verifying package dependencies.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing py_subversion - Subversion Python Language Binding as 
<CSWpy-subversion>

## Installing part 1 of 1.
/opt/csw/lib/libsvn_swig_py-1.so.0 <symbolic link>
/opt/csw/lib/libsvn_swig_py-1.so.0.0.0
/opt/csw/lib/python2.7/site-packages/libsvn/_client.so
/opt/csw/lib/python2.7/site-packages/libsvn/_core.so
/opt/csw/lib/python2.7/site-packages/libsvn/_delta.so
/opt/csw/lib/python2.7/site-packages/libsvn/_diff.so
/opt/csw/lib/python2.7/site-packages/libsvn/_fs.so
/opt/csw/lib/python2.7/site-packages/libsvn/_ra.so
/opt/csw/lib/python2.7/site-packages/libsvn/_repos.so
/opt/csw/lib/python2.7/site-packages/libsvn/_wc.so
/opt/csw/share/doc/py_subversion/license
[ verifying class <none> ]
Installing class <cswpycompile> ...
/opt/csw/lib/python2.7/site-packages/libsvn/__init__.py
/opt/csw/lib/python2.7/site-packages/libsvn/client.py
/opt/csw/lib/python2.7/site-packages/libsvn/core.py
/opt/csw/lib/python2.7/site-packages/libsvn/delta.py
/opt/csw/lib/python2.7/site-packages/libsvn/diff.py
/opt/csw/lib/python2.7/site-packages/libsvn/fs.py
/opt/csw/lib/python2.7/site-packages/libsvn/ra.py
/opt/csw/lib/python2.7/site-packages/libsvn/repos.py
/opt/csw/lib/python2.7/site-packages/libsvn/wc.py
/opt/csw/lib/python2.7/site-packages/svn/__init__.py
/opt/csw/lib/python2.7/site-packages/svn/client.py
/opt/csw/lib/python2.7/site-packages/svn/core.py
/opt/csw/lib/python2.7/site-packages/svn/delta.py
/opt/csw/lib/python2.7/site-packages/svn/diff.py
/opt/csw/lib/python2.7/site-packages/svn/fs.py
/opt/csw/lib/python2.7/site-packages/svn/ra.py
/opt/csw/lib/python2.7/site-packages/svn/repos.py
/opt/csw/lib/python2.7/site-packages/svn/wc.py
Compiling .py files to bytecode (2.6, if any).
Compiling .py files to bytecode (2.7, if any).
   File "/opt/csw/lib/python2.7/site-packages/libsvn/client.py", line 146
     def svn_client_version() -> "svn_version_t const *":
                              ^
SyntaxError: invalid syntax

   File "/opt/csw/lib/python2.7/site-packages/libsvn/core.py", line 144
     def apr_initialize() -> "apr_status_t":
                          ^
SyntaxError: invalid syntax

   File "/opt/csw/lib/python2.7/site-packages/libsvn/delta.py", line 143
     def svn_swig_py_make_editor(*args) -> "svn_delta_editor_t const **, 
void **":
                                        ^
SyntaxError: invalid syntax

   File "/opt/csw/lib/python2.7/site-packages/libsvn/diff.py", line 143
     def svn_diff_version() -> "svn_version_t const *":
                            ^
SyntaxError: invalid syntax

   File "/opt/csw/lib/python2.7/site-packages/libsvn/fs.py", line 144
     def svn_fs_version() -> "svn_version_t const *":
                          ^
SyntaxError: invalid syntax

   File "/opt/csw/lib/python2.7/site-packages/libsvn/ra.py", line 144
     def svn_ra_version() -> "svn_version_t const *":
                          ^
SyntaxError: invalid syntax

   File "/opt/csw/lib/python2.7/site-packages/libsvn/repos.py", line 145
     def svn_swig_py_make_parse_fns3(*args) -> "svn_repos_parse_fns3_t 
const **, void **":
                                            ^
SyntaxError: invalid syntax

   File "/opt/csw/lib/python2.7/site-packages/libsvn/wc.py", line 145
     def svn_wc_version() -> "svn_version_t const *":
                          ^
SyntaxError: invalid syntax

pkgadd: ERROR: class action script did not complete successfully

Installation of <CSWpy-subversion> failed.

pkgadd failed with exit code: 1
---<<<

This happened on Solaris 10 and 11 for me.

regards,
Franz Sirl


More information about the users mailing list