Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 716468 - net-misc/dahdi-3.1.0-r1 : /.../ap400_drv.c: error: implicit declaration of function ioremap_nocache
Summary: net-misc/dahdi-3.1.0-r1 : /.../ap400_drv.c: error: implicit declaration of fu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jaco Kroon
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-06 15:33 UTC by Toralf Förster
Modified: 2020-04-09 12:38 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.75 KB, text/plain)
2020-04-06 15:33 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,61.08 KB, text/plain)
2020-04-06 15:33 UTC, Toralf Förster
Details
environment (environment,106.16 KB, text/plain)
2020-04-06 15:33 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.08 KB, application/x-bzip)
2020-04-06 15:33 UTC, Toralf Förster
Details
net-misc:dahdi-3.1.0-r1:20200406-145811.log (net-misc:dahdi-3.1.0-r1:20200406-145811.log,10.89 KB, text/plain)
2020-04-06 15:33 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,27.00 KB, application/x-bzip)
2020-04-06 15:33 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 2020-04-06 15:33:34 UTC
/var/tmp/portage/net-misc/dahdi-3.1.0-r1/work/dahdi-linux-3.1.0/drivers/dahdi/ap400/ap400_drv.c: In function ap4_init_one:
/var/tmp/portage/net-misc/dahdi-3.1.0-r1/work/dahdi-linux-3.1.0/drivers/dahdi/ap400/ap400_drv.c:2072:16: error: implicit declaration of function ioremap_nocache; did you mean ioremap_cache? [-Werror=implicit-function-declaration]
 2072 |  wc->membase = ioremap_nocache(wc->memaddr, wc->memlen);
      |                ^~~~~~~~~~~~~~~
      |                ioremap_cache

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_developer-libressl-20200405-030058

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.0 *
/usr/lib/llvm/9
9.0.1
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
The following VMs are available for generation-2:
*)	IcedTea JDK 3.15.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.0.2

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Mon 06 Apr 2020 01:37:47 PM UTC
/var/db/repos/libressl	Fri 03 Apr 2020 07:10:10 PM UTC

emerge -qpvO net-misc/dahdi
[ebuild  N    ] net-misc/dahdi-3.1.0-r1  USE="-flash -oslec"
Comment 1 Toralf Förster gentoo-dev 2020-04-06 15:33:37 UTC
Created attachment 630826 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-06 15:33:40 UTC
Created attachment 630828 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-04-06 15:33:43 UTC
Created attachment 630830 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-04-06 15:33:46 UTC
Created attachment 630832 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-04-06 15:33:49 UTC
Created attachment 630834 [details]
net-misc:dahdi-3.1.0-r1:20200406-145811.log
Comment 6 Toralf Förster gentoo-dev 2020-04-06 15:33:51 UTC
Created attachment 630836 [details]
temp.tbz2
Comment 7 Jaco Kroon 2020-04-06 16:32:46 UTC
Duplicate of https://bugs.gentoo.org/716226
Comment 8 Jaco Kroon 2020-04-06 16:32:59 UTC

*** This bug has been marked as a duplicate of bug 716226 ***
Comment 9 Larry the Git Cow gentoo-dev 2020-04-09 12:38:02 UTC
The bug has been closed via the following commit(s):

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

commit 597ea5a7c16cb7b3ead096d54f78c9369cd41e7b
Author:     Jaco Kroon <jaco@uls.co.za>
AuthorDate: 2020-03-28 19:56:25 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-04-09 12:37:45 +0000

    net-misc/dahdi: build fixes.
    
    There were still some cases where specific kernel versions wouldn't
    compile.  This now compiles on all versions that I've got.
    
    Consolidated the patches for non-digium hardware (which is where most of
    the issues were).
    
    Added a patch for dealing with 64-bit division on PPC (works on amd64),
    untested on ppc where it's required.  Will also affect ARM now - as per
    newest keyword request.
    
    Fix for systems without CONFIG_PCI.
    
    Nuke empty RDEPEND= and DEPEND= lines.
    
    Bug: https://bugs.gentoo.org/659488
    Bug: https://bugs.gentoo.org/716426
    Closes: https://bugs.gentoo.org/716226
    Closes: https://bugs.gentoo.org/716468
    Package-Manager: Portage-2.3.89, Repoman-2.3.20
    Signed-off-by: Jaco Kroon <jaco@uls.co.za>
    Closes: https://github.com/gentoo/gentoo/pull/15154
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 net-misc/dahdi/Manifest              | 2 +-
 net-misc/dahdi/dahdi-3.1.0-r1.ebuild | 5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)