I do not understand what is happening here.
The change should have renamed PM_app_48x.png to UM_app_48x.png.

When I try to build using either tip or revision 1148 I do not have a problem.


(cd ../../proto/root_i386 && pkgproto . | nawk '{print $1, $3}' | sort +1) > protoproto
diff protoproto pkgproto | grep "^<" | nawk '{print $3} END {exit NR != 0}'
pkgtrans ../../packages/i386 pkg5-`hg id -i`.pkg SUNWipkg SUNWipkg-brand SUNWipkg-gui SUNWipkg-gui-data SUNWipkg-gui-l10n SUNWipkg-um SUNWpython-cherrypy SUNWpython-mako SUNWpython-ply

Padraig

Shawn Walker wrote:
This changeset broke "make packages" in the gate:

5621 Icon PM_app_48x.png should be renamed

Can someone please fix?

[email protected] wrote:
(cd ../../proto/root_i386 && pkgproto . | nawk '{print $1, $3}' | sort +1) > protoproto nawk '$1 ~ /[sdf]/ {print $1, $3}' SUNWipkg/prototype SUNWipkg-brand/prototype SUNWipkg-gui/prototype SUNWipkg-gui-data/prototype SUNWipkg-gui-l10n/prototype SUNWipkg-um/prototype SUNWpython-cherrypy/prototype SUNWpython-mako/prototype SUNWpython-ply/prototype | sort +1 -u > pkgproto diff protoproto pkgproto | grep "^<" | nawk '{print $3} END {exit NR != 0}'
usr/share/update-manager/PM_app_48x.png
usr/share/update-manager/PM_package_36x.png
*** Error code 1
make: Fatal error: Command failed for target `check'
Current working directory http://lease.sfbay:5050/job/pkg5-tip/./label=x86,platform=x86/ws/src/pkgdefs *** Error code 1
The following command caused the error:
cd pkgdefs; pwd; make packages check
make: Fatal error: Command failed for target `packages'
Checking console output

Cheers,
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to