Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832555 - net-misc/seafile-client-8.0.5 fails to compile: uninstall-helpers.cpp:(.text.unlikely+0x16c): undefined reference to fts_open
Summary: net-misc/seafile-client-8.0.5 fails to compile: uninstall-helpers.cpp:(.text....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Quentin Retornaz
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-02 08:03 UTC by Agostino Sarubbo
Modified: 2022-04-03 09:34 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,545.16 KB, text/plain)
2022-02-02 08:03 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 2022-02-02 08:03:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/seafile-client-8.0.5 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-02-02 08:03:32 UTC
Created attachment 764183 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-02-02 08:03:33 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: uninstall-helpers.cpp:(.text.unlikely+0x277): undefined reference to `fts_read'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: uninstall-helpers.cpp:(.text.unlikely+0x291): undefined reference to `fts_close'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: uninstall-helpers.cpp:(.text.unlikely+0x2d1): undefined reference to `fts_close'
/var/tmp/portage/net-misc/seafile-client-8.0.5/work/seafile-client-484d80075f9dbcf49d80036e84ed67d47b8cedd4/src/api/api-error.cpp: In member function 'bool ApiError::operator==(const ApiError&)':
/var/tmp/portage/net-misc/seafile-client-8.0.5/work/seafile-client-484d80075f9dbcf49d80036e84ed67d47b8cedd4/src/rpc/sync-error.cpp: In static member function 'static SyncError SyncError::fromGObject(GObject*)':
/var/tmp/portage/net-misc/seafile-client-8.0.5/work/seafile-client-484d80075f9dbcf49d80036e84ed67d47b8cedd4/src/sync-error-service.cpp: In member function 'void LastSyncError::start()':
uninstall-helpers.cpp:(.text.unlikely+0x16c): undefined reference to `fts_open'
collect2: error: ld returned 1 exit status
Comment 3 Larry the Git Cow gentoo-dev 2022-04-03 09:34:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd8b0119206cbf07cb86f17d5d4b9b144bcbb2f

commit 1bd8b0119206cbf07cb86f17d5d4b9b144bcbb2f
Author:     Matthew Smith <matthew@gentoo.org>
AuthorDate: 2022-04-03 09:31:47 +0000
Commit:     Matthew Smith <matthew@gentoo.org>
CommitDate: 2022-04-03 09:34:22 +0000

    net-misc/seafile: add fts-standalone for musl
    
    Closes: https://bugs.gentoo.org/832555
    Signed-off-by: Matthew Smith <matthew@gentoo.org>

 net-misc/seafile/seafile-8.0.5.ebuild | 3 ++-
 net-misc/seafile/seafile-8.0.6.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)