[MacPorts] #34926: webkit-gtk @1.6.3 rev.4 - build fails on case-sensitive HFS+ volume
#34926: webkit-gtk @1.6.3 rev.4 - build fails on case-sensitive HFS+ volume -----------------------------+---------------------------------------------- Reporter: alexey.n@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: webkit-gtk -----------------------------+---------------------------------------------- I have MacPorts 2.1.1 on Mac OS X 10.5.8 which is installed on case- sensitive HFS+ volume. Installation of webkit-gtk @1.6.3 rev.4 fails with the following message: {{{ ---> Applying glib-2.32.patch patching file Source/JavaScriptCore/wtf/gobject/GOwnPtr.h Error: reinplace: couldn't read file "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_www_webkit-gtk/webkit- gtk/work/webkit-1.6.3/GNUMakefile.am": no such file or directory }}} The problem is in the Portfile's post-patch section: {{{ post-patch { # Fix for newer autotools: # http://www.gnu.org/software/automake/manual/html_node/Obsolete- Macros.html reinplace "s/mkdir_p/MKDIR_P/" \ ${worksrcpath}/GNUMakefile.am \ ${worksrcpath}/Source/WebKit/gtk/po/GNUmakefile.am } }}} 73rd line of the Portfile is:[[BR]] ${worksrcpath}/GNUMakefile.am \ but should be:[[BR]] ${worksrcpath}/GNUmakefile.am \ Build process completed without errors after I fixed this line manually. -- Ticket URL: <https://trac.macports.org/ticket/34926> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34926: webkit-gtk @1.6.3 rev.4 - build fails on case-sensitive HFS+ volume ------------------------------+--------------------------------------------- Reporter: alexey.n@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Resolution: fixed | Keywords: haspatch Port: webkit-gtk | ------------------------------+--------------------------------------------- Changes (by ryandesign@…): * keywords: => haspatch * status: new => closed * resolution: => fixed * cc: devans@…, ryandesign@… (added) Comment: Thanks for reporting the problem and the fix. Committed in r94433. -- Ticket URL: <https://trac.macports.org/ticket/34926#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts