Page 1 of 1

vlc ios master git broken / 404 from sourceforge?

Posted: 23 Dec 2013 20:22
by garybb
anyone got a problem while compiling the latest master from iOS vlc port from the master git?

Currently i got a 404 error when ios build sh script tries to greb the modplug-xmms.

curl -f -L -- "http://sourceforge.net/code-snapshots/g ... 339a21.zip" > "../../contrib/tarballs/modplug-xmms-git-bc8cb8248788c05b77da7d653f4c677354339a21.zip"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
make: *** [../../contrib/tarballs/modplug-xmms-git-bc8cb8248788c05b77da7d653f4c677354339a21.zip] Error 22
make: *** Deleting file `../../contrib/tarballs/modplug-xmms-git-bc8cb8248788c05b77da7d653f4c677354339a21.zip'
[info] Building MobileVLCKit (Aggregate static plugins, Release)
[info] Building MobileVLCKit (MobileVLCKit, Release)
** BUILD FAILED **

anyone has the same problem?

how can i fix it?

thanks a lot..
gary

Re: vlc ios master git broken / 404 from sourceforge?

Posted: 24 Dec 2013 14:03
by plessisoft
I have the same problem,

Ì am trying to build vlc for iPad, I am following the wiki.
I manage to compile for iOs simulator and to run VLC on the simulator then I select iOs Device and define the Bundle identifier and the dev team.
But when execute 'sh compileVLCforiOS.sh', I have the same error as you.

Have you find a solution to your problem?

Here are details for my error:
curl -f -L -- "http://sourceforge.net/code-snapshots/g ... 339a21.zip" > "../../contrib/tarballs/modplug-xmms-git-bc8cb8248788c05b77da7d653f4c677354339a21.zip"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
make: *** [../../contrib/tarballs/modplug-xmms-git-bc8cb8248788c05b77da7d653f4c677354339a21.zip] Error 22
make: *** Deleting file `../../contrib/tarballs/modplug-xmms-git-bc8cb8248788c05b77da7d653f4c677354339a21.zip'
[info] Building MobileVLCKit (Aggregate static plugins, Release)
[info] Building MobileVLCKit (MobileVLCKit, Release)
** BUILD FAILED **


The following build commands failed:
Libtool build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7/libMobileVLCKit.a normal armv7
Libtool build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7s/libMobileVLCKit.a normal armv7s
(2 failures)

Thanks a lot

Bruno

Re: vlc ios master git broken / 404 from sourceforge?

Posted: 24 Dec 2013 22:19
by garybb
yeah, the issue is that modplug from sourceforge is not loadable, so the git has to change to a new or another version.

it can be fixed by the git admins or any other developer how has access to the vlc git tree (as far as i understand).

Re: vlc ios master git broken / 404 from sourceforge?

Posted: 25 Dec 2013 20:12
by garybb
hi bruno,

i tried it today and the 404 error is away right now. i start compiling and will grab some coffee´s now.

try it.

gary

Re: vlc ios master git broken / 404 from sourceforge?

Posted: 17 Jan 2014 14:07
by John Connah
anybody having this problem again? getting a 404 from source forge when curling modplug-xmms-git-bc8cb8248788c05b77da7d653f4c677354339a21.zip

Cheers for any info
John

Re: vlc ios master git broken / 404 from sourceforge?

Posted: 23 Jan 2014 12:42
by fkuehne
A patch fixing those issues will be available later today. Sorry for any inconvenience.

Re: vlc ios master git broken / 404 from sourceforge?

Posted: 23 Jan 2014 23:08
by John Connah
IOS Build is now working - Just finished a clean get from Git.

Felix - Many thanks for all your efforts in fixing so many things

Cheers John