Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942441 - x11-libs/pixman-0.43.4 fails to compile on arm: ../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:823: Error: garbage following instruction -- `bne 01f'
Summary: x11-libs/pixman-0.43.4 fails to compile on arm: ../pixman-0.43.4/pixman/pixma...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM Linux
: Normal normal
Assignee: Gentoo X packagers
URL: https://gitlab.freedesktop.org/pixman...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-29 08:24 UTC by Agostino Sarubbo
Modified: 2024-10-30 01:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,386.73 KB, text/x-makefile)
2024-10-29 08:24 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-10-29 08:24:03 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: x11-libs/pixman-0.43.4 fails to compile.
Discovered on: arm (internal ref: tinderbox_arm)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-10-29 08:24:05 UTC
Created attachment 907225 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-10-29 08:24:05 UTC
Error(s) that match a know pattern:


../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:1070: Error: garbage following instruction -- `beq 01f'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:1072: Error: garbage following instruction -- `beq 02f'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:1082: Error: garbage following instruction -- `b 02f'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:1087: Error: junk at end of line, first unrecognized character is `0'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:1088: Error: junk at end of line, first unrecognized character is `0'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:823: Error: garbage following instruction -- `bne 01f'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:824: Error: garbage following instruction -- `bcc 03f'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:826: Error: garbage following instruction -- `b 02f'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:827: Error: junk at end of line, first unrecognized character is `0'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:828: Error: junk at end of line, first unrecognized character is `0'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:829: Error: junk at end of line, first unrecognized character is `0'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:840: Error: garbage following instruction -- `bne 01f'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:842: Error: garbage following instruction -- `bcs 02f'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:844: Error: garbage following instruction -- `beq 05f'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:845: Error: garbage following instruction -- `b 02f'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:846: Error: junk at end of line, first unrecognized character is `0'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:847: Error: junk at end of line, first unrecognized character is `0'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:849: Error: garbage following instruction -- `bne 03f'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:851: Error: garbage following instruction -- `b 04f'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:852: Error: junk at end of line, first unrecognized character is `0'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:853: Error: junk at end of line, first unrecognized character is `0'
../pixman-0.43.4/pixman/pixman-arm-simd-asm.h:854: Error: junk at end of line, first unrecognized character is `0'
FAILED: pixman/libpixman-arm-simd.a.p/pixman-arm-simd-asm.S.o 
Run-time dependency gtk+-3.0 found: NO (tried pkgconfig and cmake)
Comment 3 Larry the Git Cow gentoo-dev 2024-10-30 01:48:04 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b1bb5dbf384319046504087a833c13bae29aa7

commit 27b1bb5dbf384319046504087a833c13bae29aa7
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2024-10-30 01:46:53 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2024-10-30 01:47:26 +0000

    x11-libs/pixman: Add patch to build with binutils-2.42
    
    Closes: https://bugs.gentoo.org/942441
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 ...n-Adjust-arm-assembly-for-binutils-change.patch | 106 +++++++++++++++++++++
 x11-libs/pixman/pixman-0.43.4.ebuild               |   4 +
 2 files changed, 110 insertions(+)