Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89530 - PATCH: dev-libs/popt-1.7-r2 configure failure on mips + 2.6 kernel
Summary: PATCH: dev-libs/popt-1.7-r2 configure failure on mips + 2.6 kernel
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: MIPS Linux
: High normal (vote)
Assignee: MIPS Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-18 07:42 UTC by dvorak
Modified: 2005-05-10 15:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for configure failure on mips with 2.6 kernel (mips-linux-config-guess.diff,67 bytes, patch)
2005-04-18 07:43 UTC, dvorak
Details | Diff
patch for configure failure on mips with 2.6 kernel (mips-linux-config.-guess.diff,68 bytes, patch)
2005-04-18 07:47 UTC, dvorak
Details | Diff
patch for configure failure on mips with 2.6 kernel (mips-linux-config.guess.diff,1.32 KB, patch)
2005-04-18 07:47 UTC, dvorak
Details | Diff
patch for configure failure on mips with 2.6 kernel, ebuild part (ebuild.diff,253 bytes, patch)
2005-04-18 07:49 UTC, dvorak
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dvorak 2005-04-18 07:42:10 UTC
popt failes to compile on gentoo-mips with a linux 2.6 kernel
this is caused by a configure script that relies on /proc/cpuinfo
te give endian information which is no longer available in 2.6 kernels.

Patch is use another way of detection endianness below is a patch
that replaces the old detection with one copied form sudo. It might
be nicer to complement the old check in stead of just replacing it.
Comment 1 dvorak 2005-04-18 07:43:51 UTC
Created attachment 56577 [details, diff]
patch for configure failure on mips with 2.6 kernel
Comment 2 dvorak 2005-04-18 07:47:08 UTC
Created attachment 56578 [details, diff]
patch for configure failure on mips with 2.6 kernel

lynx submits even if it can't open the local file hope it works this time
Comment 3 dvorak 2005-04-18 07:47:42 UTC
Created attachment 56579 [details, diff]
patch for configure failure on mips with 2.6 kernel

lynx submits even if it can't open the local file hope it works this time
Comment 4 dvorak 2005-04-18 07:49:21 UTC
Created attachment 56580 [details, diff]
patch for configure failure on mips with 2.6 kernel, ebuild part

ebuild part of the diff
Comment 5 dvorak 2005-04-18 07:51:51 UTC
Comment on attachment 56577 [details, diff]
patch for configure failure on mips with 2.6 kernel

didn't uplaod patch
Comment 6 dvorak 2005-04-18 07:52:14 UTC
Comment on attachment 56578 [details, diff]
patch for configure failure on mips with 2.6 kernel

didn't upload patch
Comment 7 SpanKY gentoo-dev 2005-05-10 15:50:30 UTC
config.guess should be updated automatically by the gnuconfig package

if that isnt happening, find out why your system doesnt have 'autoconfig' in FEATURES