Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36164 - When I try to emerge net-www/opera-7.50_alpha1, I get "failed: Host not found"
Summary: When I try to emerge net-www/opera-7.50_alpha1, I get "failed: Host not found"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-20 01:56 UTC by Andreas Braun
Modified: 2003-12-20 02:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Braun 2003-12-20 01:56:58 UTC
When I try to emerge net-www/opera-7.50_alpha1, I get "Resolving snapshots.opera.com... failed: Host not found.".

I looked into the ebuild and found 3 problems:
- FTP does not work on that server, use HTTP instead.
- Host is spelled wrong. (snapshots instead of snapshot)
- last dir /en is not there

So the right line in the ebuild file should be:
SRC_URI="http://snapshot.opera.com/unix/7.50-Preview-1/intel-linux/en/${PN}-${OPERAVER}.${OPERATYPE}.i386-en.tar.bz2"

Now it works :)

Reproducible: Always
Steps to Reproduce:
emerge /usr/portage/net-www/opera/opera-7.50_alpha1.ebuild
Actual Results:  
Resolving snapshots.opera.com... failed: Host not found.

Expected Results:  
Opera 7.50 Preview 1 installed

Portage 2.0.49-r18 (default-amd64-1.4, gcc-3.3.2, glibc-2.3.3_pre20031212-r0,
2.6.0-gentoo)
=================================================================
System uname: 2.6.0-gentoo x86_64 4
Gentoo Base System version 1.4.3.12
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-pipe -O2 -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-pipe -O2 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="3dnow X alsa amd64 avi cdr dga esd foomaticdb gdbm gif gnome gtk gtk2 imlib
jpeg libg++ libwww mmx motif mozilla mpeg ncurses nls oggvorbis opengl oss pam
pdflib perl png python readline sdl sequencer slang spell sse ssl tcltk tcpd
truetype xml2 xmms xv zlib"
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-12-20 02:05:54 UTC
argh, fixed :)