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

Add nanomq-git #3304

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add nanomq-git #3304

wants to merge 1 commit into from

Conversation

taotieren
Copy link
Contributor

No description provided.

DESTDIR="${pkgdir}" ninja -C "${srcdir}"/${pkgbase%-git}/build_nanomq-msquic install
}

package_nanomq-full-git() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nanomq-full-git W: ELF file ('usr/bin/nanomq') is unstripped.
nanomq-full-git W: ELF file ('usr/bin/nanomq_cli') is unstripped.
nanomq-full-git W: ELF file ('usr/bin/nngcat') is unstripped.
nanomq-full-git W: ELF file ('usr/bin/nanomq') lacks GNU_PROPERTY_X86_FEATURE_1_SHSTK.
nanomq-full-git W: ELF file ('usr/bin/nanomq_cli') lacks GNU_PROPERTY_X86_FEATURE_1_SHSTK.
nanomq-full-git W: ELF file ('usr/bin/nngcat') lacks GNU_PROPERTY_X86_FEATURE_1_SHSTK.
nanomq-full-git W: File (usr/cmake/) exists in a non-standard directory.
nanomq-full-git W: File (usr/cmake/MbedTLSConfig.cmake) exists in a non-standard directory.
nanomq-full-git W: File (usr/cmake/MbedTLSConfigVersion.cmake) exists in a non-standard directory.
nanomq-full-git W: File (usr/cmake/MbedTLSTargets-none.cmake) exists in a non-standard directory.
nanomq-full-git W: File (usr/cmake/MbedTLSTargets.cmake) exists in a non-standard directory.
nanomq-full-git E: Uncommon license identifiers such as 'MIT' require license files below /usr/share/licenses/nanomq-full-git/ or switching to common license identifiers. Found 0/1 required license files.
nanomq-full-git E: Dependency zeromq detected and not included (libraries ['usr/lib/libzmq.so.5'] needed in files ['usr/bin/nanomq_cli'])
nanomq-full-git W: Dependency glibc detected and implicitly satisfied (libraries ['usr/lib/libc.so.6'] needed in files ['usr/bin/nanomq', 'usr/bin/nngcat', 'usr/bin/nanomq_cli'])
nanomq-full-git W: Dependency included, but may not be needed ('mbedtls')

git submodule update --init --recursive
}

package_nanomq-git() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nanomq-git W: ELF file ('usr/bin/nanomq') is unstripped.
nanomq-git W: ELF file ('usr/bin/nanomq_cli') is unstripped.
nanomq-git W: ELF file ('usr/bin/nngcat') is unstripped.
nanomq-git W: Directory (usr/src/debug/nanomq-git/nanomq/build_nanomq/nng/src/supplemental/nanolib) is empty
nanomq-git W: Directory (usr/src/debug/nanomq-git/nanomq/build_nanomq/nanomq/nng/src/supplemental/nanolib/build) is empty
nanomq-git E: Uncommon license identifiers such as 'MIT' require license files below /usr/share/licenses/nanomq-git/ or switching to common license identifiers. Found 0/1 required license files.
nanomq-git W: Dependency glibc detected and implicitly satisfied (libraries ['usr/lib/libc.so.6'] needed in files ['usr/bin/nanomq_cli', 'usr/bin/nngcat', 'usr/bin/nanomq'])

DESTDIR="${pkgdir}" ninja -C "${srcdir}"/${pkgbase%-git}/build_nanomq install
}

package_nanomq-sqlite-git() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nanomq-sqlite-git W: ELF file ('usr/bin/nanomq') is unstripped.
nanomq-sqlite-git W: ELF file ('usr/bin/nanomq_cli') is unstripped.
nanomq-sqlite-git W: ELF file ('usr/bin/nngcat') is unstripped.
nanomq-sqlite-git E: Uncommon license identifiers such as 'MIT' require license files below /usr/share/licenses/nanomq-sqlite-git/ or switching to common license identifiers. Found 0/1 required license files.
nanomq-sqlite-git W: Dependency glibc detected and implicitly satisfied (libraries ['usr/lib/libc.so.6'] needed in files ['usr/bin/nanomq', 'usr/bin/nngcat', 'usr/bin/nanomq_cli'])

msquic)

cd "${srcdir}/${pkgbase%-git}/"
cmake -DCMAKE_BUILD_TYPE=None \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CMake Deprecation Warning at CMakeLists.txt:8 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.

DESTDIR="${pkgdir}" ninja -C "${srcdir}"/${pkgbase%-git}/build_nanomq-sqlite install
}

package_nanomq-msquic-git() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nanomq-msquic-git W: ELF file ('usr/bin/nanomq') is unstripped.
nanomq-msquic-git W: ELF file ('usr/bin/nanomq_cli') is unstripped.
nanomq-msquic-git W: ELF file ('usr/bin/nngcat') is unstripped.
nanomq-msquic-git W: ELF file ('usr/bin/nanomq') lacks GNU_PROPERTY_X86_FEATURE_1_SHSTK.
nanomq-msquic-git W: ELF file ('usr/bin/nanomq_cli') lacks GNU_PROPERTY_X86_FEATURE_1_SHSTK.
nanomq-msquic-git W: ELF file ('usr/bin/nngcat') lacks GNU_PROPERTY_X86_FEATURE_1_SHSTK.
nanomq-msquic-git E: Uncommon license identifiers such as 'MIT' require license files below /usr/share/licenses/nanomq-msquic-git/ or switching to common license identifiers. Found 0/1 required license files.
nanomq-msquic-git W: Dependency glibc detected and implicitly satisfied (libraries ['usr/lib/libc.so.6'] needed in files ['usr/bin/nanomq', 'usr/bin/nngcat', 'usr/bin/nanomq_cli'])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants