Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

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

Open
GoogleCodeExporter opened this issue Jun 19, 2015 · 9 comments
Open

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

GoogleCodeExporter opened this issue Jun 19, 2015 · 9 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 8 Aug 2010 at 4:00

Attachments:

@GoogleCodeExporter
Copy link
Author

r330 By the way.

Original comment by [email protected] on 8 Aug 2010 at 4:02

@GoogleCodeExporter
Copy link
Author

Bumpity

Original comment by [email protected] on 15 Aug 2010 at 3:20

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 5 Sep 2010 at 10:10

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 9 Sep 2010 at 10:24

  • Changed state: Started
  • Added labels: Component-Build, OpSys-Linux

@GoogleCodeExporter
Copy link
Author

any update with this?

Original comment by [email protected] on 12 Dec 2010 at 9:13

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 14 Jul 2011 at 11:20

Attachments:

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 14 Jul 2011 at 11:44

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 14 Jul 2011 at 11:58

Attachments:

@GoogleCodeExporter
Copy link
Author

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

Original comment by [email protected] on 2 Jan 2012 at 8:36

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant