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

Bug 142966

Summary: autoproject missing tex and clig dependency with USE="test"
Product: Gentoo Linux Reporter: Brant Gurganus <brant>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED WONTFIX    
Severity: normal CC: jstein, stentj
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Draft clig ebuild to allow this bug to be closed.
patch to the clig makefile
Draft clig ebuild to allow this bug to be closed.

Description Brant Gurganus 2006-08-06 04:58:15 UTC
The tests for autoproject use tex, so there needs to be a USE flag for it that pulls in tex as a dependency.

make cmdline.cli
make[4]: Entering directory `/var/tmp/portage/autoproject-0.20/work/autoproject-0.20/testclig/deeper/duster'
make[4]: `cmdline.cli' is up to date.
make[4]: Leaving directory `/var/tmp/portage/autoproject-0.20/work/autoproject-0.20/testclig/deeper/duster'
clig cmdline.cli
make[3]: clig: Command not found
make[3]: *** [cmdline.h] Error 127
make[3]: Leaving directory `/var/tmp/portage/autoproject-0.20/work/autoproject-0.20/testclig/deeper/duster'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/autoproject-0.20/work/autoproject-0.20/testclig/deeper/duster'
FAIL: chkclig


TEXINPUTS="..:$TEXINPUTS" \
        MAKEINFO='/bin/sh /var/tmp/portage/autoproject-0.20/work/autoproject-0.20/testcc/deeper/hatchet/hatchet-0.1.0/missing --run makeinfo   -I ..' \
        texi2dvi ../hatchet.texinfo
You don't have a working TeX binary (tex) installed anywhere in
your PATH, and texi2dvi cannot proceed without one.  If you want to use
this script, you'll need to install TeX (if you don't have it) or change
your PATH or TEX environment variable (if you do).  See the --help
output for more details.

For information about obtaining TeX, please see http://www.tug.org.  If
you happen to be using Debian, you can get it with this command:
  apt-get install tetex-bin
make[3]: *** [hatchet.dvi] Error 1
make[3]: Leaving directory `/var/tmp/portage/autoproject-0.20/work/autoproject-0.20/testcc/deeper/hatchet/hatchet-0.1.0/_build'
make[2]: *** [distcheck] Error 2
make[2]: Leaving directory `/var/tmp/portage/autoproject-0.20/work/autoproject-0.20/testcc/deeper/hatchet'
FAIL: chkcc
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-08-06 05:00:13 UTC
Please, don't restrict bugs without any reason. Just leave those checkboxes alone.
Comment 2 SpanKY gentoo-dev 2006-08-06 09:04:49 UTC
we dont have clig in portage so that needs to be added first
Comment 3 Jeremy Stent 2009-02-11 01:53:43 UTC
Created attachment 181591 [details]
Draft clig ebuild to allow this bug to be closed.
Comment 4 Jeremy Stent 2009-02-11 01:54:27 UTC
Created attachment 181592 [details, diff]
patch to the clig makefile

This is used by the draft ebuild
Comment 5 Jeremy Stent 2009-02-11 01:57:41 UTC
Created attachment 181593 [details]
Draft clig ebuild to allow this bug to be closed.

Forgot to clean out some commented out lines.
Comment 6 Jeremy Stent 2009-02-11 01:58:45 UTC
I see that this bug has been around a long time, and since it blocks anyone from using FEATURES="test" I thought I would make a draft ebuild for clig to see if it will allow this to be closed.
Comment 7 Jonas Stein gentoo-dev 2021-01-03 18:14:20 UTC
clig upstream is gone