public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/10649] New: GDB_DATADIR_PATH is used, but never defined
@ 2009-09-16 21:27 hjl dot tools at gmail dot com
  2009-09-16 21:28 ` [Bug build/10649] " hjl dot tools at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-09-16 21:27 UTC (permalink / raw)
  To: gdb-prs

hjl@gnu-6 gdb]$ grep GDB_DATADIR_PATH *    
Makefile.in:GDB_DATADIR_PATH = @GDB_DATADIR_PATH@
Makefile.in:		$(DESTDIR)$(GDB_DATADIR_PATH)/$(XML_SYSCALLS_DIR) ; \
Makefile.in:	    	$(DESTDIR)$(GDB_DATADIR_PATH)/$(XML_SYSCALLS_DIR) ; \
[hjl@gnu-6 gdb]$

-- 
           Summary: GDB_DATADIR_PATH is used, but never defined
           Product: gdb
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: build
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: hjl dot tools at gmail dot com
                CC: gdb-prs at sourceware dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=10649

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug build/10649] GDB_DATADIR_PATH is used, but never defined
  2009-09-16 21:27 [Bug build/10649] New: GDB_DATADIR_PATH is used, but never defined hjl dot tools at gmail dot com
@ 2009-09-16 21:28 ` hjl dot tools at gmail dot com
  2009-09-16 21:46 ` hjl dot tools at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-09-16 21:28 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From hjl dot tools at gmail dot com  2009-09-16 21:28 -------
However, GDB_DATADIR is defined:

[hjl@gnu-6 gdb]$ grep GDB_DATADIR *    
config.in:#undef GDB_DATADIR
config.in:#undef GDB_DATADIR_RELOCATABLE
configure:GDB_DATADIR
configure:    GDB_DATADIR=$withval
configure:  GDB_DATADIR=${datadir}/gdb
configure:  ac_define_dir=`eval echo $GDB_DATADIR`
configure:#define GDB_DATADIR "$ac_define_dir"
configure:#define GDB_DATADIR_RELOCATABLE $value
configure.ac:GDB_AC_WITH_DIR(GDB_DATADIR, gdb-datadir,
main.c:  gdb_datadir = relocate_directory (argv[0], GDB_DATADIR,
main.c:				    GDB_DATADIR_RELOCATABLE);
Makefile.in:GDB_DATADIR_PATH = @GDB_DATADIR_PATH@
Makefile.in:		$(DESTDIR)$(GDB_DATADIR_PATH)/$(XML_SYSCALLS_DIR) ; \
Makefile.in:	    	$(DESTDIR)$(GDB_DATADIR_PATH)/$(XML_SYSCALLS_DIR) ; \

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10649

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug build/10649] GDB_DATADIR_PATH is used, but never defined
  2009-09-16 21:27 [Bug build/10649] New: GDB_DATADIR_PATH is used, but never defined hjl dot tools at gmail dot com
  2009-09-16 21:28 ` [Bug build/10649] " hjl dot tools at gmail dot com
@ 2009-09-16 21:46 ` hjl dot tools at gmail dot com
  2009-09-16 21:56 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-09-16 21:46 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From hjl dot tools at gmail dot com  2009-09-16 21:46 -------
It is caused by

http://sourceware.org/ml/gdb-cvs/2009-09/msg00075.html

RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.1097
retrieving revision 1.1098
diff -u -r1.1097 -r1.1098
--- src/gdb/Makefile.in	2009/09/09 17:45:39	1.1097
+++ src/gdb/Makefile.in	2009/09/15 03:30:03	1.1098
@@ -166,6 +166,9 @@
 TARGET_SYSTEM_ROOT = @TARGET_SYSTEM_ROOT@
 TARGET_SYSTEM_ROOT_DEFINE = @TARGET_SYSTEM_ROOT_DEFINE@
 
+# Did the user give us a --with-gdb-datadir option?
+GDB_DATADIR_PATH = @GDB_DATADIR_PATH@
+
 # Helper code from gnulib.
 LIBGNU = gnulib/libgnu.a
 INCGNU = -I$(srcdir)/gnulib -Ignulib

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10649

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug build/10649] GDB_DATADIR_PATH is used, but never defined
  2009-09-16 21:27 [Bug build/10649] New: GDB_DATADIR_PATH is used, but never defined hjl dot tools at gmail dot com
  2009-09-16 21:28 ` [Bug build/10649] " hjl dot tools at gmail dot com
  2009-09-16 21:46 ` hjl dot tools at gmail dot com
@ 2009-09-16 21:56 ` cvs-commit at gcc dot gnu dot org
  2009-10-02 22:06 ` cvs-commit at gcc dot gnu dot org
  2009-10-16  5:14 ` dje at google dot com
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2009-09-16 21:56 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2009-09-16 21:56 -------
Subject: Bug 10649

CVSROOT:	/cvs/src
Module name:	src
Changes by:	hjl@sourceware.org	2009-09-16 21:55:57

Modified files:
	gdb            : ChangeLog Makefile.in 

Log message:
	2009-09-16  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR gdb/10649
	* Makefile.in (GDB_DATADIR_PATH): Renamed to ...
	(GDB_DATADIR): This.
	(xml-syscall-install): Updated.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.10875&r2=1.10876
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.1099&r2=1.1100



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10649

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug build/10649] GDB_DATADIR_PATH is used, but never defined
  2009-09-16 21:27 [Bug build/10649] New: GDB_DATADIR_PATH is used, but never defined hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2009-09-16 21:56 ` cvs-commit at gcc dot gnu dot org
@ 2009-10-02 22:06 ` cvs-commit at gcc dot gnu dot org
  2009-10-16  5:14 ` dje at google dot com
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2009-10-02 22:06 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2009-10-02 22:06 -------
Subject: Bug 10649

CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_7_0-branch
Changes by:	brobecke@sourceware.org	2009-10-02 22:06:11

Modified files:
	gdb            : Makefile.in ChangeLog 

Log message:
	PR gdb/10649
	* Makefile.in (GDB_DATADIR_PATH): Renamed to ...
	(GDB_DATADIR): This.
	(xml-syscall-install): Updated.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&only_with_tag=gdb_7_0-branch&r1=1.1099&r2=1.1099.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_0-branch&r1=1.10874.2.41&r2=1.10874.2.42



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10649

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug build/10649] GDB_DATADIR_PATH is used, but never defined
  2009-09-16 21:27 [Bug build/10649] New: GDB_DATADIR_PATH is used, but never defined hjl dot tools at gmail dot com
                   ` (3 preceding siblings ...)
  2009-10-02 22:06 ` cvs-commit at gcc dot gnu dot org
@ 2009-10-16  5:14 ` dje at google dot com
  4 siblings, 0 replies; 6+ messages in thread
From: dje at google dot com @ 2009-10-16  5:14 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From dje at google dot com  2009-10-16 05:14 -------
Closing, patch checked in and bug fixed.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=10649

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2009-10-16  5:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-16 21:27 [Bug build/10649] New: GDB_DATADIR_PATH is used, but never defined hjl dot tools at gmail dot com
2009-09-16 21:28 ` [Bug build/10649] " hjl dot tools at gmail dot com
2009-09-16 21:46 ` hjl dot tools at gmail dot com
2009-09-16 21:56 ` cvs-commit at gcc dot gnu dot org
2009-10-02 22:06 ` cvs-commit at gcc dot gnu dot org
2009-10-16  5:14 ` dje at google dot com

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).