Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 344271 - app-pda/synce-gvfs-0.4 fails to build
Summary: app-pda/synce-gvfs-0.4 fails to build
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Iain Buchanan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-05 15:08 UTC by Alex Buell
Modified: 2010-12-19 00:23 UTC (History)
0 users

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


Attachments
emerge --info =app-pda/synce-gvfs-0.4 (log1,5.11 KB, text/plain)
2010-11-05 15:09 UTC, Alex Buell
Details
/var/tmp/portage/app-pda/synce-gvfs-0.4/temp/build.log (build.log,8.90 KB, text/plain)
2010-11-05 15:11 UTC, Alex Buell
Details
emerge -pqv =app-pda/synce-gvfs-0.4 (log2,59 bytes, text/plain)
2010-11-05 15:12 UTC, Alex Buell
Details
/var/tmp/portage/app-pda/synce-gvfs-0.4/temp/environment (environment,56.17 KB, text/plain)
2010-11-05 15:13 UTC, Alex Buell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Buell 2010-11-05 15:08:32 UTC
make[1]: Entering directory `/var/tmp/portage/app-pda/synce-gvfs-0.4/work/synce-gvfs-0.4/daemon'
make[1]: *** No rule to make target `.././gvfs-src-tree/daemon/gvfsjobupload.c', needed by `distdir'.  Stop.
make[1]: Leaving directory `/var/tmp/portage/app-pda/synce-gvfs-0.4/work/synce-gvfs-0.4/daemon'
make: *** [distdir] Error 1
emake failed
 * ERROR: app-pda/synce-gvfs-0.4 failed:
Comment 1 Alex Buell 2010-11-05 15:09:32 UTC
Created attachment 253287 [details]
emerge --info =app-pda/synce-gvfs-0.4
Comment 2 Alex Buell 2010-11-05 15:11:11 UTC
Created attachment 253289 [details]
/var/tmp/portage/app-pda/synce-gvfs-0.4/temp/build.log
Comment 3 Alex Buell 2010-11-05 15:12:27 UTC
Created attachment 253291 [details]
emerge -pqv =app-pda/synce-gvfs-0.4
Comment 4 Alex Buell 2010-11-05 15:13:00 UTC
Created attachment 253293 [details]
/var/tmp/portage/app-pda/synce-gvfs-0.4/temp/environment
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2010-11-05 20:47:33 UTC
synce-gvfs-0.4 is not in portage... bug 308537 is still open
Comment 6 Alex Buell 2010-11-05 21:06:05 UTC
This report is actually a placeholder for Iain as a reference, This ebuild is in his overlay. 
Comment 7 Alex Buell 2010-12-17 14:52:28 UTC
--- synce-gvfs-0.4.ebuild.orig	2010-12-17 14:27:39.833000000 +0000
+++ synce-gvfs-0.4.ebuild	2010-12-17 14:27:50.404000000 +0000
@@ -37,7 +37,7 @@
 
 src_compile() {
 	econf --with-gvfs-source=./gvfs-src-tree || die "configure failed"
-	emake dist || die "emake dist failed"
+	emake || die "emake dist failed"
 	emake || die "compile failed"
 }
 
Solves the issue.
Comment 8 Mike Gilbert gentoo-dev 2010-12-17 16:09:17 UTC
(In reply to comment #6)
> This report is actually a placeholder for Iain as a reference, This ebuild is
> in his overlay. 
> 

Lets put it on his plate then, shall we :)
Comment 9 Alex Buell 2010-12-17 16:24:48 UTC
Yeh, a bit more cheer for him :)
Comment 10 Samuli Suominen (RETIRED) gentoo-dev 2010-12-19 00:23:14 UTC
Removed from tree (bug 340007 for future restoration).