Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

can't build babl-0.1.10

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
11 posts • Page 1 of 1
Author
Message
viralex
Apprentice
Apprentice
User avatar
Posts: 237
Joined: Thu Apr 24, 2008 6:57 pm
Location: Viareggio (Lu,Italy)

can't build babl-0.1.10

  • Quote

Post by viralex » Sun Apr 22, 2012 11:09 am

I can't build babl-0.1.10 :?
Does anyone else get this error?

Code: Select all

g-ir-scanner: Babl: warning: 1 warnings suppressed (use --warn-all to see them)
**
ERROR:girepository/girnode.c:1031:find_entry_node: assertion failed: (strlen (name) > 0)
complete emerge log
http://pastebin.com/FzHp8qWb

emerge --info
http://pastebin.com/S55nhsLW
Top
netcelli
Apprentice
Apprentice
Posts: 169
Joined: Tue Nov 29, 2005 9:10 am

  • Quote

Post by netcelli » Tue Apr 24, 2012 6:37 am

I get same error:

Code: Select all

LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}. /usr/bin/g-ir-compiler \
        --includedir=. \
        --includedir=../babl \
         \
        Babl-0.1.gir -o Babl-0.1.typelib
**
ERROR:girepository/girnode.c:1031:find_entry_node: assertion failed: (strlen (name) > 0)
Top
netcelli
Apprentice
Apprentice
Posts: 169
Joined: Tue Nov 29, 2005 9:10 am

  • Quote

Post by netcelli » Tue Apr 24, 2012 6:42 am

Problem seems to be solved in GIT repository (http://git.gnome.org/browse/babl). I compile source with no problem.
Top
blaimi
n00b
n00b
Posts: 3
Joined: Sat May 05, 2012 10:24 pm

  • Quote

Post by blaimi » Sat May 05, 2012 10:33 pm

same problem here. couldn't compile from git with “--enable-introspection”

Code: Select all

=media-libs/babl-0.1.10 -introspecion
in /etc/portage/package.use seems to work (i'm compiling gimp-2.8 atm)

EDIT: gimp-2.8 looks fine :)
Top
keenblade
Veteran
Veteran
User avatar
Posts: 1087
Joined: Sun Oct 03, 2004 6:19 pm
Contact:
Contact keenblade
Website

  • Quote

Post by keenblade » Sat May 05, 2012 11:50 pm

blaimi wrote:same problem here. couldn't compile from git with “--enable-introspection”

Code: Select all

=media-libs/babl-0.1.10 -introspecion
in /etc/portage/package.use seems to work (i'm compiling gimp-2.8 atm)

EDIT: gimp-2.8 looks fine :)
Same here, too. I can't compile from git with “--enable-introspection”.
Probably, netcelli did not enable introspection, so he could compile :)
Anyway it's all the same at the end...
Need help to get it working: "x-fi surround 5.1"
Top
gzitta
n00b
n00b
Posts: 1
Joined: Sat May 19, 2012 6:32 am

  • Quote

Post by gzitta » Sat May 19, 2012 7:32 am

could be fixed : https://bugs.gentoo.org/show_bug.cgi?id=413663
Top
jasn
Guru
Guru
User avatar
Posts: 439
Joined: Thu May 05, 2005 4:12 pm
Location: Maryland, US

  • Quote

Post by jasn » Tue May 29, 2012 7:08 pm

In the bug report, there's a patch provided which seems to have worked for some, but not for others, (myself included). If anyone's been able to compile babl-0.1.10 with the introspection USE flag, using the patch from the bug report, please feel free to describe how it was accomplished.

Thanks..
Top
Uncle CM
n00b
n00b
Posts: 13
Joined: Sun Apr 13, 2008 4:27 pm
Location: Bonn
Contact:
Contact Uncle CM
Website

  • Quote

Post by Uncle CM » Tue May 29, 2012 9:36 pm

Hey,

I was to lazy to modify/create a new ebuild with patch, so I paused the merge and modified the files ;)

After starting the merge, you have to stop after unpacking and patching the source: (just hit ctrl + Z)

Code: Select all

>>> Unpacking source...
>>> Unpacking babl-0.1.10.tar.bz2 to /var/tmp/portage/media-libs/babl-0.1.10/work
>>> Source unpacked in /var/tmp/portage/media-libs/babl-0.1.10/work
>>> Preparing source in /var/tmp/portage/media-libs/babl-0.1.10/work/babl-0.1.10 ...
 * Applying babl-0.1.6-introspection.patch ...                                                                                       [ ok ]
And edit the Makefile

Code: Select all

mcedit /var/tmp/portage/media-libs/babl-0.1.10/work/babl-0.1.10/babl/Makefile.am
And insert in line 98 as mentioned in the patch at [bug=413663]Bug 413663[/bug] ...

Code: Select all

            --identifier-prefix= --symbol-prefix=babl \
now save, execute "fg" in shell and now it should compile. But now Im stuck with gegl -.-
Top
jasn
Guru
Guru
User avatar
Posts: 439
Joined: Thu May 05, 2005 4:12 pm
Location: Maryland, US

  • Quote

Post by jasn » Wed May 30, 2012 11:16 am

Strange. If I do a manual ebuild /usr/portage/media-libs/babl/babl-0.1.10.ebuild unpack, then prepare, and then edit the corresponding babl/Makefile.am file and insert at line 98;

Code: Select all

            --identifier-prefix= --symbol-prefix=babl \
and then do an ebuild /usr/portage/media-libs/babl/babl-0.1.10.ebuild compile, I still get a failure with;

Code: Select all

ERROR:girepository/girnode.c:1031:find_entry_node: assertion failed: (strlen (name) > 0)
as noted in the bug report.

BTW, there's a similar bug report for gegl not compiling with the introspection USE flag. Not sure if it applies.
Top
jasn
Guru
Guru
User avatar
Posts: 439
Joined: Thu May 05, 2005 4:12 pm
Location: Maryland, US

  • Quote

Post by jasn » Mon Jun 04, 2012 7:52 pm

There's a new patch for this issue at the Gentoo bugzilla report, that when applied correctly, finally allowed me to emerge babl-0.1.10, with the introspection USE flag.

Good Luck..
Top
red-wolf76
l33t
l33t
User avatar
Posts: 714
Joined: Wed Apr 13, 2005 6:20 pm
Location: Rhein-Main Area

  • Quote

Post by red-wolf76 » Fri Sep 14, 2012 7:00 pm

The stop & go hack worked for me for the time being.
media-libs/gegl-0.2.0 built as well afterwards.
0mFg, G3nt00 r0X0r$ T3h B1g!1111 ;)

Use sane CFLAGS! If for no other reason, do it for the lulz!
Top
Post Reply

11 posts • Page 1 of 1

Return to “Unsupported Software”

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