View previous topic :: View next topic |
Author |
Message |
eccerr0r Watchman

Joined: 01 Jul 2004 Posts: 10012 Location: almost Mile High in the USA
|
Posted: Tue Apr 15, 2025 3:32 pm Post subject: app-arch/file-roller-44.4 fails build [resolved] |
|
|
Code: | /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: src/file-roller.p/fr-places-sidebar.c.o: in function `update_entries':
fr-places-sidebar.c:(.text+0x3cd): undefined reference to `gtk_list_box_remove_all'
collect2: error: ld returned 1 exit status |
Looks like it's indeed trying to link against libgtk-4 but can't find this symbol. Anyone run into this?
Incidentally this causes portage --keep-going to stop and it can't figure out how to skip this...
--edit--
Appears this is new to gtk-4 api in 4.12 ? So file-roller needs new gtk-4... hmm... seems i might have to force gtk-4 to update earlier...
FCK. Need to rewrite ebuild for another corner case...sigh.
--edit--
Looks like it was just fixed -- hacked ebuild in my overlay to require gtk-4.12 before trying to rebuild this. Sigh. Once again this "shouldn't" be a problem if update cycle was shorter... _________________ Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching? |
|
Back to top |
|
 |
sam_ Developer


Joined: 14 Aug 2020 Posts: 2292
|
Posted: Tue Apr 15, 2025 5:39 pm Post subject: |
|
|
Certainly not a rewrite, just a >= line, but indeed it's all done now. |
|
Back to top |
|
 |
|