-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
stress-ng miss the dependency for libjpeg #19210
Comments
wow, that got added in April (recently) i guess we'll add libjpeg to the dep list of stress-ng will try to do this in the next couple of thanks thanks for reporting this :) |
Fixes: openwrt#19210 If libjpeg isn't selected by another package, all is fine. But if it is selected, the stress-ng build will see it and try to build the jpeg stressor. This would usually fail sometime and link-time. In any case, it's better to just pick-up libjpeg as a dependency of stress-ng. If people want to stress their system with this tool, they can probably expect libjpeg as well. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
see #19235 |
Fixes: openwrt#19210 If libjpeg isn't selected by another package, all is fine. But if it is selected, the stress-ng build will see it and try to build the jpeg stressor. This would usually fail sometime and link-time. In any case, it's better to just pick-up libjpeg as a dependency of stress-ng. If people want to stress their system with this tool, they can probably expect libjpeg as well. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
I see the same problem in branch 22.03, latest
I used → this
@commodo wrote:
I can confirm that manually applying the change from this diff solves the reported problem for me. |
Fixes: #19210 If libjpeg isn't selected by another package, all is fine. But if it is selected, the stress-ng build will see it and try to build the jpeg stressor. This would usually fail sometime and link-time. In any case, it's better to just pick-up libjpeg as a dependency of stress-ng. If people want to stress their system with this tool, they can probably expect libjpeg as well. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Fixes: #19210 If libjpeg isn't selected by another package, all is fine. But if it is selected, the stress-ng build will see it and try to build the jpeg stressor. This would usually fail sometime and link-time. In any case, it's better to just pick-up libjpeg as a dependency of stress-ng. If people want to stress their system with this tool, they can probably expect libjpeg as well. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> (cherry picked from commit fc6f44b)
Thanks @dreirund Will backport. |
Ah, nevermind. I see it was backported already Thanks @BKPepe |
Fixes: openwrt/packages#19210 If libjpeg isn't selected by another package, all is fine. But if it is selected, the stress-ng build will see it and try to build the jpeg stressor. This would usually fail sometime and link-time. In any case, it's better to just pick-up libjpeg as a dependency of stress-ng. If people want to stress their system with this tool, they can probably expect libjpeg as well. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> (cherry picked from commit fc6f44b)
Fixes: openwrt/packages#19210 If libjpeg isn't selected by another package, all is fine. But if it is selected, the stress-ng build will see it and try to build the jpeg stressor. This would usually fail sometime and link-time. In any case, it's better to just pick-up libjpeg as a dependency of stress-ng. If people want to stress their system with this tool, they can probably expect libjpeg as well. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Fixes: openwrt#19210 If libjpeg isn't selected by another package, all is fine. But if it is selected, the stress-ng build will see it and try to build the jpeg stressor. This would usually fail sometime and link-time. In any case, it's better to just pick-up libjpeg as a dependency of stress-ng. If people want to stress their system with this tool, they can probably expect libjpeg as well. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Fixes: openwrt#19210 If libjpeg isn't selected by another package, all is fine. But if it is selected, the stress-ng build will see it and try to build the jpeg stressor. This would usually fail sometime and link-time. In any case, it's better to just pick-up libjpeg as a dependency of stress-ng. If people want to stress their system with this tool, they can probably expect libjpeg as well. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> (cherry picked from commit fc6f44b)
Maintainer: @commodo
Environment: Turris MOX, mvebu/cortexa53, OpenWrt 22.03
Description:
While running full build, I noticed that the package stress-ng can not be compiled due to this error
I can provide more details if necessary.
The text was updated successfully, but these errors were encountered: