Bug#1071575: dahdi-dkms: module fails to build for Linux 6.8.9: error: implicit declaration of function 'strlcpy'

2024-05-28 Thread Harald Welte
Please note that the osmocom fork does have a CI job to exactly
prevent a situation like this:  We're continuously building our fork against
Linus Torvalds' git, see 
https://jenkins.osmocom.org/jenkins/job/master-dahdi-linux-torvalds-master/

It seems the strlcpy was fixed in
https://gitea.osmocom.org/retronetworking/dahdi-linux/commit/b4a35fb6984a7693ec82b99af03d368c2f5a8c0b

Maybe the debian pacakge was using an outdated version and not following
https://gitea.osmocom.org/retronetworking/dahdi-linux/commits/branch/master ?

The Osmocom fork introduces some modern hardware support which is not present in
sangoma (Osmocom icE1usb, the only open source hardware E1 interface I am aware 
of),
and it re-introduces support for some older Digium hardware [with active users]
that Digium/Sangoma have removed from their official version.

Regards,
Harald
-- 
- Harald Welte   https://laforge.gnumonks.org/

"Privacy in residential applications is a desirable marketing option."
  (ETSI EN 300 175-7 Ch. A6)



Bug#983764: /usr/share/chipcard/cards/README missing

2021-03-01 Thread Harald Welte
Hi Micha,

thanks for your super-quick response.

On Mon, Mar 01, 2021 at 02:57:31PM +0100, Micha Lenk wrote:
> When removing that apparently bogus file, I didn't expect it to break the
> chipcard-tool binary. What a weird dependency...

Indeed, it is a very big surprise to me that the code would test for a README
file, rather than the actual xml data files in that directory...

-- 
- Harald Weltehttp://laforge.gnumonks.org/

"Privacy in residential applications is a desirable marketing option."
  (ETSI EN 300 175-7 Ch. A6)



Bug#981732: missing dependency on prawn/templates

2021-02-03 Thread Harald Welte
Package: ruby-asciidoctor-pdf
Version: 1.5.4-2
Severity: grave

I just did 'apt-get install asciidoctor ruby-asciidoctor-pdf' and then tried
to build an asciidoc document (in this case the titan.core API guide):

asciidoctor-pdf --attribute skip-front-matter apiguide/Apiguide.adoc
Traceback (most recent call last):
5: from /usr/bin/asciidoctor-pdf:7:in `'
4: from 
/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
3: from 
/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
2: from /usr/lib/ruby/vendor_ruby/asciidoctor/pdf.rb:8:in `'
1: from 
/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require': 
cannot load such file -- prawn/templates (LoadError)
make: *** [Makefile:60: apiguide/Apiguide.pdf] Error 1

I know close to nothing about ruby, but it look like asciidoctor-pdf or one of 
its upstream
dependencies depend on 'prawn/templates', but those are not installed by the 
dpgk/apt
dependencies.

Indeed, there is "require 'prawn/templates'" in 
/usr/lib/ruby/vendor_ruby/asciidoctor/pdf.rb

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.9.0-5-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages ruby-asciidoctor-pdf depends on:
ii  ruby  1:2.7+2
ii  ruby-asciidoctor  2.0.12-2
ii  ruby-concurrent   1.1.6+dfsg-3
ii  ruby-prawn2.3.0+dfsg-1
ii  ruby-prawn-icon   2.5.0-1
ii  ruby-prawn-svg0.31.0-1
ii  ruby-prawn-table  0.2.2-1
ii  ruby-safe-yaml1.0.5-1
ii  ruby-thread-safe  0.3.6-1
ii  ruby-treetop  1.6.8-1

ruby-asciidoctor-pdf recommends no packages.

Versions of packages ruby-asciidoctor-pdf suggests:
pn  ruby-rouge  

-- no debconf information



Bug#957465: Upstream fix

2020-07-28 Thread Harald Welte
FYI: by now we also have tagged a number of 'gcc-10 compile fix' patch releases.

libosmocore 1.3.2
libosmo-sccp 1.2.1
osmo-bts 1.2.1
osmo-bsc 1.6.1
osmo-msc 1.6.2
osmo-iuh 0.6.1

So you have the choice of cherry-picking the gcc-10 compile fixes for those
pcakages, or to simply upgrade to those patch releases, which contain no changes
other than the gcc-10 compile fixes.

-- 
- Harald Weltehttp://laforge.gnumonks.org/

"Privacy in residential applications is a desirable marketing option."
  (ETSI EN 300 175-7 Ch. A6)



Bug#939974: bug has been resolved

2019-10-19 Thread Harald Welte
I can conform that the recent introduction of uhd 3.14.1.1-1 has fixed
the FTBFS and the package is building fine again.

-- 
- Harald Welte http://laforge.gnumonks.org/

"Privacy in residential applications is a desirable marketing option."
  (ETSI EN 300 175-7 Ch. A6)



Bug#939974: osmo-trx FTBFS: undefined reference to symbol '_ZN5boost6system16generic_categoryEv'

2019-10-01 Thread Harald Welte
This is actually a bug that Debian introduces by patching its uhd pacakge, see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=940135

Maybe the osmo-trx / debian-mobcom package maintainers can talk to the uhd 
package maintainer.
-- 
- Harald Welte http://laforge.gnumonks.org/

"Privacy in residential applications is a desirable marketing option."
  (ETSI EN 300 175-7 Ch. A6)



Bug#893112: eclipse-titan depends on gcc < 7.2.0, but unstable has gcc-7.3.0

2018-03-16 Thread Harald Welte
Package: eclipse-titan
Severity: grave

This is history repeating itself, see debian bug 879816

I would hope this can be solved in a generic way, without breaking the 
eclipse-titan
package every few months when debian updates the gcc version.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.15.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages eclipse-titan depends on:
ii  default-jdk   2:1.9-61
ii  expect5.45.4-1
ii  gcc   4:7.3.0-1
ii  libc6 2.27-2
ii  libgcc1   1:8-20180312-2
ii  libncurses5   6.1-1
ii  libpcap-dev   1.8.1-6
ii  libpcre3-dev  2:8.39-9
ii  libsctp-dev   1.0.17+dfsg-2
ii  libssl-dev1.1.0g-2
ii  libssl1.1 1.1.0g-2
ii  libstdc++68-20180312-2
ii  libtinfo5 6.1-1
ii  libxml2   2.9.4+dfsg1-6.1
ii  libxml2-dev   2.9.4+dfsg1-6.1
ii  make  4.2.1-1
ii  perl  5.26.1-5
ii  python2.7.14-4

eclipse-titan recommends no packages.

eclipse-titan suggests no packages.



Bug#879815: Acknowledgement (eclipse-titan not installable on current stretch/amd64)

2017-10-26 Thread Harald Welte
I'm sorry, this is a bogus report.  I figure out it was a misconfiguration
on my machine, sorry for the noise. Please close.
-- 
- Harald Welte <lafo...@gnumonks.org>   http://laforge.gnumonks.org/

"Privacy in residential applications is a desirable marketing option."
  (ETSI EN 300 175-7 Ch. A6)



Bug#879815: eclipse-titan not installable on current stretch/amd64

2017-10-26 Thread Harald Welte
Package: eclipse-titan
Severity: grave

When trying to install eclipse-titan on a current stetch/amd64,
I get:

The following packages have unmet dependencies:
 eclipse-titan : Depends: libssl-dev but it is not going to be installed

This is with the following (only) line in /etc/apt/sources.list:

deb http://ftp.de.debian.org/debian/ unstable main contrib non-free

and just after "apt-get update".

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.12.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages eclipse-titan depends on:
ii  default-jdk   2:1.8-59
ii  expect5.45-8
ii  libc6 2.24-17
ii  libgcc1   1:7.2.0-11
ii  libncurses5   6.0+20170902-1
ii  libpcap-dev   1.8.1-5
ii  libpcre3-dev  2:8.39-5
ii  libsctp-dev   1.0.17+dfsg-1+b1
pn  libssl-dev
ii  libssl1.1 1.1.0f-5
ii  libstdc++67.2.0-11
ii  libtinfo5 6.0+20170902-1
ii  libxml2   2.9.4+dfsg1-5
ii  libxml2-dev   2.9.4+dfsg1-5
ii  make  4.1-9.1
ii  perl  5.26.0-8
ii  python2.7.14-1

eclipse-titan recommends no packages.

eclipse-titan suggests no packages.



Bug#852513: system unbootable on Lenovo x260 / efibootmgr ENOSPC

2017-02-12 Thread Harald Welte
I can confirm a similar (probably identical) issue on a Lenvoo x260 with
grub 2.02~beta3-4 and beta3-5, but not with <= beta3-3.

Please see #852748 for all related information.

Removing files form /sys/fs/pstore/ and even deleting other
entries with efibootmgr manually didn't solve the issue.  At this point,
downgrading to grub2 2.02~beta3-3 or earlier is the only known
workaround.

-- 
- Harald Welte <lafo...@gnumonks.org>   http://laforge.gnumonks.org/

"Privacy in residential applications is a desirable marketing option."
  (ETSI EN 300 175-7 Ch. A6)



Bug#580327: gitosis unable to install on lenny due to missing python-setuptools

2010-05-05 Thread Harald Welte
Package: gitosis
Version: 0.2+20080825-2
Severity: grave
Justification: renders package unusable

When trying to install gitosis using 'apt-get install gitosis', I get:

gitosis: Depends: python-setuptools (= 0.6c5) but it is not installable


-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages gitosis depends on:
ii  adduser   3.110  add and remove users and groups
ii  git-core  1:1.5.6.5-3+lenny2~bpo40+1 fast, scalable, distributed revisi
ii  openssh-serve 1:5.1p1-5  secure shell server, an rshd repla
pn  python-setupt none (no description available)

gitosis recommends no packages.

gitosis suggests no packages.



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



Bug#510966: latest mgp package doesn't display any presentation, not even included examples

2009-01-06 Thread Harald Welte
Package: mgp
Version: 1.13a-1
Severity: critical

After running an 'apt-get upgrade' on my debian unstable, the latest mgp
version was installed.  Unfortunately, this mgp version does nothing but show a
black screen, refuse to terminate on user request and eat all CPU and memory.

This can be easily reproduced by running mgp on one of the examples included
with it, e.g. the  /usr/share/doc/mgp/examples/sample.mgp

I've tried all options that would make sense, including -o / -O / -x vflib / -x
freetype / -l / -V / -F 0,0,0.  The behaviour is always consistent and always
reproducible.

strace()ing the binary shows repeated calls to brk(), and top indicates the
process is eating up all cpu cycles available.  The program cannot be terminated
by the usual 'q' key, since apparently kbd input is never processed and the
process never reasds from its libX11 filedescriptor again.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.27-rc7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mgp depends on:
ii  imlib111.9.15-7  Imlib is an imaging library for X 
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libgif44.1.6-6   library for GIF images (library)
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libm17n-0  1.5.2-1   a multilingual text processing lib
ii  libmng11.0.9-1   Multiple-image Network Graphics li
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libtiff4   3.8.2-11  Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.12-3  FreeType-based font drawing librar
ii  libxmu62:1.0.4-1 X11 miscellaneous utility library
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  perl [perl5]   5.10.0-19 Larry Wall's Practical Extraction 
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages mgp recommends:
ii  libjpeg-progs 6b-14  Programs for manipulating JPEG fil
ii  netpbm [pnmtopng] 2:10.0-12  Graphics conversion tools
ii  sharutils 1:4.6.3-1  shar, unshar, uuencode, uudecode

Versions of packages mgp suggests:
pn  asiya24-vfont none (no description available)
ii  emacsen-common1.4.17 Common facilities for all emacsen
ii  ghostscript   8.63.dfsg.1-2  The GPL Ghostscript PostScript/PDF
ii  gsfonts-x11   0.21   Make Ghostscript fonts available t
pn  texlive   none (no description available)
pn  ttf-freefont  none (no description available)
ii  ttf-kochi-gothic  1.0.20030809-8 Kochi Subst Gothic Japanese TrueTy
ii  ttf-kochi-mincho  1.0.20030809-8 Kochi Subst Mincho Japanese TrueTy
ii  ttf-opensymbol1:2.4.1-15 The OpenSymbol TrueType font
ii  ttf-sazanami-gothic   20040629-2 Sazanami Gothic Japanese TrueType 
ii  ttf-sazanami-mincho   20040629-2 Sazanami Mincho Japanese TrueType 

-- no debconf information



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



Bug#346125: vdradmin can't find URI::Escape

2006-01-05 Thread Harald Welte
Package: vdradmin
Version: 0.97-am3.4.2-1
Severity: grave
Justification: renders package unusable


Hi!

After updating the perl package to 5.8.7-10, vdradmind doesn't want to
start anymore:

media:/var/log# /usr/bin/vdradmind.pl 
Can't locate URI/Escape.pm in @INC (@INC contains: /usr/bin/lib/ 
/usr/share/vdradmin/lib /etc/perl /usr/local/lib/perl/5.8.7 
/usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 
/usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/bin/vdradmind.pl line 
65.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-gm1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages vdradmin depends on:
ii  adduser  3.80Add and remove users and groups
ii  libcompress-zlib-perl1.41-1  Perl module for creation and manip
ii  libhtml-parser-perl  3.48-1  A collection of modules that parse
ii  libhtml-template-expr-perl   0.04-2  HTML::Template extension adding ex
ii  libhtml-template-perl2.8-1   HTML::Template : A module for usin
ii  libparse-recdescent-perl 1.94.free-1 Generates recursive-descent parser
ii  libtemplate-perl 2.14-1  template processing system written
ii  perl 5.8.7-10Larry Wall's Practical Extraction 
ii  sendemail1.52-3  email-from-console sending tool

vdradmin recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#346125: vdradmin can't find URI::Escape

2006-01-05 Thread Harald Welte
On Thu, Jan 05, 2006 at 09:52:24PM +0100, Tobias Grimm wrote:
 Hi!
 
 Harald Welte wrote:
 
 After updating the perl package to 5.8.7-10, vdradmind doesn't want to
 start anymore:
 
 media:/var/log# /usr/bin/vdradmind.pl 
 Can't locate URI/Escape.pm in @INC (@INC contains: /usr/bin/lib/ 
 /usr/share/vdradmin/lib /etc/perl /usr/local/lib/perl/5.8.7 
 
 
 Just install liburi-perl. This is already fixed in the repository, but
 hasn't been uploaded yet.

thanks, I discovered this independently and it fixes the problem.
unfortunately I now encounter different problems (see my new bug report)
related to HTML template processing.

-- 
- Harald Welte [EMAIL PROTECTED]  http://gnumonks.org/

Privacy in residential applications is a desirable marketing option.
  (ETSI EN 300 175-7 Ch. A6)


pgpyQ7ZjSHep6.pgp
Description: PGP signature


Bug#321542: gnucash: stil uninstallable on ppc

2005-09-30 Thread Harald Welte
On Wed, Sep 28, 2005 at 05:15:37PM +0200, Thomas Viehmann wrote:
 Harald Welte wrote:
  When trying to install gnucash on ppc (unstable), I still get:
 
  The following packages have unmet dependencies:
gnucash: Depends: gnucash-common (= 1.8.10-cvs20050127) but it is not
 Are you sure you're using Debian apt sources and not someone else's
 repository? No version named 1.8.10-cvs20050127 is in Debian or ever has
 been.

Sorry for the confusion, then.  I have no clue where that version came
from, though.  I'll try to investivate and report back.  Pleaes ignore
my report (at least) until then.

-- 
- Harald Welte [EMAIL PROTECTED]  http://gnumonks.org/

Privacy in residential applications is a desirable marketing option.
  (ETSI EN 300 175-7 Ch. A6)



Bug#285186: wxwidgets2.5 on ppc

2005-04-18 Thread Harald Welte
Hi!

I'm not very familiar with the debian development process, but for me it
is totally unacceptable to have an important package like wxwidgets2.5
(more and more other packages like gnuradio-2.5 are depending on it) in
a broken state for something like four months, if the fix is known and
it's a trivial four line patch to the configure.in file.

I'm talking about 'unstable' here, not testing.

Thanks for your attention.
-- 
- Harald Welte [EMAIL PROTECTED] http://netfilter.org/

  Fragmentation is like classful addressing -- an interesting early
   architectural error that shows how much experimentation was going
   on while IP was being designed.-- Paul Vixie


pgpMM83tu9ipM.pgp
Description: PGP signature