Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 874396

Summary: app-text/wv-1.2.9-r3 - decompresswmf.c: error: implicit declaration of function fileno
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal CC: soap
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=871066
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 870412    
Attachments: emerge-info.txt
app-text:wv-1.2.9-r3:20221002-223737.log
clang.tar.bz2
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2
temp.tar.bz2

Description Toralf Förster gentoo-dev 2022-10-03 07:54:44 UTC
                if (wc <= Wchar4)
                    ~~ ^  ~~~~~~
2 warnings generated.
/bin/sh ./libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -DVERSION=\"1.2.9\" -DXMLCONFIG=\"/usr/share/wv/wvConfig.xml\" -DHTMLCONFIG=\"/usr/share/wv/wvHtml.xml\" -DWVDATADIR=\"/usr/share/wv\" -I. -I. -I. -I.   -I/usr/include/libgsf-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/libxml2       -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -ansi -c -o dop.lo dop.c
decompresswmf.c:93:10: error: implicit declaration of function 'fileno'
      [-Werror,-Wimplicit-function-declaration]
    in = fileno (inputfile);

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib_hardened-j4-20221002-132844

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.1
Python 3.10.7
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php8.1 *
GNU Make 4.3

  HEAD of ::gentoo
commit e8e29df7377eeab512ce76c90af9d3b810edc07f
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Oct 2 21:17:02 2022 +0000

    2022-10-02 21:17:02 UTC

emerge -qpvO app-text/wv
[ebuild  N    ] app-text/wv-1.2.9-r3  USE="-tools -wmf"
Comment 1 Toralf Förster gentoo-dev 2022-10-03 07:54:45 UTC
Created attachment 816334 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-03 07:54:46 UTC
Created attachment 816337 [details]
app-text:wv-1.2.9-r3:20221002-223737.log
Comment 3 Toralf Förster gentoo-dev 2022-10-03 07:54:47 UTC
Created attachment 816340 [details]
clang.tar.bz2
Comment 4 Toralf Förster gentoo-dev 2022-10-03 07:54:48 UTC
Created attachment 816343 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2022-10-03 07:54:50 UTC
Created attachment 816346 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2022-10-03 07:54:51 UTC
Created attachment 816349 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-10-03 07:54:52 UTC
Created attachment 816352 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-10-03 07:54:53 UTC
Created attachment 816355 [details]
temp.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2022-10-03 09:57:30 UTC
The bug has been closed via the following commit(s):

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

commit 78cccf372d0748efd8e99af373e5cd2487c4bebc
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2022-10-03 09:57:13 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2022-10-03 09:57:13 +0000

    app-text/wv: prevent suppression of POSIX decls
    
    Closes: https://bugs.gentoo.org/874396
    Signed-off-by: David Seifert <soap@gentoo.org>

 app-text/wv/wv-1.2.9-r3.ebuild | 5 +++++
 1 file changed, 5 insertions(+)