Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 188162 - [gnustep overlay] gnustep-apps/azdock-0.2 should depend on gnustep-libs/bookmarkkit
Summary: [gnustep overlay] gnustep-apps/azdock-0.2 should depend on gnustep-libs/bookm...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Gnustep project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-08 19:42 UTC by Federico Ferri (RETIRED)
Modified: 2007-08-08 22:43 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Federico Ferri (RETIRED) gentoo-dev 2007-08-08 19:42:26 UTC
azdock fails compile.
note the line: AZWorkspaceView.m:3:36: warning: BookmarkKit/BookmarkKit.h: No such file or directory

seems that gnustep-apps/azdock-0.2 should depend on gnustep-libs/bookmarkkit(-0.2), cause emerging it first solves the problem.


full error log:
...
i686-pc-linux-gnu-gcc AZWorkspaceView.m -c \
              -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -march=athlon-xp -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -fgnu-runtime -DETOILE -Wno-import -DETOILE -Wno-import -fconstant-string-class=NSConstantString -I/usr/include -I/usr/X11R6/include -I/var/tmp/portage/gnustep-apps/azdock-0.2/work/Etoile-0.2/Build -I/var/tmp/portage/gnustep-apps/azdock-0.2/work/Etoile-0.2/Services/Private/AZDock -I/var/tmp/portage/gnustep-apps/azdock-0.2/work/Etoile-0.2/Services/Private/AZDock/Headers -I/usr/include -I/usr/X11R6/include -I/var/tmp/portage/gnustep-apps/azdock-0.2/work/Etoile-0.2/Build -I/var/tmp/portage/gnustep-apps/azdock-0.2/work/Etoile-0.2/Services/Private/AZDock -I/var/tmp/portage/gnustep-apps/azdock-0.2/work/Etoile-0.2/Services/Private/AZDock/Headers -I. -I/var/tmp/portage/gnustep-apps/azdock-0.2/temp/GNUstep/Library/Headers -I/usr/GNUstep/Local/Library/Headers -I/usr/GNUstep/System/Library/Headers \
               -o obj/AZWorkspaceView.o
AZWorkspaceView.m:3:36: warning: BookmarkKit/BookmarkKit.h: No such file or directory
AZWorkspaceView.m: In function '-[AZWorkspaceView applicationAction:]':
AZWorkspaceView.m:60: warning: no '-topLevelRecords' method found
AZWorkspaceView.m:60: warning: (Messages without a matching method signature
AZWorkspaceView.m:60: warning: will be assumed to return 'id' and accept
AZWorkspaceView.m:60: warning: '...' as arguments.)
AZWorkspaceView.m: In function '-[AZWorkspaceView updateApplicationMenu]':
AZWorkspaceView.m:74: warning: no '-topLevelRecords' method found
AZWorkspaceView.m: In function '-[AZWorkspaceView bookmarkChanged:]':
AZWorkspaceView.m:96: error: 'CKCollectionNotificationKey' undeclared (first use in this function)
AZWorkspaceView.m:96: error: (Each undeclared identifier is reported only once
AZWorkspaceView.m:96: error: for each function it appears in.)
AZWorkspaceView.m: In function '-[AZWorkspaceView initWithFrame:]':
AZWorkspaceView.m:199: error: 'CKCollectionChangedNotification' undeclared (first use in this function)
make[1]: *** [obj/AZWorkspaceView.o] Error 1
make: *** [AZDock.all.app.variables] Error 2

!!! ERROR: gnustep-apps/azdock-0.2 failed.
Call stack:
  ebuild.sh, line 1632:   Called dyn_compile
  ebuild.sh, line 983:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  azdock-0.2.ebuild, line 24:   Called egnustep_make 'etoile=yes'
  gnustep-base.eclass, line 121:   Called die

!!! package make failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/gnustep-apps/azdock-0.2/temp/build.log'.

!!! This ebuild is from an overlay: '/usr/portage/local/layman/gnustep'
Comment 1 Bernard Cafarelli gentoo-dev 2007-08-08 22:43:28 UTC
Fixed in the overlay ;) Thanks for the bug reports