Bug#806162: netbase: Missing sesi-lm and houdini-lm in /etc/services

2015-11-25 Thread Andrew Wong

On 11/25/2015 02:31 AM, Marco d'Itri wrote:

Is your application packaged for Debian?
No, our application is not packaged for Debian at the moment. However, 
we do have lots of users on Debian.




Bug#806162: netbase: Missing sesi-lm and houdini-lm in /etc/services

2015-11-24 Thread Andrew Wong
Package: netbase
Version: 5.3
Severity: wishlist
Tags: patch

sesi-lm and houdini-lm are missing from /etc/services. They are used for
licensing in our 3D animation application, Houdini. The ports were assigned by
IANA. Could they be added into /etc/services?



-- System Information:
Debian Release: stretch/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'stable-updates'), (500, 
'oldstable-updates'), (500, 'oldoldstable-updates'), (500, 'testing'), (70, 
'stable'), (50, 'unstable'), (10, 'oldoldstable'), (10, 'oldstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.2.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages netbase depends on:
ii  lsb-base  9.20150917

Versions of packages netbase recommends:
ii  ifupdown  0.7.54

netbase suggests no packages.

-- no debconf information
>From b2701a2700040f886e83982fe5c6d7e8cd820610 Mon Sep 17 00:00:00 2001
From: Andrew Wong <aw...@sidefx.com>
Date: Tue, 24 Nov 2015 15:04:44 -0500
Subject: [PATCH] services: add sesi-lm and houdini-lm

sesi-lm (1714/tcp, 1714/udp)
houdini-lm (1715/tcp, 1715/udp)
---
 etc-services | 4 
 1 file changed, 4 insertions(+)

diff --git a/etc-services b/etc-services
index 704cd12..952550e 100644
--- a/etc-services
+++ b/etc-services
@@ -286,6 +286,10 @@ groupwise	1677/tcp
 groupwise	1677/udp
 l2f		1701/tcp	l2tp
 l2f		1701/udp	l2tp
+sesi-lm		1714/tcp# Side Effects Software License Manager
+sesi-lm		1714/udp
+houdini-lm	1715/tcp# Side Effects Software License Manager
+houdini-lm	1715/udp
 radius		1812/tcp
 radius		1812/udp
 radius-acct	1813/tcp	radacct		# Radius Accounting
-- 
2.6.0.6.gbff257a



Bug#758572: cmake binary is missing pthread dependency

2014-08-18 Thread Andrew Wong
Package: cmake
Version: 2.8.12.2-1
Severity: normal

In jessie, the cmake executable references a pthread symbol, but the pthread
library itself is not listed as a dependency. The executable only loads fine
because pthread is loaded through libcurl. But if I have a custom libcurl that
doesn't depend on pthread, then the cmake executable fails to load, and I get
this error from ld.so:
$ LD_LIBRARY_PATH=/some/custom/libcurl /usr/bin/cmake
Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions:
Assertion `needed != ((void *)0)' failed!

$ readelf --dyn-syms /usr/bin/cmake | grep pthread
  2378: 00486680 0 FUNCWEAK   DEFAULT  UND
__pthread_key_create@GLIBC_2.2.5 (20)

$ readelf -V /usr/bin/cmake

Version needs section '.gnu.version_r' contains 7 entries:
 Addr: 0x00483388  Offset: 0x083388  Link: 6 (.dynstr)
  00: Version: 1  File: libpthread.so.0  Cnt: 1
  0x0010:   Name: GLIBC_2.2.5  Flags: none  Version: 20

$ readelf -d /usr/bin/cmake

Dynamic section at offset 0x3e8da8 contains 32 entries:
  TagType Name/Value
 0x0001 (NEEDED) Shared library: [libdl.so.2]
 0x0001 (NEEDED) Shared library: [libexpat.so.1]
 0x0001 (NEEDED) Shared library: [libz.so.1]
 0x0001 (NEEDED) Shared library: [libarchive.so.13]
 0x0001 (NEEDED) Shared library: [libcurl.so.4]
 0x0001 (NEEDED) Shared library: [libstdc++.so.6]
 0x0001 (NEEDED) Shared library: [libm.so.6]
 0x0001 (NEEDED) Shared library: [libgcc_s.so.1]
 0x0001 (NEEDED) Shared library: [libc.so.6]




-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (1001, 'testing-updates'), (1001, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages cmake depends on:
ii  cmake-data2.8.12.2-1
ii  libarchive13  3.1.2-8
ii  libc6 2.19-7
ii  libcurl3  7.37.1-1
ii  libexpat1 2.1.0-6
ii  libgcc1   1:4.9.1-4
ii  libstdc++64.9.1-4
ii  procps1:3.3.9-7
ii  zlib1g1:1.2.8.dfsg-1

Versions of packages cmake recommends:
ii  gcc   4:4.9.1-1
ii  make  4.0-8

Versions of packages cmake suggests:
pn  codeblocks   none
pn  eclipse  none
pn  ninja-build  none

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org