Bug 182407 - screen't configure checks for /usr/lib/libutil.a
Summary: screen't configure checks for /usr/lib/libutil.a
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: screen
Version: rawhide
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Petr Rockai
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-02-22 12:36 UTC by Karsten Hopp
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 4.0.2-12
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-05-30 15:28:06 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Karsten Hopp 2006-02-22 12:36:37 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.1) Gecko/20060202 Fedora/1.5.0.1-2 Firefox/1.5.0.1

Description of problem:
screens configure script checks for the presence of /usr/lib/libutil.a and links with -lutil if it exists.
On 64bit systems without 32bit libraries this check will fail and you'll end up
without libutil support in screen.

Version-Release number of selected component (if applicable):
screen-4.0.2-11.2

How reproducible:
Always

Steps to Reproduce:
1. install a 64bit system without 32bit support
2. recompile screen
3. check package requiremens and diff them with a normal build
  

Actual Results:  @@ -12,7 +12,6 @@
 libpam.so.0()(64bit)
 libpam.so.0(LIBPAM_1.0)(64bit)
 libutempter.so.0()(64bit)
-libutil.so.1()(64bit)
 rpmlib(CompressedFileNames) <= 3.0.4-1
 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
 /sbin/install-info


Expected Results:  configure should use /usr/lib64 on 64 bit systems

Additional info:

Comment 1 Petr Rockai 2006-02-27 14:03:37 UTC
Fixed in rawhide. Will make an update after FC5 is out. 


Note You need to log in before you can comment on or make changes to this bug.