You are not logged in.
Pages: 1
When I try to make mplayer I get the following output:
==> Making package: mplayer (Sun Sep 5 10:15:13 UTC 2004)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==> Downloading MPlayer-1.0pre5.tar.bz2
--10:15:16-- ftp://ftp.mplayerhq.hu/MPlayer/releases … e5.tar.bz2
=> `MPlayer-1.0pre5.tar.bz2'
Resolving ftp.mplayerhq.hu... 192.190.173.45
Connecting to ftp.mplayerhq.hu[192.190.173.45]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /MPlayer/releases ... done.
==> SIZE MPlayer-1.0pre5.tar.bz2 ... done.
==> PASV ... done. ==> REST 5072836 ... done.
==> RETR MPlayer-1.0pre5.tar.bz2 ... done.
Length: 5,072,836 [0 to go]
100%[+++++++++++++++++++++++++++++++++++++] 5,072,836 --.--K/s
10:15:18 (0.00 B/s) - `MPlayer-1.0pre5.tar.bz2' saved [5072836]
==> Downloading font-arial-iso-8859-1.tar.bz2
--10:15:18-- ftp://ftp.mplayerhq.hu/MPlayer/releases … -1.tar.bz2
=> `font-arial-iso-8859-1.tar.bz2'
Resolving ftp.mplayerhq.hu... 192.190.173.45
Connecting to ftp.mplayerhq.hu[192.190.173.45]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /MPlayer/releases/fonts ... done.
==> SIZE font-arial-iso-8859-1.tar.bz2 ... done.
==> PASV ... done. ==> REST 234242 ... done.
==> RETR font-arial-iso-8859-1.tar.bz2 ... done.
Length: 234,242 [0 to go]
100%[+++++++++++++++++++++++++++++++++++++] 234,242 --.--K/s
10:15:20 (0.00 B/s) - `font-arial-iso-8859-1.tar.bz2' saved [234242]
==> Downloading Blue-1.4.tar.bz2
--10:15:20-- ftp://ftp.mplayerhq.hu/MPlayer/Skin/Blue-1.4.tar.bz2
=> `Blue-1.4.tar.bz2'
Resolving ftp.mplayerhq.hu... 192.190.173.45
Connecting to ftp.mplayerhq.hu[192.190.173.45]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /MPlayer/Skin ... done.
==> SIZE Blue-1.4.tar.bz2 ... done.
==> PASV ... done. ==> REST 221757 ... done.
==> RETR Blue-1.4.tar.bz2 ... done.
Length: 221,757 [0 to go]
100%[+++++++++++++++++++++++++++++++++++++] 221,757 --.--K/s
10:15:22 (0.00 B/s) - `Blue-1.4.tar.bz2' saved [221757]
==> Validating source files with MD5sums
MPlayer-1.0pre5.tar.bz2 ... Passed
font-arial-iso-8859-1.tar.bz2 ... Passed
Blue-1.4.tar.bz2 ... FAILED
==> ERROR: One or more files did not pass the validity check!
[root@myhost mplayer]# makepkg
==> Making package: mplayer (Sun Sep 5 10:17:36 UTC 2004)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==> Using local copy of MPlayer-1.0pre5.tar.bz2
==> Using local copy of font-arial-iso-8859-1.tar.bz2
==> Using local copy of Blue-1.4.tar.bz2
==> Validating source files with MD5sums
MPlayer-1.0pre5.tar.bz2 ... Passed
font-arial-iso-8859-1.tar.bz2 ... Passed
Blue-1.4.tar.bz2 ... FAILED
==> ERROR: One or more files did not pass the validity check!
I am new to building packages so I am not sure how to fix it. I tried downloading Blue-1.4 directly from the website as well and putting it in the appropriate folder but that gives the same error. Thanks for the help.
Matt
Offline
If you're not concerned with source integrity, just comment out the md5sums line in the PKGBUILD and it'll stop complaining.
However, I'm interested to know why the sum would change from when the PKGBUILD was made... I just tried it myself as well...same error. Maybe someone forgot to update them?
md5sums=('fbe6919eb025526e8ed129cd61a49969' '1ecd31d17b51f16332b1fcc7da36b312' '031cfc6718f5d66b5af3e257cbc87158')
Those are the new md5sums...
The suggestion box only accepts patches.
Offline
Thanks for the help. Its the skin that is giving problems so there shouldn't be much wrong there. I will just do what you suggested.
Thanks again,
Matt
Offline
If the md5sum is wrong in the official PKGBUILD, submit a bug report and dorphell will have to look into why.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
Pages: 1