Search Criteria
Package Details: rdrview-git 20210213.b887583-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rdrview-git.git (read-only, click to copy) |
---|---|
Package Base: | rdrview-git |
Description: | Command line tool to extract the main content from a webpage |
Upstream URL: | https://github.com/eafer/rdrview |
Licenses: | custom |
Conflicts: | rdrview |
Provides: | rdrview |
Submitter: | vesath |
Maintainer: | parkerlreed |
Last Packager: | parkerlreed |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2020-10-19 18:57 (UTC) |
Last Updated: | 2021-05-05 03:30 (UTC) |
Dependencies (4)
- curl (curl-gitAUR, curl-c-aresAUR)
- libseccomp (libseccomp-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
Nebulosa commented on 2025-05-03 07:26 (UTC)
Quick fix for a while:
sudo ln /usr/lib/libxml2.so.16 /usr/lib/libxml2.so.2
then try runrdrview
but it doesn't help with building errors.
m040601 commented on 2025-05-02 11:48 (UTC) (edited on 2025-05-02 17:29 (UTC) by m040601)
The tool "rdrview" stoped working as of 2025-05-02 .
$ rdrview 'https://en.wikipedia.org/wiki/World_wide_web'
This PKGBUILD "rdrview-git" also doesnt build as of 2025-05-02 ,
I am speculating here. Maybe it is related to the recent Archlinux official package "libxml2" update from 2.13 to 2.14 ???
yay -Si rdrview-git
I saw a lot of official Archlinux packages being rebuilt just because they depended "libxml2"
pacman -Si libxml2
pacman -Ql libxml2
locate libxml2.so
So there is no "libxml2.so.2" in a recent "libmxl2". Notice the .2 at the end. Could it be somewhere else ?
pacman -F libxml2.so.2
Seems it moved into this "legacy" one ?
I opened an issue here, https://github.com/eafer/rdrview/issues/45
https://wiki.archlinux.org/title/System_maintenance#Be_careful_with_unofficial_packages
https://archlinux.org/packages/?name=rebuild-detector
$ checkrebuild -v
parkerlreed commented on 2021-05-05 03:31 (UTC)
Updated
m040601 commented on 2021-01-31 11:08 (UTC) (edited on 2021-01-31 11:10 (UTC) by m040601)
@parkerlreed, thanks for adopting this very usefull package.
As you can see in the github issues page, it also builds and runs fine on other architectures than x64. I myself run it on raspberry pi, arm.
So please update the PKGBUILD, change:
to either 'any' or ('x86_64' 'aarch64' 'armv6h' 'armv7h')
parkerlreed commented on 2021-01-29 18:45 (UTC)
Adopted and updated. Patch was no longer required.
m040601 commented on 2020-12-20 05:59 (UTC) (edited on 2020-12-20 06:01 (UTC) by m040601)
latest git fails with:
parkerlreed commented on 2020-11-11 17:33 (UTC) (edited on 2020-11-11 17:34 (UTC) by parkerlreed)
Patch no longer applies
I think that's what they were pointing out.
vesath commented on 2020-10-24 00:14 (UTC)
Dear g2g. The PKGBUILD you give is the exact same as the current version here on the AUR except you did a rebuild which bumped the version number. Let me know if I missed anything. Cheers.
g2g commented on 2020-10-23 19:41 (UTC) (edited on 2020-10-23 19:42 (UTC) by g2g)
Hi Gaëtan, For working PKGBUILD,
Thanks, Laurent.