Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 765544 - net-dns/pdnsd-1.2.9a-r2 : netdev.c: fatal error: linux/isdn.h: No such file or directory
Summary: net-dns/pdnsd-1.2.9a-r2 : netdev.c: fatal error: linux/isdn.h: No such file o...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-15 16:35 UTC by Toralf Förster
Modified: 2021-01-15 17:42 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.94 KB, text/plain)
2021-01-15 16:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,515.50 KB, text/plain)
2021-01-15 16:35 UTC, Toralf Förster
Details
environment (environment,63.14 KB, text/plain)
2021-01-15 16:35 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,40.78 KB, application/x-bzip)
2021-01-15 16:35 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,9.49 KB, application/x-bzip)
2021-01-15 16:35 UTC, Toralf Förster
Details
net-dns:pdnsd-1.2.9a-r2:20210115-051618.log (net-dns:pdnsd-1.2.9a-r2:20210115-051618.log,11.23 KB, text/plain)
2021-01-15 16:35 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,17.94 KB, application/x-bzip)
2021-01-15 16:35 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-01-15 16:35:07 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -DCONFDIR='"/etc/pdnsd"'  -O2 -pipe -march=native -fno-diagnostics-color  -c -o pdnsd-main.o `test -f 'main.c' || echo './'`main.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -DCONFDIR='"/etc/pdnsd"'  -O2 -pipe -march=native -fno-diagnostics-color  -c -o pdnsd-netdev.o `test -f 'netdev.c' || echo './'`netdev.c
netdev.c:108:13: fatal error: linux/isdn.h: No such file or directory
  108 | #   include <linux/isdn.h>
      |             ^~~~~~~~~~~~~~
compilation terminated.

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-20201231-222458

  -------------------------------------------------------------------

gcc-config -l:
clang version 11.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/11/bin
/usr/lib/llvm/11
11.0.1
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.9 (fallback)
  [3]   python2.7 (fallback)
  [4]   pypy3 (fallback)
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-1.48.0 *
The following VMs are available for generation-2:
1)	JamVM JDK 2.0.0 [jamvm]
*)	AdoptOpenJDK 8.272_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   jamvm 
  [2]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Fri Jan 15 02:07:25 AM UTC 2021

emerge -qpvO net-dns/pdnsd
[ebuild  N    ] net-dns/pdnsd-1.2.9a-r2  USE="ipv6 isdn urandom -debug -test"
Comment 1 Toralf Förster gentoo-dev 2021-01-15 16:35:08 UTC
Created attachment 683032 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-01-15 16:35:10 UTC
Created attachment 683035 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-01-15 16:35:11 UTC
Created attachment 683038 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-01-15 16:35:12 UTC
Created attachment 683041 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-01-15 16:35:13 UTC
Created attachment 683044 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-01-15 16:35:15 UTC
Created attachment 683047 [details]
net-dns:pdnsd-1.2.9a-r2:20210115-051618.log
Comment 7 Toralf Förster gentoo-dev 2021-01-15 16:35:16 UTC
Created attachment 683050 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2021-01-15 17:42:55 UTC
The bug has been closed via the following commit(s):

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

commit dae964d5a33465f2739cb82988b0806ec05dd716
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2021-01-15 17:21:50 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2021-01-15 17:42:52 +0000

    net-dns/pdnsd: Removed isdn support
    
    Closes: https://bugs.gentoo.org/765544
    Package-Manager: Portage-3.0.13, Repoman-3.0.2
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)