Bug 255821

Summary: anaconda fails in current rawhide
Product: [Fedora] Fedora Reporter: Dave Airlie <airlied>
Component: python-pyblockAssignee: Peter Jones <pjones>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: rawhideCC: orion, sylvain.pasche
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-09-11 17:17:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 235703    
Attachments:
Description Flags
Makefile fix none

Description Dave Airlie 2007-08-27 05:59:47 UTC
Description of problem:

rawhide from 27 August, anaconda-11.3.0.21-3.i386.rpm I think, I just used
diskboot.img and installed from stage2.img

I can't get the backtrace but it contains,
dmmodule.so and undefined symbol: dm_task_get_uuid

Comment 1 Orion Poplawski 2007-08-27 17:56:34 UTC
>>> import block
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/block/__init__.py", line 20, in <module>
    import dm
ImportError: /usr/lib/python2.5/site-packages/block/dmmodule.so: undefined
symbol: dm_task_get_uuid


ldd /usr/lib/python2.5/site-packages/block/dmmodule.so
        linux-gate.so.1 =>  (0x00110000)
        libc.so.6 => /lib/libc.so.6 (0x00119000)
        /lib/ld-linux.so.2 (0xb7fbb000)


Comment 2 Sylvain Pasche 2007-08-27 18:36:42 UTC
Created attachment 174141 [details]
Makefile fix

$* expanded to nothing, so that no -lXXX flag were given to gcc.

Below is the old rule from version 0.27:

%module.so.$(VERSION) : %.o pyhelpers.o
	$(CC) $(CFLAGS) $(LDFLAGS) -Wl,-soname="$@" -o $@ $^ $(foreach
x,$(value $*_LIBS),-l$(x))

Comment 3 Sylvain Pasche 2007-08-29 21:26:19 UTC
This should be fixed now (duplicate of bug 254681)

Comment 4 Jeremy Katz 2007-09-11 17:17:53 UTC

*** This bug has been marked as a duplicate of 254681 ***