* bug#1287: 23.0.60; emacs 23.0.60 does not build on x86_64 architeture
@ 2008-10-31 21:31 stefan-husmann
2008-11-01 16:41 ` Sven Joachim
0 siblings, 1 reply; 7+ messages in thread
From: stefan-husmann @ 2008-10-31 21:31 UTC (permalink / raw)
To: bug-gnu-emacs
Hello
I try to make a PKGBUILD on Arch Linux, x86_64 architecture. System libs
ar not installed under /usr/lib64 but under /usr/lib.
Can you help?
In GNU Emacs 23.0.60.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.14.4)
of 2008-10-26 on frege
Windowing system distributor `The X.Org Foundation', version
11.0.10402000
configured using `configure '--prefix=/usr' '--with-xft' '--with-xpm'
'--enable-font-backend' '--with-jpeg' '--with-tiff' '--with-gif'
'--with-png' '--with-sound' '--with-libotf' '--with-m17-flt'
'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: C
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: de_DE.utf8
value of $XMODIFIERS: nil
locale-coding-system: utf-8-unix
default-enable-multibyte-characters: t
Major mode: PKGBUILD
Minor modes in effect:
recentf-mode: t
shell-dirtrack-mode: t
tooltip-mode: t
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
global-auto-composition-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -I.
-I/home/haawda/paketierung/maintained_by_me/emacs-otf/src/emacs/src
-D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
-I/usr/include/freetype2 -I/usr/include/alsa -I/usr/include/librsvg-2
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include -march=x86-64 -mtune=generic -O2 -pipe
-I/usr/include/freetype2 pre-crt0.c
make[2]: *** No rule to make Target »/usr/lib64/crt1.o«,
needed by »temacs«, Stop.
make[2]: Leaving directory
`/home/haawda/paketierung/maintained_by_me/emacs-otf/src/emacs/src'
make[1]: *** [src] error 2
make[1]: Leaving directory
`/home/haawda/paketierung/maintained_by_me/emacs-otf/src/emacs'
make: *** [bootstrap] error 2
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#1287: 23.0.60; emacs 23.0.60 does not build on x86_64 architeture
2008-10-31 21:31 bug#1287: 23.0.60; emacs 23.0.60 does not build on x86_64 architeture stefan-husmann
@ 2008-11-01 16:41 ` Sven Joachim
[not found] ` <1KwerF-0OGyfY0@fwd03.aul.t-online.de>
0 siblings, 1 reply; 7+ messages in thread
From: Sven Joachim @ 2008-11-01 16:41 UTC (permalink / raw)
To: stefan-husmann@t-online.de; +Cc: 1287
Am 31.10.2008 um 22:31 schrieb stefan-husmann@t-online.de:
> Hello
>
> I try to make a PKGBUILD on Arch Linux, x86_64 architecture. System libs
> ar not installed under /usr/lib64 but under /usr/lib.
Do you have a symlink /usr/lib64 -> lib ? It might help to avoid...
> make[2]: *** No rule to make Target »/usr/lib64/crt1.o«,
> needed by »temacs«, Stop.
...this problem, because /usr/lib/crt1.o should exist.
Sven
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#1287: 23.0.60; emacs 23.0.60 does not build on x86_64 architeture
[not found] ` <1KwerF-0OGyfY0@fwd03.aul.t-online.de>
@ 2008-11-02 17:52 ` Sven Joachim
2008-11-02 18:20 ` stefan-husmann
0 siblings, 1 reply; 7+ messages in thread
From: Sven Joachim @ 2008-11-02 17:52 UTC (permalink / raw)
To: stefan-husmann@t-online.de; +Cc: 1287
[ Please keep the bug report CC'ed.]
Am 02.11.2008 um 16:27 schrieb stefan-husmann@t-online.de:
> -----Original Message-----
>> Date: Sat, 01 Nov 2008 17:41:10 +0100
>> Subject: Re: bug#1287: 23.0.60; emacs 23.0.60 does not build on x86_64
>> architeture
>> From: Sven Joachim <svenjoac@gmx.de>
>> To: "stefan-husmann\@t-online.de" <stefan-husmann@t-online.de>
>
>> Am 31.10.2008 um 22:31 schrieb stefan-husmann@t-online.de:
>>
>> > Hello
>> >
>> > I try to make a PKGBUILD on Arch Linux, x86_64 architecture. System
>> > libs ar not installed under /usr/lib64 but under /usr/lib.
>> >
>>
>> Do you have a symlink /usr/lib64 -> lib ? It might help to avoid...
>>
>> > make[2]: *** No rule to make Target »/usr/lib64/crt1.o«,
>> > needed by »temacs«, Stop.
>>
>> ...this problem, because /usr/lib/crt1.o should exist.
>>
>> Sven
>>
>>
> Hello,
>
> thank you for your answer.
>
> /usr/lib/crt1.o, /usr/lib/crti.o, /usr/lib/crtn.o, do exist. I am
> currently trying to rebuild
> with the symlinks, and it seems to work (compilation takes longer than
> it did before).
>
> But this is not a valid/beautiful solution for package maintainers. The
> problem did
> not apply in former cvs checkouts imho.
I just tested that in an amd64 chroot where I removed the /usr/lib64
symlink that my distribution creates, and Emacs built fine.
Please run `make distclean' and retry without the /usr/lib64 symlink.
Regards,
Sven
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#1287: 23.0.60; emacs 23.0.60 does not build on x86_64 architeture
2008-11-02 17:52 ` Sven Joachim
@ 2008-11-02 18:20 ` stefan-husmann
0 siblings, 0 replies; 7+ messages in thread
From: stefan-husmann @ 2008-11-02 18:20 UTC (permalink / raw)
To: Sven Joachim; +Cc: 1287
-----Original Message-----
> Date: Sun, 02 Nov 2008 18:52:39 +0100
> Subject: Re: bug#1287: 23.0.60; emacs 23.0.60 does not build on x86_64
> architeture
> From: Sven Joachim <svenjoac@gmx.de>
> To: "stefan-husmann\@t-online.de" <stefan-husmann@t-online.de>
> [ Please keep the bug report CC'ed.]
>
> Am 02.11.2008 um 16:27 schrieb stefan-husmann@t-online.de:
>
> > -----Original Message-----
> > > Date: Sat, 01 Nov 2008 17:41:10 +0100
> > > Subject: Re: bug#1287: 23.0.60; emacs 23.0.60 does not build on
> > > x86_64 architeture
> > > From: Sven Joachim <svenjoac@gmx.de>
> > > To: "stefan-husmann\@t-online.de" <stefan-husmann@t-online.de>
> >
> > > Am 31.10.2008 um 22:31 schrieb stefan-husmann@t-online.de:
> > >
> > > > Hello
> > > >
> > > > I try to make a PKGBUILD on Arch Linux, x86_64 architecture.
> > > > System libs ar not installed under /usr/lib64 but under
> > > > /usr/lib.
> > > >
> > > >
> > >
> > > Do you have a symlink /usr/lib64 -> lib ? It might help to
> > > avoid...
> > >
> > >
> > > > make[2]: *** No rule to make Target »/usr/lib64/crt1.o«,
> > > > needed by »temacs«, Stop.
> > >
> > > ...this problem, because /usr/lib/crt1.o should exist.
> > >
> > > Sven
> > >
> > >
> > Hello,
> >
> > thank you for your answer.
> >
> > /usr/lib/crt1.o, /usr/lib/crti.o, /usr/lib/crtn.o, do exist. I am
> > currently trying to rebuild
> > with the symlinks, and it seems to work (compilation takes longer
> > than it did before).
> >
> > But this is not a valid/beautiful solution for package maintainers.
> > The problem did
> > not apply in former cvs checkouts imho.
> >
>
> I just tested that in an amd64 chroot where I removed the /usr/lib64
> symlink that my distribution creates, and Emacs built fine.
>
> Please run `make distclean' and retry without the /usr/lib64 symlink.
>
> Regards,
> Sven
>
Hello,
I did as suggested and I definitely need the symlinks.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#1287: 23.0.60; emacs 23.0.60 does not build on x86_64 architeture
@ 2008-11-03 20:59 Chong Yidong
2008-11-03 23:12 ` stefan-husmann
0 siblings, 1 reply; 7+ messages in thread
From: Chong Yidong @ 2008-11-03 20:59 UTC (permalink / raw)
To: stefan-husmann@t-online.de; +Cc: 1287, Sven Joachim
First, could you make sure that all your CVS files are up to date with
`cvs up -Pd'?
In the absence of the /usr/lib64 -> /usr/lib symlink, run `configure',
and check the file src/config.h. Is the line
#define HAVE_LIB64_DIR 1
commented out, or is it uncommented?
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#1287: 23.0.60; emacs 23.0.60 does not build on x86_64 architeture
2008-11-03 20:59 Chong Yidong
@ 2008-11-03 23:12 ` stefan-husmann
2008-11-03 23:28 ` Chong Yidong
0 siblings, 1 reply; 7+ messages in thread
From: stefan-husmann @ 2008-11-03 23:12 UTC (permalink / raw)
To: Chong Yidong; +Cc: 1287
-----Original Message-----
> Date: Mon, 03 Nov 2008 21:59:05 +0100
> Subject: Re: bug#1287: 23.0.60; emacs 23.0.60 does not build on x86_64
> architeture
> From: Chong Yidong <cyd@stupidchicken.com>
> To: "stefan-husmann\@t-online.de" <stefan-husmann@t-online.de>
> First, could you make sure that all your CVS files are up to date with
> `cvs up -Pd'?
>
> In the absence of the /usr/lib64 -> /usr/lib symlink, run `configure',
> and check the file src/config.h. Is the line
>
> #define HAVE_LIB64_DIR 1
>
> commented out, or is it uncommented?
>
Hello,
it is not commented.
Regards
Stefan
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#1287: 23.0.60; emacs 23.0.60 does not build on x86_64 architeture
2008-11-03 23:12 ` stefan-husmann
@ 2008-11-03 23:28 ` Chong Yidong
0 siblings, 0 replies; 7+ messages in thread
From: Chong Yidong @ 2008-11-03 23:28 UTC (permalink / raw)
To: stefan-husmann@t-online.de; +Cc: 1287
"stefan-husmann@t-online.de" <stefan-husmann@t-online.de> writes:
>> In the absence of the /usr/lib64 -> /usr/lib symlink, run `configure',
>> and check the file src/config.h. Is the line
>>
>> #define HAVE_LIB64_DIR 1
>>
>> commented out, or is it uncommented?
>>
> it is not commented.
Does a directory /usr/lib64 exist on your system?
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-11-03 23:28 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-31 21:31 bug#1287: 23.0.60; emacs 23.0.60 does not build on x86_64 architeture stefan-husmann
2008-11-01 16:41 ` Sven Joachim
[not found] ` <1KwerF-0OGyfY0@fwd03.aul.t-online.de>
2008-11-02 17:52 ` Sven Joachim
2008-11-02 18:20 ` stefan-husmann
-- strict thread matches above, loose matches on Subject: below --
2008-11-03 20:59 Chong Yidong
2008-11-03 23:12 ` stefan-husmann
2008-11-03 23:28 ` Chong Yidong
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).