gbraad / open-rp

Automatically exported from code.google.com/p/open-rp
0 stars 0 forks source link

Building Open-RP in Ubuntu 10.04 64-bit Make Errors #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn checkout this repository
2. cd to open-rp where the makefile resides
3. make, make release, or make dist-clean 

What is the expected output? What do you see instead?
Install and run is expected, instead, make errors

What version of the product are you using? On what operating system?
Ubuntu 10.04 Lucid Lynx 64-bit

Please provide any additional information below.
Make log attached.

Original issue reported on code.google.com by Otor...@gmail.com on 8 Aug 2010 at 4:00

Attachments:

GoogleCodeExporter commented 8 years ago
r330 By the way.

Original comment by Otor...@gmail.com on 8 Aug 2010 at 4:02

GoogleCodeExporter commented 8 years ago
Bumpity

Original comment by Otor...@gmail.com on 15 Aug 2010 at 3:20

GoogleCodeExporter commented 8 years ago
Maybe unrelated by I can confirm that r332 
http://code.google.com/p/open-rp/source/detail?r=332 fixes zlib linking issues 
in (K)Ubuntu 32-bit.

Original comment by Rex...@gmail.com on 5 Sep 2010 at 10:10

GoogleCodeExporter commented 8 years ago
I will install 64-bit Ubuntu 10.04 and investigate.

Can you update to r332 and confirm if the issue still persists (as suggested by 
RexVF5 above)?

Please run make dist-clean before running make:

# svn update
# make dist-clean
# make

Original comment by darryl...@gmail.com on 9 Sep 2010 at 10:24

GoogleCodeExporter commented 8 years ago
any update with this?

Original comment by nmfara...@gmail.com on 12 Dec 2010 at 9:13

GoogleCodeExporter commented 8 years ago
I also get the same build error using openSUSE 11.4 64-bit. This is building 
the latest svn checkout (r332). Build log is pretty much the same but I have 
attached it anyway in case it's useful. I did a make dist-clean before this 
build.

Original comment by Luke.D.T...@gmail.com on 14 Jul 2011 at 11:20

Attachments:

GoogleCodeExporter commented 8 years ago
UPDATE: I have a work-around.

After the failure, I went into packages.d/work/zlib-1.2.3/ and hacked the 
Makefile by adding -fPIC to the CFLAGS. I then did a 'make clean' followed by a 
'make && make install' for zlib and went back and did a main build. The build 
of libpng worked fine then.

You need to feed the -fPIC option into the build of zlib from the 
'packages.d/00-zlib' file to fix this issue on 64-bit Linux.

Original comment by Luke.D.T...@gmail.com on 14 Jul 2011 at 11:44

GoogleCodeExporter commented 8 years ago
UPDATE2:

There are more build errors after this (openssl this time). I will try to find 
out what is wrong when I have some time free. Meanwhile, a tail of the build 
log is attached...

Original comment by Luke.D.T...@gmail.com on 14 Jul 2011 at 11:58

Attachments:

GoogleCodeExporter commented 8 years ago
Project has moved to autoconf/automake.  Builds fine under Gentoo/64, should 
build for Ubuntu and/or other 64-bit distros.

Original comment by darryl...@gmail.com on 2 Jan 2012 at 8:36