Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79032 - ethereal-0.10.9 doesn't compile with gcc-2.95
Summary: ethereal-0.10.9 doesn't compile with gcc-2.95
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-21 18:58 UTC by Matt Taylor
Modified: 2005-01-25 04:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ethereal-0.10.9-mate.h-gcc2.patch (ethereal-0.10.9-mate.h-gcc2.patch,605 bytes, patch)
2005-01-21 19:22 UTC, Matt Taylor
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Taylor 2005-01-21 18:58:48 UTC
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include -DINET6 "-D_U_=__attribute__((unused))" -Wall -W -march=i686 -O -pipe -I/usr/local/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c packet-mate.c -Wp,-MD,.deps/packet-mate.TPlo  -fPIC -DPIC -o packet-mate.lo
In file included from mate_runtime.c:37:
mate.h:327: parse error before `,'
make[3]: *** [mate_runtime.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from packet-mate.c:33:
mate.h:327: parse error before `,'
packet-mate.c: In function `init_mate':
packet-mate.c:244: `mate_packet' undeclared (first use in this function)
packet-mate.c:244: (Each undeclared identifier is reported only once
packet-mate.c:244: for each function it appears in.)
make[3]: *** [packet-mate.lo] Error 1
make[3]: Leaving directory `/mnt/portage/tmp/portage/ethereal-0.10.9/work/ethereal-0.10.9/plugins/mate'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/portage/tmp/portage/ethereal-0.10.9/work/ethereal-0.10.9/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/portage/tmp/portage/ethereal-0.10.9/work/ethereal-0.10.9'
make: *** [all] Error 2

!!! ERROR: net-analyzer/ethereal-0.10.9 failed.
!!! Function src_compile, Line 75, Exitcode 2
!!! compile problem
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Matt Taylor 2005-01-21 19:22:45 UTC
Created attachment 49159 [details, diff]
ethereal-0.10.9-mate.h-gcc2.patch

fixes compile with gcc-2.95
Comment 2 Daniel Black (RETIRED) gentoo-dev 2005-01-25 04:01:04 UTC
added -please submit patch upstream.