Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689158 - media-sound/ventrilo-server-bin-3.0.3 missing distfile
Summary: media-sound/ventrilo-server-bin-3.0.3 missing distfile
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL: http://www.ventrilo.com/download.php
Whiteboard: Pending removal: 2019-08-04
Keywords:
Depends on:
Blocks: EAPI0Removal
  Show dependency tree
 
Reported: 2019-07-02 14:49 UTC by Ulrich Müller
Modified: 2019-08-01 10:47 UTC (History)
1 user (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 Ulrich Müller gentoo-dev 2019-07-02 14:49:35 UTC
!!! media-sound/ventrilo-server-bin-3.0.3 has fetch restriction turned on.
!!! This probably means that this ebuild's files must be downloaded
!!! manually.  See the comments in the ebuild for more information.

 * Please visit http://www.ventrilo.com/download.php
 * and download the Linux i386 - 32bit 3.0.3 server.
 * Just save it into your DISTDIR directory!


However, the download page offers only Windows and OSX binaries, versions 3.0.8 and 3.0.13, respectively.
Comment 1 Ulrich Müller gentoo-dev 2019-07-05 09:11:25 UTC
Also, it doesn't work:

$ strace /opt/ventrilo-server/ventrilo_srv -f/opt/ventrilo-server/ventrilo_srv -d
[...]
rt_sigaction(SIGINT, {sa_handler=0x804b4e8, sa_mask=[INT], sa_flags=SA_RESTART}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGTERM, {sa_handler=0x804b4e8, sa_mask=[TERM], sa_flags=SA_RESTART}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGALRM, {sa_handler=0x804b4e8, sa_mask=[ALRM], sa_flags=SA_RESTART}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGSEGV, {sa_handler=0x804b4e8, sa_mask=[SEGV], sa_flags=SA_RESTART}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
openat(AT_FDCWD, "/etc/localtime", O_RDONLY|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=2326, ...}) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=2326, ...}) = 0
read(4, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\t\0\0\0\t\0\0\0\0"..., 4096) = 2326
--- SIGSEGV {si_signo=SIGSEGV, si_code=SI_KERNEL, si_addr=NULL} ---
futex(0xf7f60b88, FUTEX_WAIT_PRIVATE, 2, NULL

At this point the process hangs forever. In spite of the -d option, the daemon neither backgrounds itself, nor does it listen to any port. Plus, note the SIGSEGV above (which appears to be masked).

CCing treecleaners.
Comment 2 Larry the Git Cow gentoo-dev 2019-07-05 11:05:41 UTC
The bug has been referenced in the following commit(s):

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

commit 3f4528525d6ab5cfafe4c0c116d8770894070645
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2019-07-05 11:03:01 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2019-07-05 11:05:08 +0000

    profiles: Mask media-sound/ventrilo-server-bin for removal.
    
    Bug: https://bugs.gentoo.org/689158
    Acked-by: Michał Górny <mgorny@gentoo.org> (with treecleaner hat)
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 profiles/package.mask | 6 ++++++
 1 file changed, 6 insertions(+)
Comment 3 Larry the Git Cow gentoo-dev 2019-08-01 10:47:28 UTC
The bug has been referenced in the following commit(s):

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

commit 15c6a556cef202a72f7226648ebea19fcffe834d
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2019-08-01 08:37:05 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2019-08-01 10:46:35 +0000

    media-sound/ventrilo-server-bin: Remove package.
    
    Bug: https://bugs.gentoo.org/689158
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 media-sound/ventrilo-server-bin/Manifest           |  1 -
 .../files/3.0.3-conf.d.ventrilo                    |  2 -
 .../files/3.0.3-init.d.ventrilo                    | 23 ----------
 media-sound/ventrilo-server-bin/metadata.xml       |  8 ----
 .../ventrilo-server-bin-3.0.3.ebuild               | 52 ----------------------
 5 files changed, 86 deletions(-)