Seems we can't rely on files downloaded from the internet for building jpoker on debian system.
IIRC, this is needed for tiddlywiki_cp. What are the alternative ? - Distributing tiddlywiki_cp inside jpoker ? - Or in a separate debian package ? What do you think ? ---------- Forwarded message ---------- From: Lucas Nussbaum <[EMAIL PROTECTED]> Date: Sun, Apr 20, 2008 at 5:37 PM Subject: Bug#477027: jpoker: FTBFS: HTTP Response 404 fetching http://gems.rubyforge.org/yaml To: [EMAIL PROTECTED] Package: jpoker Version: 1.0.11-1 Severity: serious User: [EMAIL PROTECTED] Usertags: qa-ftbfs-20080419 qa-ftbfs Justification: FTBFS on i386 Hi, During a rebuild of all packages in sid, your package failed to build on i386. This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now the default on most architectures (even if it's not the case on i386 yet). Feel free to downgrade this bug to 'important' if your package is only built on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with gcc 4.2). You can't rely on files downloaded from the internet during the build. Also, what if they were non-free? Relevant part: > make[1]: Entering directory `/build/user/jpoker-1.0.11' > xgettext --extract-all \ > --lang java \ > --from-code=UTF-8 \ > --copyright-holder='Loic Dachary <[EMAIL PROTECTED]>' \ > --output=messages.pot \ > --sort-output \ > jpoker/js/jquery.jpoker.js > msgmerge -s -U jpoker/l10n/jpoker-fr.po messages.pot > .... done. > touch jpoker/l10n/jpoker-fr.po > msgfmt --check --output-file jpoker/l10n/fr.mo jpoker/l10n/jpoker-fr.po > mkdir -p fr/LC_MESSAGES > cp jpoker/l10n/fr.mo fr/LC_MESSAGES > : now edit with kbabel jpoker/l10n/fr.mo > python mo2json.py fr > jpoker/l10n/jpoker-fr.json > msgmerge -s -U jpoker/l10n/jpoker-ja.po messages.pot > .... done. > touch jpoker/l10n/jpoker-ja.po > msgfmt --check --output-file jpoker/l10n/ja.mo jpoker/l10n/jpoker-ja.po > mkdir -p ja/LC_MESSAGES > cp jpoker/l10n/ja.mo ja/LC_MESSAGES > : now edit with kbabel jpoker/l10n/ja.mo > python mo2json.py ja > jpoker/l10n/jpoker-ja.json > gem install --include-dependencies --no-rdoc --no-ri --install-dir gems tiddlywiki_cp || \ > gem install --include-dependencies --no-rdoc --no-ri --install-dir gems tiddlywiki_cp || \ > gem install --include-dependencies --no-rdoc --no-ri --install-dir gems tiddlywiki_cp || \ > gem install --include-dependencies --no-rdoc --no-ri --install-dir gems tiddlywiki_cp > ERROR: While executing gem ... (Gem::RemoteSourceException) > HTTP Response 404 fetching http://gems.rubyforge.org/yaml > INFO: `gem install -y` is now default and will be removed > INFO: use --ignore-dependencies to install only the gems you list > ERROR: While executing gem ... (Gem::RemoteSourceException) > HTTP Response 404 fetching http://gems.rubyforge.org/yaml > INFO: `gem install -y` is now default and will be removed > INFO: use --ignore-dependencies to install only the gems you list > ERROR: While executing gem ... (Gem::RemoteSourceException) > HTTP Response 404 fetching http://gems.rubyforge.org/yaml > INFO: `gem install -y` is now default and will be removed > INFO: use --ignore-dependencies to install only the gems you list > ERROR: While executing gem ... (Gem::RemoteSourceException) > HTTP Response 404 fetching http://gems.rubyforge.org/yaml > INFO: `gem install -y` is now default and will be removed > INFO: use --ignore-dependencies to install only the gems you list > make[1]: *** [gems/bin/tiddlywiki_cp] Error 1 The full build log is available from: http://people.debian.org/~lucas/logs/2008/04/19 A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on about 50 AMD64 nodes of the Grid'5000 platform, using a clean chroot containing a sid i386 environment. Internet was not accessible from the build systems. -- | Lucas Nussbaum | [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ | | jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F | -- bou ^ _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
