Opened 10 years ago

Closed 8 years ago

#12214 closed Bug Report - General (Unverified)

Mythweather: wunderground: make install failure

Reported by: angela.schmid@… Owned by:
Priority: minor Milestone: unknown
Component: Plugin - MythWeather Version: 0.27.3
Severity: medium Keywords:
Cc: Ticket locked: no

Description

make install within myhtplugins gives the following error:

make[3]: Entering directory `/home/angela/dev/mythtv/mythplugins/mythweather/mythweather/scripts/wunderground'
[ "wunderground-animaps.pl wunderground-maps.pl wunderground.pl" != "" ] && \
            install -m 755 -d /usr/share/mythtv/mythweather/scripts/wunderground/ && \
            for i in wunderground-animaps.pl wunderground-maps.pl wunderground.pl ; do install -m 755 $i /usr/share/mythtv/mythweather/scripts/wunderground/ ; done
[ "" != "" ] && \
            install -m 755 -d /usr/share/mythtv/mythweather/scripts/wunderground/ && \
            for i in  ; do install -m 644 $i /usr/share/mythtv/mythweather/scripts/wunderground/ ; done
make[3]: [install-data] Error 1 (ignored)

The value of DATA has not been set.

Change History (2)

comment:1 Changed 8 years ago by angela.schmid@…

0.27.5 compiled ok. Ticket can be closed.

comment:2 Changed 8 years ago by Karl Egly

Resolution: Unverified
Status: newclosed

closing at reporters request, thank you for getting back

Note: See TracTickets for help on using tickets.