Re: acpi module build fails

2006-08-13 Thread Jim Segrave
 Date: Sun, 13 Aug 2006 05:53:37 +0200
 From: Dimitar Vasilev [EMAIL PROTECTED]
 Subject: acpi module build fails
 To: FreeBSD Questions [EMAIL PROTECTED]
 Message-ID:
   [EMAIL PROTECTED]
 Content-Type: text/plain; charset=ISO-8859-5; format=flowed
 
 Branch - 6.1-stable
 
 This persists from 1 day - i have cvsuped from different servers around the
 globe, including cvsup from scratch.
 
 The statement on line 285 is
 
  if (acpi_resume_beep)
 timeout(acpi_stop_beep, NULL, 3 * hz);
 
 return (ret);
 }
 
 Anyone knows how to fix this ? C is not my strong side.
 Thanks,

It looks like acpi_wakeup.c had changes to beep on restart merged in,
but the required changes to acpi_machdep.c aren't in the tagged
release.

I fixed this by setting my cvsup tag to 
*default release=cvs tag=RELENG_6_1

deleting /usr/src/sys, cvsupping again. This gets you to a working
version (frozen, so you are less likely to be caught by similar
updates on the STABLE release line).


-- 
Jim Segrave   [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


linux-opera and linux-firefox

2006-08-13 Thread Jim Segrave

I've recently moved to FreeBSD 6.1 STABLE (RELENG_6_1). I've cvsupped
my ports tree Aug 9, 10:12 UTC. I removed all linux ports, deleted
/compat/linux, then tried an install of /usr/ports/www/linux-opera and
/usr/ports/www/linux-firefox. Both installed without any errors or
warning and linux-base linux_base-fc-4_6, linux-xorg-libs-6.8.2_5, and
the usual raft of other linux libraries. However neither firefox nor
opera actually run, I get:

[EMAIL PROTECTED]:/home/jes% linux-opera ERROR: ld.so: object
 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded:
ignored.
/usr/local/share/linux-opera/bin/opera: error while loading shared
libraries: /usr/lib/libpthread.so.0: ELF file OS ABI invalid

and
[EMAIL PROTECTED]:/home/jes% linux-firefox 
/usr/local/lib/linux-firefox/firefox-bin: error while loading shared
libraries: /usr/lib/libpthread.so.0: ELF file OS ABI invalid
[EMAIL PROTECTED]:/home/jes% 

[EMAIL PROTECTED]:/home/jes% file /usr/compat/linux/lib/libpthread*
/usr/compat/linux/lib/libpthread-2.3.6.so: ELF 32-bit LSB shared
object, Intel 80386, version 1 (SYSV), not stripped

/usr/compat/linux/lib/libpthread.so.0: symbolic link to
`libpthread-2.3.6.so'

Anyone have any suggestions as to the cause of this problem or its
solution?


-- 
Jim Segrave   [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]