On Thu, 13 Feb 2003 08:43:36 -0200 Savio Ramos <[EMAIL PROTECTED]> wrote:
> On Thu, 13 Feb 2003 04:42:25 -0200 > caio ferreira <[EMAIL PROTECTED]> wrote: > > > On Wed, 12 Feb 2003 18:00:26 -0200 > > Savio Ramos <[EMAIL PROTECTED]> wrote: > > > > > Não! Estou usando o netselect-apt que faz tudo por mim, > > > maravilhas debian... Por isso não sei nada do sid, pois ele > > > só executa a procura para woody. > > > Se puder me responder essa do deb-src também... > > > > > > ##### Fontes > > deb-src http://http.us.debian.org/debian sid main > > deb-src http://non-us.debian.org/debian-non-US unstable/non-US > > main contrib non-free > > > Coloquei as linhas acima no source.list > apt-get update > criei um diretório balsa e entrei nele > apt-get source balsa dentro do diretório > dpkg-buildpackage -b -us -uc > > E aí...zebra!!! > > dpkg-parsechangelog: error: cannot open debian/changelog to find > format: Arquivo ou diretório não encontrado dpkg-buildpackage: > unable to determine source package O problema acima foi resolvido: digitei o comando de dentro de um subdiretório que o apt criou. Porém surgiram outros que creio serem mais complicados. Creio que são outros programas/bibliotecas que devem ser compilados em conjunto (leiam abaixo). Fiz nova tentavia com o parâmetro -d (leiam mais abaixo). Alguma luz? dpkg-buildpackage: source package is balsa dpkg-buildpackage: source version is 2.0.7-1 dpkg-buildpackage: source maintainer is Andrew Lau <[EMAIL PROTECTED]> dpkg-buildpackage: host architecture is i386 dpkg-checkbuilddeps: Unmet build dependencies: libesmtp-dev, libgnomeui-dev (>= 2.0.0), libgnome2-dev, libgnomeprint2.2-dev, libgnomeprintui2.2-dev, libgtkhtml2-dev, libkrb5-dev, libldap2-dev, libltdl3-dev, libpcre3-dev, libpspell-dev, libssl-dev dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting. dpkg-buildpackage: (Use -d flag to override.) Nova tentativa com parâmetro -d dpkg-buildpackage: source package is balsa dpkg-buildpackage: source version is 2.0.7-1 dpkg-buildpackage: source maintainer is Andrew Lau <[EMAIL PROTECTED]> dpkg-buildpackage: host architecture is i386 debian/rules clean dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. make distclean make[1]: Entering directory `/home/savio/savio_linux/balsa/balsa-2.0.7' make[1]: *** Sem regra para processar o alvo `distclean'. Pare. make[1]: Leaving directory `/home/savio/savio_linux/balsa/balsa-2.0.7' make: [clean] Erro 2 (ignorado) test -r /usr/share/misc/config.sub && \ cp -f /usr/share/misc/config.sub config.sub make: [clean] Erro 1 (ignorado) test -r /usr/share/misc/config.guess && \ cp -f /usr/share/misc/config.guess config.guess make: [clean] Erro 1 (ignorado) find -name *.omf.out | xargs -r rm dh_clean debian/rules build dh_testdir # Replace remote URL to DTD with local copy # GNOME Policy, draft 0.0.0.1 find -name *.xml -exec perl -i -pe \ 's,http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd,/usr/ share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd,' \{} \; find -name *.omf -exec perl -i -pe \ 's,http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/ scrollkeeper-omf.dtd,/usr/share/xml/scrollkeeper/dtds/scrollkeepe r-omf.dtd,' \{} \; # Add here commands to configure the package. ./configure --host=i386-linux \ --build=i386-linux \ --prefix=/usr --sysconfdir=/etc \ --mandir=\${prefix}/share/man \ --enable-ldap --with-gss --with-ssl checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets ${MAKE}... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for i386-linux-gcc... no checking for gcc... gcc checking for C compiler default output... configure: error: C compiler cannot create executables make: ** [config.status] Erro 77 > > > > > > -- > > > > [ ]'s > > > > ******************* .''`. > > * [EMAIL PROTECTED] * : :' : > > * GNU/Linux Debian * `. `'` > > ******************* `- > > Gnupg ID 0x01186BE1 > > Key fingerprint =3D F17E 75C6 CE00 0E09 F63B 71B0 A0D2 FAD9 > > 0118 6BE1 > > > > A gente todos os dias arruma os cabelos: por que nao o > > coracao? > > -- Proverbio Chines > > > > > > -- > > To UNSUBSCRIBE, email to > > [EMAIL PROTECTED] with a subject > > of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > > > > > -- > To UNSUBSCRIBE, email to > [EMAIL PROTECTED] with a subject > of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >

