Bug 46874 - make of gnotepad+ fails with missing config.guess/.sub
Summary: make of gnotepad+ fails with missing config.guess/.sub
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-08 17:40 UTC by jimd
Modified: 2003-07-24 17:44 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jimd 2003-01-08 17:40:01 UTC
	Compiling gnotepad+-1.3.3 results in the following errors:
	
	cc -DHAVE_CONFIG_H -I. -I. -I..  -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/local/include  -O -pipe  -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -c win.c
cc  -O -pipe  -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include  -o gnp  about.o appinfo.o clipboard.o debug.o dialog.o doc.o  file.o gtkefilesel.o gtkfontsel.o htmltags.o htmlview.o main.o menu.o  misc.o msgbar.o msgbox.o prefs.o prefs_noglade.o prefs_nognome.o  print.o prjbar.o project.o recent.o randomtips.o search.o shellcmd.o  srcctrl.o toolbar.o undo.o win.o  -L/usr/local/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXi -lXext -lX11 -lm
cd . && automake --gnu Makefile
automake: configure.in: required file `./config.guess' not found
automake: configure.in: required file `./config.sub' not found
*** Error code 1

Stop in /usr/ports/editors/gnotepad+/work/gnotepad+-1.3.3.
*** Error code 1

Stop in /usr/ports/editors/gnotepad+/work/gnotepad+-1.3.3.
*** Error code 1

Stop in /usr/ports/editors/gnotepad+/work/gnotepad+-1.3.3.
*** Error code 1

Stop in /usr/ports/editors/gnotepad+.




pwd;ll config*
/usr/ports/editors/gnotepad+/work/gnotepad+-1.3.3
-rw-rw-r--  1 root  wheel    3774 Jan  8 11:14 config.cache
-rw-rw-r--  1 root  wheel    9551 Jan  8 11:14 config.h
-rw-rw-r--  1 root  wheel    8940 Jan  8 11:14 config.h.in
-rw-r--r--  1 root  wheel    5636 Mar 24  2000 config.h.in~
-rw-rw-r--  1 root  wheel   20094 Jan  8 11:14 config.log
-rwxrwxr-x  1 root  wheel   22234 Jan  8 11:14 config.status
-rwxr-xr-x  1 root  wheel  168888 Jan  8 11:13 configure
-rw-r--r--  1 root  wheel   29080 Jan  8 11:13 configure.in
-rw-r--r--  1 root  wheel   29081 Dec 13  2000 configure.in.fbsd
-rwxr-xr-x  1 root  wheel  168888 Jan  8 11:13 configure.tmp

How-To-Repeat: 	
	repeat compile attempt
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-07-24 17:44:31 UTC
State Changed
From-To: open->closed

a fix was committed.