Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

Problems with imlib2

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
4 posts • Page 1 of 1
Author
Message
fosstux
Apprentice
Apprentice
User avatar
Posts: 274
Joined: Tue Oct 01, 2002 5:55 am
Location: Vienna, Austria
Contact:
Contact fosstux
Website

Problems with imlib2

  • Quote

Post by fosstux » Tue Aug 23, 2005 10:52 pm

Hi!

I'm trying to emerge k3b. Imlib2 is in the depenacies.

When trying to emerge imlib2, I get the following output:

Code: Select all

verleihnix crp # KEYWORDS=x86 emerge imlib2
Calculating dependencies  ...done!
>>> emerge (1 of 1) media-libs/imlib2-1.2.1.004 to /
>>> md5 files   ;-) imlib2-1.2.0-r2.ebuild
>>> md5 files   ;-) imlib2-9999.ebuild
>>> md5 files   ;-) imlib2-1.2.0.007-r2.ebuild
>>> md5 files   ;-) imlib2-1.2.1.004.ebuild
>>> md5 files   ;-) files/imlib2-1.2.0-loaders.patch
>>> md5 files   ;-) files/digest-imlib2-9999
>>> md5 files   ;-) files/digest-imlib2-1.2.0-r2
>>> md5 files   ;-) files/imlib2-1.2.0.007-x-typo.patch
>>> md5 files   ;-) files/imlib-1.2.0-bounds-check.patch
>>> md5 files   ;-) files/digest-imlib2-1.2.0.007-r2
>>> md5 files   ;-) files/digest-imlib2-1.2.1.004
>>> md5 files   ;-) files/imlib2-PIC.patch
>>> md5 src_uri ;-) imlib2-1.2.1.004.tar.gz
 * Please do not contact the E team about bugs in Gentoo.
 * Only contact vapier@gentoo.org via e-mail or bugzilla.
 * Remember, this stuff is CVS only code so dont cry when
 * I break you :).
>>> Unpacking source...
>>> Unpacking imlib2-1.2.1.004.tar.gz to /var/tmp/portage/imlib2-1.2.1.004/work
 * Applying imlib2-PIC.patch ...                                          [ ok ]
>>> Source unpacked.
env: ./autogen.sh: No such file or directory
 * Please do not contact the E team about bugs in Gentoo.
 * Only contact vapier@gentoo.org via e-mail or bugzilla.
 * Remember, this stuff is CVS only code so dont cry when
 * I break you :).

!!! ERROR: media-libs/imlib2-1.2.1.004 failed.
!!! Function enlightenment_die, Line 94, Exitcode 0
!!! autogen failed
!!! SEND BUG REPORTS TO vapier@gentoo.org NOT THE E TEAM
!!! If you need support, post the topmost build error, NOT this status message.
How can this be fixed?

FYI: emerge info:

Code: Select all

verleihnix crp # emerge info
Portage 2.0.51.22-r2 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r1, 2.6.12-gentoo-r9 i686)
=================================================================
System uname: 2.6.12-gentoo-r9 i686 Intel(R) Pentium(R) M processor 1.60GHz
Gentoo Base System version 1.12.0_pre6
dev-lang/python:     2.3.5, 2.4.1-r1
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=i686"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig candy ccache distlocks prelink sandbox sfperms strict"
GENTOO_MIRRORS="gentoo.inode.at"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync7.de.gentoo.org/gentoo-portage"
USE="x86 X aac acpi alsa apm avi berkdb bitmap-fonts ccache cdr crypt cups curl dvd eds emboss encode fam flash foomaticdb fortran gdbm gif glut gpm gstreamer gtk2 imlib ipv6 java jpeg junit kde libg++ libwww live mikmod motif mp3 mpeg mpeg4 mplayer ncurses net network nls nptl ogg oggvorbis opengl oss pam pdflib perl png python qt qtkde quicktime readline real sdl spell ssl tcpd tiff truetype truetype-fonts type1-fonts usb vorbis win32codecs xine xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS
Any ideas?

Thanks
Windows = a 64 bit rewrite for a 32 bit extension to a 16 bit GUI on an
8 bit OS written for a 4 bit architecture by a 2 bit company who can't
stand 1 bit of competition.
Top
EzInKy
Veteran
Veteran
User avatar
Posts: 1742
Joined: Fri Oct 11, 2002 10:24 pm
Location: Kentucky

  • Quote

Post by EzInKy » Wed Aug 24, 2005 7:30 am

There's a bug report filed. The problem is there is no ./autogen.sh in the work directory. According to imlib2's INSTALL file if the package is from their cvs tree that is how it is configured but if it is from their stable branch then the usual method is used. I tested this by running...

Code: Select all

./configure
make
...and indeed the package did compile. I tried unmasking and emerging the enlightenment cvs version but imlib2 still fails with the missing autogen.sh error.
Time is what keeps everything from happening all at once.
Top
darkphader
Veteran
Veteran
User avatar
Posts: 1225
Joined: Thu May 09, 2002 11:24 pm
Location: Motown
Contact:
Contact darkphader
Website

  • Quote

Post by darkphader » Wed Aug 24, 2005 2:42 pm

I have it installed but cannot re-emerge it. Neither will the previous version emerge. I'm thinking that it's not imlib2 itself but that something changed in one of the ebuild classes used.
WYSIWYG - What You See Is What You Grep
Top
hede
Apprentice
Apprentice
User avatar
Posts: 160
Joined: Fri Nov 07, 2003 1:43 pm
Location: Siegen/Germany

  • Quote

Post by hede » Mon Aug 29, 2005 3:13 pm

seems to be fixed now. i had the same problem but after an emerge sync everything works.

... (just writing because there was no [fixed/solved]-tag anywhere here ;-)
Der süsse Pinguin ist mir lieber als die kleinen weichen, die einem nur kaputte Fenster verkaufen
Top
Post Reply

4 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic