Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 728400 - net-im/zoom-5.1.412382.0614 does start. /opt/zoom/zoom missing
Summary: net-im/zoom-5.1.412382.0614 does start. /opt/zoom/zoom missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Ulrich Müller
URL:
Whiteboard:
Keywords:
: 728402 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-06-15 18:04 UTC by Cheyenne Wills
Modified: 2020-06-15 19:30 UTC (History)
4 users (show)

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


Attachments
equery files zoom (file_728400.txt,2.93 KB, text/plain)
2020-06-15 18:07 UTC, Cheyenne Wills
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cheyenne Wills 2020-06-15 18:04:22 UTC
Invoking the command zoom (from the commandline or via the desktop icon) fails to start the zoom application.

The script /opt/zoom.sh is trying to invoke /opt/zoom/zoom.  However that file is missing.

Looking at the contents of the distfile tar file shows a binary file zoom.  Extracting and copying this file into /opt/zoom fixes the issue

Reproducible: Always

Steps to Reproduce:
1. enter zoom in the command line or click on Zoom in the application menu.

Actual Results:  
The zoom application is not started

Expected Results:  
Zoom application started

As stated, there is a work around by extracting the 'zoom' binary from the tar file and putting it into /opt/zoom directory.
Comment 1 Cheyenne Wills 2020-06-15 18:07:13 UTC
Created attachment 644918 [details]
equery files zoom
Comment 2 Cheyenne Wills 2020-06-15 18:11:45 UTC
# Contents of tar file
$ tar tfa /var/cache/distfiles/zoom-5.1.412382.0614_x86_64.tar.xz |grep 'zoom$'
zoom/zoom

# Files installed via emerge.
$ equery files zoom|grep 'zoom$'
/usr/bin/zoom

Contents of /usr/bin/zoom:
----
#!/bin/sh
cd "/opt/zoom" &&
exec ./zoom "$@"
----
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-06-15 18:21:40 UTC
*** Bug 728402 has been marked as a duplicate of this bug. ***
Comment 4 Larry the Git Cow gentoo-dev 2020-06-15 19:29:36 UTC
The bug has been closed via the following commit(s):

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

commit a119a5c98fddba331bbb32860ef038cde5c7ce5e
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2020-06-15 19:28:18 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2020-06-15 19:28:18 +0000

    net-im/zoom: Install /opt/zoom/zoom.
    
    Closes: https://bugs.gentoo.org/728400
    Package-Manager: Portage-2.3.101, Repoman-2.3.22
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 .../{zoom-5.1.412382.0614.ebuild => zoom-5.1.412382.0614-r1.ebuild}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 5 Ulrich Müller gentoo-dev 2020-06-15 19:30:25 UTC
Fixed in -r1.
Thank you for reporting!