os icon indicating copy to clipboard operation
os copied to clipboard

freerdp-3/3.7.0 package update

Open octo-sts[bot] opened this issue 1 year ago • 4 comments

octo-sts[bot] avatar Aug 08 '24 10:08 octo-sts[bot]

Open AI suggestions to solve the build error:

The error message is: "CMake Error at client/SDL/CMakeLists.txt:77 (message): No SDL library detected, giving up. Install SDL2 or SDL3 development package to fix ERROR: failed to build package. the build environment has been preserved: workspace dir: /temp/melange-workspace-713673236 guest dir: /temp/melange-guest-3966437752 failed to build package: unable to run package freerdp-3 pipeline: unable to run pipeline: exit status 1 make[1]: *** [Makefile:111: packages/aarch64/freerdp-3-3.7.0-r0.apk] Error 1 make[1]: Leaving directory '/github/home' make: *** [Makefile:101: package/freerdp-3] Error 2 ##[error]Process completed with exit code 2."

1. Install SDL2 or SDL3 development package:
   - For Ubuntu: `sudo apt-get install libsdl2-dev`
   - For Fedora: `sudo dnf install SDL2-devel`
   - For macOS: `brew install sdl2`
2. Verify installation: `sdl2-config --version`
3. Re-run the build process.

octo-sts[bot] avatar Aug 08 '24 10:08 octo-sts[bot]

Open AI suggestions to solve the build error:

The error message is: "ERROR: failed to build package. the build environment has been preserved:
INFO   workspace dir: /temp/melange-workspace-3067823941
INFO   guest dir: /temp/melange-guest-3664369925
ERRO failed to build package: unable to run package freerdp-3 pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/freerdp-3-3.7.0-r0.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/freerdp-3] Error 2
##[error]Process completed with exit code 2."

To fix the error:
1. Install missing dependencies: `cJSON`, `uriparser`, `Opus`, `SDL2`, and `SDL3`.
2. Add their paths to `CMAKE_PREFIX_PATH`.
3. Re-run the build process.

octo-sts[bot] avatar Aug 14 '24 15:08 octo-sts[bot]

Open AI suggestions to solve the build error:

The error message is: "ERROR: failed to build package. the build environment has been preserved:
INFO   workspace dir: /temp/melange-workspace-3699326707
INFO   guest dir: /temp/melange-guest-2546638213
ERRO failed to build package: unable to run package freerdp-3 pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/freerdp-3-3.7.0-r0.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/freerdp-3] Error 2
##[error]Process completed with exit code 2."

To fix the error:
1. Install missing dependencies: `cJSON`, `uriparser`, `Opus`, `SDL2` or `SDL3`.
2. Add their installation paths to `CMAKE_PREFIX_PATH`.
3. Re-run the build process.

octo-sts[bot] avatar Aug 19 '24 16:08 octo-sts[bot]

Open AI suggestions to solve the build error:

The error message is: "ERROR: failed to build package. the build environment has been preserved:
INFO   workspace dir: /temp/melange-workspace-3330080961
INFO   guest dir: /temp/melange-guest-825410599
ERRO failed to build package: unable to run package freerdp-3 pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/freerdp-3-3.7.0-r0.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/freerdp-3] Error 2
##[error]Process completed with exit code 2."

1. Check the build logs for specific errors.
2. Ensure all dependencies are installed.
3. Verify the Makefile for any syntax errors.
4. Run `make clean` to clear previous builds.
5. Rebuild the package with `make package/freerdp-3`.
6. If the error persists, review the pipeline configuration.

octo-sts[bot] avatar Aug 19 '24 18:08 octo-sts[bot]

Open AI suggestions to solve the build error:

The error message is: "ERROR: failed to build package. the build environment has been preserved:
INFO   workspace dir: /temp/melange-workspace-1928406913
INFO   guest dir: /temp/melange-guest-105308890
ERRO failed to build package: unable to run package freerdp-3 pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/freerdp-3-3.7.0-r0.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/freerdp-3] Error 2
##[error]Process completed with exit code 2."

1. Verify dependencies for freerdp-3 are installed.
2. Check for errors in the Makefile at lines 101 and 111.
3. Ensure the build environment is correctly configured.
4. Run `make clean` to clear previous builds.
5. Rebuild the package with `make package/freerdp-3`.
6. Check logs for specific errors and address them.

octo-sts[bot] avatar Aug 24 '24 21:08 octo-sts[bot]

Open AI suggestions to solve the build error:

The error message is: "ERROR: failed to build package. the build environment has been preserved:
INFO   workspace dir: /temp/melange-workspace-3407226657
INFO   guest dir: /temp/melange-guest-3156582768
ERRO failed to build package: unable to run package freerdp-3 pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/freerdp-3-3.7.0-r0.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/freerdp-3] Error 2
##[error]Process completed with exit code 2."

1. Ensure all dependencies like `cJSON`, `uriparser`, `Opus`, and `webkit2gtk-4.0` are installed.
2. Add their paths to `CMAKE_PREFIX_PATH`.
3. Re-run the build process.

octo-sts[bot] avatar Aug 24 '24 21:08 octo-sts[bot]

superseded by https://github.com/wolfi-dev/os/pull/27343

octo-sts[bot] avatar Aug 30 '24 07:08 octo-sts[bot]