[OpenWrt-Devel] cbtt compilation broken

2008-04-03 Thread Robert P. J. Day

  i'm currently doing another run-through trying to build every
possible package for my ASUS WL-500GP and the latest breakage is with
the cbtt package:

atom.cpp: In copy constructor 'CAtomList::CAtomList(const CAtomList)':
atom.cpp:221: error: 'dynamic_cast' not permitted with -fno-rtti
atom.cpp:222: error: 'dynamic_cast' not permitted with -fno-rtti
atom.cpp:223: error: 'dynamic_cast' not permitted with -fno-rtti
atom.cpp:224: error: 'dynamic_cast' not permitted with -fno-rtti
atom.cpp:225: error: 'dynamic_cast' not permitted with -fno-rtti
atom.cpp:226: error: 'dynamic_cast' not permitted with -fno-rtti
atom.cpp:227: error: 'dynamic_cast' not permitted with -fno-rtti
atom.cpp:228: error: 'dynamic_cast' not permitted with -fno-rtti
atom.cpp:229: error: 'dynamic_cast' not permitted with -fno-rtti
atom.cpp:230: error: 'dynamic_cast' not permitted with -fno-rtti
atom.cpp: In copy constructor 'CAtomDicti::CAtomDicti(const CAtomDicti)':
atom.cpp:333: error: 'dynamic_cast' not permitted with -fno-rtti
atom.cpp:334: error: 'dynamic_cast' not permitted with -fno-rtti
atom.cpp:335: error: 'dynamic_cast' not permitted with -fno-rtti
atom.cpp:336: error: 'dynamic_cast' not permitted with -fno-rtti
atom.cpp:337: error: 'dynamic_cast' not permitted with -fno-rtti
atom.cpp:338: error: 'dynamic_cast' not permitted with -fno-rtti
atom.cpp:339: error: 'dynamic_cast' not permitted with -fno-rtti
atom.cpp:340: error: 'dynamic_cast' not permitted with -fno-rtti
atom.cpp:341: error: 'dynamic_cast' not permitted with -fno-rtti
atom.cpp:342: error: 'dynamic_cast' not permitted with -fno-rtti
make[4]: *** [atom.o] Error 1
...

  should i file a ticket related to this?

rday
--


Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
Have classroom, will lecture.

http://crashcourse.ca  Waterloo, Ontario, CANADA

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] error building libshout

2008-04-03 Thread Robert P. J. Day

...
ogg.c:33:24: error: tremor/ogg.h: No such file or directory
In file included from ogg.c:37:
shout_ogg.h:34: error: expected specifier-qualifier-list before 
'ogg_stream_state'
shout_ogg.h:47: error: expected declaration specifiers or '...' before 
'ogg_page'
shout_ogg.h:52: error: expected declaration specifiers or '...' before 
'ogg_page'
ogg.c:41: error: expected specifier-qualifier-list before 'ogg_sync_state'
ogg.c:49: error: expected declaration specifiers or '...' before 'ogg_page'
ogg.c:52: error: expected declaration specifiers or '...' before 'ogg_page'
ogg.c:54: error: expected declaration specifiers or '...' before 'ogg_page'
... etc etc ...

rday
--


Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
Have classroom, will lecture.

http://crashcourse.ca  Waterloo, Ontario, CANADA

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] lirc build still broken, erroneously refers to mipsel kernel dir

2008-04-03 Thread Robert P. J. Day

  the build of lirc-0.8.3pre1 for the (MIPS-based) ASUS WL500-GP is
broken thusly:

...
make[9]: Entering directory
`/home/rpjday/openwrt/wl-500gp/build/git-trunk/build_dir/linux-brcm47xx/linux-2.6.23.16'
Makefile:492: 
/home/rpjday/openwrt/wl-500gp/build/git-trunk/build_dir/linux-brcm47xx/linux-2.6.23.16/arch/mipsel/Makefile:
No such file or directory
make[9]: *** No rule to make target
`/home/rpjday/openwrt/wl-500gp/build/git-trunk/build_dir/linux-brcm47xx/linux-2.6.23.16/arch/mipsel/Makefile'.
Stop.
...

  that's because there *is* no kernel arch directory named mipsel,
only mips.  so how does one correct that kind of issue?
obviously, any package being built for mipsel should still realize
that the directory name is simply mips.

rday
--


Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
Have classroom, will lecture.

http://crashcourse.ca  Waterloo, Ontario, CANADA

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] mmc-over-gpio driver and fon2100

2008-04-03 Thread Oliver Ertl
I've built trunk revision 10700 with the new mmc-over-gpio driver for the 
atheros target (router is a fon2100). Kernel is 2.6.23.16. I successfully got 
the new driver working on a WRT54GL.

After booting the fon2100 I get unknown symbols:

ath_rate_minstrel: look around rate set to 10%
ath_rate_minstrel: EWMA rolloff level set to 75%
ath_rate_minstrel: max segment size in the mrr set to 6000 us
wlan: mac acl policy registered
ath_ahb: trunk
wifi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
wifi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 
36Mbps 48Mbps 54Mbps
wifi0: H/W encryption support: WEP AES AES_CCM TKIP
ath_ahb: wifi0: Atheros 2315 WiSoC: mem=0xb000, irq=3
spi_gpio: Unknown symbol gpio_free
spi_gpio: Unknown symbol gpio_direction_output
spi_gpio: Unknown symbol gpio_set_value
spi_gpio: Unknown symbol gpio_direction_input
spi_gpio: Unknown symbol gpio_get_value
spi_gpio: Unknown symbol gpio_request
spi-gpio-mmc: MMC-Card fonera attached to GPIO pins 1,3,4,7

Maybe someone knows how to fix it.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] mmc-over-gpio driver and fon2100

2008-04-03 Thread Michael Buesch
On Thursday 03 April 2008 20:25:57 Oliver Ertl wrote:
 I've built trunk revision 10700 with the new mmc-over-gpio driver for the 
 atheros target (router is a fon2100). Kernel is 2.6.23.16. I successfully got 
 the new driver working on a WRT54GL.
 
 After booting the fon2100 I get unknown symbols:
 
 ath_rate_minstrel: look around rate set to 10%
 ath_rate_minstrel: EWMA rolloff level set to 75%
 ath_rate_minstrel: max segment size in the mrr set to 6000 us
 wlan: mac acl policy registered
 ath_ahb: trunk
 wifi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
 wifi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 
 36Mbps 48Mbps 54Mbps
 wifi0: H/W encryption support: WEP AES AES_CCM TKIP
 ath_ahb: wifi0: Atheros 2315 WiSoC: mem=0xb000, irq=3
 spi_gpio: Unknown symbol gpio_free
 spi_gpio: Unknown symbol gpio_direction_output
 spi_gpio: Unknown symbol gpio_set_value
 spi_gpio: Unknown symbol gpio_direction_input
 spi_gpio: Unknown symbol gpio_get_value
 spi_gpio: Unknown symbol gpio_request
 spi-gpio-mmc: MMC-Card fonera attached to GPIO pins 1,3,4,7
 
 Maybe someone knows how to fix it.

Your architecture doesn't seem to implement the GPIO API.


-- 
Greetings Michael.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] mmc-over-gpio driver and fon2100

2008-04-03 Thread Florian Fainelli
Hey,

Le jeudi 3 avril 2008, Michael Buesch a écrit :
 Your architecture doesn't seem to implement the GPIO API.

Indeed, it needs the generci GPIO patch from #1861 to be applied.
-- 
Best regards, Florian Fainelli
Email : [EMAIL PROTECTED]
http://openwrt.org
---


signature.asc
Description: This is a digitally signed message part.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] mjpg-streamer-r56.tar.bz2 not found in sources/

2008-04-03 Thread Robert P. J. Day

  the mjpg-streamer package doesn't build as the download can't find
the respective tarball.

rday
--


Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
Have classroom, will lecture.

http://crashcourse.ca  Waterloo, Ontario, CANADA

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] [package/udev] Replace udev-vol-id pacakge with configurable udevextras

2008-04-03 Thread Yuji Mano
Jeremy Kerr wrote:

 Instead of just having one vol_id package, create a 'udevextras' package
 for all of the udev EXTRAS utilities. Selecting this package allows
 each extra to be selected individually.
 
 Also, installing udevextras adds a few udev rules for persistent device
 naming.
 
 Signed-off-by: Jeremy Kerr [EMAIL PROTECTED]
 
 ---
  package/udev/Makefile |   32 +--
  package/udev/udevextras-config.in |   51 
 ++
  2 files changed, 74 insertions(+), 9 deletions(-)
 
 diff --git a/package/udev/Makefile b/package/udev/Makefile
 index 336e511..2da6149 100644
 --- a/package/udev/Makefile
 +++ b/package/udev/Makefile

Tested this patch and works on PS3 target.

- Yuji

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] mmc-over-gpio driver and fon2100

2008-04-03 Thread Axel Gembe
Oliver Ertl wrote:
 You may take a look at my first try to migrate the configuration to a UCI 
 config file.
 
 http://lists.openwrt.org/pipermail/openwrt-devel/2008-March/001867.html

I totally missed that post. The patch I was about to send looks almost the same.
Your patch gives me this on the Fonera:
[EMAIL PROTECTED]:~# /etc/rc.common: eval: line 1: cannot create 
/proc/diag/gpiomask: nonexistent directory
I commented out the line and everything else works.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] what is a standard STL implementation?

2008-04-03 Thread RB
   i'm not sure what that even means.  thoughts?
Standard Template Library... if OpenWRT doesn't have one it's likely
due to a mucked-up C++ implementation (only having covered it briefly
in a course 8 years ago myself).
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel