all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#62485: Improve build system and make "real" defaults
@ 2023-03-27 13:44 c.buhtz
  2023-03-27 15:45 ` bug#62485: Acknowledgement (Improve build system and make "real" defaults) GNU bug Tracking System
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: c.buhtz @ 2023-03-27 13:44 UTC (permalink / raw)
  To: 62485

Hello,

I was told that sqlite3 support is enabled by default when building 
Emacs29. Is it or is it not?
If not then I'm wrong with this issue report. Maybe I did something 
wrong.

Based on my own experience it seems to me that it depends on the fact if 
lib-sqlite3-dev is installed or not.

When the lib is not installed and I don't set an explicite sqlite3 
switch in the make-configure-build-system it build runs successfully 
without any warning or error. You see?! Sqlite is not default.

If you want to make it default then inform the user about missing 
sqlite-lib in all cases and not only if the --with-sqlite switch is set 
by the user.

The same stands for all other switches.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#62485: Acknowledgement (Improve build system and make "real" defaults)
  2023-03-27 13:44 bug#62485: Improve build system and make "real" defaults c.buhtz
@ 2023-03-27 15:45 ` GNU bug Tracking System
  2023-03-30  6:19   ` Jean Louis
  2023-03-27 16:08 ` bug#62485: Improve build system and make "real" defaults Eli Zaretskii
  2023-03-27 16:09 ` bug#62485: closed (Re: bug#62485: Improve build system and make "real" defaults) GNU bug Tracking System
  2 siblings, 1 reply; 6+ messages in thread
From: GNU bug Tracking System @ 2023-03-27 15:45 UTC (permalink / raw)
  To: Bug gnu emacs

Thank you for filing a new bug report with debbugs.gnu.org.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 bug-gnu-emacs@gnu.org

If you wish to submit further information on this problem, please
send it to 62485@debbugs.gnu.org.

Please do not send mail to help-debbugs@gnu.org unless you wish
to report a problem with the Bug-tracking system.

-- 
62485: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62485
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems



^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#62485: Improve build system and make "real" defaults
  2023-03-27 13:44 bug#62485: Improve build system and make "real" defaults c.buhtz
  2023-03-27 15:45 ` bug#62485: Acknowledgement (Improve build system and make "real" defaults) GNU bug Tracking System
@ 2023-03-27 16:08 ` Eli Zaretskii
  2023-03-27 16:09 ` bug#62485: closed (Re: bug#62485: Improve build system and make "real" defaults) GNU bug Tracking System
  2 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2023-03-27 16:08 UTC (permalink / raw)
  To: 62485; +Cc: 62485-done

> Date: Mon, 27 Mar 2023 13:44:19 +0000
> From: c.buhtz@posteo.jp
> 
> Hello,
> 
> I was told that sqlite3 support is enabled by default when building 
> Emacs29. Is it or is it not?

Emacs builds with sqlite support if you have the sqlite3 library
installed.

> Based on my own experience it seems to me that it depends on the fact if 
> lib-sqlite3-dev is installed or not.

Yes.

> When the lib is not installed and I don't set an explicite sqlite3 
> switch in the make-configure-build-system it build runs successfully 
> without any warning or error. You see?! Sqlite is not default.

Who told you it was the default?  The file NEWS says:

  +++
  ** Emacs can be built with built-in support for accessing SQLite databases.
  This uses the popular sqlite3 library, and can be disabled by using
  the '--without-sqlite3' option to the 'configure' script.

> If you want to make it default then inform the user about missing 
> sqlite-lib in all cases and not only if the --with-sqlite switch is set 
> by the user.

That is not how we define the optional dependencies.  We only do that
for dependencies without which Emacs will be much less powerful or
performant.  Most optional dependencies are not of this kind: Emacs
can be entirely functional without SQLite support.

This is not a bug.

Closing.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#62485: closed (Re: bug#62485: Improve build system and make "real" defaults)
  2023-03-27 13:44 bug#62485: Improve build system and make "real" defaults c.buhtz
  2023-03-27 15:45 ` bug#62485: Acknowledgement (Improve build system and make "real" defaults) GNU bug Tracking System
  2023-03-27 16:08 ` bug#62485: Improve build system and make "real" defaults Eli Zaretskii
@ 2023-03-27 16:09 ` GNU bug Tracking System
  2 siblings, 0 replies; 6+ messages in thread
From: GNU bug Tracking System @ 2023-03-27 16:09 UTC (permalink / raw)
  To: Bug gnu emacs

[-- Attachment #1: Type: text/plain, Size: 413 bytes --]

Your bug report

#62485: Improve build system and make "real" defaults

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62485@debbugs.gnu.org.

-- 
62485: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62485
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems

[-- Attachment #2: Type: message/rfc822, Size: 4093 bytes --]

From: Eli Zaretskii <eliz@gnu.org>
To: Bug gnu emacs <bug-gnu-emacs@gnu.org>
Cc: 62485-done@debbugs.gnu.org
Subject: Re: bug#62485: Improve build system and make "real" defaults
Date: Mon, 27 Mar 2023 19:08:06 +0300
Message-ID: <83wn3289eh.fsf@gnu.org>

> Date: Mon, 27 Mar 2023 13:44:19 +0000
> From: c.buhtz@posteo.jp
> 
> Hello,
> 
> I was told that sqlite3 support is enabled by default when building 
> Emacs29. Is it or is it not?

Emacs builds with sqlite support if you have the sqlite3 library
installed.

> Based on my own experience it seems to me that it depends on the fact if 
> lib-sqlite3-dev is installed or not.

Yes.

> When the lib is not installed and I don't set an explicite sqlite3 
> switch in the make-configure-build-system it build runs successfully 
> without any warning or error. You see?! Sqlite is not default.

Who told you it was the default?  The file NEWS says:

  +++
  ** Emacs can be built with built-in support for accessing SQLite databases.
  This uses the popular sqlite3 library, and can be disabled by using
  the '--without-sqlite3' option to the 'configure' script.

> If you want to make it default then inform the user about missing 
> sqlite-lib in all cases and not only if the --with-sqlite switch is set 
> by the user.

That is not how we define the optional dependencies.  We only do that
for dependencies without which Emacs will be much less powerful or
performant.  Most optional dependencies are not of this kind: Emacs
can be entirely functional without SQLite support.

This is not a bug.

Closing.


[-- Attachment #3: Type: message/rfc822, Size: 4357 bytes --]

From: c.buhtz@posteo.jp
To: Bug gnu emacs <bug-gnu-emacs@gnu.org>
Subject: Improve build system and make "real" defaults
Date: Mon, 27 Mar 2023 13:44:19 +0000
Message-ID: <a31a5950da1de19dd076d18207b7a001@posteo.de>

Hello,

I was told that sqlite3 support is enabled by default when building 
Emacs29. Is it or is it not?
If not then I'm wrong with this issue report. Maybe I did something 
wrong.

Based on my own experience it seems to me that it depends on the fact if 
lib-sqlite3-dev is installed or not.

When the lib is not installed and I don't set an explicite sqlite3 
switch in the make-configure-build-system it build runs successfully 
without any warning or error. You see?! Sqlite is not default.

If you want to make it default then inform the user about missing 
sqlite-lib in all cases and not only if the --with-sqlite switch is set 
by the user.

The same stands for all other switches.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#62485: Acknowledgement (Improve build system and make "real" defaults)
  2023-03-27 15:45 ` bug#62485: Acknowledgement (Improve build system and make "real" defaults) GNU bug Tracking System
@ 2023-03-30  6:19   ` Jean Louis
  2023-03-31  5:12     ` Jim Porter
  0 siblings, 1 reply; 6+ messages in thread
From: Jean Louis @ 2023-03-30  6:19 UTC (permalink / raw)
  To: 62485

* GNU bug Tracking System <help-debbugs@gnu.org> [2023-03-27 19:06]:
> Thank you for filing a new bug report with debbugs.gnu.org.
> 62485: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62485

I have not filed this report, but I have received confirmation like I
filed it.

--
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#62485: Acknowledgement (Improve build system and make "real" defaults)
  2023-03-30  6:19   ` Jean Louis
@ 2023-03-31  5:12     ` Jim Porter
  0 siblings, 0 replies; 6+ messages in thread
From: Jim Porter @ 2023-03-31  5:12 UTC (permalink / raw)
  To: Jean Louis, 62485

On 3/29/2023 11:19 PM, Jean Louis wrote:
> * GNU bug Tracking System <help-debbugs@gnu.org> [2023-03-27 19:06]:
>> Thank you for filing a new bug report with debbugs.gnu.org.
>> 62485: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62485
> 
> I have not filed this report, but I have received confirmation like I
> filed it.

I believe that's because the original message has a Reply-To header set 
to this mailing list. I guess the Debbugs software could check for that 
situation, but I'm not sure it's a big deal either way; just a bit 
confusing.





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-03-31  5:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-27 13:44 bug#62485: Improve build system and make "real" defaults c.buhtz
2023-03-27 15:45 ` bug#62485: Acknowledgement (Improve build system and make "real" defaults) GNU bug Tracking System
2023-03-30  6:19   ` Jean Louis
2023-03-31  5:12     ` Jim Porter
2023-03-27 16:08 ` bug#62485: Improve build system and make "real" defaults Eli Zaretskii
2023-03-27 16:09 ` bug#62485: closed (Re: bug#62485: Improve build system and make "real" defaults) GNU bug Tracking System

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.