By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 838 - Build issue: Some png files in some libraries are broken
Summary: Build issue: Some png files in some libraries are broken
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: other (any) (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: All All
: P5 trivial
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-02-01 18:37 CST by walch.martin
Modified: 2012-06-30 11:39 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
fixed version of main/libraries/mlt/src/tests/test.png (1.32 KB, image/png)
2012-02-01 18:37 CST, walch.martin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description walch.martin 2012-02-01 18:37:04 CST
Created attachment 313 [details]
fixed version of main/libraries/mlt/src/tests/test.png

There are some broken png files in mlt, pykdeextensions, libtqt-perl and python-trinity.

problem: conversion cr-lf to lf and cr to lf
solution: fixed manually in hexeditor (attachment)
main/libraries/mlt/src/tests/test.png

problem: almost completely destroyed, looks like the binary data was interpreted as text on a terminal.
solution: None, hard to restore anything beyond trivial things. Is broken upstream. Files in pykdeextensions-0.3.1.tar.gz and pykdeextensions-0.4.0.tar.gz are not sound either. Can not find older versions or upstream version control repository. Original developer might still have the files.
main/libraries/pytdeextensions/app_templates/kdeutility/src/hi16-app-kdeutility.png
main/libraries/pytdeextensions/app_templates/kdeutility/src/hi32-app-kdeutility.png
main/libraries/pytdeextensions/app_templates/kdeapp/src/hi32-app-kdeapp.png
main/libraries/pytdeextensions/app_templates/kdeapp/src/hi16-app-kdeapp.png
main/libraries/pytdeextensions/app_templates/kcontrol_module/src/hi16-app-kcontrol_module.png
main/libraries/pytdeextensions/app_templates/kcontrol_module/src/hi32-app-kcontrol_module.png

problem: broken with commit "Initial TQt conversion"
solution: revert files to old revision
main/libraries/libtqt-perl/doc/images/pqtsh.png
main/libraries/python-trinity/doc/images/mimetype.png
main/libraries/python-trinity/doc/images/uisampler.png
main/libraries/python-trinity/doc/images/kdcop2.png
main/libraries/python-trinity/doc/images/khtmlpart.png
main/libraries/python-trinity/examples/pytde-sampler/aboutkde.png
main/libraries/python-trinity/examples/aboutkde.png
main/libraries/python-trinity/examples/astron.png
main/libraries/python-trinity/examples/pytestimage.png
main/libraries/python-trinity/examples/qxembed_example.png
Comment 1 Darrell 2012-06-23 02:30:18 CDT
mlt png fixed in GIT hash 552c3a5b.

libtqt-perl png fixed in GIT hash f864eb6d.

python-trinity pngs fixed in GIT hash 3ea72f68.
Comment 2 Darrell 2012-06-23 16:28:46 CDT
I too looked around the web for older versions of pykdeextensions in the hope of finding viewable png images. Nothing. Possibly if we found some CD/DVD ISOs or repositories from 2005 we might succeed.

I emailed Simon Edwards asking whether he has viewable copies.
Comment 3 Darrell 2012-06-30 11:39:18 CDT
I replaced the pytdeextensions image files with copies from our repository. I believe the images are dummy placeholders anyway.

The last updates resolves this report.

Thank you for reporting!