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

Bug 786879

Summary: sys-auth/pam_dotfile-0.7-r2 - Couldnt open -:
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: CONFIRMED ---    
Severity: normal CC: ionen, l_indien, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2
sys-auth:pam_dotfile-0.7-r2:20210429-150933.log
temp.tar.bz2

Description Toralf Förster gentoo-dev 2021-04-29 16:24:26 UTC
Couldn't open -:
No such file or directory at /usr/bin/xmltoman line 216.
make[2]: *** [Makefile:588: pam-dotfile-gen.1] Error 2
make[2]: Leaving directory '/var/tmp/portage/sys-auth/pam_dotfile-0.7-r2/work/pam_dotfile-0.7/man'
make[1]: *** [Makefile:424: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/sys-auth/pam_dotfile-0.7-r2/work/pam_dotfile-0.7'
make: *** [Makefile:356: all] Error 2

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-20210419-131016

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-11.1.0 *
clang version 12.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.0
Python 3.8.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.51.0
  [2]   rust-1.51.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Wed Apr 28 23:50:13 UTC 2021

emerge -qpvO sys-auth/pam_dotfile
[ebuild  N    ] sys-auth/pam_dotfile-0.7-r2  USE="-doc"
Comment 1 Toralf Förster gentoo-dev 2021-04-29 16:24:27 UTC
Created attachment 703974 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-04-29 16:24:29 UTC
Created attachment 703977 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-04-29 16:24:30 UTC
Created attachment 703980 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-04-29 16:24:32 UTC
Created attachment 703983 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-04-29 16:24:33 UTC
Created attachment 703986 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-04-29 16:24:34 UTC
Created attachment 703989 [details]
sys-auth:pam_dotfile-0.7-r2:20210429-150933.log
Comment 7 Toralf Förster gentoo-dev 2021-04-29 16:24:35 UTC
Created attachment 703992 [details]
temp.tar.bz2
Comment 8 Ionen Wolkens gentoo-dev 2021-04-30 07:07:39 UTC
Only happens if app-doc/xmltoman is installed.
Comment 9 Jocelyn Mayer 2023-02-16 05:05:20 UTC
Adding --disable-xmltoman to myeconfargs variable in the ebuild fixes this issue.
Comment 10 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-02-16 05:12:41 UTC
(In reply to Jocelyn Mayer from comment #9)
> Adding --disable-xmltoman to myeconfargs variable in the ebuild fixes this
> issue.

With slibtool or without? I assume it happens either way but just checking.
Comment 11 Jocelyn Mayer 2023-02-16 19:00:20 UTC
in my case, slibtool is not installed.
As far as I can see, xmltoman assumes its argument is a filename and does not handle the '-', ie stdin, case...