public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/4320] New: Build fails on non-i386 x86_64 system
@ 2007-04-04 15:49 jan dot kratochvil at redhat dot com
  2007-04-04 16:51 ` [Bug general/4320] " cagney at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jan dot kratochvil at redhat dot com @ 2007-04-04 15:49 UTC (permalink / raw)
  To: frysk-bugzilla

Remove all 32-bit packages:
rpm -e `rpm --qf '%{name}-%{version}-%{release}.%{arch}\n' -qa|grep '[.]i[0-9]86$'`
System runs fine now.
Try to build frysk:
source='../../frysk/frysk-core/frysk/pkglibdir/funit-alarm.c'
object='frysk/pkglibdir/arch32/funit-alarm.o' libtool=no  DEPDIR=.deps
depmode=none /bin/sh ../../frysk/frysk-core/depcomp  gcc
-DPACKAGE_NAME=\"frysk\" -DPACKAGE_TARNAME=\"frysk\"
-DPACKAGE_VERSION=\"0.0.1.2007.04.04\" -DPACKAGE_STRING=\"frysk\
0.0.1.2007.04.04\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"frysk\"
-DVERSION=\"0.0.1.2007.04.04\"  -I. -I../../frysk/frysk-core   
-I../../frysk/frysk-core/../frysk-imports/include -I../../frysk/frysk-core -I.
-fPIC  -g -O -Wall -Werror -m32 -c -o frysk/pkglibdir/arch32/funit-alarm.o
../../frysk/frysk-core/frysk/pkglibdir/funit-alarm.c
In file included from /usr/include/features.h:352,
                 from /usr/include/unistd.h:26,
                 from ../../frysk/frysk-core/frysk/pkglibdir/funit-alarm.c:40:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
make[2]: *** [frysk/pkglibdir/arch32/funit-alarm.o] Error 1
make[2]: Leaving directory `/home/jkratoch/redhat/frysk-build/frysk-core'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jkratoch/redhat/frysk-build/frysk-core'
make: *** [all-recursive] Error 1

-- 
           Summary: Build fails on non-i386 x86_64 system
           Product: frysk
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: frysk-bugzilla at sourceware dot org
        ReportedBy: jan dot kratochvil at redhat dot com
  GCC host triplet: x86_64-unknown-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=4320

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug general/4320] Build fails on non-i386 x86_64 system
  2007-04-04 15:49 [Bug general/4320] New: Build fails on non-i386 x86_64 system jan dot kratochvil at redhat dot com
@ 2007-04-04 16:51 ` cagney at redhat dot com
  2007-04-04 17:05 ` jan dot kratochvil at redhat dot com
  2007-04-05  3:58 ` cagney at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cagney at redhat dot com @ 2007-04-04 16:51 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From cagney at redhat dot com  2007-04-04 17:50 -------
By default, when building on a 64-bit platform, frysk's build system requires a
full 32- and 64-bit build environment.  This ensures that, on a 64-bit system,
full 32- and 64-bit support are built and tested.

If you're building frysk on a stripped down 64-bit build environment that does
not have a full 32-bit environment installed then configure with
--disable-arch32-tests (it could do with a better name :-).


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=4320

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug general/4320] Build fails on non-i386 x86_64 system
  2007-04-04 15:49 [Bug general/4320] New: Build fails on non-i386 x86_64 system jan dot kratochvil at redhat dot com
  2007-04-04 16:51 ` [Bug general/4320] " cagney at redhat dot com
@ 2007-04-04 17:05 ` jan dot kratochvil at redhat dot com
  2007-04-05  3:58 ` cagney at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: jan dot kratochvil at redhat dot com @ 2007-04-04 17:05 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From jan dot kratochvil at redhat dot com  2007-04-04 18:05 -------
Thanks for the tip, rebuilding.
Still I have to reopen it, while I understand it is a very low priority bug.

Such option value should be autodetected by CONFIGURE.  Other packages build
fine here (AFAIK).


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


http://sourceware.org/bugzilla/show_bug.cgi?id=4320

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug general/4320] Build fails on non-i386 x86_64 system
  2007-04-04 15:49 [Bug general/4320] New: Build fails on non-i386 x86_64 system jan dot kratochvil at redhat dot com
  2007-04-04 16:51 ` [Bug general/4320] " cagney at redhat dot com
  2007-04-04 17:05 ` jan dot kratochvil at redhat dot com
@ 2007-04-05  3:58 ` cagney at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cagney at redhat dot com @ 2007-04-05  3:58 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From cagney at redhat dot com  2007-04-05 04:58 -------
The 32-bit test environment is a required part of the standard 64-bit frysk
build/install, the 32-bit compiler is a non-optional build requirement.

The --disable flag is provided solely as a workaround for build systems that
insist on separate 32-bit and 64-bit build trees.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID


http://sourceware.org/bugzilla/show_bug.cgi?id=4320

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-04-05  3:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-04 15:49 [Bug general/4320] New: Build fails on non-i386 x86_64 system jan dot kratochvil at redhat dot com
2007-04-04 16:51 ` [Bug general/4320] " cagney at redhat dot com
2007-04-04 17:05 ` jan dot kratochvil at redhat dot com
2007-04-05  3:58 ` cagney at redhat dot com

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).