First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 166553
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mobile Herd <mobile@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: DEMAINE Benoît-Pierre, aka DoubleHP <dhp_gentoo@doublehp.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
x11-plugins:gkrellm-wifi-0.9.12:20070212-175735.log /var/log/portage/x11-plugins:gkrellm-wifi-0.9.12:20070212-175735.log text/plain DEMAINE Benoît-Pierre, aka DoubleHP 2007-02-12 19:38 0000 6.41 KB Details
emerge--info /tmp/emerge--info text/plain DEMAINE Benoît-Pierre, aka DoubleHP 2007-02-12 19:41 0000 4.25 KB Details
gkrellm-wifi-0.9.12-iwlib-patch includes iwlib.h to the build patch Markus Peloquin 2007-03-09 02:36 0000 520 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 166553 depends on: Show dependency tree
Bug 166553 blocks:
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: 2007-02-12 19:37 0000
root@moon_gen_2:~# emerge -va1 x11-plugins/gkrellm-wifi
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild  N    ] x11-plugins/gkrellm-wifi-0.9.12  0 kB
Total: 1 package (1 new), Size of downloads: 0 kB
Would you like to merge these packages? [Yes/No]
>>> Emerging (1 of 1) x11-plugins/gkrellm-wifi-0.9.12 to /
 * gkrellm-wifi-0.9.12.tar.gz MD5 ;-) ...                                      
 [ ok ]
 * gkrellm-wifi-0.9.12.tar.gz size ;-) ...                                     
 [ ok ]
 * checking ebuild checksums ;-) ...                                           
 [ ok ]
 * checking auxfile checksums ;-) ...                                          
 [ ok ]
 * checking miscfile checksums ;-) ...                                         
 [ ok ]
 * checking gkrellm-wifi-0.9.12.tar.gz ;-) ...                                 
 [ ok ]
>>> Unpacking source...
>>> Unpacking gkrellm-wifi-0.9.12.tar.gz to /var/tmp/portage/x11-plugins/gkrellm-wifi-0.9.12/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/x11-plugins/gkrellm-wifi-0.9.12/work/gkrellm-wifi-0.9.12 ...
[...]
cc -O2 -march=athlon-mp -pipe -mmmx -msse -m3dnow -I/usr/src/linux/include
-Wall -O2 -fPIC -I/usr/include/gkrellm2 -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/freetype2 -I/usr/include/libpng12  
-DG_LOG_DOMAIN=\"gkrellm-wifi\"   -c -o gkrellm-wifi-linux.o
gkrellm-wifi-linux.c
In file included from gkrellm-wifi-linux.c:32:
/usr/src/linux/include/linux/wireless.h:651: error: expected
specifier-qualifier-list before '__s32'
/usr/src/linux/include/linux/wireless.h:663: error: expected ':', ',', ';', '}'
or '__attribute__' before '*' token
/usr/src/linux/include/linux/wireless.h:678: error: expected
specifier-qualifier-list before '__s32'
/usr/src/linux/include/linux/wireless.h:689: error: expected
specifier-qualifier-list before '__u8'
[...]
/usr/src/linux/include/linux/wireless.h:946: error: expected
specifier-qualifier-list before '__u32'
/usr/src/linux/include/linux/wireless.h:1047: error: expected
specifier-qualifier-list before '__u32'
/usr/src/linux/include/linux/wireless.h:1065: error: expected
specifier-qualifier-list before '__u16'
gkrellm-wifi-linux.c:65: error: expected specifier-qualifier-list before
'__s32'
gkrellm-wifi-linux.c:73: error: expected specifier-qualifier-list before '__u8'
gkrellm-wifi-linux.c:81: error: expected specifier-qualifier-list before
'__u32'
[...]
gkrellm-wifi-linux.c:390: error: 'struct iw_point' has no member named 'flags'
gkrellm-wifi-linux.c:392: error: 'struct iwreq' has no member named 'ifr_name'
gkrellm-wifi-linux.c:396: error: 'union iwreq_data' has no member named 'data'
make: *** [gkrellm-wifi-linux.o] Error 1

!!! ERROR: x11-plugins/gkrellm-wifi-0.9.12 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 1693:   Called src_compile
  gkrellm-wifi-0.9.12.ebuild, line 20:   Called die

------- Comment #1 From DEMAINE Benoît-Pierre, aka DoubleHP 2007-02-12 19:38:39 0000 -------
Created an attachment (id=109982) [edit]
/var/log/portage/x11-plugins:gkrellm-wifi-0.9.12:20070212-175735.log

------- Comment #2 From DEMAINE Benoît-Pierre, aka DoubleHP 2007-02-12 19:41:31 0000 -------
Created an attachment (id=109984) [edit]
/tmp/emerge--info

------- Comment #3 From Markus Peloquin 2007-03-09 02:36:50 0000 -------
Created an attachment (id=112665) [edit]
includes iwlib.h to the build

------- Comment #4 From Markus Peloquin 2007-03-09 02:39:44 0000 -------
I was able to build it by adding '-include iwlib.h' to CFLAGS in the makefile. 
iwlib.h (in /usr/include/) comes from >=net-wireless/wireless-tools-22.

------- Comment #5 From DEMAINE Benoît-Pierre, aka DoubleHP 2007-03-13 20:33:08 0000 -------
do you expect any thing from me ATM ? waiting for me to test ? test what ?

------- Comment #6 From Stefan Schweizer 2007-04-07 21:38:18 0000 -------
thanks, I fixed this in the tree!

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