Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77700 - entrance-0.9.0.20041226 fails to compile if esmart-0.9.0.20041031 is installed
Summary: entrance-0.9.0.20041226 fails to compile if esmart-0.9.0.20041031 is installed
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-12 08:39 UTC by Gunnar Wrobel (RETIRED)
Modified: 2005-01-12 14:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gunnar Wrobel (RETIRED) gentoo-dev 2005-01-12 08:39:54 UTC
The entrance-0.9.0.20041226 ebuild depends on >=x11-libs/esmart-0.9.0.20041031 but I think it should depend on >=x11-libs/esmart-0.9.0.20041226. Emerging the new esmart version fixed the problem.

Reproducible: Always
Steps to Reproduce:
1. emerge entrance
2.
3.

Actual Results:  
gcc  -march=pentium3 -O3 -pipe -Wall   -o entrance_edit  entrance_edit.o
entrance_config.o entrance_user.o util.o entrance_x_session.o entrance_smart.o
-L/usr/lib -ledje -L/usr/lib -lecore -lecore_job -lecore_x -lecore_evas
-lecore_con -lecore_ipc -lecore_txt -lecore_config -L/usr/lib -leet -lz -ljpeg
-lm -L/usr/lib -ledb -lz -L/usr/lib -levas -L/usr/lib -lm -lesmart_container
-lesmart_text_entry -lpam -lcrypt
entrance_edit.o(.text+0xfa6): In function `interp_return_key':
: undefined reference to `esmart_text_entry_edje_part_get'
entrance_edit.o(.text+0xfc7): In function `interp_return_key':
: undefined reference to `esmart_text_entry_edje_part_get'
entrance_edit.o(.text+0xfee): In function `interp_return_key':
: undefined reference to `esmart_text_entry_edje_part_get'
entrance_edit.o(.text+0x1028): In function `interp_return_key':
: undefined reference to `esmart_text_entry_edje_part_get'
entrance_edit.o(.text+0x1073): In function `interp_return_key':
: undefined reference to `esmart_text_entry_edje_part_get'
entrance_edit.o(.text+0x161f): more undefined references to
`esmart_text_entry_edje_part_get' follow
collect2: main.o(.text+0x13ab): In function `interp_return_key':
: undefined reference to `esmart_text_entry_edje_part_get'
main.o(.text+0x13c8): In function `interp_return_key':
: undefined reference to `esmart_text_entry_edje_part_get'
main.o(.text+0x141c): In function `interp_return_key':
: undefined reference to `esmart_text_entry_edje_object_get'
main.o(.text+0x146b): In function `interp_return_key':
: undefined reference to `esmart_text_entry_edje_object_get'
main.o(.text+0x14ab): In function `interp_return_key':
: undefined reference to `esmart_text_entry_edje_object_get'
main.o(.text+0x14fa): In function `interp_return_key':
: undefined reference to `esmart_text_entry_edje_object_get'
main.o(.text+0x1a3b): In function `focus_swap':
: undefined reference to `esmart_text_entry_edje_part_get'
main.o(.text+0x1af1): In function `focus_swap':
: undefined reference to `esmart_text_entry_edje_part_get'
collect2: ld returned 1 exit status
make[3]: *** [entrance_edit] Fehler 1
make[3]: *** Warte auf noch nicht beendete Prozesse...
ld returned 1 exit status
make[3]: *** [entrance] Fehler 1
make[3]: Leaving directory
`/var/tmp/portage/entrance-0.9.0.20041226/work/entrance/src/client'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory
`/var/tmp/portage/entrance-0.9.0.20041226/work/entrance/src'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory
`/var/tmp/portage/entrance-0.9.0.20041226/work/entrance/src'
make: *** [all-recursive] Fehler 1
 * 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: x11-misc/entrance-0.9.0.20041226 failed.
!!! Function enlightenment_die, Line 73, Exitcode 0
!!! emake 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.
Comment 1 SpanKY gentoo-dev 2005-01-12 14:57:11 UTC
i'll do it later