which pkgsrc version do I get via git?
Siju George
sgeorge.ml at gmail.com
Thu May 27 02:23:31 PDT 2010
2010/5/18 Max Herrgård <herrgard at gmail.com>:
>
> To get 2010Q1 you can use git://git.theshell.com/pkgsrc.git and the
> pkgsrc-2010Q1 branch.
>
Is this source reliable? because on my 2.7/amd64 I was building
gstreamer and I got this error :-(
(the pkgsrc mailinglist does not respond to this )
the pkgsrc repository was made using the make file options
pkgsrc-create:
@echo "If problems occur you may have to rm -rf pkgsrc and try again."
@echo ""
mkdir -p ${.CURDIR}/pkgsrc
cd ${.CURDIR}/pkgsrc && git init
cd ${.CURDIR}/pkgsrc && \
git remote add origin git://git.theshell.com/pkgsrc.git
cd ${.CURDIR}/pkgsrc && git fetch origin
cd ${.CURDIR}/pkgsrc && git branch pkgsrc-2010Q1 origin/pkgsrc-2010Q1
cd ${.CURDIR}/pkgsrc && git checkout pkgsrc-2010Q1
cd ${.CURDIR}/pkgsrc && git pull
The error is
===> Resuming update for gstreamer0.10-0.10.28
=> Bootstrap dependency digest>=20010302: found digest-20080510
===> Building for gstreamer0.10-0.10.28
Making all in pkgconfig
Making all in gst
Making all in parse
Making all in libs
Making all in gst
Making all in base
Making all in controller
Making all in dataprotocol
Making all in net
Making all in helpers
LINK gst-plugin-scanner
. ./../../gst/.libs/libgstreamer-0.10.so: undefined reference to `__udivti3'
gmake[4]: *** [gst-plugin-scanner] Error 1
gmake[3]: *** [all-recursive] Error 1
gmake[2]: *** [all-recursive] Error 1
gmake[1]: *** [all-recursive] Error 1
gmake: *** [all] Error 2
*** Error code 2
Stop.
bmake: stopped in /usr/pkgsrc/multimedia/gstreamer0.10
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/multimedia/gstreamer0.10
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/multimedia/gstreamer0.10
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/multimedia/gst-plugins0.10-bad
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/multimedia/gst-plugins0.10-bad
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/multimedia/farsight2
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/multimedia/farsight2
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/chat/pidgin
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/chat/pidgin
Thanks
--Siju
More information about the Users
mailing list