cipe patch against 2.6.14.2

View: New views
2 Messages — Rating Filter:   Alert me  

cipe patch against 2.6.14.2

by Ronny Seffner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

very thanks for the fast generation of a patch. But it don't work at my
system:

[...]
make[2]: Entering directory `/usr/src/linux-2.6.14.2'
  CC [M]  /usr/local/src/cipe-1.6.0/2.6.14.2-i386-c/module.o
  CC [M]  /usr/local/src/cipe-1.6.0/2.6.14.2-i386-c/device.o
  CC [M]  /usr/local/src/cipe-1.6.0/2.6.14.2-i386-c/sock.o
  CC [M]  /usr/local/src/cipe-1.6.0/2.6.14.2-i386-c/output.o
/usr/local/src/cipe-1.6.0/2.6.14.2-i386-c/output.c: In Funktion »cipe_xmit«:
/usr/local/src/cipe-1.6.0/2.6.14.2-i386-c/output.c:175: error: structure has
no member named `inet'
/usr/local/src/cipe-1.6.0/2.6.14.2-i386-c/output.c:197: error: structure has
no member named `inet'
make[3]: *** [/usr/local/src/cipe-1.6.0/2.6.14.2-i386-c/output.o] Fehler 1
make[2]: *** [_module_/usr/local/src/cipe-1.6.0/2.6.14.2-i386-c] Fehler 2
make[2]: Leaving directory `/usr/src/linux-2.6.14.2'
make[1]: *** [all25] Fehler 2
make[1]: Leaving directory `/usr/local/src/cipe-1.6.0/2.6.14.2-i386-c'
make: *** [all] Fehler 2
prokyon:/usr/local/src/cipe-1.6.0#
[...]




Mit freundlichen Grüßen / With kind regards

      Ronny Seffner

--

IT-SYSTEME Ronny Seffner | web  http://www.its-seffner.de
                         | mail r.seffner@...
Pirnaer Landstraße 205   | tel  (+ 49) 03 51 / 2 00 18 53
D-01259 Dresden          | funk (+ 49) 01 74 / 9 47 44 39


--
Message sent by the cipe-l@... mailing list.
Unsubscribe: mail majordomo@..., "unsubscribe cipe-l" in body
Other commands available with "help" in body to the same address.
CIPE info and list archive: <URL:http://sites.inka.de/~bigred/devel/cipe.html>

Re: cipe patch against 2.6.14.2

by Dick St.Peters :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ronny Seffner writes:

> very thanks for the fast generation of a patch. But it don't work at my
> system:
>
> [...]
> make[2]: Entering directory `/usr/src/linux-2.6.14.2'
>   CC [M]  /usr/local/src/cipe-1.6.0/2.6.14.2-i386-c/module.o
>   CC [M]  /usr/local/src/cipe-1.6.0/2.6.14.2-i386-c/device.o
>   CC [M]  /usr/local/src/cipe-1.6.0/2.6.14.2-i386-c/sock.o
>   CC [M]  /usr/local/src/cipe-1.6.0/2.6.14.2-i386-c/output.o
> /usr/local/src/cipe-1.6.0/2.6.14.2-i386-c/output.c: In Funktion »cipe_xmit«:
> /usr/local/src/cipe-1.6.0/2.6.14.2-i386-c/output.c:175: error: structure has
> no member named `inet'
> /usr/local/src/cipe-1.6.0/2.6.14.2-i386-c/output.c:197: error: structure has
> no member named `inet'
> make[3]: *** [/usr/local/src/cipe-1.6.0/2.6.14.2-i386-c/output.o] Fehler 1
> make[2]: *** [_module_/usr/local/src/cipe-1.6.0/2.6.14.2-i386-c] Fehler 2
> make[2]: Leaving directory `/usr/src/linux-2.6.14.2'
> make[1]: *** [all25] Fehler 2
> make[1]: Leaving directory `/usr/local/src/cipe-1.6.0/2.6.14.2-i386-c'
> make: *** [all] Fehler 2
> prokyon:/usr/local/src/cipe-1.6.0#
> [...]

Indeed, you are correct.  The problem occurs for two code lines where
the IOPT macro is used.  The cipe I use myself has a modification that
does not use the IOPT macro.

I've updated the patch to change the IOPT macro and posted the updated
version at the same URL.  Actually, it's at both these URLs:
  ftp://ftp.netheaven.com/pub/cipe/cipe-1.6.0.-kernel-2.6.14.2.patch
  ftp://ftp.netheaven.com/pub/cipe/cipe-1.6.0-kernel-2.6.14.2.patch

The extra "." in the original URL was a typo in the filename.

--
Dick St.Peters, stpeters@...

--
Message sent by the cipe-l@... mailing list.
Unsubscribe: mail majordomo@..., "unsubscribe cipe-l" in body
Other commands available with "help" in body to the same address.
CIPE info and list archive: <URL:http://sites.inka.de/~bigred/devel/cipe.html>