Changes between Initial Version and Version 1 of Ticket #45521, comment 32


Ignore:
Timestamp:
Jun 23, 2015, 2:17:28 AM (9 years ago)
Author:
someuser12
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45521, comment 32

    initial v1  
    22> It's certainly not exactly the same issue, since 10.6 has no kext signing requirement.  Perhaps there's something wrong with your build system that causes kexts to build incorrectly.  You don't mention using kextutil to see what OSX was complaining about.
    33
    4 That's true. Actually, there is an architecture mismatch:
     4That's true, thanks. Actually, there is an architecture mismatch:
    55{{{
    66$ sudo kextutil /opt/local/Library/Filesystems/osxfusefs.fs/Support/osxfusefs.kext
     
    1111The kext was built only for x86_64 whereas the kernel is i386.
    1212
    13 One way to fix this for me was to restore the use of @@KERNELARCHS@@ (both in the Portfile and in `patch-buildsystem.diff`) which was deleted in r131918 following #45794, so as to fix build on PPC. It seems that your concern in https://trac.macports.org/ticket/45794#comment:4 was justified: in my case (Intel MacBookPro running 10.6.8) the wrong architecture is chosen by the build system.
     13One way to fix this for me was to restore the use of `@@KERNELARCHS@@` (both in the Portfile and in `patch-buildsystem.diff`) which was deleted in r131918 following #45794, so as to fix build on PPC. It seems that your concern in https://trac.macports.org/ticket/45794#comment:4 was justified: in my case (Intel MacBookPro running 10.6.8) the wrong architecture is chosen by the build system.