RPM Community Forums

Mailing List Message of <rpm-devel>

More Perl-RPM woes

From: Anders F Björklund <afb@rpm5.org>
Date: Sat 25 Aug 2007 - 15:22:14 CEST
Message-Id: <c9604e4b8973646b44bf926f356d842d@rpm5.org>

* it ignores any "unrecognized" LDFLAGS: (MakeMaker problem ?)

Unrecognized argument in LIBS ignored: '-arch'
Unrecognized argument in LIBS ignored: 'ppc'
Unrecognized argument in LIBS ignored: '-arch'
Unrecognized argument in LIBS ignored: 'i386'
Unrecognized argument in LIBS ignored: '-Wl,-search_paths_first'
Unrecognized argument in LIBS ignored: '-Wl,-search_paths_first'
Writing Makefile.perl for RPM

This makes it link against the system libraries on Mac OS X,
e.g. /usr/lib/libsqlite3.dylib, instead of my static libraries
that I want it to be linking against (i.e. the same as RPM use)

Hacked around this by rebuilding with LD="ld -search_paths_first"

* it installs manpages in man/man3 instead of specified --mandir

That is I had configured it to install the manpages under
share/man, and that worked for the RPM manual but not for
the RPM-Perl manual which still installed as man only...

Ignoring this issue for now, but it seems broken for /usr/local ?

--anders
Received on Sat Aug 25 15:22:15 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.