From unknown Mon Jun 23 02:26:36 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12477: undefined reference for scm_init_popen Resent-From: lin ray Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-guile@gnu.org Resent-Date: Thu, 20 Sep 2012 04:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 12477 X-GNU-PR-Package: guile X-GNU-PR-Keywords: To: 12477@debbugs.gnu.org X-Debbugs-Original-To: bug-guile@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.134811644220514 (code B ref -1); Thu, 20 Sep 2012 04:48:02 +0000 Received: (at submit) by debbugs.gnu.org; 20 Sep 2012 04:47:22 +0000 Received: from localhost ([127.0.0.1]:44408 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TEYfZ-0005Kn-5J for submit@debbugs.gnu.org; Thu, 20 Sep 2012 00:47:22 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50774) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TEXhH-0003vA-3p for submit@debbugs.gnu.org; Wed, 19 Sep 2012 23:45:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEXfp-0006NP-3P for submit@debbugs.gnu.org; Wed, 19 Sep 2012 23:43:33 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:60241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEXfo-0006NL-W6 for submit@debbugs.gnu.org; Wed, 19 Sep 2012 23:43:33 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEXfo-000321-59 for bug-guile@gnu.org; Wed, 19 Sep 2012 23:43:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEXfm-0006M6-DD for bug-guile@gnu.org; Wed, 19 Sep 2012 23:43:32 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:64193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEXfm-0006M2-8E for bug-guile@gnu.org; Wed, 19 Sep 2012 23:43:30 -0400 Received: by obhx4 with SMTP id x4so1900252obh.0 for ; Wed, 19 Sep 2012 20:43:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=MigwlyM2ncYphln7nNjJAuQ/LAjmaK/ABQGF+DY/qEk=; b=ziivhq92kBc9MAXybHc8YZETTDeTFdqVhQlSZ1h+mUHA0+Fk9RMxSeiRrBEC0kih3T shvMloBoDVUwVYmmz/00GLTfMWqfkbfP1ioEQkpjsZvw+wELuo3Y6Ls4QpLFJNPG/3/k URr55c8KqX86FjxuZFOd11zT1rLorMznJognzspsBAPuA73FD5g4y2bln6pnuTGuIeh3 j8yjJUKMZXK37td5nh1wnfWvHZ8S5niat2nzNudEXp1Kj+yMcLytoNWFIqv5B/7Uc7sM Kett59XMoJcQ5oMURcLa8ChNmFpa+LpwfuOuflSBEDzkok+Tlzq1czZJmHSqQumFpvlx ZE/A== MIME-Version: 1.0 Received: by 10.60.22.169 with SMTP id e9mr325277oef.124.1348112609268; Wed, 19 Sep 2012 20:43:29 -0700 (PDT) Received: by 10.76.26.52 with HTTP; Wed, 19 Sep 2012 20:43:29 -0700 (PDT) Date: Thu, 20 Sep 2012 11:43:29 +0800 Message-ID: From: lin ray Content-Type: multipart/alternative; boundary=e89a8fb1ee1a31548b04ca19edfc X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Mailman-Approved-At: Thu, 20 Sep 2012 00:47:19 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) --e89a8fb1ee1a31548b04ca19edfc Content-Type: text/plain; charset=ISO-8859-1 I got an undefined reference for scm_init_popen when I complied guile 2.0.6 on Windows, the scm_init_popen functions is introduced as following in the posix.c #ifdef HAVE_FORK static void scm_init_popen (void) { scm_c_define_gsubr ("open-process", 2, 0, 1, scm_open_process); } #endif since FORK is unavaiable in Windows, so the belowing part in posix.c should be error. scm_c_register_extension ("libguile-" SCM_EFFECTIVE_VERSION, "scm_init_popen", (scm_t_extension_init_func) scm_init_popen, NULL); Regards Ray Linn --e89a8fb1ee1a31548b04ca19edfc Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I got an undefined reference for scm_init_popen when I complied guile = 2.0.6 on Windows, the scm_init_popen functions is introduced as following i= n the posix.c
=A0
#ifdef HAVE_FORK
static void
sc= m_init_popen (void)
{
=A0 scm_c_define_gsubr ("open-process", 2, 0, 1, scm_open_pr= ocess);
}
#endif
=A0
since FORK is unavaiable in = Windows, so the belowing part in posix.c should be error.
=A0
=A0 scm_c_register_extension ("libguile-" SCM_EFFECTIVE_VERS= ION,
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0 "scm_init_popen",
=A0=A0=A0=A0=A0=A0 (scm_t_ex= tension_init_func) scm_init_popen,
=A0=A0=A0=A0=A0=A0 NULL);
= =A0
=A0
Regards
Ray Linn
=A0
=A0 --e89a8fb1ee1a31548b04ca19edfc-- From unknown Mon Jun 23 02:26:36 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: lin ray Subject: bug#12477: closed (Re: bug#12477: undefined reference for scm_init_popen) Message-ID: References: <87a9u8eyhh.fsf@gnu.org> X-Gnu-PR-Message: they-closed 12477 X-Gnu-PR-Package: guile Reply-To: 12477@debbugs.gnu.org Date: Fri, 23 Nov 2012 22:41:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1353710462-20059-1" This is a multi-part message in MIME format... ------------=_1353710462-20059-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #12477: undefined reference for scm_init_popen which was filed against the guile package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 12477@debbugs.gnu.org. --=20 12477: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D12477 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1353710462-20059-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 12477-done) by debbugs.gnu.org; 23 Nov 2012 22:40:07 +0000 Received: from localhost ([127.0.0.1]:35403 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tc1up-0005CP-KU for submit@debbugs.gnu.org; Fri, 23 Nov 2012 17:40:07 -0500 Received: from xanadu.aquilenet.fr ([88.191.123.111]:51334) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tc1un-0005CI-4L for 12477-done@debbugs.gnu.org; Fri, 23 Nov 2012 17:40:05 -0500 Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id BFCF7AC84; Fri, 23 Nov 2012 23:38:35 +0100 (CET) Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2qixeRznfCVJ; Fri, 23 Nov 2012 23:38:35 +0100 (CET) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id D2578AC82; Fri, 23 Nov 2012 23:38:34 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: lin ray Subject: Re: bug#12477: undefined reference for scm_init_popen References: Date: Fri, 23 Nov 2012 23:38:34 +0100 In-Reply-To: (lin ray's message of "Thu, 20 Sep 2012 11:43:29 +0800") Message-ID: <87a9u8eyhh.fsf@gnu.org> User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, lin ray skribis: > I got an undefined reference for scm_init_popen when I complied guile 2.0.6 > on Windows, the scm_init_popen functions is introduced as following in the > posix.c > > #ifdef HAVE_FORK > static void > scm_init_popen (void) > { > scm_c_define_gsubr ("open-process", 2, 0, 1, scm_open_process); > } > #endif > > since FORK is unavaiable in Windows, so the belowing part in posix.c should > be error. [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.5000] X-Debbugs-Envelope-To: 12477-done Cc: 12477-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, lin ray skribis: > I got an undefined reference for scm_init_popen when I complied guile 2.0.6 > on Windows, the scm_init_popen functions is introduced as following in the > posix.c > > #ifdef HAVE_FORK > static void > scm_init_popen (void) > { > scm_c_define_gsubr ("open-process", 2, 0, 1, scm_open_process); > } > #endif > > since FORK is unavaiable in Windows, so the belowing part in posix.c should > be error. [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.5000] Hi, lin ray skribis: > I got an undefined reference for scm_init_popen when I complied guile 2.0= .6 > on Windows, the scm_init_popen functions is introduced as following in the > posix.c > > #ifdef HAVE_FORK > static void > scm_init_popen (void) > { > scm_c_define_gsubr ("open-process", 2, 0, 1, scm_open_process); > } > #endif > > since FORK is unavaiable in Windows, so the belowing part in posix.c shou= ld > be error. Thanks for the report. This is now fixed, and the fix will be in 2.0.7. Ludo=E2=80=99. ------------=_1353710462-20059-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 20 Sep 2012 04:47:22 +0000 Received: from localhost ([127.0.0.1]:44408 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TEYfZ-0005Kn-5J for submit@debbugs.gnu.org; Thu, 20 Sep 2012 00:47:22 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50774) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TEXhH-0003vA-3p for submit@debbugs.gnu.org; Wed, 19 Sep 2012 23:45:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEXfp-0006NP-3P for submit@debbugs.gnu.org; Wed, 19 Sep 2012 23:43:33 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:60241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEXfo-0006NL-W6 for submit@debbugs.gnu.org; Wed, 19 Sep 2012 23:43:33 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEXfo-000321-59 for bug-guile@gnu.org; Wed, 19 Sep 2012 23:43:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEXfm-0006M6-DD for bug-guile@gnu.org; Wed, 19 Sep 2012 23:43:32 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:64193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEXfm-0006M2-8E for bug-guile@gnu.org; Wed, 19 Sep 2012 23:43:30 -0400 Received: by obhx4 with SMTP id x4so1900252obh.0 for ; Wed, 19 Sep 2012 20:43:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=MigwlyM2ncYphln7nNjJAuQ/LAjmaK/ABQGF+DY/qEk=; b=ziivhq92kBc9MAXybHc8YZETTDeTFdqVhQlSZ1h+mUHA0+Fk9RMxSeiRrBEC0kih3T shvMloBoDVUwVYmmz/00GLTfMWqfkbfP1ioEQkpjsZvw+wELuo3Y6Ls4QpLFJNPG/3/k URr55c8KqX86FjxuZFOd11zT1rLorMznJognzspsBAPuA73FD5g4y2bln6pnuTGuIeh3 j8yjJUKMZXK37td5nh1wnfWvHZ8S5niat2nzNudEXp1Kj+yMcLytoNWFIqv5B/7Uc7sM Kett59XMoJcQ5oMURcLa8ChNmFpa+LpwfuOuflSBEDzkok+Tlzq1czZJmHSqQumFpvlx ZE/A== MIME-Version: 1.0 Received: by 10.60.22.169 with SMTP id e9mr325277oef.124.1348112609268; Wed, 19 Sep 2012 20:43:29 -0700 (PDT) Received: by 10.76.26.52 with HTTP; Wed, 19 Sep 2012 20:43:29 -0700 (PDT) Date: Thu, 20 Sep 2012 11:43:29 +0800 Message-ID: Subject: undefined reference for scm_init_popen From: lin ray To: bug-guile@gnu.org Content-Type: multipart/alternative; boundary=e89a8fb1ee1a31548b04ca19edfc X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 20 Sep 2012 00:47:19 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) --e89a8fb1ee1a31548b04ca19edfc Content-Type: text/plain; charset=ISO-8859-1 I got an undefined reference for scm_init_popen when I complied guile 2.0.6 on Windows, the scm_init_popen functions is introduced as following in the posix.c #ifdef HAVE_FORK static void scm_init_popen (void) { scm_c_define_gsubr ("open-process", 2, 0, 1, scm_open_process); } #endif since FORK is unavaiable in Windows, so the belowing part in posix.c should be error. scm_c_register_extension ("libguile-" SCM_EFFECTIVE_VERSION, "scm_init_popen", (scm_t_extension_init_func) scm_init_popen, NULL); Regards Ray Linn --e89a8fb1ee1a31548b04ca19edfc Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I got an undefined reference for scm_init_popen when I complied guile = 2.0.6 on Windows, the scm_init_popen functions is introduced as following i= n the posix.c
=A0
#ifdef HAVE_FORK
static void
sc= m_init_popen (void)
{
=A0 scm_c_define_gsubr ("open-process", 2, 0, 1, scm_open_pr= ocess);
}
#endif
=A0
since FORK is unavaiable in = Windows, so the belowing part in posix.c should be error.
=A0
=A0 scm_c_register_extension ("libguile-" SCM_EFFECTIVE_VERS= ION,
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0 "scm_init_popen",
=A0=A0=A0=A0=A0=A0 (scm_t_ex= tension_init_func) scm_init_popen,
=A0=A0=A0=A0=A0=A0 NULL);
= =A0
=A0
Regards
Ray Linn
=A0
=A0 --e89a8fb1ee1a31548b04ca19edfc-- ------------=_1353710462-20059-1--