Bug 508125 - make testiso creates wrong link to linker in initrd.img
Summary: make testiso creates wrong link to linker in initrd.img
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 12
Hardware: i586
OS: Linux
low
high
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-06-25 17:48 UTC by Jacek Danecki
Modified: 2010-02-23 19:07 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-02-23 19:07:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Log from build (131.69 KB, text/plain)
2009-06-30 15:18 UTC, Jacek Danecki
no flags Details

Description Jacek Danecki 2009-06-25 17:48:36 UTC
Version-Release number of selected component (if applicable):
HEAD of master branch, SHA1 ID: 32c21dd71a459d25cd93059986e2e8215c920e38

How reproducible:

DESTDIR=/tmp/anaconda_test
REPO=file:///f11/repo_build
all:
        rm -rf  $(DESTDIR)
        make -C anaconda clean
        make -C anaconda
        make -C anaconda --debug DESTDIR=$(DESTDIR) REPO=$(REPO) testiso

mkdir tmp
mkdir initrd
mount -o loop anaconda/boot.iso tmp
cd initrd
zcat ../tmp/isolinux/initrd.img | cpio -id

Actual results:
ls -l lib/ld-linux.so.2 
lrwxrwxrwx 1 root root 13 2009-06-25 19:30 lib/ld-linux.so.2 -> ld-linux.so.2


Expected results:
ls -l lib/ld-linux.so.2 
lrwxrwxrwx 1 root root 12 2009-06-25 19:49 lib/ld-linux.so.2 -> ld-2.10.1.so

Comment 1 Bill Nottingham 2009-06-29 19:34:39 UTC
Do you get errors on the tree build?

Comment 2 Jacek Danecki 2009-06-30 10:07:12 UTC
I've used cloned anaconda repository: HEAD of master branch, SHA1 ID: 32c21dd71a459d25cd93059986e2e8215c920e38
and snapshot of packages taken 23.06 from http://download.fedora.redhat.com/pub/fedora/linux/development/i386/os/repodata

Comment 3 Bill Nottingham 2009-06-30 13:49:36 UTC
Right, what I'm asking is what the logs from the tree build say.

Comment 4 Jacek Danecki 2009-06-30 15:18:46 UTC
Created attachment 349962 [details]
Log from build

Comment 5 Chris Lumens 2009-07-09 19:57:51 UTC
I did a "make testiso" on x86-64 just the other day and definitely didn't see all those errors you are getting in the log file.  Is this i386-only, or have we somehow managed to fix it?

Comment 6 Jacek Danecki 2009-07-10 10:40:14 UTC
I'm testing on i386. I've tested yestarday on the latest snapshot of anaconda tree (commit 612ec7a3417680fed659e8e7bc216b2870bd1488) and problem still exists.

Comment 7 Joel Andres Granados 2009-09-03 12:53:28 UTC
(In reply to comment #6)
> I'm testing on i386. I've tested yestarday on the latest snapshot of anaconda
> tree (commit 612ec7a3417680fed659e8e7bc216b2870bd1488) and problem still
> exists.  

I've also successfully run the `make testiso` target.  What distribution are you using to build?

Comment 8 Jacek Danecki 2009-09-04 08:10:05 UTC
I'm using Fedora rawhide repository

Comment 9 Joel Andres Granados 2009-09-08 13:56:38 UTC
(In reply to comment #8)
> I'm using Fedora rawhide repository  
I was not referring to the repository, I meant the fedora distribution that you have installed in the box that you are using to build the isotest target.

Comment 10 Jacek Danecki 2009-09-10 13:50:55 UTC
I'm using rawhide repository on build host. This repository is being updated from time to time when I need newer tools to compile anaconda or build isotest target.

Comment 11 Chris Lumens 2009-09-21 13:55:50 UTC
This should be fixed in the next build of anaconda.

Comment 12 Bug Zapper 2009-11-16 10:27:27 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 12 development cycle.
Changing version to '12'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping


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