Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
gdk-pixbuf
gdk-pixbuf
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 76
    • Issues 76
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 8
    • Merge Requests 8
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • gdk-pixbufgdk-pixbuf
  • Issues
  • #52

Closed
Open
Opened Oct 12, 2015 by bugzilla-migration@bugzilla-migrationReporter

configure fails without a proper error message for some values of --with-included-backends

Submitted by Phillip Berndt

Link to original bug (#756421)

Description

With earlier versions, I used to compile a static version of gdk-pixbuf with

--disable-modules --with-libjasper --with-included-loaders=ani,icns,pcx,ras,tga,png,pnm,wbmp,xbm,xpm,qtif,bmp,gif,ico,jpeg,tiff,jasper --enable-static

Starting with 2.32, this now fails due to a syntax error in configure, apparently: Individually, each of the loaders can be compiled in (--with-includd-loaders=SINGLE_LOADER). Some combinations also work (--with-included-loaders=ani,tga,png), but others do not (--with-included-loaders=ani,tga,png,pcx). They throw lots of

[...]
checking pixbuf loaders to build... ani,tga,png,pcx
./configure: line 425: printf %s\n: command not found
./configure: line 427: printf %s\n: command not found
./configure: line 8: printf %s\n: command not found
./configure: line 14: AMDEPBACKSLASH: command not found
./configure: line 15: AMDEP_FALSE: command not found
./configure: line 16: AMDEP_TRUE: command not found
./configure: line 17: AMTAR: command not found
./configure: line 18: AM_BACKSLASH: command not found
./configure: line 19: AM_DEFAULT_V: command not found
./configure: line 20: AM_DEFAULT_VERBOSITY: command not found
./configure: line 21: AM_V: command not found
./configure: line 22: AR: command not found
./configure: line 23: AR_FLAGS: command not found
./configure: line 24: AS: command not found
./configure: line 25: AUTOCONF: command not found
./configure: line 26: AUTOHEADER: command not found
./configure: line 27: AUTOMAKE: command not found
./configure: line 28: AWK: command not found
./configure: line 29: BASE_DEPENDENCIES_CFLAGS: command not found
[...]

messages.

Judging from the configure script, some formats were removed, so I can work around this, but configure /should/ throw a proper error message instead of failing this way..

Edited May 30, 2018 by Emmanuele Bassi
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/gdk-pixbuf#52