Skip to content

SPECS: libvorbis: Using single job to build.#562

Open
laokz wants to merge 1 commit into
openRuyi-Project:mainfrom
laokz:fix-vorbis
Open

SPECS: libvorbis: Using single job to build.#562
laokz wants to merge 1 commit into
openRuyi-Project:mainfrom
laokz:fix-vorbis

Conversation

@laokz
Copy link
Copy Markdown
Contributor

@laokz laokz commented May 27, 2026

On our sg2044 platform, parallel build might failed with:

lto1: internal compiler error: resolution sub id 0xf54b34c78e93b495 not in object file

It seems the compiler failed to find some object in the output file. Maybe it is due to our platform problem, or the libvorbis logic. Using single job to avoid the error.

On our sg2044 platform, parallel build might failed with:

lto1: internal compiler error: resolution sub id 0xf54b34c78e93b495 not in object file

It seems the compiler failed to find some object in the output file.
Maybe it is due to our platform problem, or the libvorbis logic.
Using single job to avoid the error.

Signed-off-by: Kai Zhang <zhangkai@iscas.ac.cn>
@openruyi-bot openruyi-bot Bot added BuildSystem: autotools Issue/PR related to autotools BuildSystem. Target: Rolling Targeting rolling/current branch. Workflow: Ready For Review Ready for review by anyone with domain expertise. labels May 27, 2026
#
# SPDX-License-Identifier: MulanPSL-2.0

# Parallel build might fail on our platform.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

BuildOption(check):  -j1

would this work?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Work for %check but not %build.

@openruyi-bot openruyi-bot Bot added Workflow: In Review Issues that are undergoing code review and/or undergoing design review. and removed Workflow: Ready For Review Ready for review by anyone with domain expertise. labels May 27, 2026
@misaka00251 misaka00251 modified the milestones: 2026.05, 2026.06 May 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BuildSystem: autotools Issue/PR related to autotools BuildSystem. Target: Rolling Targeting rolling/current branch. Workflow: In Review Issues that are undergoing code review and/or undergoing design review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants