by sneasle » Tue Mar 12, 2013 11:49 pm
No luck
$this->bbcode_second_pass_code('', '[root@PogoOne /]# pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
alarm is up to date
aur is up to date
:: Starting full system upgrade...
there is nothing to do
[root@PogoOne /]# cd /tmp
[root@PogoOne tmp]# ls
perl-net-sdp perl-net-sdp.tar.gz shairport-git-sysdcompat shairport-git-sysdcompat.tar.gz
[root@PogoOne tmp]# cd perl-net-sdp
[root@PogoOne perl-net-sdp]# ;s
-bash: syntax error near unexpected token `;'
[root@PogoOne perl-net-sdp]# ls
Net-SDP-0.07.tar.gz perl-net-sdp-0.07-1-any.pkg.tar.xz pkg PKGBUILD src
[root@PogoOne perl-net-sdp]# makepkg -Acs --asroot
==> ERROR: A package has already been built. (use -f to overwrite)
[root@PogoOne perl-net-sdp]# cd ../shairport-git-sysdcompat
[root@PogoOne shairport-git-sysdcompat]# makepkg -Acs --asroot
==> WARNING: Cannot find the git binary required to determine latest git revision.
==> Making package: shairport-git-sysdcompat 20121012-1 (Tue Mar 12 18:48:34 CDT 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for inter-conflicts...
Targets (2): perl-error-0.17019-1 git-1.8.1.5-1
Total Download Size: 2.80 MiB
Total Installed Size: 16.40 MiB
Proceed with installation? [Y/n] Y
:: Retrieving packages from extra...
error: failed retrieving file 'perl-error-0.17019-1-any.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404 Not Found
warning: failed to retrieve some files from extra
error: failed retrieving file 'git-1.8.1.5-1-arm.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404 Not Found
warning: failed to retrieve some files from extra
error: failed to commit transaction (download library error)
Errors occurred, no packages were upgraded.
==> ERROR: 'pacman' failed to install missing dependencies.
[root@PogoOne shairport-git-sysdcompat]#
')
Edit: This is strange, I ran it again and it seems to have worked. I am now wondering if my pogo is having some sort of connection issue, but I've run a few pings and all the results appear to be reasonable.
$this->bbcode_second_pass_code('', '[root@PogoOne shairport-git-sysdcompat]# makepkg -Acs --asroot
==> WARNING: Cannot find the git binary required to determine latest git revision.
==> Making package: shairport-git-sysdcompat 20121012-1 (Tue Mar 12 18:51:34 CDT 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for inter-conflicts...
Targets (2): perl-error-0.17019-1 git-1.8.1.5-1
Total Download Size: 2.80 MiB
Total Installed Size: 16.40 MiB
Proceed with installation? [Y/n] Y
:: Retrieving packages from extra...
perl-error-0.17019-1-any 17.5 KiB 131K/s 00:00 [#####################################] 100%
git-1.8.1.5-1-arm 2.8 MiB 918K/s 00:03 [#####################################] 100%
(2/2) checking package integrity [#####################################] 100%
(2/2) loading package files [#####################################] 100%
(2/2) checking for file conflicts [#####################################] 100%
(2/2) checking available disk space [#####################################] 100%
(1/2) installing perl-error [#####################################] 100%
(2/2) installing git [#####################################] 100%
Optional dependencies for git
tk: gitk and git gui
perl-libwww: git svn
perl-term-readkey: git svn
perl-mime-tools: git send-email
perl-net-smtp-ssl: git send-email TLS support
perl-authen-sasl: git send-email TLS support
python2: various helper scripts
subversion: git svn
cvsps: git cvsimport
==> Retrieving Sources...
-> Found shairport@.service
-> Found shairport.confd
-> Found shairport.init
==> Validating source files with md5sums...
shairport@.service ... Passed
shairport.confd ... Passed
shairport.init ... Passed
==> Extracting Sources...
==> Starting build()...
==> Connecting to GIT server....
Cloning into 'shairport'...
remote: Counting objects: 728, done.
remote: Compressing objects: 100% (307/307), done.
remote: Total 728 (delta 453), reused 686 (delta 418)
Receiving objects: 100% (728/728), 143.06 KiB, done.
Resolving deltas: 100% (453/453), done.
==> GIT checkout done or server timeout
==> Starting make...
Cloning into '/tmp/shairport-git-sysdcompat/src/shairport-build'...
done.
cc -O2 -Wall -c alac.c -o alac.o
cc -O2 -Wall -DHAIRTUNES_STANDALONE hairtunes.c alac.o -o hairtunes -lm -lpthread -lssl -lcrypto -lao
cc -O2 -Wall -c socketlib.c -o socketlib.o
cc -O2 -Wall -c shairport.c -o shairport.o
cc -O2 -Wall -c hairtunes.c -o hairtunes.o
cc -O2 -Wall socketlib.o shairport.o alac.o hairtunes.o -o shairport -lm -lpthread -lssl -lcrypto -lao
==> Starting package()...
install -D -m 0755 hairtunes /tmp/shairport-git-sysdcompat/pkg//usr/bin/hairtunes
install -D -m 0755 shairport.pl /tmp/shairport-git-sysdcompat/pkg//usr/bin/shairport.pl
install -D -m 0755 shairport /tmp/shairport-git-sysdcompat/pkg//usr/bin/shairport
==> Tidying install...
-> Purging unwanted files...
-> Compressing man and info pages...
-> Stripping unneeded symbols from binaries and libraries...
==> Creating package...
-> Generating .PKGINFO file...
-> Compressing package...
==> Finished making: shairport-git-sysdcompat 20121012-1 (Tue Mar 12 18:52:32 CDT 2013)
==> Cleaning up...
[root@PogoOne shairport-git-sysdcompat]#
')