Bug 57598 - [MAINTAINER UPDATE] polish/kadu-0.3.4r4 -> kadu-0.3.4
Summary: [MAINTAINER UPDATE] polish/kadu-0.3.4r4 -> kadu-0.3.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-05 08:30 UTC by Jacek Pelka
Modified: 2003-10-05 20:15 UTC (History)
0 users

See Also:


Attachments
kadu-diff (4.16 KB, text/plain)
2003-10-05 08:30 UTC, Jacek Pelka
no flags Details
kadu-diff (4.10 KB, text/plain; charset=iso-8859-2)
2003-10-05 10:43 UTC, Jacek Pelka
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jacek Pelka 2003-10-05 08:30:09 UTC
		Update kadu-0.3.4r4 -> kadu-0.3.4
		This version requires new libgadu (from polish/ekg) to build,
		so update it first please - see ports/57597
Comment 1 Jacek Pelka 2003-10-05 10:43:33 UTC
Sorry, this is corrected diff.
Comment 2 Oliver Lehmann freebsd_committer freebsd_triage 2003-10-05 18:56:37 UTC
At least it doesn't compile under 4-STABLE:

c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include   -DQT_THREAD_SUPPORT -D_REENTRANT -DBINDIR="\"/usr/test-ports/kadu/bin\"" -DDATADIR="\"/usr/test-ports/kadu/share\"" -DDOCDIR="\"/usr/test-ports/kadu/share/apps/kadu/doc\"" -I/usr/local/include -I/usr/test-ports/kadu/include  -I/usr/X11R6/include -D_GETOPT_H  -Os -fno-exceptions -pipe  -O -pipe  -s -c -o events.o `test -f 'events.cpp' || echo './'`events.cpp
events.cpp: In method `void EventManager::userlistReceivedSlot(gg_event *)':
events.cpp:416: `union gg_event::{anonymous}' has no member named `notify60'
events.cpp:417: `union gg_event::{anonymous}' has no member named `notify60'
events.cpp:419: `union gg_event::{anonymous}' has no member named `notify60'
events.cpp:422: `union gg_event::{anonymous}' has no member named `notify60'
events.cpp:427: `union gg_event::{anonymous}' has no member named `notify60'
events.cpp:429: `union gg_event::{anonymous}' has no member named `notify60'
events.cpp:430: `union gg_event::{anonymous}' has no member named `notify60'
events.cpp:431: `union gg_event::{anonymous}' has no member named `notify60'
events.cpp:438: `union gg_event::{anonymous}' has no member named `notify60'
events.cpp:439: `union gg_event::{anonymous}' has no member named `notify60'
events.cpp:441: `union gg_event::{anonymous}' has no member named `notify60'
events.cpp:479: `union gg_event::{anonymous}' has no member named `notify60'
events.cpp:479: `union gg_event::{anonymous}' has no member named `notify60'
events.cpp:484: `union gg_event::{anonymous}' has no member named `notify60'
events.cpp:487: `union gg_event::{anonymous}' has no member named `notify60'
events.cpp:487: `union gg_event::{anonymous}' has no member named `notify60'
events.cpp: In method `void EventManager::userStatusChangedSlot(gg_event *)':
events.cpp:504: `GG_EVENT_STATUS60' undeclared (first use this function)
events.cpp:504: (Each undeclared identifier is reported only once
events.cpp:504: for each function it appears in.)
events.cpp:505: `union gg_event::{anonymous}' has no member named `status60'
events.cpp:506: `union gg_event::{anonymous}' has no member named `status60'
events.cpp:507: `union gg_event::{anonymous}' has no member named `status60'
events.cpp:508: `union gg_event::{anonymous}' has no member named `status60'
events.cpp:509: `union gg_event::{anonymous}' has no member named `status60'
events.cpp:510: `union gg_event::{anonymous}' has no member named `status60'
events.cpp:511: `union gg_event::{anonymous}' has no member named `status60'
events.cpp: In method `void EventManager::eventHandler(gg_session *)':
events.cpp:690: `GG_EVENT_NOTIFY60' undeclared (first use this function)
events.cpp:697: `GG_EVENT_USERLIST' undeclared (first use this function)
events.cpp:698: `union gg_event::{anonymous}' has no member named `userlist'
events.cpp:699: `union gg_event::{anonymous}' has no member named `userlist'
gmake[2]: *** [events.o] Error 1
gmake[2]: Leaving directory `/usr/obj/i386-4.8/usr/home/olivleh1/freebsd-cvs/ports/polish/kadu/work/kadu/kadu'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/obj/i386-4.8/usr/home/olivleh1/freebsd-cvs/ports/polish/kadu/work/kadu'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/home/olivleh1/freebsd-cvs/ports/polish/kadu.
*** Error code 1

Stop in /usr/home/olivleh1/freebsd-cvs/ports/polish/kadu.
root@kartoffel kadu> 


-- 
 Oliver Lehmann
        @home: lehmann@ans-netz.de
      @office: oliver.lehmann@mgi.de
         @www: http://www.pofo.de/  |  http://wishlist.ans-netz.de/
Comment 3 Oliver Lehmann freebsd_committer freebsd_triage 2003-10-05 18:58:00 UTC
State Changed
From-To: open->feedback

Awaiting a fix for the reported problem
Comment 4 Oliver Lehmann freebsd_committer freebsd_triage 2003-10-05 19:19:12 UTC
Kirill Ponomarew wrote:

> It compiles ;-) You need to update polish/ekg to new version,
> ports/57597

Oh.. as noted in the PR.. where are my eyes? ;)

-- 
 Oliver Lehmann
        @home: lehmann@ans-netz.de
      @office: oliver.lehmann@mgi.de
         @www: http://www.pofo.de/  |  http://wishlist.ans-netz.de/
Comment 5 Oliver Lehmann freebsd_committer freebsd_triage 2003-10-05 19:20:10 UTC
State Changed
From-To: feedback->open

Oops.. ports/57597 has to be committed to make the build successful.
Comment 6 Kirill Ponomarev freebsd_committer freebsd_triage 2003-10-05 20:15:26 UTC
State Changed
From-To: open->closed

Committed, thanks!