New error on running Craft on OS X.
Closed, ResolvedPublic

Description

Some change was made in craft in the last 12 hours which causes craft to fail on building KStars on OS X. We have run the command many times in the past, in fact the last time was about 12 hours ago. A bunch of errors printed when I ran it today. Here is the output in the Terminal:

  • Handling package: base, action: all ***
  • Action: fetch for virtual/base ***
  • Action: unpack for virtual/base ***
  • Action: compile for virtual/base ***
  • Action: cleanimage for virtual/base ***
  • Action: install for virtual/base ***
  • Action: qmerge for virtual/base ***

virtual/base failed: 'Package' object has no attribute 'useBuildTypeRelatedMergeRoot'
Traceback (most recent call last):

File "/Users/rlancaste/IndiRoot/kstars-emerge/craft/bin/Package/PackageBase.py", line 253, in runAction
  ok = getattr(self, functions[command])()
File "/Users/rlancaste/IndiRoot/kstars-emerge/craft/bin/Package/PackageBase.py", line 49, in qmerge
  prefixPath = self._installedDBPrefix( self.buildType() )
File "/Users/rlancaste/IndiRoot/kstars-emerge/craft/bin/Package/PackageBase.py", line 35, in _installedDBPrefix
  if self.useBuildTypeRelatedMergeRoot:

AttributeError: 'Package' object has no attribute 'useBuildTypeRelatedMergeRoot'

vonreth closed this task as Resolved.Jan 17 2017, 7:55 AM
vonreth claimed this task.
vonreth added a subscriber: vonreth.

Should be fixed with g16cfd4450