gort818 / qtwebflix

A qt webengine program for netflix
GNU General Public License v3.0
245 stars 29 forks source link

cannot build qtwebflix-git from AUR #24

Closed ryanmusante closed 6 years ago

ryanmusante commented 6 years ago
==> qtwebflix-git dependencies:
 - xdg-utils (already installed)
 - qt5-webengine-widevine (already installed)
 - git (already installed) [makedepend]

Am I missing something here? I do have the dependencies already installed.

==> Continue building qtwebflix-git ? [Y/n]
==> ---------------------------------------
==> y

==> Building and installing package
==> Making package: qtwebflix-git r70.c46f537-1 (Fri May 25 12:18:54 JST 2018)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Cloning qtwebflix git repo...
Cloning into bare repository '/tmp/yaourt-tmp-ryan/aur-qtwebflix-git/qtwebflix'...
remote: Counting objects: 219, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 219 (delta 3), reused 0 (delta 0), pack-reused 210
Receiving objects: 100% (219/219), 446.99 KiB | 1.25 MiB/s, done.
Resolving deltas: 100% (114/114), done.
  -> Found qtwebflix.desktop
  -> Found cadmium.patch
==> Validating source files with sha256sums...
    qtwebflix ... Skipped
    qtwebflix.desktop ... Passed
    cadmium.patch ... Passed
==> Extracting sources...
  -> Creating working copy of qtwebflix git repo...
Reset branch 'makepkg'
==> Starting prepare()...
patching file urlrequestinterceptor.cpp
Hunk #1 FAILED at 17.
1 out of 1 hunk FAILED -- saving rejects to file urlrequestinterceptor.cpp.rej
==> ERROR: A failure occurred in prepare().
    Aborting...
==> ERROR: Makepkg was unable to build qtwebflix-git.
==> Restart building qtwebflix-git ? [y/N]
==> --------------------------------------
==> 
omni6 commented 6 years ago

@ryanmusante

patching file urlrequestinterceptor.cpp Hunk #1 FAILED at 17. 1 out of 1 hunk FAILED -- saving rejects to file urlrequestinterceptor.cpp.rej

Maybe not the best idea to patch a git package. Since @gort818 fixed this here, the patch doesn't work anymore... build failed.

It is fixed already. But this sort of issue should be reported at AUR comments.

ryanmusante commented 6 years ago

Ok, thank you. Patched and builds correctly.