Package Details: audiobookshelf v2.9.0-3

Git Clone URL: https://aur.archlinux.org/audiobookshelf.git (read-only, click to copy)
Package Base: audiobookshelf
Description: Self-hosted audiobook server for managing and playing audiobooks
Upstream URL: https://github.com/advplyr/audiobookshelf
Licenses: GPL3
Conflicts: audiobookshelf
Provides: audiobookshelf
Submitter: ruahcra
Maintainer: ruahcra (wnndgws)
Last Packager: ruahcra
Votes: 3
Popularity: 1.56
First Submitted: 2024-02-24 08:28 (UTC)
Last Updated: 2024-04-26 16:45 (UTC)

Latest Comments

1 2 Next › Last »

ruahcra commented on 2024-04-26 22:49 (UTC)

Maybe you haven't updated your /etc/makepkg.conf (check if there is a /etc/makepkg.conf.pacnew file) so your config is still set to !debug (or you have it set to !debug in $XDG_CONFIG_HOME/pacman/makepkg.conf or ~/.makepkg.conf) ?

techbolt commented on 2024-04-26 19:42 (UTC) (edited on 2024-04-26 19:43 (UTC) by techbolt)

I think with the comment below you have got to the bottom of it anyway, but just for the sake of completeness:

What is the size of /usr/bin/audioshelf for you?

It is 91.1MB

What I don't get is how come it worked for me then if that upstream bug causes the issue and you had to apply the interim fix. :/

ruahcra commented on 2024-04-26 16:39 (UTC)

Turns out it's a bug with the debugedit package: https://gitlab.archlinux.org/pacman/pacman/-/issues/119

Wish I found that a few hours earlier... didn't think to suspect the tooling until way too long in

ruahcra commented on 2024-04-26 16:28 (UTC) (edited on 2024-04-26 16:30 (UTC) by ruahcra)

What is the size of /usr/bin/audioshelf for you?

During my tests, when the binary is built correctly the resulting filesize is 92MB. For some reason when the binary is copied into anywhere in $pkgdir by makepkg it gets truncated to 45MB which results in a bad binary. Copying the correctly built file to $pkgdir in an interactive shell works fine, but the same command run in package() truncates the binary. No idea what to try next :/

techbolt commented on 2024-04-26 12:01 (UTC) (edited on 2024-04-26 14:28 (UTC) by techbolt)

yes I am sure - I checked as well and it shows

v2.9.0 debian

in the right hand corner of the screen and when i reconnected on android app even there it updated to show 2.9 where it showed 2.8 before.

I have included below the logs that were generated during the successful build yesterday. I hope this will be of some help perhaps.

Preparing...
Synchronizing package databases...
Refreshing extra.db...
Refreshing AUR...
Cloning audiobookshelf build files...
Generating audiobookshelf information...
Checking audiobookshelf dependencies...
Resolving dependencies...
Checking inter-conflicts...
Edit audiobookshelf build files

Cloning audiobookshelf build files...
Generating audiobookshelf information...
Checking audiobookshelf dependencies...
Resolving dependencies...
Checking inter-conflicts...

Building audiobookshelf...
==> Making package: audiobookshelf v2.9.0-2 (Thu 25 Apr 2024 10:57:34 BST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating audiobookshelf git repo...
From https://github.com/advplyr/audiobookshelf
 - [deleted]           (none)               -> refs/pull/2877/merge
   a0cc42b3..00bc50c0  master               -> master
 + c95174d4...333c263d refs/pull/2582/merge -> refs/pull/2582/merge  (forced update)
 + c058604e...3338e98b refs/pull/2666/merge -> refs/pull/2666/merge  (forced update)
 + 996552f0...db6a3491 refs/pull/2781/merge -> refs/pull/2781/merge  (forced update)
   7edc7ce8..e8bb9282  refs/pull/2877/head  -> refs/pull/2877/head
  -> Found audiobookshelf.conf.d
  -> Found audiobookshelf.hook
  -> Found audiobookshelf.service
  -> Found audiobookshelf.sysusers
  -> Found audiobookshelf.tmpfiles
==> Validating source files with md5sums...
    audiobookshelf ... Skipped
    audiobookshelf.conf.d ... Passed
    audiobookshelf.hook ... Passed
    audiobookshelf.service ... Passed
    audiobookshelf.sysusers ... Passed
    audiobookshelf.tmpfiles ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of audiobookshelf git repo...
Cloning into 'audiobookshelf'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs

added 577 packages, and audited 578 packages in 15s

74 packages are looking for funding
  run `npm fund` for details

11 moderate severity vulnerabilities

To address issues that do not require attention, run:
  npm audit fix

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
npm notice 
npm notice New patch version of npm available! 10.5.0 -> 10.5.2
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.5.2>
npm notice Run `npm install -g npm@10.5.2` to update!
npm notice 
==> Starting build()...
>>> Building Client
--------------------
npm WARN deprecated @types/localforage@0.0.34: This is a stub types definition for localforage (https://github.com/localForage/localForage). localforage provides its own type definitions, so you don't need @types/localforage installed!
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
npm WARN deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
npm WARN deprecated @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
npm WARN deprecated @babel/plugin-proposal-private-methods@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.
npm WARN deprecated figgy-pudding@3.5.2: This module is no longer supported.
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
npm WARN deprecated @babel/plugin-proposal-private-property-in-object@7.21.11: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.
npm WARN deprecated consolidate@0.15.1: Please upgrade to consolidate v1.0.0+ as it has been modernized with several long-awaited fixes implemented. Maintenance is supported by Forward Email at https://forwardemail.net ; follow/watch https://github.com/ladjs/consolidate for updates and release changelog
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
npm WARN deprecated vue@2.7.16: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details.

added 1438 packages, and audited 1439 packages in 48s

227 packages are looking for funding
  run `npm fund` for details

26 vulnerabilities (1 low, 9 moderate, 16 high)

To address issues that do not require attention, run:
  npm audit fix

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.

> audiobookshelf-client@2.9.0 generate
> nuxt generate


 WARN  postcss.plugins option has been moved to postcss.postcssOptions.plugins for aligning postcss-loader format.

ℹ Production build
ℹ Bundling only for client side
ℹ Target: static
ℹ Using components loader to optimize imports
ℹ Discovered Components: node_modules/.cache/nuxt/components/readme.md
✔ Builder initialized
✔ Nuxt files generated
[webpackbar] ℹ Compiling Client
[webpackbar] ✔ Client: Compiled successfully in 2.58m

Hash: ad3cb730030c0f86d409
Version: webpack 4.47.0
Time: 154829ms
Built at: 25/04/2024 11:01:24
                                    Asset       Size                                               Chunks                                Chunk Names
           ../server/client.manifest.json    145 KiB                                                       [emitted]                     
                               00e0acd.js   10.7 KiB                                         115, 67, 114  [emitted] [immutable]         components/tables-library-libraries-table
                               0163590.js   22.2 KiB                                              11, 127  [emitted] [immutable]         components/widgets-book-details-edit
                               01ac412.js   10.4 KiB                                         105, 93, 124  [emitted] [immutable]         components/tables-backups-table
                               02ca684.js   11.7 KiB                                              69, 128  [emitted] [immutable]         components/modals-emails-e-reader-device-modal
                               044cba4.js   6.17 KiB                                                   89  [emitted] [immutable]         components/modals-podcast-tabs-episode-details
                               08020ba.js   33.6 KiB                                     8, 137, 139, 140  [emitted] [immutable]         components/app-book-shelf-categorized
                               0998914.js   5.01 KiB                                                   73  [emitted] [immutable]         components/modals-item-tabs-episodes
                               0cfeb89.js   5.09 KiB                                                  147  [emitted] [immutable]         pages/account
                               0d96fc7.js   13.9 KiB                                                    4  [emitted] [immutable]         commons/components/modals-item-tabs-cover/components/modals-upload-image-modal/components/readers-ep/efa1eb3f
                               0db3e85.js   5.62 KiB                                                   81  [emitted] [immutable]         components/modals-libraries-library-scanner-settings
                               0e62879.js   2.87 KiB                                                  182  [emitted] [immutable]         pages/library/_library/search
                               0f816e5.js   41.2 KiB                                                   33  [emitted] [immutable]         
                               1181abd.js   22.9 KiB                                    76, 128, 134, 138  [emitted] [immutable]         components/modals-item-tabs-schedule
                               11ddec9.js   7.47 KiB                                                  107  [emitted] [immutable]         components/tables-collection-book-table-row
                               1257a3c.js   42.3 KiB                               9, 53, 54, 55, 56, 137  [emitted] [immutable]         components/app-lazy-bookshelf
                               13bcb90.js   31.2 KiB                                    187, 52, 121, 134  [emitted] [immutable]         pages/upload/index
                               1414661.js   42.5 KiB                                                   23  [emitted] [immutable]         
                               142726b.js   4.67 KiB                                              92, 124  [emitted] [immutable]         components/modals-upload-image-modal
                               14c7ef4.js   9.22 KiB                                             119, 145  [emitted] [immutable]         components/tables-podcast-lazy-episode-row
                               16c95fa.js   12.7 KiB                                         120, 66, 104  [emitted] [immutable]         components/tables-tracks-table
                               16e1327.js   1.68 KiB                                                   57  [emitted] [immutable]         components/cards-narrator-card
                               17b5482.js   19.7 KiB                                        153, 107, 108  [emitted] [immutable]         pages/collection/_id
                               1980956.js   5.76 KiB                                              90, 134  [emitted] [immutable]         components/modals-podcast-tabs-episode-match
                               1ad742d.js   5.01 KiB                                                   45  [emitted] [immutable]         components/app-config-side-nav
                               1f3938a.js   1.31 MiB                                                  189  [emitted] [immutable]  [big]  vendors/app
                               1f9df83.js   14.8 KiB                                             138, 128  [emitted] [immutable]         components/widgets-cron-expression-builder
                               20b69e0.js    7.1 KiB                                             110, 111  [emitted] [immutable]         components/tables-ebook-files-table
                               2459f04.js   2.27 KiB                                                  126  [emitted] [immutable]         components/ui-media-icon-picker
                               24b9256.js     48 KiB                                                   39  [emitted] [immutable]         
                               2656c57.js   7.66 KiB                                                   80  [emitted] [immutable]         components/modals-libraries-lazy-folder-chooser
                               28d8d15.js   3.23 KiB                                                  109  [emitted] [immutable]         components/tables-custom-metadata-provider-table
                               28f827c.js   41.7 KiB                                                   20  [emitted] [immutable]         
                               2a7c24c.js   25.4 KiB                                                  152  [emitted] [immutable]         pages/batch/index
                               2b154ed.js   9.76 KiB                                                  149  [emitted] [immutable]         pages/audiobook/_id/edit
                               2b1551c.js    4.8 KiB                                              70, 106  [emitted] [immutable]         components/modals-item-tabs-chapters
                               2de78a9.js   4.68 KiB                                                  128  [emitted] [immutable]         components/ui-multi-select-dropdown
                               2e789a3.js   16.5 KiB                                         84, 128, 138  [emitted] [immutable]         components/modals-libraries-schedule-scan
                               3087b75.js   2.98 KiB                                             118, 145  [emitted] [immutable]         components/tables-podcast-download-queue-table
                               31351ac.js   5.02 KiB                                                   63  [emitted] [immutable]         components/controls-library-sort-select
                               343154f.js   44.6 KiB                                                   22  [emitted] [immutable]         
                               3600c50.js   16.3 KiB                                                   94  [emitted] [immutable]         components/readers-comic-reader
                               37283dd.js   46.2 KiB                                                   21  [emitted] [immutable]         
                               37370fc.js   13.4 KiB                                     74, 66, 112, 113  [emitted] [immutable]         components/modals-item-tabs-files
                               3739212.js   4.12 KiB                                                  140  [emitted] [immutable]         components/widgets-item-slider
                               383335b.js    2.5 KiB                                                   51  [emitted] [immutable]         components/cards-group-card
                               39bf3a4.js   7.82 KiB                                                  101  [emitted] [immutable]         components/stats-year-in-review
                               39faf46.js   21.7 KiB                                              10, 132  [emitted] [immutable]         components/ui-rich-text-editor
                               3b60ce9.js   19.4 KiB                                             144, 127  [emitted] [immutable]         components/widgets-podcast-details-edit
                               3c3bbab.js    353 KiB                                                  190  [emitted] [immutable]  [big]  vendors/components/readers-epub-reader
                               3c903bc.js   15.5 KiB                                                   72  [emitted] [immutable]         components/modals-item-tabs-details
                               3df47fa.js   25.7 KiB                                                   96  [emitted] [immutable]         components/readers-mobi-reader
                               3e5c7c1.js   35.9 KiB                             17, 61, 64, 88, 119, 145  [emitted] [immutable]         components/tables-podcast-lazy-episodes-table
                               4005b55.js   46.7 KiB                                                   29  [emitted] [immutable]         
                               46eda09.js   49.5 KiB                                                   26  [emitted] [immutable]         
                               46ff21f.js   17.2 KiB                                              14, 127  [emitted] [immutable]         components/modals-notification-edit-modal
                               47c8ee8.js   3.86 KiB                                                   91  [emitted] [immutable]         components/modals-rssfeed-view-feed-modal
                               4b429d5.js   43.9 KiB                                                   25  [emitted] [immutable]         
                               4bfa50e.js   29.7 KiB                                          168, 46, 85  [emitted] [immutable]         pages/config/sessions
                               4e4ff0d.js   4.38 KiB                                                  139  [emitted] [immutable]         components/widgets-episode-slider
                               5267c52.js  206 bytes                                                   50  [emitted] [immutable]         components/cards-episode-search-card
                               533d1d1.js   8.04 KiB                                              175, 47  [emitted] [immutable]         pages/library/_library/authors/index
                               534bae5.js   10.2 KiB                                                    0  [emitted] [immutable]         commons/components/modals-item-tabs-details/components/modals-item-tabs-match/components/modals-noti/5593d989
                               55544f3.js   3.65 KiB                                                   61  [emitted] [immutable]         components/controls-filter-select
                               55fe616.js   18.5 KiB                                156, 46, 93, 105, 124  [emitted] [immutable]         pages/config/backups
                               58744d8.js   5.55 KiB                                                  178  [emitted] [immutable]         pages/library/_library/narrators
                               58ac455.js   35.3 KiB                                     158, 46, 93, 127  [emitted] [immutable]         pages/config/index
                               5ab653f.js    223 KiB                                                    7  [emitted] [immutable]         vendors/components/modals-podcast-tabs-episode-details/components/ui-rich-text-editor/components/ui-/86624a9c
                               633c092.js   42.1 KiB                                                   27  [emitted] [immutable]         
                               647345b.js   42.6 KiB                                                   37  [emitted] [immutable]         
                               64e14af.js  658 bytes                                                  173  [emitted] [immutable]         pages/index
                               6604dd9.js     10 KiB                                         52, 121, 134  [emitted] [immutable]         components/cards-item-upload-card
                               6794b37.js  801 bytes                                                  145  [emitted] [immutable]         components/widgets-podcast-type-indicator
                               6c2fa58.js  836 bytes                                                  143  [emitted] [immutable]         components/widgets-online-indicator
                               6ced962.js   3.52 KiB                                                  111  [emitted] [immutable]         components/tables-ebook-files-table-row
                               6d17206.js   59.8 KiB                                                   36  [emitted] [immutable]         
                               6f1d1f7.js   8.92 KiB                                        179, 118, 145  [emitted] [immutable]         pages/library/_library/podcast/download-queue
                               6f686f5.js    2.7 KiB                                                   64  [emitted] [immutable]         components/controls-sort-select
                               71fb1e6.js   6.44 KiB                                                   56  [emitted] [immutable]         components/cards-lazy-series-card
                               736ae52.js    513 KiB                                                  191  [emitted] [immutable]  [big]  vendors/components/readers-pdf-reader
                               736b92f.js   3.21 KiB                                                   53  [emitted] [immutable]         components/cards-lazy-album-card
                               73846c2.js   1.57 KiB                                                  176  [emitted] [immutable]         pages/library/_library/bookshelf/_id
                               743ef25.js    7.4 KiB                                             122, 143  [emitted] [immutable]         components/tables-users-table
                               75319c9.js    6.1 KiB                                                   66  [emitted] [immutable]         components/modals-audio-file-data-modal
                               75839ae.js   12.3 KiB                                         112, 66, 113  [emitted] [immutable]         components/tables-library-files-table
                               759185e.js   42.6 KiB                                                   32  [emitted] [immutable]         
                               78cbead.js   1.69 KiB                                                   93  [emitted] [immutable]         components/prompt-dialog
                               78dbb01.js   3.94 KiB                                                  100  [emitted] [immutable]         components/stats-preview-icons
                               78f36e3.js  624 bytes                                                  135  [emitted] [immutable]         components/widgets-already-in-library-indicator
                               79acad0.js    5.3 KiB                                                  131  [emitted] [immutable]         components/ui-time-picker
                               79e77ce.js   18.7 KiB                                              12, 128  [emitted] [immutable]         components/modals-account-modal
                               7ae2d20.js   2.06 KiB                                                  137  [emitted] [immutable]         components/widgets-cover-size-widget
                               7dc2136.js   7.18 KiB                                                  116  [emitted] [immutable]         components/tables-playlist-item-table-row
                               7f70c95.js   9.23 KiB                                             170, 143  [emitted] [immutable]         pages/config/users/_id/index
                               807d35c.js   7.49 KiB                                              68, 125  [emitted] [immutable]         components/modals-edit-series-input-inner-modal
                               815eb55.js   6.34 KiB                                                   82  [emitted] [immutable]         components/modals-libraries-library-settings
                               8199239.js   10.3 KiB                                             151, 140  [emitted] [immutable]         pages/author/_id
                               81bbe61.js   7.67 KiB                                                   60  [emitted] [immutable]         components/content-library-item-details
                               8344606.js   23.7 KiB                                    6, 47, 51, 56, 57  [emitted] [immutable]         components/app-book-shelf-row
                               856061a.js   77.9 KiB                                                   18  [emitted] [immutable]         
                               8785a37.js    251 KiB                                                   43  [emitted] [immutable]  [big]  commons/app
                               87ebc30.js   43.7 KiB                                                   19  [emitted] [immutable]         
                               89cf991.js   4.76 KiB                                                  188  [emitted] [immutable]         runtime
                               8ada61d.js   30.5 KiB                                        148, 131, 134  [emitted] [immutable]         pages/audiobook/_id/chapters
                               8b4c666.js  567 bytes                                                  185  [emitted] [immutable]         pages/oops
                               8b50113.js   8.87 KiB                                               87, 59  [emitted] [immutable]         components/modals-podcast-opml-feeds-modal
                               8fe971d.js   6.95 KiB                                              114, 67  [emitted] [immutable]         components/tables-library-item
                               909b185.js   3.61 KiB                                                   55  [emitted] [immutable]         components/cards-lazy-playlist-card
                               90f54a5.js   44.3 KiB                                                   35  [emitted] [immutable]         
                               93012f0.js    525 KiB                                                   42  [emitted] [immutable]  [big]  app
                               941a604.js    6.5 KiB                                                   98  [emitted] [immutable]         components/stats-daily-listening-chart
                               94a3788.js   1.36 KiB                                                   46  [emitted] [immutable]         components/app-settings-content
                               95bffee.js   13.4 KiB                                              71, 124  [emitted] [immutable]         components/modals-item-tabs-cover
                               97763f0.js   4.65 KiB                                                  130  [emitted] [immutable]         components/ui-query-input
                               97b9402.js   5.12 KiB                                                  160  [emitted] [immutable]         pages/config/item-metadata-utils/genres
                               9906168.js   4.65 KiB                                                   88  [emitted] [immutable]         components/modals-podcast-remove-episode
                               9a98ccf.js   43.8 KiB                                                   31  [emitted] [immutable]         
                               9d015e9.js     47 KiB                                                   24  [emitted] [immutable]         
                               9d3d48c.js   1.84 KiB                                                   67  [emitted] [immutable]         components/modals-dialog
                                 LICENSES   2.57 KiB                                                       [emitted]                     
                               a218243.js   1.88 KiB                                                  121  [emitted] [immutable]         components/tables-uploaded-files-table
                               a282e25.js   3.04 KiB                                                  133  [emitted] [immutable]         components/widgets-abridged-indicator
                               a5f7108.js   10.3 KiB                                     159, 46, 65, 109  [emitted] [immutable]         pages/config/item-metadata-utils/custom-metadata-providers
                               a74cdc4.js   13.2 KiB                                                  184  [emitted] [immutable]         pages/login
                               abcda78.js   40.6 KiB                                        2, 62, 63, 64  [emitted] [immutable]         components/app-book-shelf-toolbar
                               ac76350.js     20 KiB                                                   44  [emitted] [immutable]         commons/components/readers-mobi-reader
                               ad75e5f.js   3.71 KiB                                                  106  [emitted] [immutable]         components/tables-chapters-table
                               aea1f09.js   38.9 KiB                                                   41  [emitted] [immutable]         
           b01c5966d11a80138825.worker.js    887 KiB                                                       [emitted] [immutable]  [big]  
                               b05e50f.js   11.1 KiB                                              86, 145  [emitted] [immutable]         components/modals-podcast-episode-feed
                               b2d1e22.js   2.44 KiB                                                  113  [emitted] [immutable]         components/tables-library-files-table-row
                               b4029d0.js     11 KiB                                          167, 46, 91  [emitted] [immutable]         pages/config/rss-feeds
                               b5d830d.js    2.8 KiB                                                  104  [emitted] [immutable]         components/tables-audio-tracks-table-row
                               b821e6b.js    1.9 KiB                                                   59  [emitted] [immutable]         components/cards-podcast-feed-summary-card
                               b97df32.js   8.36 KiB                                              154, 45  [emitted] [immutable]         pages/config
                               bcbea60.js   58.6 KiB                                                   38  [emitted] [immutable]         
                               beab459.js   10.2 KiB                                    172, 46, 122, 143  [emitted] [immutable]         pages/config/users/index
                               bfb370d.js   11.2 KiB                                             180, 145  [emitted] [immutable]         pages/library/_library/podcast/latest
                               bfe4fef.js   12.7 KiB                                          166, 46, 58  [emitted] [immutable]         pages/config/notifications
                               c0bb841.js   20.3 KiB                                      169, 46, 98, 99  [emitted] [immutable]         pages/config/stats
                               c1a6e74.js   4.98 KiB                                                  162  [emitted] [immutable]         pages/config/item-metadata-utils/tags
                               c330ddc.js    4.3 KiB                                              142, 57  [emitted] [immutable]         components/widgets-narrators-slider
                               c418887.js   8.68 KiB                                                   85  [emitted] [immutable]         components/modals-listening-session-modal
                               c42c937.js   44.3 KiB                                          75, 48, 127  [emitted] [immutable]         components/modals-item-tabs-match
                               c42d312.js   5.55 KiB                                                  103  [emitted] [immutable]         components/stats-year-in-review-short
                               c573f1c.js   34.3 KiB                                               1, 141  [emitted] [immutable]         components/cards-lazy-book-card
                               c6feea8.js   7.63 KiB                                              165, 46  [emitted] [immutable]         pages/config/log
                               c91fdc8.js   11.3 KiB                                             108, 107  [emitted] [immutable]         components/tables-collection-books-table
                               c9a4924.js   7.67 KiB                                              136, 47  [emitted] [immutable]         components/widgets-authors-slider
                               cd896fc.js   11.1 KiB                                                   62  [emitted] [immutable]         components/controls-library-filter-select
                               cfd1559.js   41.2 KiB                                                   28  [emitted] [immutable]         
                               d05f966.js    4.5 KiB                                                   48  [emitted] [immutable]         components/cards-book-match-card
                               d2a0262.js   17.6 KiB                                                  132  [emitted] [immutable]         components/ui-vue-trix
                               d466734.js   5.07 KiB                                                   58  [emitted] [immutable]         components/cards-notification-card
                               d5a74ed.js     12 KiB                                         164, 46, 100  [emitted] [immutable]         pages/config/library-stats
                               d69d202.js   5.53 KiB                                              77, 134  [emitted] [immutable]         components/modals-item-tabs-tools
                               d721cb9.js   5.13 KiB                                                  192  [emitted] [immutable]         
                               d7fc0ed.js   26.9 KiB                                    16, 101, 102, 103  [emitted] [immutable]         components/stats-year-in-review-banner
                               d84aea9.js     10 KiB                                                   95  [emitted] [immutable]         components/readers-epub-reader
                               dd89666.js   3.11 KiB                                                  141  [emitted] [immutable]         components/widgets-more-menu
                               ddc7be7.js   17.8 KiB                                        186, 116, 117  [emitted] [immutable]         pages/playlist/_id
                               dfee40a.js   21.1 KiB                            163, 46, 67, 79, 114, 115  [emitted] [immutable]         pages/config/libraries
                               e0a16d9.js   43.3 KiB                                                   34  [emitted] [immutable]         
                               e444507.js   22.7 KiB                                     157, 46, 69, 128  [emitted] [immutable]         pages/config/email
                               e4c944c.js   9.46 KiB                                              146, 56  [emitted] [immutable]         components/widgets-series-slider
                               e51fe73.js   3.95 KiB                                                   49  [emitted] [immutable]         components/cards-book3d
                               e69d6f2.js   19.8 KiB                                              15, 127  [emitted] [immutable]         components/modals-podcast-new-modal
                               e70eff3.js   3.95 KiB                                                  125  [emitted] [immutable]         components/ui-input-dropdown
                               e756320.js   18.1 KiB                                             150, 134  [emitted] [immutable]         pages/audiobook/_id/manage
                               e836ff0.js   69.7 KiB                                                    3  [emitted] [immutable]         vendors/components/modals-libraries-library-scanner-settings/components/tables-collection-books-tabl/902d0233
                               e84072b.js   1.79 KiB                                                  183  [emitted] [immutable]         pages/library/_library/series/_id
                               e8ff2c0.js   20.8 KiB                                181, 59, 87, 124, 135  [emitted] [immutable]         pages/library/_library/podcast/search
                               e94d47c.js   1.14 KiB                                                  177  [emitted] [immutable]         pages/library/_library/index
                               ebbc827.js    4.7 KiB                                                   47  [emitted] [immutable]         components/cards-author-card
                               ef03992.js   7.09 KiB                                                   99  [emitted] [immutable]         components/stats-heatmap
                               ef59c9a.js   3.03 KiB                                                   65  [emitted] [immutable]         components/modals-add-custom-metadata-provider-modal
                               f02f147.js   38.7 KiB                                                   40  [emitted] [immutable]         
                               f0d4c77.js   2.31 KiB                                                   83  [emitted] [immutable]         components/modals-libraries-library-tools
                               f23989d.js   1.09 KiB                                                  124  [emitted] [immutable]         components/ui-file-input
                               f2d46bd.js   79.3 KiB  174, 60, 66, 104, 106, 110, 111, 112, 113, 120, 133  [emitted] [immutable]         pages/item/_id/index
                               f3d29ea.js   19.4 KiB                                     78, 80, 123, 126  [emitted] [immutable]         components/modals-libraries-edit-library
                               f6f74a7.js   17.2 KiB                                         13, 128, 138  [emitted] [immutable]         components/modals-backup-schedule-modal
                               f86b57c.js   19.1 KiB                                         171, 85, 143  [emitted] [immutable]         pages/config/users/_id/sessions
                               f964bcf.js   11.6 KiB                                                  129  [emitted] [immutable]         components/ui-multi-select-query-input
                               f9f8078.js   29.5 KiB                                         155, 46, 127  [emitted] [immutable]         pages/config/authentication
                               f9f86fc.js   11.4 KiB                                             117, 116  [emitted] [immutable]         components/tables-playlist-items-table
                               fa69c64.js   7.21 KiB                                                  102  [emitted] [immutable]         components/stats-year-in-review-server
                               facab12.js     43 KiB                                                   30  [emitted] [immutable]         
                               fb04947.js      4 KiB                                                   54  [emitted] [immutable]         components/cards-lazy-collection-card
                               fb4d4b8.js      3 KiB                                              161, 46  [emitted] [immutable]         pages/config/item-metadata-utils/index
                               fbd63a1.js   2.96 KiB                                                  123  [emitted] [immutable]         components/ui-editable-text
                               fce7560.js   10.9 KiB                                                  127  [emitted] [immutable]         components/ui-multi-select
                               fceb369.js  872 bytes                                                  134  [emitted] [immutable]         components/widgets-alert
                               fe7e843.js   22.4 KiB                                      5, 68, 125, 129  [emitted] [immutable]         components/widgets-series-input-widget
                               ff1c457.js   5.69 KiB                                                   97  [emitted] [immutable]         components/readers-pdf-reader
                               ff9b964.js   7.58 KiB                                                   79  [emitted] [immutable]         components/modals-libraries-edit-modal
        fonts/MaterialIcons.5cb45a0.woff2    108 KiB                                                       [emitted] [immutable]         
fonts/MaterialIconsOutlined.2c2c597.woff2    139 KiB                                                       [emitted] [immutable]         
    fonts/SourceSansPro-Light.9bbfd7c.ttf    241 KiB                                                       [emitted] [immutable]         
  fonts/SourceSansPro-Regular.df87f53.ttf    242 KiB                                                       [emitted] [immutable]         
 fonts/SourceSansPro-SemiBold.f2fa8f3.ttf    242 KiB                                                       [emitted] [immutable]         
     fonts/UbuntuMono-Regular.9fa7d55.ttf    185 KiB                                                       [emitted] [immutable]         
               fonts/absicons.1d95b34.ttf   5.22 KiB                                                       [emitted] [immutable]         
              fonts/absicons.4e1b548.woff    5.3 KiB                                                       [emitted] [immutable]         
               fonts/absicons.cc0b2f3.eot   5.39 KiB                                                       [emitted] [immutable]         
                 img/absicons.f283468.svg   12.9 KiB                                                       [emitted] [immutable]         
                     img/icon.14e26ae.svg    2.4 KiB                                                       [emitted] [immutable]         
 + 1 hidden asset
Entrypoint app [big] = 89cf991.js 8785a37.js 1f3938a.js 93012f0.js

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  b01c5966d11a80138825.worker.js (887 KiB)
  93012f0.js (525 KiB)
  8785a37.js (251 KiB)
  1f3938a.js (1.31 MiB)
  3c3bbab.js (353 KiB)
  736ae52.js (513 KiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (1000 KiB). This can impact web performance.
Entrypoints:
  app (2.08 MiB)
      89cf991.js
      8785a37.js
      1f3938a.js
      93012f0.js


 WARN  postcss.plugins option has been moved to postcss.postcssOptions.plugins for aligning postcss-loader format.

ℹ [HPM] Proxy created: /api/  -> /
ℹ [HPM] Proxy created: /dev/  -> http://localhost:3333
ℹ [HPM] Proxy rewrite rule created: "^/dev/" ~> ""
ℹ Generating output directory: dist/
ℹ Generating pages
✔ Generated route "/account"
✔ Generated route "/batch"
✔ Generated route "/upload"
✔ Generated route "/config"
✔ Generated route "/config/backups"
✔ Generated route "/config/authentication"
✔ Generated route "/config/email"
✔ Generated route "/config/item-metadata-utils"
✔ Generated route "/config/libraries"
✔ Generated route "/config/library-stats"
✔ Generated route "/config/log"
✔ Generated route "/config/notifications"
✔ Generated route "/config/rss-feeds"
✔ Generated route "/config/sessions"
✔ Generated route "/config/stats"
✔ Generated route "/config/users"
✔ Generated route "/config/item-metadata-utils/custom-metadata-providers"
✔ Generated route "/config/item-metadata-utils/genres"
✔ Generated route "/config/item-metadata-utils/tags"
✔ Generated route "/login"
✔ Generated route "/oops"
✔ Generated route "/"
✔ Client-side fallback created: 200.html
>>> Building Server
--------------------
npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs

added 577 packages, and audited 578 packages in 12s

74 packages are looking for funding
  run `npm fund` for details

11 moderate severity vulnerabilities

To address issues that do not require attention, run:
  npm audit fix

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
==> Entering fakeroot environment...
==> Starting package()...
> pkg@5.8.1
(node:121350) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
> Fetching base Node.js binaries to PKG_CACHE_PATH


> Warning Cannot find module 'ripstat' from '/var/tmp/pamac-build-techbolt/audiobookshelf/src/audiobookshelf/server/libs/watcher'  in /var/tmp/pamac-build-techbolt/audiobookshelf/src/audiobookshelf/server/libs/watcher/types.js
> Warning Cannot resolve 'message.path'
  /var/tmp/pamac-build-techbolt/audiobookshelf/src/audiobookshelf/server/libs/nodeCron/background-scheduled-task/daemon.js
  Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.
> Warning Cannot find module '../crypto/util' from '/var/tmp/pamac-build-techbolt/audiobookshelf/src/audiobookshelf/server/libs/archiver/archiverUtils/readableStream/internal/streams'  in /var/tmp/pamac-build-techbolt/audiobookshelf/src/audiobookshelf/server/libs/archiver/archiverUtils/readableStream/internal/streams/lazy_transform.js
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "audiobookshelf"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: audiobookshelf v2.9.0-2 (Thu 25 Apr 2024 11:04:04 BST)
==> Cleaning up...


Checking keyring...
Checking integrity...
Loading package files...
Checking file conflicts...
Checking available disc space...
Upgrading audiobookshelf (v2.8.1-2 -> v2.9.0-2)...
Running post-transaction hooks...
Creating system user accounts...
Reloading system manager configuration...
Creating temporary files...
Arming ConditionNeedsUpdate...
Refreshing PackageKit...
Transaction successfully finished.

ruahcra commented on 2024-04-26 10:50 (UTC)

Actually it's broken on both machines I built it on, even without chroot. Are you sure yours is updated? The version should show in the bottom left of the web page I think.

techbolt commented on 2024-04-26 10:09 (UTC) (edited on 2024-04-26 10:10 (UTC) by techbolt)

well I don't know if it helps but after I saw last modified here as 10 hrs, all I did was refreshed pamac from Manjaro GUI software centre and applied update and it just worked. I did not try updating with yay. I wonder if that has anything to do with the issue or not. If you want me to provide any logs, please guide me on how to and I will be happy to follow the instructions. :)

Thanks again for maintaining this package.

ruahcra commented on 2024-04-26 00:53 (UTC)

Hmm, I get the same as @tilld on one machine, but fine on another :/

techbolt commented on 2024-04-25 10:48 (UTC)

Hi Thanks for the fix - I was able to install the update now and it worked fine.

tilld commented on 2024-04-25 06:38 (UTC)

After updating I see the following errors after install and running systemctl start audiobookshelf.service

Apr 25 08:34:14 ARDA systemd[1]: Started Self-hosted audiobook server for managing and playing audiobooks.
Apr 25 08:34:14 ARDA audiobookshelf[119814]: Pkg: Error reading from file.
Apr 25 08:34:14 ARDA systemd[1]: audiobookshelf.service: Main process exited, code=exited, status=1/FAILURE
Apr 25 08:34:14 ARDA systemd[1]: audiobookshelf.service: Failed with result 'exit-code'.