Hello, thanks for maintaining the package ! I got an error : ERROR: A failure occurred in build(). Aborting... Error making: xgboost-git
Search Criteria
Package Details: xgboost-git r6119.b05abfc49-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xgboost-git.git (read-only, click to copy) |
---|---|
Package Base: | xgboost-git |
Description: | An optimized distributed gradient boosting library designed to be highly efficient, flexible and portable |
Upstream URL: | https://github.com/dmlc/xgboost |
Licenses: | Apache |
Conflicts: | xgboost |
Provides: | xgboost |
Submitter: | jyantis |
Maintainer: | ixaphire |
Last Packager: | ixaphire |
Votes: | 13 |
Popularity: | 0.000000 |
First Submitted: | 2015-01-09 00:13 (UTC) |
Last Updated: | 2022-12-28 20:29 (UTC) |
Dependencies (2)
- python-setuptools (make)
- python-xgboost-gitAUR (optional) – Python 3 Wrapper
Required by (2)
- python-xgboost-git (requires xgboost)
- tvm (requires xgboost) (optional)
Sources (5)
Hydro24 commented on 2020-03-01 17:09 (UTC) (edited on 2020-03-01 17:10 (UTC) by Hydro24)
jmbull commented on 2020-02-13 21:39 (UTC)
Thanks again!
ixaphire commented on 2020-02-13 21:17 (UTC)
Fixed, ty.
Btw python2 package was removed (since upstream no longer supports it).
jmbull commented on 2020-02-12 21:39 (UTC)
Looks like we're out of date again. I tried to bump the release in PKGBUILD but I keep running into errors. Thanks for any help!
jmbull commented on 2019-08-19 19:51 (UTC)
Confirmed, thank you for the quick response!
ixaphire commented on 2019-08-19 19:30 (UTC)
Fixed, ty
jmbull commented on 2019-08-19 17:35 (UTC)
I'm getting a similar type of error.
- branch b20808b1b04ec3d6a625e51fbc1eb76f337754ad -> FETCH_HEAD Submodule path 'cub': checked out 'b20808b1b04ec3d6a625e51fbc1eb76f337754ad' Submodule path 'dmlc-core': checked out '808f485387f9a03f78fa9f1159f387d0d91b7a28' Submodule path 'rabit': checked out 'dba32d54d1668033356a2ad505c239411d660821' patching file python-package/setup.py Hunk #1 FAILED at 8. Hunk #2 succeeded at 53 (offset 3 lines). 1 out of 2 hunks FAILED -- saving rejects to file python-package/setup.py.rej patching file python-package/xgboost/libpath.py ==> ERROR: A failure occurred in prepare(). Aborting... Error making: xgboost-git (python-xgboost-git)
ixaphire commented on 2018-08-09 12:39 (UTC)
Should be fixed now, ty
p90 commented on 2018-08-09 10:05 (UTC)
Hi, is this package broken for anyone else?
For quite some time I get this then trying to update: ==> Beginne prepare()... Submodul 'cub' (https://github.com/NVlabs/cub) für Pfad 'cub' in die Konfiguration eingetragen. Submodul 'dmlc-core' (https://github.com/dmlc/dmlc-core) für Pfad 'dmlc-core' in die Konfiguration eingetragen. Submodul 'rabit' (https://github.com/dmlc/rabit) für Pfad 'rabit' in die Konfiguration eingetragen. Klone nach '/tmp/makepkg/xgboost-git/src/xgboost/cub' ... Klone nach '/tmp/makepkg/xgboost-git/src/xgboost/dmlc-core' ... Fertig. Klone nach '/tmp/makepkg/xgboost-git/src/xgboost/rabit' ... Fertig. Submodul-Pfad: 'cub': 'b20808b1b04ec3d6a625e51fbc1eb76f337754ad' ausgecheckt Submodul-Pfad: 'dmlc-core': 'f2afdc7788ee8ed6fd06cc095b6838d4ce61bb5a' ausgecheckt Submodul-Pfad: 'rabit': '87143deb4c0a34302f727ba35497e3380b2cced8' ausgecheckt patching file python-package/setup.py Hunk #1 FAILED at 5. Hunk #2 succeeded at 43 (offset 7 lines). 1 out of 2 hunks FAILED -- saving rejects to file python-package/setup.py.rej patching file python-package/xgboost/libpath.py Hunk #1 succeeded at 21 with fuzz 1. ==> FEHLER: Ein Fehler geschah in prepare(). Breche ab... 2018-08-09 12:02:53,733 - wrappers - makepkg - ERROR - makepkg query ['makepkg', '-cf', '--noconfirm'] failed in directory /home/p91/.cache/aurman/xgboost-git
Is that because of a problem with this package or because I broke something on my system?
Pinned Comments
ixaphire commented on 2020-06-13 01:28 (UTC)
The PKGBUILD contains two flags:
_with_r
and_with_cuda
, both are set to false by default. Set _with_r=true to build the R-xgboost package. Set _with_cuda=true to build xgboost with CUDA support.