First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 156306
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mamoru KOMACHI (RETIRED) <usata@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Shunichi Fuji <palglowr@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
jfbterm-0.4.7-fix-header.patch fix header location patch patch Shunichi Fuji 2006-11-26 08:40 0000 389 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 156306 depends on: Show dependency tree
Show dependency graph
Bug 156306 blocks: 159304
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-11-26 07:37 0000
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -MT fbdpsp.o -MD -MP -MF .deps/fbdpsp.Tpo -c -o
fbdpsp.o fbdpsp.c
fbdpsp.c:830:20: error: asm/io.h: No such file or directory
fbdpsp.c:831:24: error: asm/system.h: No such file or directory
make[1]: *** [fbdpsp.o] Error 1
make[1]: Leaving directory
`/var/tmp/portage/app-i18n/jfbterm-0.4.7-r1/work/jfbterm-0.4.7'
make: *** [all] Error 2

>fbdpsp.c:830:20: error: asm/io.h: No such file or directory
>fbdpsp.c:831:24: error: asm/system.h: No such file or directory
asm/io.h and asm/system.h from linux-headers before 2.6.17,
but 2.6.18 ebuild does not install them.

------- Comment #1 From SpanKY 2006-11-26 07:50:51 0000 -------
if your code actually needs io.h, then it should include sys/io.h

as for asm/system.h, i cant guess why userspace is including that header

------- Comment #2 From Shunichi Fuji 2006-11-26 08:39:26 0000 -------
thank SpanKY for advice.

i create patch to remove asm/io.h and asm/system.h, and add sys/io.h.
By quickly test, it works on x86 system.

------- Comment #3 From Shunichi Fuji 2006-11-26 08:40:26 0000 -------
Created an attachment (id=102753) [edit]
fix header location patch

------- Comment #4 From Diego E. 'Flameeyes' Pettenò 2006-11-26 09:01:03 0000 -------
Hoping that Usata won't mind, I'll take care of this, while testing I found a
couple of other issues with the current modular Xorg, so I'll try to fix this
altogether.

------- Comment #5 From Diego E. 'Flameeyes' Pettenò 2006-11-26 10:00:24 0000 -------
Thanks for reporting, this is now fixed in 0.4.7-r2 (together with a few other
things).

------- Comment #6 From Mamoru KOMACHI (RETIRED) 2006-11-26 13:27:29 0000 -------
Thanks flameeyes :) (I do not have a Gentoo environment right now)

First Last Prev Next    No search results available      Search page      Enter new bug