Ticket #1419 (new defect) — at Version 1
Configure & RH SPEC GPM-related errors
Reported by: | zaytsev | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.7.0-pre3 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description (last modified by iNode) (diff)
Hi!
1) Currently, the SPEC file bundled with mc contains --with-gpm-mouse configure switch, but it does not list gpm-devel as BuildRequires. Therefore this needs to be fixed with the attached patch.
2) There is also another related error: when --with-gpm-mouse is specified the ./configure should fail if
checking for Gpm_Repeat in -lgpm... no
configure: WARNING: libgpm is missing or older than 0.18
which is clearly not the case ATM ( see http://nopaste.com/p/aW0XbKvEV ).
This one I don't know how to fix, but I suppose that should be fairly easy for anyone familiar with autotools.
Change History
Note: See
TracTickets for help on using
tickets.
Patch for RH SPEC file