[OpenWrt-Devel] current build errors

2008-03-18 Thread Robert P. J. Day
at the moment, as an experiment, i'm trying to build every package available with openwrt on my fedora 8 system. there are currently a number of packages that simply don't build for one reason or another, some of which have been in that broken state for quite some time, some of those which i've

[OpenWrt-Devel] broken link "package/openwrt-packages/packages"

2008-03-18 Thread Robert P. J. Day
i'm not sure what it's doing there, but in my current build infrastructure, i have the (broken) symlink: package/openwrt-packages/packages -> ../feeds/packages it doesn't appear to be doing any harm, but it just as clearly isn't doing any good. i'm guessing it's a holdover from days gone by

Re: [OpenWrt-Devel] broken link "package/openwrt-packages/packages"

2008-03-18 Thread Harald Schiöberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert P. J. Day wrote: > i'm not sure what it's doing there, but in my current build > infrastructure, i have the (broken) symlink: > > package/openwrt-packages/packages -> ../feeds/packages > > it doesn't appear to be doing any harm, but it jus

Re: [OpenWrt-Devel] broken link "package/openwrt-packages/packages"

2008-03-18 Thread Robert P. J. Day
On Tue, 18 Mar 2008, Harald Schiöberg wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Robert P. J. Day wrote: > > i'm not sure what it's doing there, but in my current build > > infrastructure, i have the (broken) symlink: > > > > package/openwrt-packages/packages -> ../feeds/pack

Re: [OpenWrt-Devel] broken link "package/openwrt-packages/packages"

2008-03-18 Thread Robert P. J. Day
On Tue, 18 Mar 2008, Harald Schiöberg wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Robert P. J. Day wrote: > > i'm not sure what it's doing there, but in my current build > > infrastructure, i have the (broken) symlink: > > > > package/openwrt-packages/packages -> ../feeds/pack

[OpenWrt-Devel] the rest of the list of non-building packages

2008-03-18 Thread Robert P. J. Day
just to complete the earlier list of openwrt packages that don't build on my fedora 8 system -- no details for now, just package names: * nagios * lirc * p54-related stuff * all rt2x00-related stuff rather than try to debug the above, i just deselected it all, and am currently trying

Re: [OpenWrt-Devel] broken link "package/openwrt-packages/packages"

2008-03-18 Thread Harald Schiöberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > but if you go into feeds/packages, do you see the following? > > drwxrwxr-x 9 rpjday rpjday 4096 2008-03-17 12:39 admin > drwxrwxr-x 15 rpjday rpjday 4096 2008-03-17 12:39 ipv6 > drwxrwxr-x 24 rpjday rpjday 4096 2008-03-17 12:39 lang > drwxrwxr

Re: [OpenWrt-Devel] broken link "package/openwrt-packages/packages"

2008-03-18 Thread Robert P. J. Day
On Tue, 18 Mar 2008, Harald Schiöberg wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > but if you go into feeds/packages, do you see the following? > > > > drwxrwxr-x 9 rpjday rpjday 4096 2008-03-17 12:39 admin > > drwxrwxr-x 15 rpjday rpjday 4096 2008-03-17 12:39 ipv6 > > drwxr

[OpenWrt-Devel] [PATCH] Add Kernel ISDN support - reformatted

2008-03-18 Thread Philipp Kewisch
This patch adds support for the following kmod- packages. ---DESCRIPTION-- kmod-isdn: * General ISDN Subsystem support (isdn.o) * Some options that I think might be useful for a router with an isdn adapter: - ISDN_MPP (Generic Multi line support) - ISDN_PPP (Synchronou

Re: [OpenWrt-Devel] the rest of the list of non-building packages

2008-03-18 Thread Jan Willies
Robert P. J. Day wrote: > just to complete the earlier list of openwrt packages that don't > build on my fedora 8 system -- no details for now, just package names: > > * p54-related stuff I posted a patch to solve that one last month. You can find it in the ML-archive. - Jan __

Re: [OpenWrt-Devel] the rest of the list of non-building packages

2008-03-18 Thread Robert P. J. Day
On Tue, 18 Mar 2008, Jan Willies wrote: > Robert P. J. Day wrote: > > just to complete the earlier list of openwrt packages that don't > > build on my fedora 8 system -- no details for now, just package names: > > > > * p54-related stuff > > I posted a patch to solve that one last month. You c

Re: [OpenWrt-Devel] the rest of the list of non-building packages

2008-03-18 Thread Imre Kaloz
On Tue, 18 Mar 2008 14:27:19 +0100, Robert P. J. Day <[EMAIL PROTECTED]> wrote: > On Tue, 18 Mar 2008, Jan Willies wrote: > >> Robert P. J. Day wrote: >> > just to complete the earlier list of openwrt packages that don't >> > build on my fedora 8 system -- no details for now, just package name

Re: [OpenWrt-Devel] the rest of the list of non-building packages

2008-03-18 Thread Robert P. J. Day
On Tue, 18 Mar 2008, Imre Kaloz wrote: > On Tue, 18 Mar 2008 14:27:19 +0100, Robert P. J. Day > <[EMAIL PROTECTED]> wrote: > > > On Tue, 18 Mar 2008, Jan Willies wrote: > > > >> Robert P. J. Day wrote: > >> > just to complete the earlier list of openwrt packages that don't > >> > build on my fed

Re: [OpenWrt-Devel] the rest of the list of non-building packages

2008-03-18 Thread Imre Kaloz
On 2008.03.18. 15:39:15 Robert P. J. Day <[EMAIL PROTECTED]> wrote: >> > so why hasn't that fix been added to the git repo? >> > >> >> First, the git-repo isn't the official source (just to make sure we >> don't confuse people here). > > (just to be clear, when i refer to the "git repo," i'm assum

Re: [OpenWrt-Devel] the rest of the list of non-building packages

2008-03-18 Thread Robert P. J. Day
On Tue, 18 Mar 2008, Imre Kaloz wrote: > On 2008.03.18. 15:39:15 Robert P. J. Day <[EMAIL PROTECTED]> wrote: > > >> > so why hasn't that fix been added to the git repo? > >> > > >> > >> First, the git-repo isn't the official source (just to make sure we > >> don't confuse people here). > > > > (ju

Re: [OpenWrt-Devel] [PATCH] Add Kernel ISDN support - reformatted

2008-03-18 Thread Travis Kemen
Philipp Kewisch wrote: > This patch adds support for the following kmod- packages. > > ---DESCRIPTION-- > kmod-isdn: > * General ISDN Subsystem support (isdn.o) > * Some options that I think might be useful for a router with an isdn >adapter: >- ISDN_MPP (Generic Multi

Re: [OpenWrt-Devel] the rest of the list of non-building packages

2008-03-18 Thread Felix Fietkau
Robert P. J. Day wrote: > On Tue, 18 Mar 2008, Imre Kaloz wrote: > >> On 2008.03.18. 15:39:15 Robert P. J. Day <[EMAIL PROTECTED]> wrote: >> >> >> > so why hasn't that fix been added to the git repo? >> >> > >> >> >> >> First, the git-repo isn't the official source (just to make sure we >> >> don'

Re: [OpenWrt-Devel] the rest of the list of non-building packages

2008-03-18 Thread Andy Boyett
Imre Kaloz wrote: > You've missunderstood that part, I've hilighted that the git repo isn't > the official repository, _just to make it clear_ for people who would find > your post via google (for example). Currently the official repository is > the subversion one, and I have no idea how periodical

Re: [OpenWrt-Devel] the rest of the list of non-building packages

2008-03-18 Thread Harald Schiöberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > > By the way, you didn't quote/reply to the only merit part of my mail, when > I've > wrote about package maintainers. What do you think about that? Would you > volunteer > to support/update/fix packages yourself? I can take instantaneously gdb

[OpenWrt-Devel] the only packages that don't build for me at the moment

2008-03-18 Thread Robert P. J. Day
for the fun of it, i documented the only packages that don't build for me in trying to compile everything for my WL500GP for a broadcom 2.6 kernel: http://www.crashcourse.ca/wiki/index.php/Current_OpenWrt_build_errors as an academic exercise, i'd be interested in solving the issue with every

Re: [OpenWrt-Devel] [PATCH] New package: ndyndns

2008-03-18 Thread Felix Fietkau
Conrad Hirano wrote: > Felix Fietkau wrote: > >> Does not compile for me (cannot find the path to the curl header files) >> Please fix and resend. > > Fixed. > > Signed off by: Conrad Hirano <[EMAIL PROTECTED]> Applied with extra fixes in r10615. Sorry for the delay. - Felix ___

[OpenWrt-Devel] nagios "strip-post-install" is using the wrong "strip"

2008-03-18 Thread Robert P. J. Day
the tail end of the build of nagios: ... make strip-post-install make[6]: Entering directory `/home/rpjday/openwrt/wl-500gp/build/git/build_dir/mipsel/nagios-2.10/base' /usr/bin/strip /home/rpjday/openwrt/wl-500gp/build/git/build_dir/mipsel/nagios-2.10/ipkg-install/usr/bin/nagios /usr/bin/stri

Re: [OpenWrt-Devel] nagios "strip-post-install" is using the wrong "strip"

2008-03-18 Thread Felix Fietkau
Robert P. J. Day wrote: > the tail end of the build of nagios: > ... > make strip-post-install > make[6]: Entering directory > `/home/rpjday/openwrt/wl-500gp/build/git/build_dir/mipsel/nagios-2.10/base' > /usr/bin/strip > /home/rpjday/openwrt/wl-500gp/build/git/build_dir/mipsel/nagios-2.10/ipkg

Re: [OpenWrt-Devel] nagios "strip-post-install" is using the wrong "strip"

2008-03-18 Thread Robert P. J. Day
On Wed, 19 Mar 2008, Felix Fietkau wrote: > Robert P. J. Day wrote: > > the tail end of the build of nagios: > > ... > > make strip-post-install > > make[6]: Entering directory > > `/home/rpjday/openwrt/wl-500gp/build/git/build_dir/mipsel/nagios-2.10/base' > > /usr/bin/strip > > /home/rpjday/o

Re: [OpenWrt-Devel] nagios "strip-post-install" is using the wrong "strip"

2008-03-18 Thread Felix Fietkau
Robert P. J. Day wrote: > so the solution is to modify the nagios build system Makefile > thusly? > > define Build/Compile > $(MAKE) -C $(PKG_BUILD_DIR) \ > DESTDIR="$(PKG_INSTALL_DIR)" \ > INSTALL_OPTS="" \ > + STRIP=: \ > al

Re: [OpenWrt-Devel] nagios "strip-post-install" is using the wrong "strip"

2008-03-18 Thread Robert P. J. Day
On Wed, 19 Mar 2008, Felix Fietkau wrote: > Robert P. J. Day wrote: > > so the solution is to modify the nagios build system Makefile > > thusly? > > > > define Build/Compile > > $(MAKE) -C $(PKG_BUILD_DIR) \ > > DESTDIR="$(PKG_INSTALL_DIR)" \ > > INSTALL_

Re: [OpenWrt-Devel] nagios "strip-post-install" is using the wrong "strip"

2008-03-18 Thread nööh
Robert P. J. Day schrieb: > apparently, it does. :-) could you (or someone) apply that fix? > thanks commited in #10618. crazy_imp ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-