Opened 20 years ago

Closed 18 years ago

#2034 closed defect (fixed)

BUG: rpm doesn't build on 7.2.1 RC3 x86

Reported by: brian.bechtel@… Owned by: ssen@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

rpm has a subdirectory called python which should include -lpython2.3 on the LIBS line. Otherwise, none of the python routines are found, and you get link errors which break the build.

I added this to the "darwin" section of the portfile:

post-configure {

reinplace "slz -lbz2lz -lbz2 -lpython2.3|g" ${worksrcpath}/python/Makefile

}

Change History (5)

comment:1 Changed 20 years ago by mww@…

Owner: changed from darwinports-bugs@… to ssen@…

assign to maintainer

comment:2 Changed 20 years ago by ssen@…

rpm's configure script should be adding the necessary libraries. See patch-configure.diff

comment:3 Changed 19 years ago by snu@…

Summary: rpm doesn't build on 7.2.1 RC3 x86BUG: rpm doesn't build on 7.2.1 RC3 x86

comment:4 Changed 19 years ago by n3npq@…

This problem is fixed in rpm-4.4.2 afaik.

comment:5 Changed 18 years ago by mww@…

Resolution: fixed
Status: newclosed

fixed according to Jeff;

Note: See TracTickets for help on using tickets.