Subject: pkg/34508: CUPS 1.1.23nb10 - web interrface broken and causes some other problems
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <mihara.osamu@fxpsc.co.jp>
List: pkgsrc-bugs
Date: 09/12/2006 00:35:00
>Number:         34508
>Category:       pkg
>Synopsis:       CUPS 1.1.23nb10 -  web interrface broken and causes some other problems
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Sep 12 00:35:00 +0000 2006
>Originator:     Osamu Mihara
>Release:        NetBSD 3.0.1 (amd64)
>Organization:
Fuji Xerox Printing Systems
>Environment:
NetBSD twister.dev.iwa.fxpsc.co.jp 3.0.1 NetBSD 3.0.1 (GENERIC) #0: Mon Aug 28 14:47:55 JST 2006  root@twister.dev.iwa.fxpsc.co.jp:/usr/src/sys/arch/amd64/compile/GENERIC amd64
>Description:
Web interface of CUPS 1.1.23nb10 does not work correctly, as reported in http://mail-index.netbsd.org/pkgsrc-users/2006/07/12/0007.html
(It still same for pkgsrc.tar.gz for Sep 9, 2006.
Other than showing a blank page for admin tab, test print does not work even if I correct paths in /usr/pkg/etc/cups/cupsd.conf.

>How-To-Repeat:
(1) Download and extract latest pkgsrc.tar.gz into /usr
(2) cd /usr/pkgsrc/print/cups && make install
(3) start cupsd and open web interface http://localhost:631/
(4) go to admin tab
>Fix:
The cause of this problem is that after configration of cups, ${datarootdir} is not resolved in config.h.  It seems to be broken after autoconf is upgraded to 2.60, I'm not sure...