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

Bug 778383

Summary: sys-apps/apmd-3.2.2_p14-r1 - rdlibtool: error logged in slbt_lconf_open(), line 597: flow error: unexpected condition or other.
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: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/25980
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 765709, 779364    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tar.bz2
sys-apps:apmd-3.2.2_p14-r1:20210326-105649.log
temp.tar.bz2

Description Toralf Förster gentoo-dev 2021-03-26 11:33:36 UTC
rdlibtool: lconf: fstat(3,...) = 0 {.st_dev = 34, .st_ino = 12424758}.
rdlibtool: lconf: stopped in "/var/tmp" (config file not found on current device).
rdlibtool: error logged in slbt_lconf_open(), line 597: flow error: unexpected condition or other.
rdlibtool: < returned to > slbt_get_lconf_flags(), line 640.
make: *** [Makefile:93: apmlib.lo] Error 2
 * ERROR: sys-apps/apmd-3.2.2_p14-r1::gentoo failed (compile phase):

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

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

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-10.2.0 *
/usr/lib/llvm/11
11.1.0
Python 3.8.8
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.50.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.282_p08 [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	Fri Mar 26 10:05:43 UTC 2021

emerge -qpvO sys-apps/apmd
[ebuild  N    ] sys-apps/apmd-3.2.2_p14-r1  USE="nls -X"
Comment 1 Toralf Förster gentoo-dev 2021-03-26 11:33:37 UTC
Created attachment 694182 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-03-26 11:33:38 UTC
Created attachment 694185 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-03-26 11:33:40 UTC
Created attachment 694188 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-03-26 11:33:41 UTC
Created attachment 694191 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-03-26 11:33:42 UTC
Created attachment 694194 [details]
sys-apps:apmd-3.2.2_p14-r1:20210326-105649.log
Comment 6 Toralf Förster gentoo-dev 2021-03-26 11:33:43 UTC
Created attachment 694197 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2022-06-20 02:03:33 UTC
The bug has been closed via the following commit(s):

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

commit 3081963d2dd734d8b6dba4845ce766b566941998
Author:     orbea <orbea@riseup.net>
AuthorDate: 2022-06-19 18:50:15 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-20 02:03:25 +0000

    sys-apps/apmd: Fix the build with rlibtool
    
    When building with rlibtool the build will fail because there is no
    generated libtool to determine if building shared or static. This adds a
    minimal autoreconf to fix the build.
    
    Closes: https://bugs.gentoo.org/851801
    Closes: https://bugs.gentoo.org/778383
    Signed-off-by: orbea <orbea@riseup.net>
    Closes: https://github.com/gentoo/gentoo/pull/25980
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild       |  86 +++++++++++++++++++
 sys-apps/apmd/files/apmd-3.2.2-libtool.patch | 124 +++++++++++++++++++++++++++
 2 files changed, 210 insertions(+)