[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#818743: marked as done (kfreebsd-10: Increase ARG_MAX to match the one from Linux)



Your message dated Fri, 28 Jul 2023 16:47:41 +0000
with message-id <[🔎] E1qPQcv-00EwDn-Ap@fasolo.debian.org>
and subject line Bug#1041056: Removed package(s) from unstable
has caused the Debian Bug report #818743,
regarding kfreebsd-10: Increase ARG_MAX to match the one from Linux
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
818743: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818743
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: kfreebsd-10
Version: 10.3~svn296373-2

ARG_MAX is too small for building LibreOffice (errors out with "Argument list too long").

This was found when attempting to build LibreOffice on ubuntuBSD.

I suggest increasing it to match with the Linux value:

$ getconf ARG_MAX
2097152

See also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208154

-- 
Jon Boden

ubuntuBSD -- Unix for human beings

http://www.ubuntubsd.org/ -- https://twitter.com/ubuntuBSD
Index: debian/patches/increase_argmax.diff
===================================================================
--- debian/patches/increase_argmax.diff	(revision 0)
+++ debian/patches/increase_argmax.diff	(working copy)
@@ -0,0 +1,16 @@
+
+https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208154
+
+Index: kfreebsd-10-10.1~svn274115/sys/sys/syslimits.h
+===================================================================
+--- kfreebsd-10-10.1~svn274115.orig/sys/sys/syslimits.h
++++ kfreebsd-10-10.1~svn274115/sys/sys/syslimits.h
+@@ -37,7 +37,7 @@
+  * Do not add any new variables here.  (See the comment at the end of
+  * the file for why.)
+  */
+-#define	ARG_MAX			262144	/* max bytes for an exec function */
++#define	ARG_MAX		        2097152	/* max bytes for an exec function */
+ #ifndef CHILD_MAX
+ #define	CHILD_MAX		   40	/* max simultaneous processes */
+ #endif
Index: debian/patches/series
===================================================================
--- debian/patches/series	(revision 5944)
+++ debian/patches/series	(working copy)
@@ -3,6 +3,7 @@
 
 # Patches that are in good shape for merging upstream
 mount_remount.diff
+increase_argmax.diff
 
 # Other patches that might or might not be mergeable
 userland.diff

--- End Message ---
--- Begin Message ---
Version: 10.3~svn300087+ds1-1+rm

Dear submitter,

as the package kfreebsd-10 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1041056

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: