ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:44493] [ruby-trunk - Bug #6332][Open] Error compiling readline due username_completion_function being undeclared (GCC 4.6)
@ 2012-04-20 16:05 luislavena (Luis Lavena)
  2012-04-20 16:07 ` [ruby-core:44494] [ruby-trunk - Bug #6332][Assigned] " mame (Yusuke Endoh)
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: luislavena (Luis Lavena) @ 2012-04-20 16:05 UTC (permalink / raw
  To: ruby-core


Issue #6332 has been reported by luislavena (Luis Lavena).

----------------------------------------
Bug #6332: Error compiling readline due username_completion_function being undeclared (GCC 4.6)
https://bugs.ruby-lang.org/issues/6332

Author: luislavena (Luis Lavena)
Status: Open
Priority: Normal
Assignee: kouji (Kouji Takao)
Category: ext
Target version: 2.0.0
ruby -v: 2.0.0 r35415


Hello,

Attempting to compile trunk (r35415) against GCC 4.6 (4.6.3, OSX 10.6, MacPorts provided) generates the following failure:

<pre>
/Users/luis/projects/oss/ruby/build/ext/readline
compiling ../../../ext/readline/readline.c
../../../ext/readline/readline.c: In function 'username_completion_proc_call':
../../../ext/readline/readline.c:1501:9: error: 'username_completion_function' undeclared (first use in this function)
../../../ext/readline/readline.c:1501:9: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [readline.o] Error 1
make[1]: *** [ext/readline/all] Error 2
make: *** [build-ext] Error 2
</pre>

Readline installed is Readline 6.2 via MacPorts:

$ port installed | grep readline
  readline @6.2.000_0 (active)




-- 
http://bugs.ruby-lang.org/

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

* [ruby-core:44494] [ruby-trunk - Bug #6332][Assigned] Error compiling readline due username_completion_function being undeclared (GCC 4.6)
  2012-04-20 16:05 [ruby-core:44493] [ruby-trunk - Bug #6332][Open] Error compiling readline due username_completion_function being undeclared (GCC 4.6) luislavena (Luis Lavena)
@ 2012-04-20 16:07 ` mame (Yusuke Endoh)
  2013-02-01  5:44 ` [ruby-core:51787] [ruby-trunk - Bug #6332][Feedback] " shugo (Shugo Maeda)
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mame (Yusuke Endoh) @ 2012-04-20 16:07 UTC (permalink / raw
  To: ruby-core


Issue #6332 has been updated by mame (Yusuke Endoh).

Status changed from Open to Assigned


----------------------------------------
Bug #6332: Error compiling readline due username_completion_function being undeclared (GCC 4.6)
https://bugs.ruby-lang.org/issues/6332#change-26050

Author: luislavena (Luis Lavena)
Status: Assigned
Priority: Normal
Assignee: kouji (Kouji Takao)
Category: ext
Target version: 2.0.0
ruby -v: 2.0.0 r35415


Hello,

Attempting to compile trunk (r35415) against GCC 4.6 (4.6.3, OSX 10.6, MacPorts provided) generates the following failure:

<pre>
/Users/luis/projects/oss/ruby/build/ext/readline
compiling ../../../ext/readline/readline.c
../../../ext/readline/readline.c: In function 'username_completion_proc_call':
../../../ext/readline/readline.c:1501:9: error: 'username_completion_function' undeclared (first use in this function)
../../../ext/readline/readline.c:1501:9: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [readline.o] Error 1
make[1]: *** [ext/readline/all] Error 2
make: *** [build-ext] Error 2
</pre>

Readline installed is Readline 6.2 via MacPorts:

$ port installed | grep readline
  readline @6.2.000_0 (active)




-- 
http://bugs.ruby-lang.org/

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

* [ruby-core:51787] [ruby-trunk - Bug #6332][Feedback] Error compiling readline due username_completion_function being undeclared (GCC 4.6)
  2012-04-20 16:05 [ruby-core:44493] [ruby-trunk - Bug #6332][Open] Error compiling readline due username_completion_function being undeclared (GCC 4.6) luislavena (Luis Lavena)
  2012-04-20 16:07 ` [ruby-core:44494] [ruby-trunk - Bug #6332][Assigned] " mame (Yusuke Endoh)
@ 2013-02-01  5:44 ` shugo (Shugo Maeda)
  2013-02-18 12:34 ` [ruby-core:52450] [ruby-trunk - Bug #6332][Rejected] " mame (Yusuke Endoh)
  2013-02-18 12:34 ` [ruby-core:52451] [ruby-trunk - Bug #6332][Assigned] " mame (Yusuke Endoh)
  3 siblings, 0 replies; 5+ messages in thread
From: shugo (Shugo Maeda) @ 2013-02-01  5:44 UTC (permalink / raw
  To: ruby-core


Issue #6332 has been updated by shugo (Shugo Maeda).

Status changed from Assigned to Feedback

luislavena (Luis Lavena) wrote:
> Attempting to compile trunk (r35415) against GCC 4.6 (4.6.3, OSX 10.6, MacPorts provided) generates the following failure:

Could you attach ext/readline/{mkmf.log,extconf.h}?

----------------------------------------
Bug #6332: Error compiling readline due username_completion_function being undeclared (GCC 4.6)
https://bugs.ruby-lang.org/issues/6332#change-35752

Author: luislavena (Luis Lavena)
Status: Feedback
Priority: Normal
Assignee: kouji (Kouji Takao)
Category: ext
Target version: 2.0.0
ruby -v: 2.0.0 r35415


Hello,

Attempting to compile trunk (r35415) against GCC 4.6 (4.6.3, OSX 10.6, MacPorts provided) generates the following failure:

<pre>
/Users/luis/projects/oss/ruby/build/ext/readline
compiling ../../../ext/readline/readline.c
../../../ext/readline/readline.c: In function 'username_completion_proc_call':
../../../ext/readline/readline.c:1501:9: error: 'username_completion_function' undeclared (first use in this function)
../../../ext/readline/readline.c:1501:9: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [readline.o] Error 1
make[1]: *** [ext/readline/all] Error 2
make: *** [build-ext] Error 2
</pre>

Readline installed is Readline 6.2 via MacPorts:

$ port installed | grep readline
  readline @6.2.000_0 (active)




-- 
http://bugs.ruby-lang.org/

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

* [ruby-core:52450] [ruby-trunk - Bug #6332][Rejected] Error compiling readline due username_completion_function being undeclared (GCC 4.6)
  2012-04-20 16:05 [ruby-core:44493] [ruby-trunk - Bug #6332][Open] Error compiling readline due username_completion_function being undeclared (GCC 4.6) luislavena (Luis Lavena)
  2012-04-20 16:07 ` [ruby-core:44494] [ruby-trunk - Bug #6332][Assigned] " mame (Yusuke Endoh)
  2013-02-01  5:44 ` [ruby-core:51787] [ruby-trunk - Bug #6332][Feedback] " shugo (Shugo Maeda)
@ 2013-02-18 12:34 ` mame (Yusuke Endoh)
  2013-02-18 12:34 ` [ruby-core:52451] [ruby-trunk - Bug #6332][Assigned] " mame (Yusuke Endoh)
  3 siblings, 0 replies; 5+ messages in thread
From: mame (Yusuke Endoh) @ 2013-02-18 12:34 UTC (permalink / raw
  To: ruby-core


Issue #6332 has been updated by mame (Yusuke Endoh).

Status changed from Feedback to Rejected
Target version changed from 2.0.0 to next minor

No feedback.

-- 
Yusuke Endoh <mame@tsg.ne.jp>
----------------------------------------
Bug #6332: Error compiling readline due username_completion_function being undeclared (GCC 4.6)
https://bugs.ruby-lang.org/issues/6332#change-36516

Author: luislavena (Luis Lavena)
Status: Rejected
Priority: Normal
Assignee: kouji (Kouji Takao)
Category: ext
Target version: next minor
ruby -v: 2.0.0 r35415


Hello,

Attempting to compile trunk (r35415) against GCC 4.6 (4.6.3, OSX 10.6, MacPorts provided) generates the following failure:

<pre>
/Users/luis/projects/oss/ruby/build/ext/readline
compiling ../../../ext/readline/readline.c
../../../ext/readline/readline.c: In function 'username_completion_proc_call':
../../../ext/readline/readline.c:1501:9: error: 'username_completion_function' undeclared (first use in this function)
../../../ext/readline/readline.c:1501:9: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [readline.o] Error 1
make[1]: *** [ext/readline/all] Error 2
make: *** [build-ext] Error 2
</pre>

Readline installed is Readline 6.2 via MacPorts:

$ port installed | grep readline
  readline @6.2.000_0 (active)




-- 
http://bugs.ruby-lang.org/

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

* [ruby-core:52451] [ruby-trunk - Bug #6332][Assigned] Error compiling readline due username_completion_function being undeclared (GCC 4.6)
  2012-04-20 16:05 [ruby-core:44493] [ruby-trunk - Bug #6332][Open] Error compiling readline due username_completion_function being undeclared (GCC 4.6) luislavena (Luis Lavena)
                   ` (2 preceding siblings ...)
  2013-02-18 12:34 ` [ruby-core:52450] [ruby-trunk - Bug #6332][Rejected] " mame (Yusuke Endoh)
@ 2013-02-18 12:34 ` mame (Yusuke Endoh)
  3 siblings, 0 replies; 5+ messages in thread
From: mame (Yusuke Endoh) @ 2013-02-18 12:34 UTC (permalink / raw
  To: ruby-core


Issue #6332 has been updated by mame (Yusuke Endoh).

Status changed from Rejected to Assigned

Oops sorry. I didn't intend to close this ticket.

-- 
Yusuke Endoh <mame@tsg.ne.jp>
----------------------------------------
Bug #6332: Error compiling readline due username_completion_function being undeclared (GCC 4.6)
https://bugs.ruby-lang.org/issues/6332#change-36517

Author: luislavena (Luis Lavena)
Status: Assigned
Priority: Normal
Assignee: kouji (Kouji Takao)
Category: ext
Target version: next minor
ruby -v: 2.0.0 r35415


Hello,

Attempting to compile trunk (r35415) against GCC 4.6 (4.6.3, OSX 10.6, MacPorts provided) generates the following failure:

<pre>
/Users/luis/projects/oss/ruby/build/ext/readline
compiling ../../../ext/readline/readline.c
../../../ext/readline/readline.c: In function 'username_completion_proc_call':
../../../ext/readline/readline.c:1501:9: error: 'username_completion_function' undeclared (first use in this function)
../../../ext/readline/readline.c:1501:9: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [readline.o] Error 1
make[1]: *** [ext/readline/all] Error 2
make: *** [build-ext] Error 2
</pre>

Readline installed is Readline 6.2 via MacPorts:

$ port installed | grep readline
  readline @6.2.000_0 (active)




-- 
http://bugs.ruby-lang.org/

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

end of thread, other threads:[~2013-02-18 12:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-20 16:05 [ruby-core:44493] [ruby-trunk - Bug #6332][Open] Error compiling readline due username_completion_function being undeclared (GCC 4.6) luislavena (Luis Lavena)
2012-04-20 16:07 ` [ruby-core:44494] [ruby-trunk - Bug #6332][Assigned] " mame (Yusuke Endoh)
2013-02-01  5:44 ` [ruby-core:51787] [ruby-trunk - Bug #6332][Feedback] " shugo (Shugo Maeda)
2013-02-18 12:34 ` [ruby-core:52450] [ruby-trunk - Bug #6332][Rejected] " mame (Yusuke Endoh)
2013-02-18 12:34 ` [ruby-core:52451] [ruby-trunk - Bug #6332][Assigned] " mame (Yusuke Endoh)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).