Package Details: path-of-building-community-git 2.41.1.7f1a8cf-1

Git Clone URL: https://aur.archlinux.org/path-of-building-community-git.git (read-only, click to copy)
Package Base: path-of-building-community-git
Description: An offline build planner for Path of Exile using PoBFrontend, LocalIdentity's fork
Upstream URL: https://github.com/PathOfBuildingCommunity/PathOfBuilding
Licenses: MIT
Submitter: bcareil
Maintainer: None
Last Packager: heyimnyl
Votes: 24
Popularity: 0.81
First Submitted: 2020-03-14 08:43 (UTC)
Last Updated: 2024-03-28 22:43 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

zaoo commented on 2021-05-17 04:10 (UTC)

A PR is in the pipeline to upgrade the vendored sha1 library of PoB to version 0.6.0 for greatly improved update check performance.

https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/2791

This will change it from being a single lua/sha1.lua file to multiple files in lua/sha1/ with backends for different Lua versions.

As you seem to be pulling individual files out of the runtime and as you are using a different Lua version than upstream, there might be some things to test and fix.

Apart from being used in update checking the SHA1 code is also used in the Import tab to remember which account and character was last imported.

bcareil commented on 2021-04-15 16:54 (UTC)

Well thanks for the hint @Gniest, it has at least been useful to me.

Gniest commented on 2021-04-15 10:46 (UTC)

@acylus the file path is src/Data/Uniques/Special/New.lua after that, everything went smooth, hope that helps :)

acylus commented on 2021-04-15 00:15 (UTC)

Hunk #1 succeeded at 54 with fuzz 2 (offset 3 lines).
Hunk #2 succeeded at 296 (offset 10 lines).
Hunk #3 succeeded at 314 (offset 10 lines).
patching file src/Modules/Main.lua
Hunk #1 succeeded at 43 (offset 1 line).
patching file src/Modules/Common.lua
can't find file to patch at input line 17
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -ru a/src/Data/New.lua b/src/Data/New.lua
|--- a/src/Data/New.lua 2021-02-06 15:09:21.709829157 +0100
|+++ b/src/Data/New.lua 2021-02-06 11:37:28.858609368 +0100
--------------------------
File to patch: Data/New.lua
Data/New.lua: No such file or directory
Skip this patch? [y] n
File to patch: y
y: No such file or directory
Skip this patch? [y] y
Skipping patch.
1 out of 1 hunk ignored
patching file src/Data/Uniques/amulet.lua
patching file src/Data/Uniques/axe.lua
patching file src/Data/Uniques/belt.lua
patching file src/Data/Uniques/body.lua
patching file src/Data/Uniques/boots.lua
patching file src/Data/Uniques/bow.lua
patching file src/Data/Uniques/claw.lua
patching file src/Data/Uniques/dagger.lua
patching file src/Data/Uniques/flask.lua
patching file src/Data/Uniques/gloves.lua
patching file src/Data/Uniques/helmet.lua
patching file src/Data/Uniques/mace.lua
patching file src/Data/Uniques/quiver.lua
patching file src/Data/Uniques/ring.lua
patching file src/Data/Uniques/shield.lua
patching file src/Data/Uniques/staff.lua
patching file src/Data/Uniques/wand.lua
==> ERROR: A failure occurred in prepare().
    Aborting...
error making: path-of-building-community-git

Is what is happening for me right now

bcareil commented on 2021-04-05 14:18 (UTC)

The package has been updated to work with 2.0. Let me know if that does not work for you.

MithicSpirit commented on 2021-04-05 13:59 (UTC) (edited on 2021-04-05 13:59 (UTC) by MithicSpirit)

There are currently a couple of issues with building the package:

a) the patch PathOfBuilding-lua51.patch has incorrect filenames, which makes the user have to manually insert the filenames (in general, the files are in a/… or b/… when they should be in src/…)

b) if you get past issue a by manually inserting the correct filenames, there will be another issue saying that unzip couldn't find tree*.zip.

Not sure if there are also other problems after those two.

bcareil commented on 2021-03-14 10:06 (UTC)

@embers your issue should be fixed by an update from pobfrontend.git

@johnramsden I could not reproduce your issue but I realized that I did not specify the correct version of lua to use to compile lua-curl. So I fixed that, let me know if you still have the issue.

johnramsden commented on 2021-03-14 06:01 (UTC)

Currently getting:

In file included from src/l52util.c:11:
src/l52util.h:14:10: fatal error: lua.h: No such file or directory
   14 | #include "lua.h"

Installing lua fixes. I believe lua should be in the dependencies

embers commented on 2021-03-12 23:51 (UTC)

When I try to type something in the "Search" field on the Tree tab, I get pob crash. https://pastebin.com/s0V0zv2J

beaverusiv commented on 2021-03-08 05:46 (UTC)

FYI there is a typo in the description "PoBFrontent" should have a "d" at the end. This can prevent people from finding this package :)