Summary: | app-misc/mc-4.8.1-r1 fails to build tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Markus Meier <maekke> |
Component: | Current packages | Assignee: | Alex Alexander (RETIRED) <wired> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arm, desktop-misc, slyfox |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://www.midnight-commander.org/ticket/2732 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 401157 | ||
Attachments: |
app-misc:mc-4.8.1-r1:20120211-175439.log
mc-4.8.1-muldefs.patch mc-4.8.1-muldefs.patch |
Description
Markus Meier
![]() Created attachment 301735 [details, diff]
mc-4.8.1-muldefs.patch
Dropped -z muldefs from CFLAGS.
It sits in LDFLAGS already.
WARNING: i didn't test patch yet
Created attachment 301745 [details, diff]
mc-4.8.1-muldefs.patch
Updated patch to catch the same problem in another place.
(In reply to comment #2) > Created attachment 301745 [details, diff] [details, diff] > mc-4.8.1-muldefs.patch > > Updated patch to catch the same problem in another place. Ok. It was not enough. arm's gcc does not understand -z muldefs, only '-Wl,-z,muldefs'. On alpha strct stat in not just a thing of integral fields so one of tests didn't compile. Both problems are fixed. Fixes touch only tests/ subsystem, so I didn't revbump anything. > 13 Feb 2012; Sergei Trofimovich <slyfox@gentoo.org> > +files/mc-4.8.1-fix-vfs-test.patch, +files/mc-4.8.1-muldefs-in.patch, > +files/mc-4.8.1-muldefs.patch, mc-4.8.1-r1.ebuild, mc-4.8.1-r2.ebuild: > Fix FEATURES=test on arm and alpha (bug #403343 by Markus Meier). Thanks for the report, Markus! |