Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 155516
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Sound Team <sound@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Chris Slycord <cslycord@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
info emerge --info text/plain Chris Slycord 2006-11-17 12:58 0000 2.53 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 155516 depends on: Show dependency tree
Bug 155516 blocks: 148821
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-11-17 12:56 0000
oggtst will not ever install if a version of automake in the 1.4 branch isn't
installed. Since that branch is no longer depended upon by anything in the
system profile the package cannot be installed by default. Furthermore, if one
were to install the needed version of automake it could still be removed by
doing depclean or something similar to remove unneeded packages.

1) Verify that automake-1.4.* is not installed by doing
emerge -pv =sys-devel/automake-1.4*

2) Verify that it is not currently depended by anything by doing
emerge world -NDpv | grep automake

3) emerge oggtst
Fails with

>>> Emerging (1 of 1) media-sound/oggtst-0.0 to /
 * oggtst.tgz MD5 ;-) ...                                                 [ ok
]
 * oggtst.tgz size ;-) ...                                                [ ok
]
 * checking ebuild checksums ;-) ...                                      [ ok
]
 * checking auxfile checksums ;-) ...                                     [ ok
]
 * checking miscfile checksums ;-) ...                                    [ ok
]
 * checking oggtst.tgz ;-) ...                                            [ ok
]
>>> Unpacking source...
>>> Unpacking oggtst.tgz to /var/tmp/portage/oggtst-0.0/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/oggtst-0.0/work/oggtst ...
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
--localstatedir=/var/lib --build=i686-pc-linux-gnu
creating cache ./config.cache
configure: error: can not find install-sh or install.sh in . ./.. ./../..

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/oggtst-0.0/work/oggtst/config.log

!!! ERROR: media-sound/oggtst-0.0 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  oggtst-0.0.ebuild, line 20:   Called econf
  ebuild.sh, line 540:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if
relevant.

4) emerge =sys-devel/automake-1.4*
5) emerge oggtst
installs fine

------- Comment #1 From Chris Slycord 2006-11-17 12:58:57 0000 -------
Created an attachment (id=102220) [details]
emerge --info

------- Comment #2 From Chris Slycord 2006-11-17 13:12:05 0000 -------
The following change to the ebuild fixes the issue for me.

diff oggtst-0.0.ebuild oggtst-0.0.ebuild.orig 
15,16c15
<       >=media-libs/libvorbis-1.0_rc2
<       =sys-devel/automake-1.4*"
---
>       >=media-libs/libvorbis-1.0_rc2"

------- Comment #3 From Alexis Ballier 2006-11-25 03:48:10 0000 -------
Fixed, thanks.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug