Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AIX Build fails #8766

Open
radhakrish-venkat opened this issue Feb 1, 2023 · 0 comments
Open

AIX Build fails #8766

radhakrish-venkat opened this issue Feb 1, 2023 · 0 comments
Labels
build Issues caused by or requiring changes to the build system (scripts or Docker image)

Comments

@radhakrish-venkat
Copy link

Hi, I am trying to build syncthing -1.23.0 on AIX 7.2 with golang 1.18

Getting the below error

go run build.go
Notice: Next generation GUI will not be built; see --with-next-gen-gui.
github.com/syndtr/goleveldb/leveldb/storage
github.com/syncthing/syncthing/lib/fs

github.com/syndtr/goleveldb/leveldb/storage

/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/storage/file_storage.go:107:16: undefined: newFileLock
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/storage/file_storage.go:195:13: undefined: rename
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/storage/file_storage.go:274:12: undefined: rename
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/storage/file_storage.go:279:12: undefined: syncDir
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/storage/file_storage.go:562:9: undefined: rename
/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20220721030215-126854af5e6d/leveldb/storage/file_storage.go:598:13: undefined: syncDir

github.com/syncthing/syncthing/lib/fs

lib/fs/basicfs_xattr_unix.go:28:16: undefined: listXattr
lib/fs/basicfs_xattr_unix.go:71:20: undefined: unix.Lgetxattr
lib/fs/basicfs_xattr_unix.go:75:20: undefined: unix.Lgetxattr
lib/fs/basicfs_xattr_unix.go:82:20: undefined: unix.Lgetxattr
lib/fs/basicfs_xattr_unix.go:115:19: undefined: unix.Lremovexattr
lib/fs/basicfs_xattr_unix.go:126:18: undefined: unix.Lsetxattr
exit status 2
exit status 1

I am not able to compile it on windows or mac os for aix.

Thanks and Regards
Radhakrishnan

@radhakrish-venkat radhakrish-venkat added bug A problem with current functionality, as opposed to missing functionality (enhancement) needs-triage New issues needed to be validated labels Feb 1, 2023
@calmh calmh added build Issues caused by or requiring changes to the build system (scripts or Docker image) and removed bug A problem with current functionality, as opposed to missing functionality (enhancement) needs-triage New issues needed to be validated labels Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues caused by or requiring changes to the build system (scripts or Docker image)
Projects
None yet
Development

No branches or pull requests

2 participants