Opened 19 years ago

Closed 19 years ago

#4181 closed defect (fixed)

upgrade clisp 2.33.2_0 to 2.33.2_1 fails

Reported by: mail@… Owned by: gwright@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

$ sudo port install clisp ---> Fetching clisp ---> Verifying checksum(s) for clisp ---> Extracting clisp ---> Applying patches to clisp ---> Configuring clisp ---> Building clisp with target all Error: Target com.apple.build returned: shell command "ulimit -s 8192 && cd /opt/local/var/db/ dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.33.2/src && make && make check" returned error 2 Command output: OK: READER-ERROR (LOOP FOR X IN '(1 2 3) FOR X IN '(4 5 6) COLLECT X) OK: PROGRAM-ERROR (LOOP FOR (X . X) IN '((1 2) (3 4) (5 6)) COLLECT X) OK: PROGRAM-ERROR (LOOP FOR E ACROSS (VECTOR '(X . Y) '(U . V)) FOR E FROM 1 TO 5 COLLECT E) OK: PROGRAM-ERROR (LOOP FOR X = '(NIL NIL NIL) FOR X = 1 COUNT X UNTIL T) OK: PROGRAM-ERROR (LOOP WITH FOO = '(A B) FOR X IN '(C D) COLLECTING X INTO FOO FINALLY (RETURN FOO)) OK: PROGRAM-ERROR (FDEFINITION (LIST 'SETF (GENSYM))) OK: UNDEFINED-FUNCTION RUN-TEST: finished "excepsit" (0 errors out of 359 tests) RUN-ALL-TESTS: grand total: 1 error out of 8,769 tests

Real time: 92.792435 sec. Run time: 79.25 sec. Space: 151959196 Bytes GC: 110, GC time: 10.97 sec. 8769 ; 1 Bye.

(echo *.erg | grep '*' >/dev/null)
(echo "Test failed:" ; ls -l *erg; echo "To see which tests failed, type"

; echo " cat "pwd"/*.erg" ; exit 1) Test failed: -rw-r--r-- 1 root admin 116 25 Jul 19:20 macro8.erg To see which tests failed, type

cat /opt/local/var/db/dports/build/

file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.33.2/src/suite/*.erg make[1]: * [compare] Error 1 make: * [testsuite] Error 2

$ cat /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_clisp/work/ clisp-2.33.2/src/suite/*.erg

Form: (LOAD "bug002.lisp") CORRECT: T CLISP : ERROR UNIX error 45 (EOPNOTSUPP): Operation not supported on socket

Change History (6)

comment:1 Changed 19 years ago by gwright@…

Status: newassigned

I believe this bug was fixed when the portfile went to revision 2. You should run

sudo port selfupdate

or update from cvs and try again.

-Greg

comment:2 Changed 19 years ago by mail@…

No the error still occurs after I did $ sudo port -d selfupdate $ sudo port clean --all clisp

comment:3 Changed 19 years ago by mww@…

Owner: changed from darwinports-bugs@… to gwright@…
Status: assignednew

so what does 'port info clisp' yield?

comment:4 Changed 19 years ago by mail@…

When I did 'sudo port upgrade clisp', port downloaded the newest version (apparently):

---> Fetching clisp ---> Attempting to fetch clisp-2.33.2.tar.gz from ftp://ftp.gnu.org/gnu/clisp/release/2.33.2 ---> Verifying checksum(s) for clisp

However, it seems I still got revision 1:

$ port info clisp clisp 2.33.2, Revision 1, lang/clisp http://clisp.cons.org/

CLISP is a Common Lisp implementation by Bruno Haible, formerly of Karlsruhe University, and Michael Stoll, formerly of Munich University, both in Germany. It mostly supports the Lisp described in the ANSI Common Lisp standard. CLISP includes an interpreter, a compiler, almost all of CLOS, a foreign language interface and a socket interface. An X11 interface is available through CLX and Garnet. Command line editing is provided by readline.

Library Dependencies: gettext, readline Platforms: darwin Maintainers: gwright@…

comment:5 Changed 19 years ago by gwright@…

I saw a report on the mailing list this morning that selfupdate might not be working properly. It looks like that might have to get straightened out first before we can fix this.

The reported bug (EOPNOTSUPP on socket) was fixed by the patch files/patch-src-stream.d. For some reason you are not getting the latest version of the patch.

-Greg

comment:6 Changed 19 years ago by mail@…

Resolution: fixed
Status: newclosed

Ok, no problem, I'll wait. I have a working version of clisp anyway (2.33.2_0).

I close the bug for now and will check again when port has upgraded itself and "port info clisp" reports "clisp 2.33.2, Revision 2, lang/clisp" or higher. I'll let you know if clisp builds correctly then.

Thanks for your help, Greg!

Note: See TracTickets for help on using tickets.