Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Sep 2001 04:06:28 -0700 (PDT)
From:      Dan Pelleg <dpelleg+bsd@cs.cmu.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/30378: build failure for kdelibs2
Message-ID:  <200109061106.f86B6Sx57163@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         30378
>Category:       ports
>Synopsis:       build failure for kdelibs2
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 06 04:10:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Dan Pelleg
>Release:        4.4-PRERELEASE
>Organization:
>Environment:
ports tree from sometime Sep. 5th.
>Description:
The build for kdelibs2 fails here:

c++ -fno-builtin -Wnon-virtual-dtor -Wno-long-long -g -O0 -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -O -pipe -fno-exceptions -fno-check-new -ftemplate-depth-99 -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -o.libs/libkdesu.la.closure.libs/libkdesu_la_closure.o .libs/client.o .libs/process.o .libs/kcookie.o .libs/su.o .libs/ssh.o .libs/stub.o .libs/kdesu_pty.o  -L/usr/X11R6/lib -L/usr/local/lib../kdecore/.libs/libkdecore.so /usr/ports/x11/kdelibs2/work/kdelibs-2.2/dcop/.libs/libDCOP.so -lqt2 -lpng -lz -ljpeg -lXext -lX11 -lSM -lICE -L/usr/libexec/elf -L/usr/libexec -L/usr/lib -lstdc++ -lm -lutil -Wl,--rpath -Wl,/usr/local/lib
.libs/kdesu_pty.o: In function `PTY::getpt(void)':
/usr/ports/x11/kdelibs2/work/kdelibs-2.2/kdesu/kdesu_pty.cpp(.text+0x108): undefined reference to `openpty'
gmake[2]: *** [libkdesu.la.closure] Error 1
gmake[2]: Leaving directory `/usr/ports/x11/kdelibs2/work/kdelibs-2.2/kdesu'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11/kdelibs2/work/kdelibs-2.2'
gmake: *** [all-recursive-am] Error 2
*** Error code 2




>How-To-Repeat:
cd /usr/port/x11/kdelibs2 && make
>Fix:
add -L/usr/lib to the all_libraries line in /usr/ports/x11/kdelibs2/work/kdelibs-2.2/kdesu/Makefile
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109061106.f86B6Sx57163>