Hello,<br>&nbsp; I am installing mythtv on debian Lenny and ran into a slight problem.&nbsp; Here is the output of aptitude: <br><br>root@brandon-debian:/home/brandon003# aptitude install<br>Reading package lists... Done<br>Building dependency tree<br>
Reading state information... Done<br>Reading extended state information<br>Initializing package states... Done<br>Reading task descriptions... Done<br>The following partially installed packages will be configured:<br>&nbsp; mythtv-common mythtv mythtv-backend mythtv-database<br>
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.<br>Need to get 0B of archives. After unpacking 0B will be used.<br>...<br>Setting up mjpegtools (1:1.8.0-0.9) ...<br>Setting up mythtv-common (0.21.svn20090115-0.0) ...<br>
dpkg: error processing mythtv-common (--configure):<br>&nbsp;subprocess post-installation script returned error exit status 128<br>dpkg: dependency problems prevent configuration of mythtv-database:<br>&nbsp;mythtv-database depends on mythtv-common (= 0.21.svn20090115-0.0); however:<br>
&nbsp; Package mythtv-common is not configured yet.<br>dpkg: error processing mythtv-database (--configure):<br>&nbsp;dependency problems - leaving unconfigured<br>dpkg: dependency problems prevent configuration of mythtv-frontend:<br>
&nbsp;mythtv-frontend depends on mythtv-common (= 0.21.svn20090115-0.0); however:<br>&nbsp; Package mythtv-common is not configured yet.<br>dpkg: error processing mythtv-frontend (--configure):<br>&nbsp;dependency problems - leaving unconfigured<br>
Setting up transcode (3:1.1.0-0.0) ...<br>dpkg: dependency problems prevent configuration of mythtv-backend:<br>&nbsp;mythtv-backend depends on mythtv-common (= 0.21.svn20090115-0.0); however:<br>&nbsp; Package mythtv-common is not configured yet.<br>
dpkg: error processing mythtv-backend (--configure):<br>&nbsp;dependency problems - leaving unconfigured<br>dpkg: dependency problems prevent configuration of mythtv:<br>&nbsp;mythtv depends on mythtv-database (&gt;= 0.21.svn20090115-0.0); however:<br>
&nbsp; Package mythtv-database is not configured yet.<br>&nbsp;mythtv depends on mythtv-frontend (&gt;= 0.21.svn20090115-0.0); however:<br>&nbsp; Package mythtv-frontend is not configured yet.<br>&nbsp;mythtv depends on mythtv-backend (&gt;= 0.21.svn20090115-0.0); however:<br>
&nbsp; Package mythtv-backend is not configured yet.<br>dpkg: error processing mythtv (--configure):<br>&nbsp;dependency problems - leaving unconfigured<br>dpkg: dependency problems prevent configuration of mythtv-themes:<br>&nbsp;mythtv-themes depends on mythtv-frontend (&gt;= 0.17-1); however:<br>
&nbsp; Package mythtv-frontend is not configured yet.<br>dpkg: error processing mythtv-themes (--configure):<br>&nbsp;dependency problems - leaving unconfigured<br>Setting up sox (14.0.1-2+b1) ...<br>Setting up libtext-bidi-perl (0.03-4+b1) ...<br>
Setting up xmltv-util (0.5.52-1) ...<br>Errors were encountered while processing:<br>&nbsp;mythtv-common<br>&nbsp;mythtv-database<br>&nbsp;mythtv-frontend<br>&nbsp;mythtv-backend<br>&nbsp;mythtv<br>&nbsp;mythtv-themes<br>E: Sub-process /usr/bin/dpkg returned an error code (1)<br>
A package failed to install.&nbsp; Trying to recover:<br>Setting up mythtv-common (0.21.svn20090115-0.0) ...<br>dpkg: error processing mythtv-common (--configure):<br>&nbsp;subprocess post-installation script returned error exit status 128<br>
dpkg: dependency problems prevent configuration of mythtv-backend:<br>&nbsp;mythtv-backend depends on mythtv-common (= 0.21.svn20090115-0.0); however:<br>&nbsp; Package mythtv-common is not configured yet.<br>dpkg: error processing mythtv-backend (--configure):<br>
&nbsp;dependency problems - leaving unconfigured<br>dpkg: dependency problems prevent configuration of mythtv-frontend:<br>&nbsp;mythtv-frontend depends on mythtv-common (= 0.21.svn20090115-0.0); however:<br>&nbsp; Package mythtv-common is not configured yet.<br>
dpkg: error processing mythtv-frontend (--configure):<br>&nbsp;dependency problems - leaving unconfigured<br>dpkg: dependency problems prevent configuration of mythtv-database:<br>&nbsp;mythtv-database depends on mythtv-common (= 0.21.svn20090115-0.0); however:<br>
&nbsp; Package mythtv-common is not configured yet.<br>dpkg: error processing mythtv-database (--configure):<br>&nbsp;dependency problems - leaving unconfigured<br>dpkg: dependency problems prevent configuration of mythtv-themes:<br>
&nbsp;mythtv-themes depends on mythtv-frontend (&gt;= 0.17-1); however:<br>&nbsp; Package mythtv-frontend is not configured yet.<br>dpkg: error processing mythtv-themes (--configure):<br>&nbsp;dependency problems - leaving unconfigured<br>
dpkg: dependency problems prevent configuration of mythtv:<br>&nbsp;mythtv depends on mythtv-database (&gt;= 0.21.svn20090115-0.0); however:<br>&nbsp; Package mythtv-database is not configured yet.<br>&nbsp;mythtv depends on mythtv-frontend (&gt;= 0.21.svn20090115-0.0); however:<br>
&nbsp; Package mythtv-frontend is not configured yet.<br>&nbsp;mythtv depends on mythtv-backend (&gt;= 0.21.svn20090115-0.0); however:<br>&nbsp; Package mythtv-backend is not configured yet.<br>dpkg: error processing mythtv (--configure):<br>
&nbsp;dependency problems - leaving unconfigured<br>Errors were encountered while processing:<br>&nbsp;mythtv-common<br>&nbsp;mythtv-backend<br>&nbsp;mythtv-frontend<br>&nbsp;mythtv-database<br>&nbsp;mythtv-themes<br>&nbsp;mythtv<br>Reading package lists... Done<br>
Building dependency tree<br>Reading state information... Done<br>Reading extended state information<br>Initializing package states... Done<br>Writing extended state information... Done<br>Reading task descriptions... Done<br>
<br><br>I found that the problem comes from /var/lib/dpkg/info/mythtv-common.postinst line 5 - &quot;. /usr/share/debconf/confmodule&quot;.&nbsp; I traced confmodule and it gets to line 18 - &quot;exec /usr/share/debconf/frontend $0 &quot;$@&quot; once it detects the frontend.&nbsp; After that is a little beyond me because I don&#39;t have experience with perl or debconf.&nbsp; Mythtv still works despite this, but I&#39;d like to know what is wrong and to stop this error from appearing everytime I use aptitude.<br>
<br>Thanks,<br>Brandon<br><br><br><br>