pombreda / chromium-compact-language-detector

Automatically exported from code.google.com/p/chromium-compact-language-detector
0 stars 0 forks source link

Support NetBSD (?) #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
NetBSD is not being supported. I think, as it is a BSD, the patch in attach 
would do the trick. I do not have a NetBSD to test on, but I expect to receive 
feedback from CPAN Testers soon about it.

Cheers
ambs

Original issue reported on code.google.com by hashas...@gmail.com on 1 Jan 2012 at 1:50

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks, I just committed that patch!  But I also have no NetBSD env to test 
it...

Original comment by luc...@mikemccandless.com on 2 Jan 2012 at 3:20

GoogleCodeExporter commented 9 years ago
Please keep the ticket opened. I will report as soon as I have that information 
:)

Original comment by hashas...@gmail.com on 2 Jan 2012 at 3:24

GoogleCodeExporter commented 9 years ago
Does this error mean something to you? 

Undefined PLT symbol "_Unwind_Resume"

I am getting it in NetBSD. Trying to figure out what it might mean, but as you 
are more aware of CLD code, you might know of your head what's the problem :)

Original comment by hashas...@gmail.com on 2 Jan 2012 at 6:13

GoogleCodeExporter commented 9 years ago
It seems that NetBSD needs "-lgcc_s" added to the compile line. Releasing a new 
version to CPAN and waiting for a NetBSD tester machine to pick it up.

Original comment by hashas...@gmail.com on 2 Jan 2012 at 6:20

GoogleCodeExporter commented 9 years ago
Hello. It is correct, NetBSD requires -lgcc_s added to the compile line.

I could not test the patch below, but it should work. If not, we wait until 
somebody complain :)

Be free to close the ticket, I don't think I can give much more information.

Original comment by hashas...@gmail.com on 3 Jan 2012 at 12:19

Attachments:

GoogleCodeExporter commented 9 years ago
OK, thanks!  I've committed that 2nd patch.

Original comment by luc...@mikemccandless.com on 3 Jan 2012 at 1:36