Opened 12 years ago

Closed 12 years ago

#34986 closed defect (duplicate)

webkit-gtk @1.6.3 - build failure

Reported by: maf654321 (Manuel F.) Owned by: dbevans (David B. Evans)
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 (2)

main.log (68.0 KB) - added by maf654321 (Manuel F.) 12 years ago.
Log
main.2.log (432.4 KB) - added by holger@… 12 years ago.
main.log 2012-08-21

Download all attachments as: .zip

Change History (6)

Changed 12 years ago by maf654321 (Manuel F.)

Attachment: main.log added

Log

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

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

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

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

Changed 12 years ago by holger@…

Attachment: main.2.log added

main.log 2012-08-21

comment:3 Changed 12 years ago by holger@…

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

comment:4 Changed 12 years ago by drkp (Dan Ports)

Resolution: duplicate
Status: newclosed

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

Note: See TracTickets for help on using tickets.