[GH-ISSUE #1887] Reproducible Build for v5.4.5 fails #1263

Closed
opened 2026-02-25 22:39:29 +03:00 by kerem · 9 comments
Owner

Originally created by @IzzySoft on GitHub (Mar 20, 2025).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1887

Which version of floccus are you using?

5.4.5

How many bookmarks do you have, roughly?

n/a

Are you using other means to sync bookmarks in parallel to floccus?

n/a

Sync method

Nextcloud Bookmarks

Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.

n/a

Which version of Nextcloud Bookmarks are you using? (if relevant)

No response

Which version of Nextcloud? (if relevant)

No response

What kind of WebDAV server are you using? (if relevant)

No response

Describe the Bug

There are differences in the 991.js and its map file:

  -rw-r--r--  0.0 unx    20856 b-     6705 defN 1981-01-01 01:01:02 b651a2b6 assets/public/js/974.js
- -rw-r--r--  0.0 unx   293462 b-    59401 defN 1981-01-01 01:01:02 94c6b5e2 assets/public/js/991.js
- -rw-r--r--  0.0 unx   495281 b-   122094 defN 1981-01-01 01:01:02 785f9302 assets/public/js/991.js.map
+ -rw-r--r--  0.0 unx   293741 b-    59533 defN 1981-01-01 01:01:02 1e90ab38 assets/public/js/991.js
+ -rw-r--r--  0.0 unx   495812 b-   122303 defN 1981-01-01 01:01:02 7135ce35 assets/public/js/991.js.map
  -rw-r--r--  0.0 unx    13031 b-     3881 defN 1981-01-01 01:01:02 faa01cdf assets/public/js/995.js

We hat a similar case with v5.4.0 and 88.js/832.js already in #1699 (not sure if this is related). Could you please check again, @marcelklehr? Thanks in advance!

Expected Behavior

files are identical

To Reproduce

run the builder (uff, and please, isn't there a simpler template for such things? 🙈)

Debug log provided

  • I have provided a debug log file
Originally created by @IzzySoft on GitHub (Mar 20, 2025). Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1887 ### Which version of floccus are you using? 5.4.5 ### How many bookmarks do you have, roughly? n/a ### Are you using other means to sync bookmarks in parallel to floccus? n/a ### Sync method Nextcloud Bookmarks ### Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please. n/a ### Which version of Nextcloud Bookmarks are you using? (if relevant) _No response_ ### Which version of Nextcloud? (if relevant) _No response_ ### What kind of WebDAV server are you using? (if relevant) _No response_ ### Describe the Bug There are differences in the `991.js` and its map file: ```diff -rw-r--r-- 0.0 unx 20856 b- 6705 defN 1981-01-01 01:01:02 b651a2b6 assets/public/js/974.js - -rw-r--r-- 0.0 unx 293462 b- 59401 defN 1981-01-01 01:01:02 94c6b5e2 assets/public/js/991.js - -rw-r--r-- 0.0 unx 495281 b- 122094 defN 1981-01-01 01:01:02 785f9302 assets/public/js/991.js.map + -rw-r--r-- 0.0 unx 293741 b- 59533 defN 1981-01-01 01:01:02 1e90ab38 assets/public/js/991.js + -rw-r--r-- 0.0 unx 495812 b- 122303 defN 1981-01-01 01:01:02 7135ce35 assets/public/js/991.js.map -rw-r--r-- 0.0 unx 13031 b- 3881 defN 1981-01-01 01:01:02 faa01cdf assets/public/js/995.js ``` We hat a similar case with v5.4.0 and `88.js`/`832.js` already in #1699 (not sure if this is related). Could you please check again, @marcelklehr? Thanks in advance! ### Expected Behavior files are identical ### To Reproduce run the builder (uff, and please, isn't there a simpler template for such things? 🙈) ### Debug log provided - [ ] I have provided a debug log file
kerem 2026-02-25 22:39:29 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@github-actions[bot] commented on GitHub (Mar 20, 2025):

Hello 👋

Thank you for taking the time to open this issue with floccus. I know it's frustrating when software
causes problems. You have made the right choice to come here and open an issue to make sure your problem gets looked at
and if possible solved.
I'm Marcel and I created floccus a few years ago, maintaining it ever since. I currently work for Nextcloud
which leaves me with less time for side projects like this one than I used to have.
I still try to answer all issues and if possible fix all bugs here, but it sometimes takes a while until I get to it.
Until then, please be patient.
Note also that GitHub is a place where people meet to make software better together. Nobody here is under any obligation
to help you, solve your problems or deliver on any expectations or demands you may have, but if enough people come together we can
collaborate to make this software better. For everyone.
Thus, if you can, you could also have a look at other issues to see whether you can help other people with your knowledge
and experience. If you have coding experience it would also be awesome if you could step up to dive into the code and
try to fix the odd bug yourself. Everyone will be thankful for extra helping hands!
To continue the development and maintenance of this project in a sustainable way I ask that you donate to the project when opening an issue
(or at least once your issue is solved), if you're not a donor already.
You can find donation options at https://floccus.org/donate/. Thank you!

One last word: If you feel, at any point, like you need to vent, this is not the place for it; you can go to the Nextcloud forum,
to twitter or somewhere else. But this is a technical issue tracker, so please make sure to
focus on the tech and keep your opinions to yourself.

I look forward to working with you on this issue
Cheers 💙

<!-- gh-comment-id:2741321915 --> @github-actions[bot] commented on GitHub (Mar 20, 2025): Hello :wave: Thank you for taking the time to open this issue with floccus. I know it's frustrating when software causes problems. You have made the right choice to come here and open an issue to make sure your problem gets looked at and if possible solved. I'm Marcel and I created floccus a few years ago, maintaining it ever since. I currently work for Nextcloud which leaves me with less time for side projects like this one than I used to have. I still try to answer all issues and if possible fix all bugs here, but it sometimes takes a while until I get to it. Until then, please be patient. Note also that GitHub is a place where people meet to make software better *together*. Nobody here is under any obligation to help you, solve your problems or deliver on any expectations or demands you may have, but if enough people come together we can collaborate to make this software better. For everyone. Thus, if you can, you could also have a look at other issues to see whether you can help other people with your knowledge and experience. If you have coding experience it would also be awesome if you could step up to dive into the code and try to fix the odd bug yourself. Everyone will be thankful for extra helping hands! To continue the development and maintenance of this project in a sustainable way I ask that you donate to the project when opening an issue (or at least once your issue is solved), if you're not a donor already. You can find donation options at <https://floccus.org/donate/>. Thank you! One last word: If you feel, at any point, like you need to vent, this is not the place for it; you can go to the Nextcloud forum, to twitter or somewhere else. But this is a technical issue tracker, so please make sure to focus on the tech and keep your opinions to yourself. I look forward to working with you on this issue Cheers :blue_heart:
Author
Owner

@marcelklehr commented on GitHub (Mar 20, 2025):

Hey @IzzySoft
I think this may have to do with the bump to Java 21

<!-- gh-comment-id:2741332535 --> @marcelklehr commented on GitHub (Mar 20, 2025): Hey @IzzySoft I think this may have to do with the bump to Java 21
Author
Owner

@IzzySoft commented on GitHub (Mar 20, 2025):

Lemme check that… Nope. That jump was before. We build with 21 here since v5.3.3.

<!-- gh-comment-id:2741343726 --> @IzzySoft commented on GitHub (Mar 20, 2025): Lemme check that… Nope. That jump was before. We build with 21 here since v5.3.3.
Author
Owner

@IzzySoft commented on GitHub (Mar 20, 2025):

As I cannot find a quick way to "pretty-print" those Javascript files, here's a diffoscope. Moving the mouse over the "yellow blocks" reveals some differences: diffoscope.html.gz

<!-- gh-comment-id:2741383292 --> @IzzySoft commented on GitHub (Mar 20, 2025): As I cannot find a quick way to "pretty-print" those Javascript files, here's a diffoscope. Moving the mouse over the "yellow blocks" reveals some differences: [diffoscope.html.gz](https://github.com/user-attachments/files/19373601/diffoscope.html.gz)
Author
Owner

@marcelklehr commented on GitHub (Mar 21, 2025):

Seems like it's the sentry thing again

<!-- gh-comment-id:2742431731 --> @marcelklehr commented on GitHub (Mar 21, 2025): Seems like it's the sentry thing again
Author
Owner

@IzzySoft commented on GitHub (Mar 21, 2025):

That seems to be a little troublemaker with RB… Hope you can find an easy solution to it! 🤞

<!-- gh-comment-id:2742783137 --> @IzzySoft commented on GitHub (Mar 21, 2025): That seems to be a little troublemaker with RB… Hope you can find an easy solution to it! 🤞
Author
Owner

@marcelklehr commented on GitHub (Mar 29, 2025):

Done :)

<!-- gh-comment-id:2763281238 --> @marcelklehr commented on GitHub (Mar 29, 2025): Done :)
Author
Owner

@IzzySoft commented on GitHub (Mar 29, 2025):

Thanks Marcel! Crossing fingers for the next release then 🤞

<!-- gh-comment-id:2763427745 --> @IzzySoft commented on GitHub (Mar 29, 2025): Thanks Marcel! Crossing fingers for the next release then 🤞
Author
Owner

@IzzySoft commented on GitHub (Apr 11, 2025):

All fine for the last two, cleaning up on my end then 🤗

<!-- gh-comment-id:2797717743 --> @IzzySoft commented on GitHub (Apr 11, 2025): All fine for the last two, cleaning up on my end then 🤗
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1263
No description provided.