Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15457 - ommniorbpy build fails
Summary: ommniorbpy build fails
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-10 16:54 UTC by Jose
Modified: 2003-02-14 15:44 UTC (History)
0 users

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


Attachments
emerge omniorbpy output (omniorbpy.output,22.36 KB, text/plain)
2003-02-10 16:57 UTC, Jose
Details
emerge omniorbpy output (omniorbpy.output,22.36 KB, text/plain)
2003-02-10 17:02 UTC, Jose
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jose 2003-02-10 16:54:23 UTC
Hi guys!
I get an error when I do this ( I append the output)
I think that myabe this happens becouse thereis an error in omniorb ebuild. I
think that becouse in mi file :

bash-2.05b$ cat 90omniORB 
PATH=/usr/share/omniORB/bin/scripts
OMNIORB_CONFIG=/etc/omniorb/omniORB.cfg

in /etc/env.d directory, the path specified
'PATH=/usr/share/omniORB/bin/scripts'  doesnt exists.




Reproducible: Always
Steps to Reproduce:
1.emerge omniORBpy-2.0.ebuild 
2. that's all
3.

Actual Results:  
I attach a file later...


bash-2.05b# emerge info
Portage 2.0.47_pre2 (default-x86-1.4, gcc-3.2, glibc-2.2.5-r7)
=================================================================
System uname: 2.4.19 i686 AMD Athlon(tm) Processor
USE="x86 oss apm arts crypt cups gif kde libg++ mikmod ncurses nls pdflib png
qtmt quicktime spell truetype xml2 xmms xv zlib gtkhtml gdbm berkdb slang
readline aalib nas bonobo svga tcltk java guile mysql sdl gpm tcpd pam libwww
ssl perl python esd imlib oggvorbis qt motif opengl mozilla ldap snmp cdr X mmx
3dnow gd encode mpeg avi jpeg gnome gtk"
ARCH="x86"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-tbird -O3 -pipe"
CXXFLAGS="-march=athlon-tbird -O3 -pipe"
ACCEPT_KEYWORDS="x86 ~arch"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
MAKEOPTS="-j2"
JDK_HOME="/opt/blackdown-jdk-1.3.1"
JAVA_HOME="/opt/blackdown-jdk-1.3.1:/opt/blackdown-jre-1.3.1"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo"

bash-2.05b#
Comment 1 Jose 2003-02-10 16:57:03 UTC
Created attachment 8136 [details]
emerge omniorbpy output

this is the output when i do 
bash-2.05b# emerge omniORBpy-2.0.ebuild
Comment 2 Jose 2003-02-10 17:02:14 UTC
Created attachment 8137 [details]
emerge omniorbpy output

this is the output when i do 
bash-2.05b# emerge omniORBpy-2.0.ebuild
Comment 3 Nick Hadaway 2003-02-13 03:19:32 UTC
I do not get the same problems emerging that you do and my /etc/env.d has the proper contents... 

maybe run etc-update?
Comment 4 Jose 2003-02-14 13:56:02 UTC
Hi again...
I do an etc-update and all things go in the same way... I have a path in :

bash-2.05b# cat /etc/env.d/90omniORB 
PATH=/usr/share/omniORB/bin/scripts           <======= this one doesnt exists
OMNIORB_CONFIG=/etc/omniorb/omniORB.cfg


I dont know is this is the cause, but at least i think its not normal...


The output from emerge omnoORBpy-2.0.ebuild with the important information about the error I think are :



make[1]: Entering directory `/var/tmp/portage/omniORBpy-2.0/work/omniORBpy-2.0/python'
/usr/bin/omniidl -v -p../omniidl_be -bpython /usr/share/idl/omniORB/Naming.idl
omniidl: Importing back-end `python'
omniidl: Could not import back-end `python'
omniidl: Maybe you need to use the -p option?
omniidl: (The error was `cannot import name output')


Are you capable to do 'omnoidl -bpython /path/to/a/sample/file.idl ?


PD: I use omniORB-4.0.0
Comment 5 Nick Hadaway 2003-02-14 15:44:31 UTC
make[1]: Entering directory `/var/tmp/portage/omniORBpy-2.0/work/omniORBpy-2.0/p
ython'
/usr/bin/omniidl -v -p../omniidl_be -bpython /usr/share/idl/omniORB/Naming.idl
omniidl: Importing back-end 'python'
omniidl: 'python' imported from '../omniidl_be/python.py'
omniidl: Preprocessing '/usr/share/idl/omniORB/Naming.idl' with '/usr/bin/omnicp
p -lang-c++ -undef -D__OMNIIDL__=0x2420 -D__OMNIIDL_PYTHON__ "/usr/share/idl/omn
iORB/Naming.idl"'

It looks like my omniORB-4.0.0 and omniORBpy-2.0 are working just fine. :)

maybe try an "emerge -up --deep omniORBpy" and see what needs to be updated?
(remove the p to proceed with the update)