Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 755047 - net-im/zoom-5.4.54779.1115 fails to startup
Summary: net-im/zoom-5.4.54779.1115 fails to startup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ulrich Müller
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-17 11:10 UTC by tt_1
Modified: 2020-11-25 11:16 UTC (History)
6 users (show)

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


Attachments
output from emerge --info (emerge--info,5.79 KB, text/plain)
2020-11-17 14:10 UTC, tt_1
Details
output from console (update-zoom,1.15 KB, text/plain)
2020-11-17 14:12 UTC, tt_1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tt_1 2020-11-17 11:10:21 UTC
hey there, latest update fails to startup for me. I'll provide error from commandline and emerge --info later the day, for now a downgrade to =net-im/zoom-5.4.53391.1108 worked around the issue
Comment 1 tt_1 2020-11-17 14:10:04 UTC
Created attachment 671881 [details]
output from emerge --info
Comment 2 tt_1 2020-11-17 14:12:34 UTC
Created attachment 671884 [details]
output from console

here is the actuall error

Error: Send error, 22 Invalid argument

and that's all it has to say. 

any ideas what is going on here?
Comment 3 Vasilis Lourdas 2020-11-17 16:57:56 UTC
Same here. Something's wrong. The icon starts on lower right, but no other window appears. Running zoom from console does not show much. I downgraded to 5.4.53391.1108 and it works as before.
Comment 4 Larry the Git Cow gentoo-dev 2020-11-17 22:56:03 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f2ce9b720ed7e10bedfaf1f51024e226d12440

commit 53f2ce9b720ed7e10bedfaf1f51024e226d12440
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2020-11-17 22:52:41 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2020-11-17 22:54:53 +0000

    Revert "net-im/zoom: Version bump to 5.4.54779.1115."
    
    This reverts commit d03c40f2e513eeb0a3e7c0d2bd36ba58b4bfd8f5.
    
    Bug: https://bugs.gentoo.org/755047
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 net-im/zoom/Manifest                   |   1 -
 net-im/zoom/zoom-5.4.54779.1115.ebuild | 106 ---------------------------------
 2 files changed, 107 deletions(-)
Comment 5 Ulrich Müller gentoo-dev 2020-11-17 23:00:46 UTC
I have dropped this version for now. Let's wait for the next version from upstream.
Comment 6 tt_1 2020-11-18 06:08:05 UTC
do they have an upstream bugzilla, to talk to them?
Comment 7 Ulrich Müller gentoo-dev 2020-11-18 10:24:56 UTC
(In reply to tt_1 from comment #6)
> do they have an upstream bugzilla, to talk to them?

There is https://support.zoom.us/hc/en-us/requests/new but they haven't responded to any of my previous requests.

I also wouldn't exclude the possibility that the problem is with the Gentoo package (although nothing has changed there). However, since zoom-5.4.53391.1108 works, I don't want to spend any more time investigating the issue, unless it will persist in the next upstream version.
Comment 8 Vasilis Lourdas 2020-11-18 13:40:19 UTC
(In reply to Ulrich Müller from comment #7)
> I also wouldn't exclude the possibility that the problem is with the Gentoo
> package (although nothing has changed there). However, since
> zoom-5.4.53391.1108 works, I don't want to spend any more time investigating
> the issue, unless it will persist in the next upstream version.

It might be. I downloaded the tar.xz package straight from Zoom, extracted it to /tmp and started zoom.sh and ZoomLauncher. Both started the UI just fine. Could it be that they changed something in their latest package and the Gentoo ebuild also needs change too? Version reported is 5.4.3 (54779.1115).
Comment 9 Larry the Git Cow gentoo-dev 2020-11-25 11:11:52 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475bdc6fe3a7a519eeb8c8d638507230a52603d9

commit 475bdc6fe3a7a519eeb8c8d638507230a52603d9
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2020-11-20 18:22:58 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2020-11-25 11:11:42 +0000

    net-im/zoom: Install bundled libs for Qt and icu by default.
    
    Bug: https://bugs.gentoo.org/755047
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 net-im/zoom/Manifest                      |   1 +
 net-im/zoom/metadata.xml                  |   2 +
 net-im/zoom/zoom-5.4.54779.1115-r1.ebuild | 135 ++++++++++++++++++++++++++++++
 3 files changed, 138 insertions(+)
Comment 10 Ulrich Müller gentoo-dev 2020-11-25 11:16:48 UTC
I have committed -r1 which installs bundled Qt and icu libraries with USE="bundled-qt" (which is enabled by IUSE defaults).

This should hopefully fix the issue; please repoen if it doesn't.