Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 525604

Summary: =net-print/cups-2.0.0 configure script does not handle -xinetd use flag properly
Product: Gentoo Linux Reporter: Tomasz Wasiak <tjwasiak>
Component: [OLD] PrintingAssignee: Printing Team <printing>
Status: RESOLVED FIXED    
Severity: normal CC: vityokster
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tomasz Wasiak 2014-10-16 23:31:19 UTC
When compiled without xinetd =net-print/cups-2.0.0 installs directory /no with xintetd configuration file for cups-lpd because configure script takes argument "no" as directory

Reproducible: Always

Steps to Reproduce:
1.emerge =net-print/cups-2.0.0 with xinetd use flag unset
2.
3.
Actual Results:  
#ls -lR /no
/no:
total 4
-rw-r--r-- 1 root root 217 Oct 15 22:39 cups-lpd

Expected Results:  
=net-print/cups-2.0.0 should be compiled without xinetd support.
Comment 1 Matthias Maier gentoo-dev 2014-10-17 08:31:38 UTC
Even better, the configure script takes the argument --without-xinetd and installs to '/no' ...

So now, we just always configure with --with-xinetd, and clean up bogus xinetd files later.

  17 Oct 2014; Matthias Maier <tamiko@gentoo.org> cups-2.0.0-r2.ebuild,
  cups-9999.ebuild:
  do not install bogus xinetd files if USE=-xinetd; bug 525604
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-17 11:08:09 UTC
*** Bug 525646 has been marked as a duplicate of this bug. ***