Package Details: epub-reader 1.0.5-8

Git Clone URL: https://aur.archlinux.org/epub-reader.git (read-only, click to copy)
Package Base: epub-reader
Description: Epub/Book Reader Application built with ElectronJS
Upstream URL: https://mignaway.github.io/epub-reader-website/
Keywords: ebook electronjs epub reader
Licenses: MIT
Conflicts: epub-reader
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 0
Popularity: 0.000000
First Submitted: 2023-07-05 08:52 (UTC)
Last Updated: 2024-03-18 16:01 (UTC)

Dependencies (6)

Required by (0)

Sources (2)

Latest Comments

zxp19821005 commented on 2023-11-01 01:14 (UTC)

@conan Thanks for you feeding back,fixed it.

conan commented on 2023-10-31 11:25 (UTC)

Sorry for the noise should have come here at the end of my attempt at installing this. You can fix the problem by installing libxcrypt-compat, which provides /usr/lib/libcrypt.so.1.

Please update the dependencies of the package to require that package. No need to flag it out-of-date.

conan commented on 2023-10-31 11:19 (UTC)

Similar error for other packages suggest using libxcrypt, which I have installed, but doesn't provide that file. So unless this is fixed upstream maybe this package should be flagged out-of-date.

conan commented on 2023-10-31 11:15 (UTC)

This package fails to install, I get this:

$ yay -S epub-reader
[ cut output ]

yarn run v1.22.19
$ electron-builder --linux
  • electron-builder  version=23.6.0 os=6.5.3-1-MANJARO
  • loaded configuration  file=package.json ("build" field)
  • writing effective config  file=dist/builder-effective-config.yaml
  • packaging       platform=linux arch=x64 electron=18.0.4 appOutDir=dist/linux-unpacked
  • building        target=deb arch=x64 file=dist/epub-reader_1.0.5_amd64.deb
  ⨯ cannot execute  cause=exit status 127
                    errorOut=/home/flc/.cache/electron-builder/fpm/fpm-1.9.3-2.3.1-linux-x86_64/lib/ruby/bin.real/ruby: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory

                    command=/home/flc/.cache/electron-builder/fpm/fpm-1.9.3-2.3.1-linux-x86_64/fpm -s dir --force -t deb -d libgtk-3-0 -d libnotify4 -d libnss3 -d libxss1 -d libxtst6 -d xdg-utils -d libatspi2.0-0 -d libuuid1 -d libsecret-1-0 --deb-recommends libappindicator3-1 --deb-compression xz --architecture amd64 --after-install /tmp/t-WovfEg/0-after-install --after-remove /tmp/t-WovfEg/1-after-remove --description '
     Epub Reader Application built with ElectronJS' --version 1.0.5 --package /home/flc/.cache/yay/epub-reader/src/EpubReader-1.0.5/dist/epub-reader_1.0.5_amd64.deb --name epub-reader --maintainer 'mignaway <40722616+mignaway@users.noreply.github.com>' --url 'https://github.com/mignaway/EpubReader#readme' --vendor 'mignaway <40722616+mignaway@users.noreply.github.com>' --deb-priority optional --license MIT /home/flc/.cache/yay/epub-reader/src/EpubReader-1.0.5/dist/linux-unpacked/=/opt/EpubReader /home/flc/.cache/yay/epub-reader/src/EpubReader-1.0.5/src/icon.png=/usr/share/icons/hicolor/0x0/apps/epub-reader.png /tmp/t-WovfEg/2-EpubReader.desktop=/usr/share/applications/epub-reader.desktop
                    workingDir=
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: epub-reader-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
epub-reader - exit status 4

It seems it requires libcrypt library.

zxp19821005 commented on 2023-07-06 01:17 (UTC)

@FabioLolix Thank you,fixed it.

FabioLolix commented on 2023-07-05 15:00 (UTC)

Hello,

  • 'stable' pkgbuilds like this don't have to provide and conflicts itself
  • please don't use && but make 2 lines
yarn install
yarn package