search for: archdir

Displaying 12 results from an estimated 12 matches for "archdir".

2012 Feb 23
0
Bug#653790: klibc/s390x: searches for include in the wrong path
...c 2011, Aurelien Jarno wrote: > s390 and s390x are sharing the same include files, in > /usr/lib/klibc/include/arch/s390. However klcc seatches for the s390x > includes in /usr/lib/klibc/include/arch/s390x, which doesn't exist. > > The patch below fixes the issue by using the ARCHDIR variable instead > of the ARCH one in klcc. It's one possible fix, another possible fix > would be to use a symlink, or to split s390 and s390x in two different > architectures as anyway they don't share so much code. thanks applied and pushed. will upload to Debian in next day...
2014 Jan 16
1
[PATCH] hivex: ruby: Support 'make INSTALLDIRS=vendor install' for Ruby
...100644 --- a/ruby/Makefile.am +++ b/ruby/Makefile.am @@ -45,13 +45,17 @@ all: $(RAKE) build $(RAKE) rdoc -RUBY_SITELIB := $(shell $(RUBY) -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']") -RUBY_SITEARCH := $(shell $(RUBY) -rrbconfig -e "puts RbConfig::CONFIG['sitearchdir']") +# Packagers can override this by doing: make INSTALLDIRS=vendor install +# INSTALLDIRS also affects where Perl bindings are installed. +INSTALLDIRS = site + +RUBY_LIBDIR := $(shell $(RUBY) -rrbconfig -e "puts RbConfig::CONFIG['$(INSTALLDIRS)libdir']") +RUBY_ARCHDIR :...
2018 Feb 26
3
[PATCH 1/4] include sys/types.h in more places
Include sys/types.h to avoid compilation warnings: In file included from $LINUX/usr/include/linux/byteorder/little_endian.h:12:0, from $LINUX/usr/include/asm/byteorder.h:5, from $KLIBC/usr/klibc/../include/klibc/endian.h:11, from $KLIBC/usr/klibc/../include/endian.h:8, from $KLIBC/usr/klibc/pread.c:7:
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
...::CONFIG["vendorhdrdir"], rake/rakeconfigure.rb: File.join(Config::CONFIG["rubyhdrdir"], rake/rakeconfigure.rb: Config::CONFIG[''arch'']) ] rake/rakeconfigure.rb: $ruby_includes = " -I. -I " + Config::CONFIG["archdir"] rake/rakeconfigure.rb:$ruby_ldflags = Config::CONFIG["LDFLAGS"] rake/rakeconfigure.rb:$ruby_libs = Config::CONFIG["LIBS"] rake/rakeconfigure.rb:OBJ_EXT = Config::CONFIG["OBJEXT"] rake/rakewx.rb:$ruby_exe = Config::CONFIG["ruby_install_name"] rake/rake...
2006 Oct 15
4
Mongrel on CentOS 4.3 / RHEL 4.3 64Bit
...n. Results logged to /usr/lib64/ruby/gems/1.8/gems/mongrel-0.3.13.4/ext/http11/gem_make.out ******* If you encounter "can''t find header files for ruby" problem, first download the ruby src from ruby-lang, then copy *.h especially ruby.h to the result of Config::CONFIG["archdir"](/usr/lib/ruby/1.8/i586-linux-gnu/ on my machine). Reinstall mongrel, then it''s ok. http://www.befittr.com/blog/2006/09/09/configuring-ec2-rails-mongrel-apache-22-and-mysql-5/feed/ *************************************************** because of the above error I''ll grab a...
2019 Jan 18
0
[klibc:master] use more consistent quoting
...S)klcc $(obj)/$(KLIBCCROSS)klibc.config: $(src)/Kbuild \ $(srctree)/Makefile \ $(srctree)/scripts/Kbuild.klibc - @echo " GEN $@" + @echo ' GEN $@' $(Q)rm -f $@ $(Q)echo 'ARCH=$(KLIBCARCH)' >> $@ $(Q)echo 'ARCHDIR=$(KLIBCARCHDIR)' >> $@
2019 Jan 18
0
[klibc:master] remove some 'make -s' build spew
...klcc $(obj)/$(KLIBCCROSS)klibc.config: $(src)/Kbuild \ $(srctree)/Makefile \ $(srctree)/scripts/Kbuild.klibc - @echo ' GEN $@' + @$(kecho) ' GEN $@' $(Q)rm -f $@ $(Q)echo 'ARCH=$(KLIBCARCH)' >> $@ $(Q)echo 'ARCHDIR=$(KLIBCARCHDIR)' >> $@
2008 Jul 29
1
[releng_7 tinderbox] failure on sparc64/sparc64
...ISO8859-5.out uk_UA.KOI8-U.out uk_UA.UTF-8.out zh_CN.eucCN.out zh_CN.GB18030.out zh_CN.GB2312.out zh_CN.UTF-8.out zh_TW.Big5.out zh_TW.UTF-8.out ===> share/zoneinfo (cleandir) rm -f yearistype ===> sys (cleandir) "Makefile", line 15: Unassociated shell command "sys ufs vm xdr ${ARCHDIR}" make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-07-29 09:38:28 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-07-29 09:38:28 - ERROR: failed to build world TB --- 2008-0...
2010 Mar 11
14
trying to install postgres gem on fedora 12 ..
I get these errors : gem install pg -- --with-pgsql-include-dir=''/usr/include/pgsql'' -- with-pgsql-lib-dir=''/usr/lib/pgsql'' Building native extensions. This could take a while... ERROR: Error installing pg: ERROR: Failed to build gem native extension. /usr/bin/ruby extconf.rb --with-pgsql-include-dir=/usr/include/pgsql -- with-pgsql-lib-dir=/usr/lib/pgsql
2004 Apr 27
15
Building wxruby on Solaris 9
Hi all, Ruby 1.8.1 Solaris 9 wxwindows 2.4.2 (package from blastwave.org) wxruby 0.3.0 I''m having trouble getting this sucker to build on my Solaris box. Here''s how I''m building: ruby extconf.rb --with-xrc-dir=/opt/csw --with-xrc-include=/opt/csw/lib/wx The include directive I added because the setup.h file is there (for whatever reason). And yes, /opt/csw/bin and
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...second patch. Do you have any other suggestion to fix both problems ? -------------- next part -------------- make -f /root/ofs/trunk/packages/klibc-2.0.2/scripts/Kbuild.klibc obj=klcc GEN klcc/klibc.config rm -f klcc/klibc.config echo 'ARCH=ppc' >> klcc/klibc.config echo 'ARCHDIR=ppc' >> klcc/klibc.config echo 'CROSS=ppc-linux-' >> klcc/klibc.config echo 'KCROSS=' >> klcc/klibc.config echo 'CC=ppc-linux-gcc' >> klcc/klibc.config echo 'LD=ppc-linux-ld' >> klcc/klibc.config echo 'REQFLAGS=-D__KLIBC__=2 -D__...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux