Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 12801] rpm fails to compile

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 12801] rpm fails to compile
  • Date: 30 May 2007 13:44:39 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=12801


chersi AT alice.it changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME




------- Additional Comments From chersi AT alice.it 2007-05-30 08:44 -------
(In reply to comment #2)

The error described is caused by the "--disable-static" option in the BUILD
file. I would like to know the reason why that option had been put in.
My trivial fix is:
- OPTS="$OPTS $RPM_API
$RPM_SELINUX --disable-static --with-libintl-prefix=/usr"
+ OPTS="$OPTS $RPM_API $RPM_SELINUX --with-libintl-prefix=/usr"

> It still does not work properly.
>
> cast --no-opts rpm (selinux and docs no, gettext yes, python no, perl no,
lua no)
>

> attempted static link of dynamic object `../popt/.libs/libpopt.so'

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page