#32595: reduce-algebra @3.8.0-r1530 - build error ------------------------------+--------------------------------------------- Reporter: mbrethen@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: reduce-algebra ------------------------------+--------------------------------------------- When the reduce.img is built, the Lisp variable ${loaddirectories!*} points to the lisp load paths in ${worksrcpath}. This of course breaks during destroot phase. It would be best to create a second image after all the modules have been built, with the final value of loaddirectories!*. Otherwise loading a module will always search the build directories first (if they exist). Basically, you take from psl/build.sh all the lines from {{{ echo ++++++ Now create the reduce image file ++++++ }}} to {{{ XXX }}} and modify the pathsnames to ${prefix}${dest_dir}.../red/ and ${prefix}${dest_dir}.../psl/. The same needs to be done for Linux .rpm and .deb packages as well. -- Ticket URL: <https://trac.macports.org/ticket/32595> MacPorts <http://www.macports.org/> Ports system for Mac OS