Opened 11 years ago

Closed 4 years ago

#39723 closed defect (wontfix)

ccl @1.9 build failure

Reported by: alanclar@… Owned by: easye
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: ccl

Description

This is a clean build.

uname -a
Darwin alans-macpro31.local 9.5.0 Darwin Kernel Version 9.5.0: Sat Dec  6 19:39:54 IST 2008; Voodoo; Release 1.0 :xnu-1228.7.58/BUILD/obj/RELEASE_I386 i386

sudo port install ccl
--->  Computing dependencies for ccl
--->  Fetching archive for ccl
--->  Attempting to fetch ccl-1.9_0.darwin_9.i386.tbz2 from http://packages.macports.org/ccl
--->  Attempting to fetch ccl-1.9_0.darwin_9.i386.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/ccl
--->  Attempting to fetch ccl-1.9_0.darwin_9.i386.tbz2 from http://lil.fr.packages.macports.org/ccl
--->  Fetching distfiles for ccl
--->  Verifying checksum(s) for ccl
--->  Extracting ccl
--->  Configuring ccl
--->  Building ccl
Error: org.macports.build for port ccl returned: command execution failed
Please see the log file for port ccl for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ccl/ccl/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port ccl failed

Here's a listing of the work directory:

ls -l /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ccl/ccl/work/ccl
total 88696
drwxr-xr-x   81 root  admin      2754 Jul 13 19:28 bin
drwxr-xr-x   43 root  admin      1462 Jul 13 15:22 cocoa-ide
drwxr-xr-x   23 root  admin       782 Jul 13 15:22 compiler
drwxr-xr-x    9 root  admin       306 Jul 13 15:22 contrib
drwxr-xr-x   13 root  admin       442 Jul 13 19:27 darwin-x86-headers
drwxr-xr-x   14 root  admin       476 Jul 13 19:27 darwin-x86-headers64
drwxr-xr-x   11 root  admin       374 Jul 13 19:25 doc
-rw-r--r--    1 root  admin  18190352 Mar  6 17:19 dx86cl.image
-rwxr-xr-x    1 root  admin    386400 Mar  6 17:22 dx86cl64
-rw-r--r--    1 root  admin  25571568 Mar  6 17:22 dx86cl64.image
drwxr-xr-x   15 root  admin       510 Jul 13 19:25 examples
drwxr-xr-x   43 root  admin      1462 Jul 13 19:28 l1-fasls
drwxr-xr-x   43 root  admin      1462 Jul 13 19:28 level-0
drwxr-xr-x   52 root  admin      1768 Jul 13 19:26 level-1
-rw-r--r--    1 root  admin      5910 Jul 13 19:28 level-1.dx32fsl
drwxr-xr-x   75 root  admin      2550 Jul 13 19:26 lib
drwxr-xr-x   42 root  admin      1428 Jul 13 19:28 library
drwxr-xr-x  127 root  admin      4318 Jul 13 19:26 lisp-kernel
drwxr-xr-x   10 root  admin       340 Jul 13 19:26 objc-bridge
-rw-r--r--    1 root  admin      9493 Jul 13 19:28 runtime.dx32fsl
drwxr-xr-x    8 root  admin       272 Jul 13 19:26 scripts
drwxr-xr-x    6 root  admin       204 Jul 13 19:28 tools
-rw-r--r--    1 root  admin   1228816 Jul 13 19:28 x86-boot32.image
drwxr-xr-x   13 root  admin       442 Jul 13 19:28 xdump

Build fails because it is trying to execute dx86cl (32-bit ccl executable). There is a 32-bin .image file and a 64-bit executable (dx86cl64) in the directory, but no 32-bit executable.

Log file is attached.

Attachments (1)

main.log (231.2 KB) - added by alanclar@… 11 years ago.
Build log file

Download all attachments as: .zip

Change History (8)

Changed 11 years ago by alanclar@…

Attachment: main.log added

Build log file

comment:1 Changed 11 years ago by mf2k (Frank Schima)

Cc: easieste@… added
Owner: changed from macports-tickets@… to gwright@…
Port: ccl added

In the future, please fill in the Port field and Cc the port maintainer(s).

comment:2 Changed 11 years ago by alanclar@…

Problem appears to be a missing header file: probes.h which is preventing the 32-bit kernel from building.

comment:3 Changed 10 years ago by mf2k (Frank Schima)

Cc: easieste@… removed
Owner: changed from gwright@… to easieste@…

gwright has retired. See #43784.

comment:4 Changed 9 years ago by fu7mu4 (fu7mu4)

I don't know why. But ccl 1.10 has released with dx86cl binary on darwinx86. I suggest to try ccl 1.10.

comment:5 in reply to:  4 Changed 9 years ago by easye

Replying to fu7mu4@…:

I don't know why. But ccl 1.10 has released with dx86cl binary on darwinx86. I suggest to try ccl 1.10.

I've now successfully updated lang/ccl to ccl-1.10 in https://trac.macports.org/changeset/126242.

Please see if installing ccl-1.10 indeed solves your problem.

comment:6 Changed 4 years ago by easye

Please see <https://trac.macports.org/ticket/60377> for current attempts at getting ccl-1.12 to compile.

comment:7 Changed 4 years ago by easye

Resolution: wontfix
Status: newclosed

With <https://github.com/macports/macports-ports/commit/6e8dcf5b19bd6a31a175096f9b4dfdcb63326930>, ccl-1.12 now builds on macOS 10.15 Catalina.

ccl-1.{9,10,11} are no longer supported in the current MacPorts release.

Note: See TracTickets for help on using tickets.