Advertisement
Guest User

error log for new Cisco AUR Package

a guest
Jul 20th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.00 KB | None | 0 0
  1. # git push command
  2. git push --set-upstream cisco-anyconnect-tarball master
  3. Enumerating objects: 189, done.
  4. Counting objects: 100% (189/189), done.
  5. Delta compression using up to 4 threads
  6. Compressing objects: 100% (168/168), done.
  7. Writing objects: 100% (189/189), 19.86 MiB | 638.00 KiB/s, done.
  8. Total 189 (delta 50), reused 0 (delta 0)
  9. remote: Resolving deltas: 100% (50/50), done.
  10. remote: error: The following error occurred when parsing commit
  11. remote: error: b817176e3477cb82d34ea77d89d5dc410cde7dc8:
  12. remote: error: missing pkgname entry
  13. remote: error: hook declined to update refs/heads/master
  14. To ssh://aur.archlinux.org/cisco-anyconnect-tarball.git
  15.  ! [remote rejected] master -> master (hook declined)
  16. error: failed to push some refs to 'ssh://aur@aur.archlinux.org/cisco-anyconnect-tarball.git'
  17.  
  18. #cp
  19. makepkg -si
  20. ==> Making package: cisco-anyconnect-tarball 1.0-1 (Sat 20 Jul 2019 11:08:24 PM EDT)
  21. ==> Checking runtime dependencies...
  22. ==> Checking buildtime dependencies...
  23. ==> Retrieving sources...
  24.   -> Found anyconnect-linux64.tar.gz
  25.   -> Found vpnagentd.service
  26.   -> Found anyconnect.sh
  27.   -> Found anyconnect.csh
  28.   -> Found AnyConnectLocalPolicy.xml
  29. ==> Validating source files with md5sums...
  30.     anyconnect-linux64.tar.gz ... Passed
  31.     vpnagentd.service ... Passed
  32.     anyconnect.sh ... Passed
  33.     anyconnect.csh ... Passed
  34.     AnyConnectLocalPolicy.xml ... Passed
  35. ==> Extracting sources...
  36.   -> Extracting anyconnect-linux64.tar.gz with bsdtar
  37. ==> Entering fakeroot environment...
  38. ==> Starting package()...
  39. cp: cannot create regular file '/usr/lib/systemd/system/vpnagentd.service': Permission denied
  40. ==> ERROR: A failure occurred in package().
  41.     Aborting...
  42.  
  43. #sudo cp gets a little further, but it's obvious that this isn't right....
  44. cisco-anyconnect-tarball]$ makepkg -si
  45. ==> Making package: cisco-anyconnect-tarball 1.0-1 (Sat 20 Jul 2019 11:13:11 PM EDT)
  46. ==> Checking runtime dependencies...
  47. ==> Checking buildtime dependencies...
  48. ==> Retrieving sources...
  49.   -> Found anyconnect-linux64.tar.gz
  50.   -> Found vpnagentd.service
  51.   -> Found anyconnect.sh
  52.   -> Found anyconnect.csh
  53.   -> Found AnyConnectLocalPolicy.xml
  54. ==> Validating source files with md5sums...
  55.     anyconnect-linux64.tar.gz ... Passed
  56.     vpnagentd.service ... Passed
  57.     anyconnect.sh ... Passed
  58.     anyconnect.csh ... Passed
  59.     AnyConnectLocalPolicy.xml ... Passed
  60. ==> Extracting sources...
  61.   -> Extracting anyconnect-linux64.tar.gz with bsdtar
  62. ==> Entering fakeroot environment...
  63. ==> Starting package()...
  64. ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
  65. ==> Tidying install...
  66.   -> Removing libtool files...
  67.   -> Purging unwanted files...
  68.   -> Removing static library files...
  69.   -> Stripping unneeded symbols from binaries and libraries...
  70.   -> Compressing man and info pages...
  71. ==> Checking for packaging issues...
  72. ==> Creating package "cisco-anyconnect-tarball"...
  73.   -> Generating .PKGINFO file...
  74.   -> Generating .BUILDINFO file...
  75.   -> Generating .MTREE file...
  76.   -> Compressing package...
  77. ==> Leaving fakeroot environment.
  78. ==> Finished making: cisco-anyconnect-tarball 1.0-1 (Sat 20 Jul 2019 11:13:25 PM EDT)
  79. ==> Installing package cisco-anyconnect-tarball with pacman -U...
  80. loading packages...
  81. resolving dependencies...
  82. looking for conflicting packages...
  83.  
  84. Packages (1) cisco-anyconnect-tarball-1.0-1
  85.  
  86. Total Installed Size:  14.79 MiB
  87.  
  88. :: Proceed with installation? [Y/n] y
  89. (1/1) checking keys in keyring                     [######################] 100%
  90. (1/1) checking package integrity                   [######################] 100%
  91. (1/1) loading package files                        [######################] 100%
  92. (1/1) checking for file conflicts                  [######################] 100%
  93. error: failed to commit transaction (conflicting files)
  94. cisco-anyconnect-tarball: /usr/lib/systemd/system/vpnagentd.service exists in filesystem
  95. Errors occurred, no packages were upgraded.
  96. ==> WARNING: Failed to install built package(s).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement