Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 525604 - =net-print/cups-2.0.0 configure script does not handle -xinetd use flag properly
Summary: =net-print/cups-2.0.0 configure script does not handle -xinetd use flag properly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
: 525646 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-10-16 23:31 UTC by Tomasz Wasiak
Modified: 2014-10-17 11:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***