• Bug#264532: compilation is still breaking

    From Erik Rossen@1:229/2 to Debian Bug Tracking System on Fri Aug 13 10:40:07 2004
    From: [email protected]

    On Thu, Aug 12, 2004 at 01:48:16PM -0700, Debian Bug Tracking System wrote:
    This bug has been fixed in last upload. It works for me at least.

    kernel-patch-ctx (1:1.28-2) unstable; urgency=low

    * Fixed compile issue with udp.c and route.h, #26453.

    -- Ola Lundqvist <[email protected]> Wed, 11 Aug 2004 09:07:16 +0200

    Unfortunately it still does not work for me. Here are the last errors.

    gcc -D__KERNEL__ -I/scratch/rossen/todelete/kernel-source-2.4.26/include -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix include -
    DKBUILD_BASENAME=udp -c -o udp.o udp.c
    udp.c: In function `udp_sendmsg':
    udp.c:622: parse error before `struct'
    udp.c:631: `fl' undeclared (first use in this function)
    udp.c:631: (Each undeclared identifier is reported only once
    udp.c:631: for each function it appears in.)
    make[4]: *** [udp.o] Error 1
    make[4]: Leaving directory `/scratch/rossen/todelete/kernel-source-2.4.26/net/ipv4'
    make[3]: *** [first_rule] Error 2
    make[3]: Leaving directory `/scratch/rossen/todelete/kernel-source-2.4.26/net/ipv4'
    make[2]: *** [_subdir_ipv4] Error 2
    make[2]: Leaving directory `/scratch/rossen/todelete/kernel-source-2.4.26/net' make[1]: *** [_dir_net] Error 2
    make[1]: Leaving directory `/scratch/rossen/todelete/kernel-source-2.4.26' make: *** [stamp-build] Error 2

    FYI:
    compiling on a mostly-woody system,
    kernel-source-2.4.26 2.4.26-5,
    kernel-patch-ctx kernel-patch-ctx

    Compiled with:
    make-kpkg --revision=2 --added-patches ctx --append-to-version=todelete kernel-image kernel-headers

    Did you try compiling using the .config file that I sent in the original
    bug report?

    --
    Erik Rossen
    [email protected] Tel: (41 22) 362 45 08 http://www.prolibre.com OpenPGP key: 0816CC1B


    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)
  • From Ola Lundqvist@1:229/2 to Erik Rossen on Fri Aug 13 13:00:11 2004
    From: [email protected]

    tags 264532 + woody
    thanks

    Hi

    I assume that you use gcc-2. I have got a patch for that will use that instead. Or?

    Regards,

    // Ola

    On Fri, Aug 13, 2004 at 09:26:02AM +0200, Erik Rossen wrote:
    On Thu, Aug 12, 2004 at 01:48:16PM -0700, Debian Bug Tracking System wrote:
    This bug has been fixed in last upload. It works for me at least.

    kernel-patch-ctx (1:1.28-2) unstable; urgency=low

    * Fixed compile issue with udp.c and route.h, #26453.

    -- Ola Lundqvist <[email protected]> Wed, 11 Aug 2004 09:07:16 +0200

    Unfortunately it still does not work for me. Here are the last errors.

    gcc -D__KERNEL__ -I/scratch/rossen/todelete/kernel-source-2.4.26/include -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix include -
    DKBUILD_BASENAME=udp -c -o udp.o udp.c
    udp.c: In function `udp_sendmsg':
    udp.c:622: parse error before `struct'
    udp.c:631: `fl' undeclared (first use in this function)
    udp.c:631: (Each undeclared identifier is reported only once
    udp.c:631: for each function it appears in.)
    make[4]: *** [udp.o] Error 1
    make[4]: Leaving directory `/scratch/rossen/todelete/kernel-source-2.4.26/net/ipv4'
    make[3]: *** [first_rule] Error 2
    make[3]: Leaving directory `/scratch/rossen/todelete/kernel-source-2.4.26/net/ipv4'
    make[2]: *** [_subdir_ipv4] Error 2
    make[2]: Leaving directory `/scratch/rossen/todelete/kernel-source-2.4.26/net'
    make[1]: *** [_dir_net] Error 2
    make[1]: Leaving directory `/scratch/rossen/todelete/kernel-source-2.4.26' make: *** [stamp-build] Error 2

    FYI:
    compiling on a mostly-woody system,
    kernel-source-2.4.26 2.4.26-5,
    kernel-patch-ctx kernel-patch-ctx

    Compiled with:
    make-kpkg --revision=2 --added-patches ctx --append-to-version=todelete kernel-image kernel-headers

    Did you try compiling using the .config file that I sent in the original
    bug report?

    --
    Erik Rossen
    [email protected] Tel: (41 22) 362 45 08 http://www.prolibre.com OpenPGP key: 0816CC1B


    --
    --------------------- Ola Lundqvist ---------------------------
    / [email protected] Annebergsslingan 37 \
    | [email protected] 654 65 KARLSTAD |
    | +46 (0)54-10 14 30 +46 (0)70-332 1551 |
    | http://www.opal.dhs.org UIN/icq: 4912500 |
    \ gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9 /
    ---------------------------------------------------------------


    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)
  • From Erik Rossen@1:229/2 to Ola Lundqvist on Fri Aug 13 14:00:12 2004
    From: [email protected]

    On Fri, Aug 13, 2004 at 12:33:28PM +0200, Ola Lundqvist wrote:
    tags 264532 + woody
    thanks

    Hi

    I assume that you use gcc-2. I have got a patch for that will use that instead.
    Or?

    rossen@hulk:~$ apt-cache policy gcc
    gcc:
    Installed: 2:2.95.4-14
    Candidate: 2:2.95.4-14
    Version Table:
    4:3.3.4-2 0
    66 http://aptproxy sarge/main Packages
    33 http://aptproxy sid/main Packages
    *** 2:2.95.4-14 0
    990 http://aptproxy woody/main Packages
    100 /var/lib/dpkg/status

    --
    Erik Rossen
    [email protected] Tel: (41 22) 362 45 08 http://www.prolibre.com OpenPGP key: 0816CC1B


    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)