On Tue, Apr 10, 2018 at 10:35:15AM +0200, Michael Grunditz wrote:
> Autobuilder: Using existing Sources.gz (testing/main)
> Autobuilder: Using existing Sources.gz (testing/contrib)
> Autobuilder: Using existing Sources.gz (stable/main)
> Autobuilder: Using existing Sources.gz (stable/contrib)
> Autobuilder: Searching for libpng12-0 in ../Sources-testing-main.gz...
> Autobuilder: Searching for libpng12-0 in ../Sources-testing-contrib.gz...
> Autobuilder: Searching for libpng12-0 in ../Sources-stable-main.gz...
> Autobuilder: Searching for libpng12-0 in ../Sources-stable-contrib.gz...
> AutoBuilder: Package not found
> Package libpng12-0: ***Failure***
> Build for package "libpng12-0" failed
>
> Where is libpng?
It seems like Debian have moved to libpng16, which is why it's not finding
any sources. It's in the 'oldstable' distro. You can:
Change autobuilder/fetch-program line:
distros="testing stable"
to be:
distros="testing stable oldstable"
but the longer term solution is to fix up the build for the current Debian
package which is libpng16-16. This may have implications if what you're
trying to build will only work with libpng 1.2 not 1.6
Theo
_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK
No comments:
Post a Comment