New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #34986 (closed defect: duplicate)

Opened 11 months ago

Last modified 9 months ago

webkit-gtk @1.6.3 - build failure

Reported by: maf654321@… Owned by: devans@…
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: Cc:
Port: webkit-gtk

Description

Trying to build webkit-gtk @1.6.3 as a prerequisite for midori, port fails to build. Also should be noted that this is a rather old system, 10.4.11 pcc. Log is attached

:info:build Traceback (most recent call last):
:info:build   File "Source/JavaScriptCore/KeywordLookupGenerator.py", line 192, in ?
:info:build     trie.fillOut()
:info:build   File "Source/JavaScriptCore/KeywordLookupGenerator.py", line 120, in fillOut
:info:build     trie.fillOut(self.fullPrefix)
:info:build   File "Source/JavaScriptCore/KeywordLookupGenerator.py", line 120, in fillOut
:info:build     trie.fillOut(self.fullPrefix)
:info:build   File "Source/JavaScriptCore/KeywordLookupGenerator.py", line 120, in fillOut
:info:build     trie.fillOut(self.fullPrefix)
:info:build   File "Source/JavaScriptCore/KeywordLookupGenerator.py", line 122, in fillOut
:info:build     self.keys = [(trie.prefix, trie) for trie in sorted(self.keys.values(), key=operator.attrgetter('weight'), reverse=True)]
:info:build NameError: global name 'sorted' is not defined
:info:build make: *** [Source/JavaScriptCore/KeywordLookup.h] Error 1

Attachments

main.log (68.0 KB) - added by maf654321@… 11 months ago.
Log
main.2.log (432.4 KB) - added by holger@… 9 months ago.
main.log 2012-08-21

Change History

Changed 11 months ago by maf654321@…

Log

comment:1 Changed 11 months ago by ryandesign@…

  • Owner changed from macports-tickets@… to devans@…

comment:2 Changed 9 months ago by ryandesign@…

Do you see the same error with 1.8.2? Can you attach a new main.log?

Changed 9 months ago by holger@…

main.log 2012-08-21

comment:3 Changed 9 months ago by holger@…

Just attached my main.log. Have the same problem with building webkit-gtk since yesterday.

comment:4 Changed 9 months ago by dports@…

  • Status changed from new to closed
  • Resolution set to duplicate

That error sounds like #34134, which was fixed in r96926

Note: See TracTickets for help on using tickets.