[mythtv] possible changes?

Mike Wohlgemuth mjw at woogie.net
Thu Mar 13 08:42:52 EST 2003


I have the following line in my MythWeather makefile:

strip "$(INSTALL_ROOT)/usr/local/share/mythtv/mythweather/images/"

It's in the middle of the copy commands for the images, so it looks like 
another problem with strip.

Woogie


Cedar McKay wrote:

>>
>> c> Problem 2)
>> c> When installing mythweather only 9 of the 15 images get copied to
>> c> /usr/local/share/mythtv/mythweather/images on install. I have no idea
>> c> why. Red Hat users must then manually copy the rest over.
>>
>>     This doesn't happen if you regenerate the Makefile as Isaac
>> suggested.
>
>
>
> I didn't find this to be the case. I did 'make uninstall' then 
> manually deleted /usr/local/share/mythtv/mythweather
> then did 'make distclean' followed by 'make'. Upon 'make install' this 
> is what happened:
>
> [root at localhost mythweather]# make install
> ( [ -d mythweather ] && cd mythweather ; grep "^qmake_all:" Makefile 
> && make -f Makefile qmake_all; ) || true
> ( [ -d mythweather ] && cd mythweather ; make -f Makefile install; ) 
> || true
> make[1]: Entering directory 
> `/home/mythtv/download/march9cvs/mythweather/mythweather'
> cp -f "mythweather" "/usr/local/bin/mythweather"
> strip "/usr/local/bin/mythweather"
> cp -f -p "weathertypes.dat" "/usr/local/share/mythtv/mythweather/"
> cp -f -p "accid.dat" "/usr/local/share/mythtv/mythweather/"
> cp -f -p "images/acloudpsun.png" 
> "/usr/local/share/mythtv/mythweather/images/"
> cp -f -p "images/clear.png" "/usr/local/share/mythtv/mythweather/images/"
> cp -f -p "images/cloudy.png" 
> "/usr/local/share/mythtv/mythweather/images/"
> cp -f -p "images/fair.png" "/usr/local/share/mythtv/mythweather/images/"
> cp -f -p "images/flurries.png" 
> "/usr/local/share/mythtv/mythweather/images/"
> cp -f -p "images/fog.png" "/usr/local/share/mythtv/mythweather/images/"
> cp -f -p "images/logo.png" "/usr/local/share/mythtv/mythweather/images/"
> cp -f -p "images/mcloudy.png" 
> "/usr/local/share/mythtv/mythweather/images/"
> cp -f -p "images/mwmain.png" 
> "/usr/local/share/mythtv/mythweather/images/"
> strip "/usr/local/share/mythtv/mythweather/images/"
> strip: /usr/local/share/mythtv/mythweather/images/: Is a directory
> make[1]: *** [install_installimages] Error 1
> make[1]: Leaving directory 
> `/home/mythtv/download/march9cvs/mythweather/mythweather'
> [root at localhost mythweather]# exit
> exit
> [mythtv at localhost mythweather]$ cd 
> /usr/local/share/mythtv/mythweather/images/
> [mythtv at localhost images]$ ls -laF
> total 344
> drwxr-xr-x    2 root     root         4096 Mar 13 00:06 ./
> drwxr-xr-x    3 root     root         4096 Mar 13 00:06 ../
> -rw-rw-r--    1 mythtv   mythtv      43496 Jan  9 12:46 acloudpsun.png
> -rw-rw-r--    1 mythtv   mythtv      20348 Jan  9 12:46 clear.png
> -rw-rw-r--    1 mythtv   mythtv      36786 Jan  9 12:46 cloudy.png
> -rw-rw-r--    1 mythtv   mythtv       7870 Feb 28 12:13 fair.png
> -rw-rw-r--    1 mythtv   mythtv      33921 Jan  9 12:46 flurries.png
> -rw-rw-r--    1 mythtv   mythtv      25935 Jan  9 12:46 fog.png
> -rw-rw-r--    1 mythtv   mythtv      70642 Jan 27 22:21 logo.png
> -rw-rw-r--    1 mythtv   mythtv      40720 Jan  9 12:46 mcloudy.png
> -rwxrwxr-x    1 mythtv   mythtv      47288 Mar  3 18:55 mwmain.png*
> [mythtv at localhost images]$
>
>
> best,
> Cedar
>
>
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev
>




More information about the mythtv-dev mailing list