Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Build failures: amd64, i386, macppc
Hello,
I don't know if it is just me, but my most recent update of -current
(14:15 UTC) is giving me build failures for different architectures
in somewhat different places. amd64 failed like this:
# link iasl/iasl
[...]
aslanalyze.o: In function `AnCheckMethodReturnValue':
aslanalyze.c:(.text+0x1af): undefined reference to `AnFormatBtype'
aslanalyze.c:(.text+0x1bb): undefined reference to `AnFormatBtype'
aslcompile.o: In function `CmDoCompile':
aslcompile.c:(.text+0x638): undefined reference to `AnMethodAnalysisWalkEnd'
aslcompile.c:(.text+0x63d): undefined reference to `AnMethodAnalysisWalkBegin'
aslcompile.c:(.text+0x678): undefined reference to `AnMethodTypingWalkEnd'
aslcompile.c:(.text+0x6b8): undefined reference to `AnOperandTypecheckWalkEnd'
aslcompile.c:(.text+0x6fa): undefined reference to
`AnOtherSemanticAnalysisWalkBegin'
aslerror.o: In function `AslCoreSubsystemError':
aslerror.c:(.text+0x5b2): undefined reference to `AcpiFormatException'
aslload.o: In function `LdCommonNamespaceEnd':
aslload.c:(.text+0x289): undefined reference to `AcpiUtGetTypeName'
aslload.o: In function `LdNamespace1Begin':
aslload.c:(.text+0x3ec): undefined reference to `AcpiUtGetTypeName'
aslload.c:(.text+0x875): undefined reference to `AcpiUtGetTypeName'
aslload.c:(.text+0x8e3): undefined reference to `AcpiUtGetTypeName'
asllookup.o: In function `LkNamespaceLocateEnd':
[...]
i386 failed a bit earlier, though working on the same program:
# compile iasl/osunixxf.o
[...]
/usr/src/sys/external/bsd/acpica/dist/compiler/../osunixxf.c: In function
'AcpiOsGetThreadId':
/usr/src/sys/external/bsd/acpica/dist/compiler/../osunixxf.c:1160: warning:
cast from pointer to integer of different size
macppc failed here:
# link dig/dig
[...]
/usr/NetBSD/src/obj/destdir.macppc/usr/lib/libisc.so: undefined reference to
`atomic_add_64_nv'
collect2: ld returned 1 exit status
Dennis Ferguson
Home |
Main Index |
Thread Index |
Old Index