Hi Corey, I was able to build rc3 on ubuntu 12.04. Appreciate your hard work and quick response and this will be useful for many developers across globe. I am curious to know the diff and patch for this. Can you point me the diff or fix done.
Thanks, Rishi -----Original Message----- From: Corey Minyard [mailto:[email protected]] Sent: Friday, August 30, 2013 1:55 PM To: Rishi Kaundinya Mutnuru Cc: [email protected] Subject: Re: [Openipmi-developer] Compilation error with OpenIPMI in ubntu 12.04 On 08/30/2013 02:59 PM, Rishi Kaundinya Mutnuru wrote: > Hi Corey, > I still didn't see rc3. What I mean of distribution is either rpm or > library/tools compiled for ubuntin12.04. rc3 should be there, I just checked again. You are looking at http://sourceforge.net/projects/openipmi/files/OpenIPMI%202.0%20Library/ ? I don't do RPMs or debs or anything like that. That means I'd have to have a boatload of distros and do a bunch of work each release. That's really not feasible. -corey > Thank you very much, > Regards, > Rishi > > > -----Original Message----- > From: Corey Minyard [mailto:[email protected]] > Sent: Friday, August 30, 2013 12:34 PM > To: Rishi Kaundinya Mutnuru > Cc: [email protected] > Subject: Re: [Openipmi-developer] Compilation error with OpenIPMI in > ubntu 12.04 > > Dang, one more button to press on Sourceforge. It should be there now. > > I'm not sure what you mean by distribution. I don't do anything for > distributions, that's done by the distribution maintainers. There are too > many for me to handle. > > -corey > > On 08/30/2013 02:12 PM, Rishi Kaundinya Mutnuru wrote: >> Hi Corey, >> I couldn't see rc3 yet. Can you please send me the location for download. >> Also, please send me the pointer to the distribution for ubuntu 12.04. >> >> Thanks, >> Rishi >> >> >> -----Original Message----- >> From: Corey Minyard [mailto:[email protected]] >> Sent: Friday, August 30, 2013 10:45 AM >> To: Rishi Kaundinya Mutnuru >> Cc: [email protected] >> Subject: Re: [Openipmi-developer] Compilation error with OpenIPMI in >> ubntu 12.04 >> >> Sorry, I missed something there. There is an rc3 version up now, can you >> try that? >> >> -corey >> >> On 08/30/2013 12:20 PM, Rishi Kaundinya Mutnuru wrote: >>> I got following error with rc2. >>> >>> /bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. >>> -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -g -O2 -MT string.lo >>> -MD -MP -MF .deps/string.Tpo -c -o string.lo string.c >>> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare >>> -I../include -DIPMI_CHECK_LOCKS -g -O2 -MT string.lo -MD -MP -MF >>> .deps/string.Tpo -c string.c -fPIC -DPIC -o .libs/string.o >>> string.c:56:34: fatal error: OpenIPMI/ipmi_string.h: No such file or >>> directory compilation terminated. >>> make[2]: *** [string.lo] Error 1 >>> make[2]: Leaving directory `/home/jab/OpenIPMI2/OpenIPMI-2.0.20-rc2/utils' >>> >>> -----Original Message----- >>> From: Corey Minyard [mailto:[email protected]] >>> Sent: Friday, August 30, 2013 6:19 AM >>> To: Rishi Kaundinya Mutnuru >>> Cc: [email protected] >>> Subject: Re: [Openipmi-developer] Compilation error with OpenIPMI in >>> ubntu 12.04 >>> >>> I just uploaded an rc2 version, can you try that? >>> >>> Thanks, >>> >>> -corey >>> >>> On 08/30/2013 12:46 AM, Rishi Kaundinya Mutnuru wrote: >>>> Hi, >>>> I have downladed OpenIPMI-2.0.20-rc1 and tried using for developing >>>> a hardware monitoring tool. >>>> I am facing >>>> compilation issues on ubuntu 12.04 host. I am snipping the error >>>> below with the system details. >>>> Highly appreciate your quick response as this critical for our work. >>>> <snip> >>>> $uname -a >>>> Linux 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 >>>> x86_64 x86_64 x86_64 GNU/Linux >>>> $ lsb_release -a >>>> No LSB modules are available. >>>> Distributor ID: Ubuntu >>>> Description: Ubuntu 12.04.3 LTS >>>> Release: 12.04 >>>> Codename: precise >>>> _jab@__x__:~/OpenIPMI/OpenIPMI-2.0.20-rc1$_ >>>> <mailto:jab@nunez-jab:%7E/OpenIPMI/OpenIPMI-2.0.20-rc1$>gcc -v >>>> Using built-in specs. >>>> COLLECT_GCC=/usr/bin/gcc-4.6.real >>>> COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper >>>> Target: x86_64-linux-gnu >>>> Configured with: ../src/configure -v >>>> --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' >>>> --with-bugurl=_file:///usr/share/doc/gcc-4.6/README.Bugs_--enable-l >>>> a n g uages=c,c++,fortran,objc,obj-c++ --prefix=/usr >>>> --program-suffix=-4.6 --enable-shared --enable-linker-build-id >>>> --with-system-zlib --libexecdir=/usr/lib --without-included-gettext >>>> --enable-threads=posix >>>> --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib >>>> --enable-nls --with-sysroot=/ --enable-clocale=gnu >>>> --enable-libstdcxx-debug --enable-libstdcxx-time=yes >>>> --enable-gnu-unique-object --enable-plugin --enable-objc-gc >>>> --disable-werror --with-arch-32=i686 --with-tune=generic >>>> --enable-checking=release --build=x86_64-linux-gnu >>>> --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: >>>> posix gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ... .... >>>> .. >>>> bin/bash ../libtool --tag=CC --mode=link gcc -Wall -Wsign-compare >>>> -I../include -DIPMI_CHECK_LOCKS -g -O2 -rdynamic >>>> ../unix/libOpenIPMIposix.la -o ipmi_sim ipmi_sim.o emu.o emu_cmd.o >>>> -lpopt libIPMIlanserv.la >>>> libtool: link: gcc -Wall -Wsign-compare -I../include >>>> -DIPMI_CHECK_LOCKS -g -O2 -rdynamic -o .libs/ipmi_sim ipmi_sim.o >>>> emu.o emu_cmd.o ../unix/.libs/libOpenIPMIposix.so >>>> /usr/lib/x86_64-linux-gnu/libpopt.so ./.libs/libIPMIlanserv.so >>>> -Wl,-rpath -Wl,/home/jab/OpenIPMI/opt/lib >>>> ipmi_sim.o: In function `sleeper': >>>> /home/jab/OpenIPMI/OpenIPMI-2.0.20-rc1/lanserv/ipmi_sim.c:968: >>>> undefined reference to `os_handler_alloc_waiter' >>>> /home/jab/OpenIPMI/OpenIPMI-2.0.20-rc1/lanserv/ipmi_sim.c:974: >>>> undefined reference to `os_handler_waiter_wait' >>>> /home/jab/OpenIPMI/OpenIPMI-2.0.20-rc1/lanserv/ipmi_sim.c:975: >>>> undefined reference to `os_handler_waiter_release' >>>> ipmi_sim.o: In function `main': >>>> /home/jab/OpenIPMI/OpenIPMI-2.0.20-rc1/lanserv/ipmi_sim.c:1190: >>>> undefined reference to `os_handler_alloc_waiter_factory' >>>> collect2: ld returned 1 exit status >>>> make[3]: *** [ipmi_sim] Error 1 >>>> make[3]: Leaving directory >>>> `/home/jab/OpenIPMI/OpenIPMI-2.0.20-rc1/lanserv' >>>> make[2]: *** [all-recursive] Error 1 >>>> make[2]: Leaving directory >>>> `/home/jab/OpenIPMI/OpenIPMI-2.0.20-rc1/lanserv' >>>> make[1]: *** [all-recursive] Error 1 >>>> make[1]: Leaving directory `/home/jab/OpenIPMI/OpenIPMI-2.0.20-rc1' >>>> make: *** [all] Error 2 >>>> Thanks, >>>> Rishi >>>> >>> >> >> > > > ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ Openipmi-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openipmi-developer
