Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 582660 - app-backup/spideroak-bin-6.1.5 version bump
Summary: app-backup/spideroak-bin-6.1.5 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-10 16:08 UTC by Frank Krömmelbein
Modified: 2017-04-04 17:32 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Krömmelbein 2016-05-10 16:08:31 UTC
Release notes:
https://spideroak.com/articles/release-notes-for-22-april-2016-spideroakone-614

Renaming of the Ebuild for version 6.1.3 works for me:

[ebuild   R   ~] app-backup/spideroak-bin-6.1.4::mylocal  USE="X dbus" 0 KiB
Comment 1 James Le Cuirot gentoo-dev 2016-12-05 21:51:17 UTC
I had to delete a few libraries (libstdc++.so.6, libgcc_s.so.1, libpng12.so.0) before 6.1.5 would run.
Comment 2 Anthony Basile gentoo-dev 2016-12-05 22:25:19 UTC
(In reply to James Le Cuirot from comment #1)
> I had to delete a few libraries (libstdc++.so.6, libgcc_s.so.1,
> libpng12.so.0) before 6.1.5 would run.

Can you be clearer here.  Those are critical system libraries, so what do you mean you had to delete them.
Comment 3 James Le Cuirot gentoo-dev 2016-12-05 22:28:28 UTC
(In reply to Anthony Basile from comment #2)
> (In reply to James Le Cuirot from comment #1)
> > I had to delete a few libraries (libstdc++.so.6, libgcc_s.so.1,
> > libpng12.so.0) before 6.1.5 would run.
> 
> Can you be clearer here.  Those are critical system libraries, so what do
> you mean you had to delete them.

I meant I deleted the bundled versions. Perhaps they weren't bundled before, I didn't check.
Comment 4 Fernandez-Alcon, Jose 2017-01-23 18:57:09 UTC
I also had to remove libz.so.1

SpiderOak was complaining that:
ImportError: /opt/SpiderOakONE/lib/libz.so.1: version `ZLIB_1.2.9' not found (required by /usr/lib64/libpng16.so.16)

zlib-1.2.9 is obsolete, and cannot be found in portage (only version is 1.2.11).


What is also interesting is that the three libraries that we needed to remove (libstdc++.so.6, libgcc_s.so.1, libpng12.so.0) were bundled on 6.1.3 and it was working fine.

To make 6.1.3 it is only necessary to remove libz.so.1.
Comment 5 Neil 2017-02-23 07:21:02 UTC
> To make 6.1.3 it is only necessary to remove libz.so.1.

Thanks for that, been annoying me for a week or so now (tried emerging libz and libpng but to no avail).
Comment 6 Fernandez-Alcon, Jose 2017-03-30 21:11:00 UTC
I have made an ebuild for 6.1.5, just in case someone is interested:


https://gitlab.com/jfa/blackmagic/blob/master/app-backup/spideroak-bin/spideroak-bin-6.1.5.ebuild


And the full portage overlay is here:
https://gitlab.com/jfa/blackmagic
Comment 7 Anthony Basile gentoo-dev 2017-03-30 21:20:21 UTC
(In reply to Fernandez-Alcon, Jose from comment #6)
> I have made an ebuild for 6.1.5, just in case someone is interested:
> 
> 
> https://gitlab.com/jfa/blackmagic/blob/master/app-backup/spideroak-bin/
> spideroak-bin-6.1.5.ebuild
> 
> 
> And the full portage overlay is here:
> https://gitlab.com/jfa/blackmagic

can you make a pull request against the gentoo tree on github
Comment 8 Fernandez-Alcon, Jose 2017-03-31 16:13:23 UTC
I will! I have never done that so, I am reading the Gentoo documentation on how to do it properly following the project guidelines.


(In reply to Anthony Basile from comment #7)
> (In reply to Fernandez-Alcon, Jose from comment #6)
> > I have made an ebuild for 6.1.5, just in case someone is interested:
> > 
> > 
> > https://gitlab.com/jfa/blackmagic/blob/master/app-backup/spideroak-bin/
> > spideroak-bin-6.1.5.ebuild
> > 
> > 
> > And the full portage overlay is here:
> > https://gitlab.com/jfa/blackmagic
> 
> can you make a pull request against the gentoo tree on github
Comment 9 Anthony Basile gentoo-dev 2017-04-02 12:40:51 UTC
(In reply to Fernandez-Alcon, Jose from comment #8)
> I will! I have never done that so, I am reading the Gentoo documentation on
> how to do it properly following the project guidelines.
> 

if you have packages that you use, this will be a useful skill since most maintainers will appreciate you work.
Comment 10 Fernandez-Alcon, Jose 2017-04-03 16:02:07 UTC
I have just created the pull request.

I always wanted to contribute to Gentoo :-)
Comment 11 Anthony Basile gentoo-dev 2017-04-03 21:47:21 UTC
(In reply to Fernandez-Alcon, Jose from comment #10)
> I have just created the pull request.
> 
> I always wanted to contribute to Gentoo :-)

there you go.  easy no?

https://github.com/gentoo/gentoo/commit/afa00281f4738f96127137eedc347b66ba46837c
Comment 12 Fernandez-Alcon, Jose 2017-04-04 17:32:11 UTC
It was, indeed, easier than I thought :-)

Thanks!