Date: Wed, 12 Jun 2013 16:07:27 +0200 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Florent Peterschmitt <florent@peterschmitt.fr> Cc: freebsd-ports@freebsd.org Subject: Re: Can't build Xorg --> make failed for ports-mgmt/pkg Message-ID: <20130612140727.GA9430@ithaqua.etoilebsd.net> In-Reply-To: <51B89A92.8070403@peterschmitt.fr> References: <CADGo8CVFGPYAx3Ffbr1GywciAOg1f1=yD%2B%2BjnT_RmFib6qO_mw@mail.gmail.com> <CADGo8CUyRE4-bAmCJ2rXL8ceGD746xR_Y9-aYy3pgj%2ByJPd5%2Bg@mail.gmail.com> <51B89A92.8070403@peterschmitt.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
--XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 12, 2013 at 03:58:10PM +0000, Florent Peterschmitt wrote: > On 12.06.2013 13:52, Miguel Clara wrote: > > I'm attempting to install kde4 in FreeBSD 10-current, after 3 days > > dealing with some dependency issues I was able to install kde4 with > > portmaster... > >=20 > > Before kde already installed Xorg, but I get a "green" and sometime > > "purple"screen when X starts, the log pointed me to this problem: > >=20 > > http://www.mail-archive.com/freebsd-current@freebsd.org/msg146880.html > >=20 > > However when trying to rebuild Xorg with portmaster it stops on "pkg" > > with the following error: > >=20 > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > --- pkg-static --- > > gcc -O2 -pipe -I/usr/local/include -fno-strict-aliasing > > -I/data/ports/ports-mgmt/pkg/work/pkg-1.0.12/pkg-static/../libpkg > > -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall > > -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes > > -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual > > -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align > > -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls > > -Wold-style-definition -Wno-pointer-sign -L/usr/local/lib -static -o > > pkg-static add.o audit.o autoremove.o backup.o check.o clean.o > > create.o delete.o event.o info.o install.o main.o progressmeter.o > > query.o register.o repo.o rquery.o update.o upgrade.o search.o set.o > > shlib.o updating.o utils.o version.o which.o fetch.o shell.o stats.o > > -L/data/ports/ports-mgmt/pkg/work/pkg-1.0.12/pkg-static/../libpkg > > -lpkg -larchive -lutil -lpthread -lsbuf -lfetch -lssl -lcrypto > > -lmd -lz -lbz2 -llzma > > -L/data/ports/ports-mgmt/pkg/work/pkg-1.0.12/pkg-static/../external/sql= ite > > -lbsdyml -lsqlite3 -larchive -lsbuf -lfetch -lpthread -lelf > > -lssl -lcrypto -lmd -lz -lbz2 -llzma -ledit -lncursesw -ljail > > /usr/local/lib/libpkg.a(pkgdb.o): In function `pkgdb_cmd': > > pkgdb.c:(.text+0x947f): undefined reference to `sqlite3_shell' > > *** [pkg-static] Error code 1 > >=20 > > make: stopped in /data/ports/ports-mgmt/pkg/work/pkg-1.0.12/pkg-static > > 1 error > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > >=20 > > Is anyone else having this problem? Or has anyone build/installed > > xorg+kde4 from ports on current with sucess? > >=20 > > Thanks > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > >=20 >=20 > First you should update your port tree, there is pkg 1.0.13. >=20 > Are you building pkg on -CURRENT ? According to the output I would say yes '--- pkg-static ---' is bmake only = :) second this error is odd because sqlite3_shell is from external/sqlite3/she= ll.c which is build before, pkg-static being the last thing built the build proc= ess should have yelled at you before. Are you sure your workdir was really clean before starting building? I know portmaster is supposed to clean it for you. regards, Bapt --XsQoSWH+UP9D9v3l Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlG4gJ8ACgkQ8kTtMUmk6EyHhACfWHAtrC4YzR7yO8dmsUBDQPyC HBQAn3nGJY+hcVXTtReWAARkOzjrJUAQ =GUqW -----END PGP SIGNATURE----- --XsQoSWH+UP9D9v3l--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130612140727.GA9430>