After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 639130 - nautilus-sendto plugin enabled even with --disable-nautilus-sendto
nautilus-sendto plugin enabled even with --disable-nautilus-sendto
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: general
2.32.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2011-01-10 09:43 UTC by Pacho Ramos
Modified: 2011-01-17 15:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
config.log (53.54 KB, text/x-log)
2011-01-10 09:43 UTC, Pacho Ramos
Details

Description Pacho Ramos 2011-01-10 09:43:54 UTC
Created attachment 177915 [details]
config.log

Even running:

$ ./configure --disable-nautilus-sendto


I get:

config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands

Configure summary:

	Compiler....................:  gcc
	Compiler Flags..............:  -g -O2
	Prefix......................:  /usr/local
	Moblin interface............:  no
	nautilus-sendto plugin......:  yes
	Documentation...............:  no
	GObject-Introspection.......:  no

config.log attached

Thanks
Comment 1 Pacho Ramos 2011-01-11 20:10:36 UTC
Looks like it's caused by nautilus-sendto being installed, if I uninstall it, configure properly disables that plugin building :-/
Comment 2 Bastien Nocera 2011-01-17 15:18:32 UTC
commit 3ffd3b7678f9095b2ce7ed06a7638210cb0d35e2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jan 17 15:15:46 2011 +0000

    build: Fix disabling nautilus-sendto in configure
    
    enable_nst was never set properly if we didn't use the default
    value.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=639130
Comment 3 Pacho Ramos 2011-01-17 15:32:03 UTC
Thanks a lot :-)