Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 775317 - gnustep-libs/dbuskit-0.1.1 - ../powerpc-unknown-linux-gnu/bin/ld: ../Source/DBusKit.framework/Versions/Current/./libDBusKit.so: undefined reference to `GS_GC_HIDE'
Summary: gnustep-libs/dbuskit-0.1.1 - ../powerpc-unknown-linux-gnu/bin/ld: ../Source/D...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: Normal normal (vote)
Assignee: Gentoo Gnustep project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-11 00:32 UTC by ernsteiswuerfel
Modified: 2022-07-19 16:44 UTC (History)
1 user (show)

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


Attachments
build.log (dbuskit-0.1.1:20210311-002544.log,32.42 KB, text/plain)
2021-03-11 00:32 UTC, ernsteiswuerfel
Details
emerge --info (file_775317.txt,5.93 KB, text/plain)
2021-03-11 00:32 UTC, ernsteiswuerfel
Details
build.log (ppc, 0.1.1-r1) (dbuskit-0.1.1-r1:20220719-103719.log,34.39 KB, text/plain)
2022-07-19 10:40 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2021-03-11 00:32:00 UTC
Created attachment 690609 [details]
build.log

[...]
powerpc-unknown-linux-gnu-gcc -rdynamic  -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu   -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu  -pthread   -o obj/dk_make_protocol \
	./obj/dk_make_protocol.obj/dk_make_protocol.m.o \
	  -L../Source/DBusKit.framework/Versions/Current/.  -L/usr/lib/./obj  -L/var/tmp/portage/gnustep-libs/dbuskit-0.1.1/work/GNUstep/Library/Libraries -L/usr/local/lib -L/usr/lib   -lgnustep-base -lDBusKit   -lgnustep-base    -l:libobjc.so.4   -lm
/usr/lib/gcc/powerpc-unknown-linux-gnu/9.3.0/../../../../powerpc-unknown-linux-gnu/bin/ld: ../Source/DBusKit.framework/Versions/Current/./libDBusKit.so: undefined reference to `GS_GC_HIDE'
/usr/lib/gcc/powerpc-unknown-linux-gnu/9.3.0/../../../../powerpc-unknown-linux-gnu/bin/ld: ../Source/DBusKit.framework/Versions/Current/./libDBusKit.so: undefined reference to `GS_GC_UNHIDE'
collect2: error: ld returned 1 exit status
gmake[4]: *** [/usr/share/GNUstep/Makefiles/Instance/tool.make:89: obj/dk_make_protocol] Error 1
gmake[3]: *** [/usr/share/GNUstep/Makefiles/Instance/tool.make:74: internal-tool-all_] Error 2
gmake[2]: *** [/usr/share/GNUstep/Makefiles/Master/rules.make:297: dk_make_protocol.all.tool.variables] Error 2
gmake[1]: *** [/usr/share/GNUstep/Makefiles/Master/tool.make:71: internal-all] Error 2
gmake[1]: Leaving directory '/var/tmp/portage/gnustep-libs/dbuskit-0.1.1/work/libs-dbuskit-0.1.1/Tools'
make: *** [/usr/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2
 * ERROR: gnustep-libs/dbuskit-0.1.1::gentoo failed (compile phase):
 *   emake failed
Comment 1 ernsteiswuerfel archtester 2021-03-11 00:32:30 UTC
Created attachment 690612 [details]
emerge --info
Comment 2 Bernard Cafarelli gentoo-dev 2022-07-15 22:38:25 UTC
This should have been fixed a while ago with https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f430a2c2 if it still happens can you check you have the patch applied? (I checked the workdir after patching there are no GS_GC_HIDE|UNHIDE refs)
Comment 3 ernsteiswuerfel archtester 2022-07-19 10:40:59 UTC
Created attachment 792347 [details]
build.log (ppc, 0.1.1-r1)

(In reply to Bernard Cafarelli from comment #2)
> This should have been fixed a while ago with
> https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f430a2c2 if it still
> happens can you check you have the patch applied? (I checked the workdir
> after patching there are no GS_GC_HIDE|UNHIDE refs)
Yes, current 0.1.1-r1 builds fine on ppc.
Comment 4 Bernard Cafarelli gentoo-dev 2022-07-19 16:44:41 UTC
Thanks for confirmation!