Double Post

2009-03-05 Thread Mark A. Maupin
Sorry for the double posting there guys
My session timed out and i didnt think the 1st message sent.
I don't remember re-sending it, but i was in the middle of my 
morning coffee at the time, so not sure what happened there.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Problem building x11/libgnome on 4.10 (sorry for double post)

2004-11-15 Thread Mathias Samuelson
(Sorry for previous post, fighting with Outlook on citrix)

Just cvsup:ed ports, ran portsclean -C then trying to build x11/libgnome
reports the error:


/usr/local/lib/libgthread-2.0.so: undefined reference to
`pthread_cond_signal'
/usr/local/lib/libgthread-2.0.so: undefined reference to
`pthread_attr_destroy'
/usr/X11R6/lib/libgnomevfs-2.so: undefined reference to `pthread_create'
/usr/local/lib/libgthread-2.0.so: undefined reference to
`pthread_getspecific'
/usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_init'
/usr/X11R6/lib/libgnomevfs-2.so: undefined reference to `pthread_exit'
/usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_equal'
/usr/local/lib/libgthread-2.0.so: undefined reference to
`pthread_getschedparam'
/usr/local/lib/libgthread-2.0.so: undefined reference to
`pthread_attr_setscope'
/usr/local/lib/libgthread-2.0.so: undefined reference to
`pthread_cond_broadcast'
/usr/local/lib/libgthread-2.0.so: undefined reference to
`pthread_setschedparam'
/usr/local/lib/libgthread-2.0.so: undefined reference to
`pthread_key_create'
/usr/local/lib/libgthread-2.0.so: undefined reference to
`pthread_attr_setstacksize'
/usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_init'
/usr/local/lib/libgthread-2.0.so: undefined reference to
`pthread_mutex_unlock'
/usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_self'
/usr/local/lib/libgthread-2.0.so: undefined reference to
`pthread_mutex_destroy'
/usr/local/lib/libgthread-2.0.so: undefined reference to
`pthread_mutex_lock'
/usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_wait'
/usr/local/lib/libgthread-2.0.so: undefined reference to
`pthread_mutex_trylock'
/usr/local/lib/libgthread-2.0.so: undefined reference to
`pthread_cond_destroy'
/usr/local/lib/libgthread-2.0.so: undefined reference to
`pthread_mutex_init'
/usr/local/lib/libgthread-2.0.so: undefined reference to
`pthread_attr_setschedparam'
/usr/local/lib/libgthread-2.0.so: undefined reference to
`pthread_attr_setdetachstate'
/usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_join'
/usr/local/lib/libgthread-2.0.so: undefined reference to
`pthread_cond_timedwait'
/usr/local/lib/libgthread-2.0.so: undefined reference to
`pthread_attr_getschedparam'
/usr/local/lib/libgthread-2.0.so: undefined reference to
`pthread_setspecific'
gmake[3]: *** [gnome-open] Error 1
gmake[3]: Leaving directory
`/usr/ports/x11/libgnome/work/libgnome-2.8.0/libgnome'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/usr/ports/x11/libgnome/work/libgnome-2.8.0/libgnome'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/x11/libgnome.

bash-2.05b# uname -a
FreeBSD matsam.dimension.se 4.10-STABLE FreeBSD 4.10-STABLE #1: Wed Oct  6
16:06:46 CEST 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL  i386
bash-2.05b# cat /etc/make.conf
# $FreeBSD: src/etc/defaults/make.conf,v 1.97.2.67 2002/06/02 16:07:01
matusita Exp $ # # NOTE:  Please would any committer updating this file also
update the # make.conf(5) manual page, if necessary, which is located in #
src/share/man/man5/make.conf.5. # # This file, if present, will be read by
make (see /usr/share/mk/sys.mk). # It allows you to override macro
definitions to make without changing # your source tree, or anything the
source tree installs. # # This file must be in valid Makefile syntax. # #
You have to find the things you can put here in the Makefiles and #
documentation of the source tree. # # # The CPUTYPE variable controls which
processor should be targetted for # generated code.  This controls
processor-specific optimizations in # certain code (currently only OpenSSL)
as well as modifying the value # of CFLAGS to contain the appropriate
optimization directive to gcc. # The automatic setting of CFLAGS may be
overridden using the # NO_CPU_CFLAGS variable below. # Currently the
following CPU types are recognised:
#   Intel x86 architecture:
#   (AMD CPUs)  k7 k6-2 k6 k5
#   (Intel CPUs)p4 p3 p2 i686 i586/mmx i586 i486 i386
#   Alpha/AXP architecture: ev6 pca56 ev56 ev5 ev45 ev4
#
# If you experience any problems after setting this flag, please unset # it
again before submitting a bug report or attempting to modify code. # It may
be that certain types of software will become unstable after being #
compiled with processor-specific (or higher - see below) optimization flags.
# If in doubt, do not set CPUTYPE or CFLAGS to non-default values. #
CPUTYPE=p3
#NO_CPU_CFLAGS= true# Don't add -march= to CFLAGS automatically
#NO_CPU_COPTFLAGS=true  # Don't add -march= to COPTFLAGS automatically
# # CFLAGS controls the compiler settings used when compiling C code. # Note
that optimization settings above -O (-O2, ...) are not recommended # or
supported for compiling the world or the kernel - please revert any #
nonstandard optimization settings to "-O" b

Sorry for the double post, the list was kinda slow

2002-07-12 Thread Jason Porter

Sorry for the double post, the list was kinda slow, they're both the 
same messages, so you can disregard one of them.

-- 
-Jason Porter

"Real programmers are secure enough to write 
readable code, which they then self-righteously 
refuse to explain."



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message