Opened 14 years ago

Closed 14 years ago

#4840 closed bug (fixed)

Collectcatkeys does not work on Haiku

Reported by: mt Owned by: pulkomandy
Priority: normal Milestone: R1
Component: Kits/Locale Kit Version: R1/alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

On Haiku, /boot/system/bin/collectcatkeys dose not work.
Tested on hrev33753, gcc4/2 hybrid, real hardware.
To reproduce;

cd haiku/trunk/src/preferences/appearance/
gcc -E AntialiasingSettingsView.cpp > AntialiasingSettingsView.cpp.tmp
collectcatkeys -pvw -l english -s x-vnd.Haiku-Appearance AntialiasingSettingsView.cpp.tmp

Change History (7)

comment:1 by pulkomandy, 14 years ago

Status: newassigned

Does this still happen now ? If so, can you give more details on the error ? is it an error message, wrong output, crash ?

comment:2 by mt, 14 years ago

In hrev35810 gcc4/gcc2 hybrid, This still happens. Collectcatkeys does not end. cpu load is high. I think this is gcc4 system problem because no same report in trac from people building haiku under haiku.

comment:3 by anevilyak, 14 years ago

FWIW, I run a 4/2 hybrid here and building Haiku (and by extension collectcatkeys) works fine under both compilers for me.

comment:4 by mt, 14 years ago

anevilyak, thanks feedback, please test collectcatkeys from terminal.

comment:5 by mt, 14 years ago

I tested "jam -q haiku-cd" in hrev35818 and collectcatkeys works well. But system's collectcatkeys and generated (tools) collectcatkeys seems to not same.

~> ls -l /boot/system/bin/collectcatkeys
-rwxr-xr-x 1 baron root 31363 Mar 12 06:31 /boot/system/bin/collectcatkeys
~> ls -l /Data/haiku/trunk/generated/objects/haiku_host/x86/release/tools/locale/collectcatkeys
-rwxr-xr-x 1 baron root 77306 Mar 12 06:46 /Data/haiku/trunk/generated/objects/haiku_host/x86/release/tools/locale/collectcatkeys

comment:6 by pulkomandy, 14 years ago

Yes they are different. The system one is built normally while the other one includes most of the locale kit statically so it will work as a buildtool under linux, and under old BeOS. The native one may be broken then... I'll check but that's strange as all the dev was done with this version and running gcc4.

comment:7 by pulkomandy, 14 years ago

Resolution: fixed
Status: assignedclosed

Fixed in hrev37185.

Note: See TracTickets for help on using tickets.