Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 89530

Summary: PATCH: dev-libs/popt-1.7-r2 configure failure on mips + 2.6 kernel
Product: Gentoo Linux Reporter: dvorak
Component: Current packagesAssignee: MIPS Porters <mips>
Status: RESOLVED WONTFIX    
Severity: normal CC: vapier
Priority: High    
Version: unspecified   
Hardware: MIPS   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch for configure failure on mips with 2.6 kernel
patch for configure failure on mips with 2.6 kernel
patch for configure failure on mips with 2.6 kernel
patch for configure failure on mips with 2.6 kernel, ebuild part

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