-
Hello, firts thanks for the efort to bing this on. I have follow the installation instruction of the page (https://pyjulia.readthedocs.io/en/latest/installation.html) but whe i test the program I get …
-
Has anybody successfully built ganglia RPMs for CentOS 8? There was a version in EPEL for CentOS 7 but they do not have one for 8.
I used the method shown below and gmond appears to be collectin…
-
Hi,
I have made a basic SPEC file for rpmbuilds on RPM based systems, which I am willing to share. Build tested on Centos8Stream, Fedora37 & 36, and I expect it will work on all RPM based systems …
-
Hello Maintainers,
I've encountered an issue after compiling pair_allegro using the provided LAMMPS version in the repository. Specifically, I'm having trouble executing the "neb" command in LAMMPS…
-
debbuild currently does not strictly evaluate file lists like rpmbuild does. This means it's possible for things to be missing from the file list and still have a successful build of a deb.
This le…
-
An unversioned `Obsoletes(..)` in a `.spec` file causes `dnf builddep` to segfault:
**unversioned:**
```
# cat /root/rpmbuild/SPECS/sample.spec
Name: hello_world
Version: 0.1…
-
Hello,
the unused typedefs are causing warnings (and with default Debian / Fedora packaging optimalization options even errors) during the build of the package.
```
libtool: compile: gcc -DHAVE_…
-
The changes made in a series of commits to changing the version number of xCAT RPMs, broke the `makerpm` command.
80de8b426cea81729105aa6106706a8a76c3307d, af79f7d2
The `buildcore.sh` script still …
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
## 0. 准备工作
- 首先准备一个openEuler环境,docker 环境更加方便,Docker镜像在[这里](https://repo.openeuler.org/)下载
以`openEuler 20.09` 为例,使用如下命令来导入Docker镜像:
```shell
curl -L -O https://repo.openeuler.org/openEuler-2…