[MacPorts] #16384: gnustep portgroup reinplace didn't change anything in ...
#16384: gnustep portgroup reinplace didn't change anything in ... -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.7.0 Keywords: | -------------------------------------+-------------------------------------- Using the patch from #15514 on Mac OS X 10.5.4 Intel with Xcode 3.1 I see this when installing gnustep-base: {{{ $ port install gnustep-base ---> Fetching gnustep-base ---> Attempting to fetch gnustep-base-1.14.0.tar.gz from http://distfiles.macports.org/gnustep-base ---> Verifying checksum(s) for gnustep-base ---> Extracting gnustep-base Warning: reinplace s|GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)|GNUSTEP_INSTALLATION_DOMAIN=SYSTEM|g didn't change anything in /mp/var/macports/build /_Users_rschmidt_macports_dports_gnustep_gnustep-base/work/gnustep- base-1.14.0/GNUmakefile ---> Configuring gnustep-base ^C $ }}} Similar when installing Performance: {{{ $ port install Performance ---> Fetching Performance ---> Attempting to fetch Performance-0.2.5.tar.gz from http://distfiles.macports.org/Performance ---> Verifying checksum(s) for Performance ---> Extracting Performance Warning: reinplace s|GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)|GNUSTEP_INSTALLATION_DOMAIN=SYSTEM|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_gnustep_Performance/work/Performance-0.2.5/GNUmakefile Warning: reinplace s|GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)|GNUSTEP_INSTALLATION_DOMAIN=SYSTEM|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_gnustep_Performance/work/Performance-0.2.5/GNUmakefile.postamble Warning: reinplace s|GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)|GNUSTEP_INSTALLATION_DOMAIN=SYSTEM|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_gnustep_Performance/work/Performance-0.2.5/GNUmakefile.preamble Warning: reinplace s|GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)|GNUSTEP_INSTALLATION_DOMAIN=SYSTEM|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_gnustep_Performance/work/Performance-0.2.5/GNUmakefile.wrapper.objc.preamble ---> Configuring Performance ^C $ }}} Looks like the gnustep portgroup finds all files whose names begin with "GNUmakefile" and reinplaces in them, but not all such files will contain the to-be-replaced string. So for the gnustep portgroup, the reinplace should ignore failures. When #15514 is implemented, [browser:trunk/base/src/port1.0/resources/group/gnustep-1.0.tcl gnustep-1.0.tcl] will have to be updated to use the new flag. -- Ticket URL: <http://trac.macports.org/ticket/16384> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts