Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168897 - dev-tcltk/tix-8.4.0 - tix.h not copied to /usr/include during installation
Summary: dev-tcltk/tix-8.4.0 - tix.h not copied to /usr/include during installation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: TCL/TK Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-01 16:06 UTC by Arthur Magill
Modified: 2007-05-28 23:44 UTC (History)
0 users

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 Arthur Magill 2007-03-01 16:06:08 UTC
After I emerge dev-tcltk/tix-8.4.0, /usr/include/tix.h is missing. No errors are reported during the emerge.

Reproducible: Always

Steps to Reproduce:
0. emerge -pv tix                                             
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild   R   ] dev-tcltk/tix-8.4.0  0 kB  
1. emerge tix
2. ls -l /usr/include/tix.h
ls: cannot access /usr/include/tix.h: No such file or directory


Actual Results:  
tix.h not present on system.

Expected Results:  
tix.h available in /usr/include

# ls -l /usr/include/tix.h
-rw-r--r-- 1 root root 14731 Mar  1 15:48 /usr/include/tix.h

I manually fixed by doing the following:

# ebuild tix-8.4.0.ebuild manifest
# ebuild tix-8.4.0.ebuild unpack
# cp /var/tmp/portage/dev-tcltk/tix-8.4.0/work/tix-8.4.0/generic/tix.h /usr/include/
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2007-04-28 23:23:06 UTC
fixed in cvs (8.4.2).
Comment 2 Daniel Tourde - Caelae.se 2007-05-28 16:50:35 UTC
The problem is still there for 8.4.2 on an amd64 box
Comment 3 MATSUU Takuto (RETIRED) gentoo-dev 2007-05-28 23:44:29 UTC
sorry, fixed now.