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

[WIP] New package: osmin-1.8.7 #37298

Closed
wants to merge 1 commit into from
Closed

Conversation

Eloitor
Copy link
Contributor

@Eloitor Eloitor commented May 26, 2022

Testing the changes

  • I tested the changes in this PR: briefly

Local build testing

  • I built this PR locally for my native architecture, x86-64

I don't know what is the proper way to provide the distfiles for this package...

@Eloitor Eloitor force-pushed the osmin branch 5 times, most recently from 245c0c2 to d176bb0 Compare May 26, 2022 07:15
@Eloitor
Copy link
Contributor Author

Eloitor commented May 26, 2022

I don't know how to fix the template for aarch64

Copy link
Contributor

@apprehensions apprehensions left a comment

Choose a reason for hiding this comment

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

the .tar.gz source does not include git submodules

srcpkgs/osmin/template Outdated Show resolved Hide resolved
srcpkgs/osmin/template Show resolved Hide resolved
srcpkgs/osmin/template Outdated Show resolved Hide resolved
srcpkgs/osmin/template Show resolved Hide resolved
srcpkgs/osmin/template Show resolved Hide resolved
srcpkgs/osmin/template Show resolved Hide resolved
srcpkgs/osmin/template Outdated Show resolved Hide resolved
@paper42 paper42 added the new-package This PR adds a new package label May 26, 2022
@Eloitor Eloitor force-pushed the osmin branch 2 times, most recently from 89e5f5f to 6bd824c Compare June 2, 2022 16:34
@Eloitor Eloitor force-pushed the osmin branch 2 times, most recently from 6e2bef4 to 04530aa Compare July 27, 2022 09:26
@Eloitor
Copy link
Contributor Author

Eloitor commented Jul 27, 2022

The aarch64 build gets this error

CMake Error at /usr/aarch64-linux-musl/usr/lib64/cmake/Qt5RemoteObjects/Qt5RemoteObjectsConfig.cmake:14 (message):
  The imported target "Qt5::RemoteObjects" references the file

     "/usr/lib/qt5/bin/repc"

I just checked the template for qt5, and theoretically qt5-remoteobjects-devel should have /usr/lib/qt5/bin/repc, right?

qt5-remoteobjects_package() {
short_desc+=" - Remote Objects"
pkg_install() {
_install_subpkg qtremoteobjects
_move_target_binaries repc
}
}

@github-actions
Copy link

github-actions bot commented Dec 9, 2022

Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.

@notramo
Copy link

notramo commented Jan 7, 2023

@Eloitor, the file exists on x64. But the error message is not clear, what is wrong with the reference? Is it not permitted to reference this file, or is the file missing?

@Eloitor
Copy link
Contributor Author

Eloitor commented Jan 7, 2023

I don't know...

@notramo
Copy link

notramo commented Jan 7, 2023

I found this, which mentions the whole error message. It's missing on aarch64 probably.

@sgn
Copy link
Member

sgn commented Jan 10, 2023

Add qt5-remoteobjects to hostmakedepends.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-package This PR adds a new package Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants