Package Details: jetbrains-fleet 1.42.88-1

Git Clone URL: https://aur.archlinux.org/jetbrains-fleet.git (read-only, click to copy)
Package Base: jetbrains-fleet
Description: JetBrains IDE for any language
Upstream URL: https://www.jetbrains.com/fleet/
Keywords: ide jetbrains
Licenses: custom:jetbrains
Submitter: Funami
Maintainer: jkl
Last Packager: jkl
Votes: 25
Popularity: 0.63
First Submitted: 2022-10-12 17:41 (UTC)
Last Updated: 2024-11-17 02:32 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

Funami commented on 2022-10-19 12:59 (UTC)

I mean, I could add the !strip option, but this would apply to all files, not only the ones it doesn’t recognize the format of.

navarroaxel commented on 2022-10-19 12:01 (UTC)

Maybe you should add options=('!strip') to the PKGBUILD

Funami commented on 2022-10-13 14:00 (UTC)

I think we can just ignore these warnings.

jolykrog commented on 2022-10-13 13:10 (UTC)

I also meet these output as below

jinzhongjia commented on 2022-10-13 03:13 (UTC)

I also meet these output :

strip: Unable to recognise the format of the input file `./opt/jetbrains-fleet/backend/lib/pty4j-native/linux/ppc64le/libpty.so'
strip: Unable to recognise the format of the input file `./opt/jetbrains-fleet/backend/lib/pty4j-native/linux/arm/libpty.so'
strip: Unable to recognise the format of the input file `./opt/jetbrains-fleet/backend/lib/pty4j-native/linux/mips64el/libpty.so'
strip: Unable to recognise the format of the input file `./opt/jetbrains-fleet/backend/lib/pty4j-native/linux/aarch64/libpty.so'
strip: Unable to recognise the format of the input file `./opt/jetbrains-fleet/backend/plugins/go/lib/dlv/linuxarm/dlv'

crispyrice commented on 2022-10-12 20:33 (UTC)

When stripping symbols, I'm getting warnings for stripping non x86 library files:

strip: Unable to recognise the format of the input file `./opt/jetbrains-fleet/backend/lib/pty4j-native/linux/ppc64le/libpty.so'
strip: Unable to recognise the format of the input file `./opt/jetbrains-fleet/backend/lib/pty4j-native/linux/arm/libpty.so'
strip: Unable to recognise the format of the input file `./opt/jetbrains-fleet/backend/lib/pty4j-native/linux/mips64el/libpty.so'
strip: Unable to recognise the format of the input file `./opt/jetbrains-fleet/backend/lib/pty4j-native/linux/aarch64/libpty.so'
strip: Unable to recognise the format of the input file `./opt/jetbrains-fleet/backend/plugins/go/lib/dlv/linuxarm/dlv'

Probably not something we can solve here, but worth looking out for architecture-specific releases if they ever crop up