[MacPorts] #34810: Problem with fetch failing for kdenlive
#34810: Problem with fetch failing for kdenlive ----------------------------------+----------------------------------------- Reporter: david@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: kdenlive ----------------------------------+----------------------------------------- Kdenlive has changed from using SourceForge repositories to KDE repositories. I'm trying to get the Portfile change working so I can submit a patch set and fetch is failing in a way which makes no sense. I changed the master_sites entry from... sourceforge:project/kdenlive/kdenlive/${version} to... http://download.kde.org/stable/kdenlive/${version}/src/kdenlive-${version}.tar.bz2 Doing a 'port -dv upgrade kdenlive' show this... {{{ ---> Attempting to fetch kdenlive-0.9.2.tar.gz from http://download.kde.org/stable/kdenlive/0.9.2/src/kdenlive-0.9.2.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 DEBUG: Fetching distfile failed:: The requested URL returned error: 404 }}} wget http://download.kde.org/stable/kdenlive/0.9.2/src/kdenlive-0.9.2.tar.bz2 returns the file correctly. I do notice the URL for the download does a 302 redirect, so maybe port fails to follow the 302. Unsure how to fix this. Require a Portfile guru to suggest how to fix this. Thanks. -- Ticket URL: <https://trac.macports.org/ticket/34810> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34810: Problem with fetch failing for kdenlive ----------------------------------+----------------------------------------- Reporter: david@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: kdenlive ----------------------------------+----------------------------------------- Comment(by david@…): This also fails... in the exact same way, with or without trailing '/' on master_sites {{{ master_sites http://download.kde.org/stable distfiles ${name}/${version}/src/${name}-${version}.tar.bz2 }}} -- Ticket URL: <https://trac.macports.org/ticket/34810#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34810: Problem with fetch failing for kdenlive ----------------------------------+----------------------------------------- Reporter: david@… | Owner: dan@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: kdenlive ----------------------------------+----------------------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) * owner: macports-tickets@… => dan@… Comment: MacPorts follows 301/302 redirects just fine. master_sites must be the URL up to but not including the filename. distfiles must be the filename without any path. But the default distfiles value of "[suffix ${distname}]", and the default distname value of "${name}-${version}", is often sufficient. -- Ticket URL: <https://trac.macports.org/ticket/34810#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34810: Problem with fetch failing for kdenlive ----------------------------------+----------------------------------------- Reporter: david@… | Owner: dan@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: kdenlive ----------------------------------+----------------------------------------- Comment(by david@…): Added... {{{ use_bzip2 yes master_sites http://download.kde.org/stable/${name}/${version}/src/ }}} and all's well. Thanks. -- Ticket URL: <https://trac.macports.org/ticket/34810#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34810: Problem with fetch failing for kdenlive ----------------------------------+----------------------------------------- Reporter: david@… | Owner: dan@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: kdenlive ----------------------------------+----------------------------------------- Comment(by ryandesign@…): Have you made any progress on this update to kdenlive 0.9.2? If so you can attach it here. -- Ticket URL: <https://trac.macports.org/ticket/34810#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34810: Problem with fetch failing for kdenlive ----------------------------------+----------------------------------------- Reporter: david@… | Owner: dan@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: kdenlive ----------------------------------+----------------------------------------- Comment(by dan@…): I was able to get dbus-session working and upgrade kdenlive port to 0.9.2, which removes the need to patch the old version for this and for #34083. -- Ticket URL: <https://trac.macports.org/ticket/34810#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34810: kdenlive: update to 0.9.2 ----------------------------------+----------------------------------------- Reporter: david@… | Owner: dan@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: haspatch maintainer | Port: kdenlive ----------------------------------+----------------------------------------- Changes (by ryandesign@…): * keywords: => haspatch maintainer -- Ticket URL: <https://trac.macports.org/ticket/34810#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34810: kdenlive: update to 0.9.2 -----------------------------------+---------------------------------------- Reporter: david@… | Owner: dan@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Resolution: fixed | Keywords: haspatch maintainer Port: kdenlive | -----------------------------------+---------------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => fixed Comment: Thanks. r95504 -- Ticket URL: <https://trac.macports.org/ticket/34810#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts