You are not logged in.
I am trying very hard to install ffmpeg-full so that it is compiled with JACK support. I am running into so much trouble that I am starting to think the issues are mine.
When I install this package it fails, missing dependencies libsoxr, vo-aacenc, vo-amrwbenc, and libbs2b. No problem. I'll install them.
libsoxr:
makepkg fails validity check
updpkgsums
makepkg fails /tmp/packerbuild-1000/libsoxr/libsoxr/PKGBUILD: line 21: cd: soxr-0.1.1-Source: No such file or directory
That's true, so I try and extract soxr-0.1.1-Source.tar.xz
tar xf soxr-0.1.1-Source.tar.xz - format not recognized
Same thing for the other 3. Each one fails validity, each fails to build, and each has a tar that can't be extracted.
What gives? I've installed tons from AUR and never had this much trouble until today. Are all these packages really bad?
Offline
No problem here, at least with libsoxr.
Please post the full output (in code tags) including the commands you are using.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Sure thing.
adam@alpert ~/fi $ cp ~/Downloads/ffmpeg-full.tar.gz .
adam@alpert ~/fi $ cp ~/Downloads/libsoxr.tar.gz .
adam@alpert ~/fi $ ll
total 8
-rw-r----- 1 adam users 3238 Nov 7 18:41 ffmpeg-full.tar.gz
-rw-r----- 1 adam users 1484 Nov 7 18:42 libsoxr.tar.gz
adam@alpert ~/fi $ tar xf ffmpeg-full.tar.gz
adam@alpert ~/fi $ cd ffmpeg-full
adam@alpert ~/fi/ffmpeg-full $ ll
total 16
-rw-r--r-- 1 adam users 1882 Nov 2 03:22 .AURINFO
-rw-r--r-- 1 adam users 6342 Nov 2 03:17 PKGBUILD
-rw-r--r-- 1 adam users 132 Apr 2 2014 UNREDISTRIBUTABLE.txt
adam@alpert ~/fi/ffmpeg-full $ makepkg
==> Making package: ffmpeg-full 1:2.4.3-1 (Fri Nov 7 18:42:45 CST 2014)
==> Checking runtime dependencies...
==> Missing dependencies:
-> libsoxr
-> vo-aacenc
-> vo-amrwbenc
-> libbs2b
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
adam@alpert ~/fi/ffmpeg-full $ ..
adam@alpert ~/fi $ tar xf libsoxr.tar.gz
adam@alpert ~/fi $ cd libsoxr
adam@alpert ~/fi/libsoxr $ ll
total 12
-rw-r--r-- 1 adam users 444 Jul 31 00:56 .AURINFO
-rw-r--r-- 1 adam users 1825 Jul 31 00:56 PKGBUILD
-rw-r--r-- 1 adam users 397 Jul 31 00:06 soxr-c.patch
adam@alpert ~/fi/libsoxr $ makepkg
==> Making package: libsoxr 0.1.1-2 (Fri Nov 7 18:43:15 CST 2014)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading soxr-0.1.1-Source.tar.xz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 410 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0
100 45946 100 45946 0 0 2735 0 0:00:16 0:00:16 --:--:-- 10036
-> Found soxr-c.patch
==> Validating source files with sha256sums...
soxr-0.1.1-Source.tar.xz ... FAILED
soxr-c.patch ... Passed
==> ERROR: One or more files did not pass the validity check!
adam@alpert ~/fi/libsoxr $ updpkgsums
==> Retrieving sources...
-> Found soxr-0.1.1-Source.tar.xz
-> Found soxr-c.patch
==> Generating checksums for source files...
adam@alpert ~/fi/libsoxr $ makepkg
==> Making package: libsoxr 0.1.1-2 (Fri Nov 7 18:43:45 CST 2014)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found soxr-0.1.1-Source.tar.xz
-> Found soxr-c.patch
==> Validating source files with sha256sums...
soxr-0.1.1-Source.tar.xz ... Passed
soxr-c.patch ... Passed
==> Extracting sources...
==> Starting prepare()...
/home/adam/fi/libsoxr/PKGBUILD: line 21: cd: soxr-0.1.1-Source: No such file or directory
==> ERROR: A failure occurred in prepare().
Aborting...
adam@alpert ~/fi/libsoxr $ tar xf soxr-0.1.1-Source.tar.xz
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
adam@alpert ~/fi/libsoxr $ Offline
Odd, getting one corrupted download is not horribly odd, but if it's repeating then either there is something wrong with the source or with the route to your machine. I can confirm the source is fine. The checksum is accurate and libsoxr built without issue here.
Have you set any custom DLAGENT settings in makepkg.conf?
Can you download and checksum the file manually? Here's my result from doing that:
$ curl -L -o test.tar.xz http://downloads.sourceforge.net/project/soxr/soxr-0.1.1-Source.tar.xz
$ sha256sum test.tar.xz
dcc16868d1a157079316f84233afcc2b52dd0bd541dd8439dc25bceb306faac2 test.tar.xzI see this url is actual a redirect. If you have removed the "-L" flag from curl in makepkg.conf, or are using an alternative downloader that doesn't have an equivalent setting to follow redirects, this would explain this failure and likely many others you say you've been getting.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
What the hell?
curl -L -o test.tar.xz http://downloads.sourceforge.net/project/soxr/soxr-0.1.1-Source.tar.xz
sha256sum test.tar.xz
1c1a1bb3207f45e80c42941845a9a9b52dd23366d672ae4f23783dba1c497088 test.tar.xz
curl -L -o test.tar.xz http://downloads.sourceforge.net/project/soxr/soxr-0.1.1-Source.tar.xz
sha256sum test.tar.xz
84c93d2bde14ee362dd26bbe946c073d6c1c347e0a171d66af37fc1595aa143f test.tar.xz
curl -L -o test.tar.xz http://downloads.sourceforge.net/project/soxr/soxr-0.1.1-Source.tar.xz
sha256sum test.tar.xz
8b743b4e24cbfc6e28312194aa818db05254b0322f3f601f68964600f6008110 test.tar.xzOffline
I got a good copy from this mirror. Do you have a content-inspecting proxy that extracts and repacks tar archives?
$ curl -O http://heanet.dl.sourceforge.net/project/soxr/soxr-0.1.1-Source.tar.xz
$ sha256sum soxr-0.1.1-Source.tar.xz
dcc16868d1a157079316f84233afcc2b52dd0bd541dd8439dc25bceb306faac2 soxr-0.1.1-Source.tar.xzLast edited by progandy (2014-11-08 03:36:53)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
Ha. Okay, I've solved the riddle... sort of. I don't know why this has not come up sooner or why other packages seem to behave just fine. For months now, I have been using cell carrier / PdaNet / FoxFi tethering for my internet connection. They have a hide tethering option which changes packets somehow. I have not had this affect me adversely until today. I don't know if my cell carrier has changed something or what, but somehow it is altering this file. That doesn't sit well with me.
edit: And the installation is going swimmingly right now. Weird.
Last edited by theherk (2014-11-08 03:39:12)
Offline