Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159535 - emerge gnustep-apps/gnumail-1.2.0.2006 needs >=gnustep-base/gnustep-gui-0.11.0 (plus sandbox violation)
Summary: emerge gnustep-apps/gnumail-1.2.0.2006 needs >=gnustep-base/gnustep-gui-0.11....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Gnustep project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-30 23:35 UTC by Ben White
Modified: 2007-01-01 02:26 UTC (History)
0 users

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 Ben White 2006-12-30 23:35:47 UTC
Emerging gnustep-apps/gnumail-1.2.0.20060925 barfs with the following error.

In file included from ConsoleWindowController.m:27:
MailWindowController.h:112: error: expected specifier-qualifier-list before 
Comment 1 Ben White 2006-12-30 23:35:47 UTC
Emerging gnustep-apps/gnumail-1.2.0.20060925 barfs with the following error.

In file included from ConsoleWindowController.m:27:
MailWindowController.h:112: error: expected specifier-qualifier-list before NSSearchField
make[2]: *** [shared_obj/ConsoleWindowController.o] Error 1
make[1]: *** [GNUMail.all.framework.variables] Error 2
make[1]: Leaving directory `/var/tmp/portage/gnumail-1.2.0.20060925/work/GNUMail/Framework/GNUMail'
make: *** [internal-all] Error 2

!!! ERROR: gnustep-apps/gnumail-1.2.0.20060925 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  gnumail-1.2.0.20060925.ebuild, line 44:   Called egnustep_make
  gnustep-funcs.eclass, line 170:   Called die

!!! package make failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


It happens because gnumail needs gnustep-base/gnustep-gui-0.11.0 or higher, which includes the missing NSSearchField class.  Emerging that package manually lets gnumail build properly.

There's also a sandbox violation in which the build tries to mkdir /root/GNUstep/Library, but temporarily disabling sandbox in FEATURES lets the merge complete.
Comment 2 Fabian Groffen gentoo-dev 2006-12-31 01:53:04 UTC
DEPEND updated to reflect requirement for >=gnustep-base/gnustep-gui-0.11.0.  Thanks.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-01-01 02:26:04 UTC
Closing, the sandbox violation is bug 159261.