* tinylogin not found
@ 2009-03-11 16:56 Jader
2009-03-11 22:34 ` Khem Raj
2009-03-11 22:39 ` Travis Stratman
0 siblings, 2 replies; 4+ messages in thread
From: Jader @ 2009-03-11 16:56 UTC (permalink / raw)
To: Open Embedded
Hello.
I'm trying to compile minimal-image but I've got a tinylogin error.
It seems tinylogin is deprecated, http://tinylogin.busybox.net/
redirects to http://bugs.busybox.net/
How can I disable it from build?
Task output below:
NOTE: Running task 379 of 801 (ID:
210, /home/vo/oe/openembedded/packages/tinylogin/tinylogin_1.4.bb,
do_fetch)
DEBUG:
Parsing /home/vo/oe/openembedded/packages/tinylogin/tinylogin_1.4.bb
(full)
DEBUG: BB /home/vo/oe/openembedded/packages/tinylogin/tinylogin_1.4.bb:
handle(data)
DEBUG: update_data()
DEBUG: update_data()
NOTE: package tinylogin-1.4: started
DEBUG: Executing task do_fetch
DEBUG: update_data()
NOTE: package tinylogin-1.4-r6: task do_fetch: started
DEBUG: mkdirhier(/home/vo/oe/build/source)
DEBUG: mkdirhier(/home/vo/oe/build/source)
DEBUG: update_data()
DEBUG: update_data()
NOTE: fetch http://tinylogin.busybox.net/downloads/tinylogin-1.4.tar.bz2
DEBUG: executing /usr/bin/env wget -t 5 --passive-ftp
--no-check-certificate -P /home/vo/oe/build/source
http://tinylogin.busybox.net/downloads/tinylogin-1.4.tar.bz2
--2009-03-11 13:26:48--
http://tinylogin.busybox.net/downloads/tinylogin-1.4.tar.bz2
Resolving tinylogin.busybox.net... 140.211.167.224
Connecting to tinylogin.busybox.net|140.211.167.224|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://bugs.busybox.net/downloads/tinylogin-1.4.tar.bz2
[following]
--2009-03-11 13:27:22--
https://bugs.busybox.net/downloads/tinylogin-1.4.tar.bz2
Resolving bugs.busybox.net... 140.211.167.224
Connecting to bugs.busybox.net|140.211.167.224|:443... connected.
WARNING: cannot verify bugs.busybox.net's certificate, issued by
`/C=US/ST=OR/O=OSU Open Source Lab/CN=OSU Open Source Lab
CA/emailAddress=dnsadmin@osuosl.org':
Unable to locally verify the issuer's authority.
HTTP request sent, awaiting response... 404 Not Found
2009-03-11 13:27:32 ERROR 404: Not Found.
NOTE: Task failed: Fetch failed:
http://tinylogin.busybox.net/downloads/tinylogin-1.4.tar.bz2
NOTE: package tinylogin-1.4-r6: task do_fetch: failed
ERROR: TaskFailed event exception, aborting
NOTE: package tinylogin-1.4: failed
ERROR: Build
of /home/vo/oe/openembedded/packages/tinylogin/tinylogin_1.4.bb do_fetch
failed
ERROR: Task 210
(/home/vo/oe/openembedded/packages/tinylogin/tinylogin_1.4.bb, do_fetch)
failed
NOTE: Tasks Summary: Attempted 378 tasks of which 378 didn't need to be
rerun and 1 failed.
ERROR: '/home/vo/oe/openembedded/packages/tinylogin/tinylogin_1.4.bb'
failed
NOTE: build 200903111325: completed
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: tinylogin not found
2009-03-11 16:56 tinylogin not found Jader
@ 2009-03-11 22:34 ` Khem Raj
2009-03-12 2:12 ` Denys Dmytriyenko
2009-03-11 22:39 ` Travis Stratman
1 sibling, 1 reply; 4+ messages in thread
From: Khem Raj @ 2009-03-11 22:34 UTC (permalink / raw)
To: openembedded-devel
On Wed, Mar 11, 2009 at 9:56 AM, Jader <jader@2mi.com.br> wrote:
> Hello.
> I'm trying to compile minimal-image but I've got a tinylogin error.
> It seems tinylogin is deprecated, http://tinylogin.busybox.net/
> redirects to http://bugs.busybox.net/
>
> How can I disable it from build?
What distro are you compiling for ?
try bitbake -g and inspect the dependencies and find out why is it
being pulled in
it only shows up explicitly in task-mamona.bb
Furthermore tinylogin should be moved to obsoleted packages IMO
Thx
-Khem
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: tinylogin not found
2009-03-11 16:56 tinylogin not found Jader
2009-03-11 22:34 ` Khem Raj
@ 2009-03-11 22:39 ` Travis Stratman
1 sibling, 0 replies; 4+ messages in thread
From: Travis Stratman @ 2009-03-11 22:39 UTC (permalink / raw)
To: openembedded-devel
On Wed, 2009-03-11 at 13:56 -0300, Jader wrote:
> Hello.
> I'm trying to compile minimal-image but I've got a tinylogin error.
> It seems tinylogin is deprecated, http://tinylogin.busybox.net/
> redirects to http://bugs.busybox.net/
>
> How can I disable it from build?
You'll want to use the apps from busybox instead. You can do this by
defining IMAGE_LOGIN_MANAGER = "busybox" in one of your .conf files and
then making sure that the defconfig that you use for busybox turns on
the appropriate apps.
TAS
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: tinylogin not found
2009-03-11 22:34 ` Khem Raj
@ 2009-03-12 2:12 ` Denys Dmytriyenko
0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2009-03-12 2:12 UTC (permalink / raw)
To: openembedded-devel
On Wed, Mar 11, 2009 at 03:34:03PM -0700, Khem Raj wrote:
> On Wed, Mar 11, 2009 at 9:56 AM, Jader <jader@2mi.com.br> wrote:
> > Hello.
> > I'm trying to compile minimal-image but I've got a tinylogin error.
> > It seems tinylogin is deprecated, http://tinylogin.busybox.net/
> > redirects to http://bugs.busybox.net/
> >
> > How can I disable it from build?
>
> What distro are you compiling for ?
> try bitbake -g and inspect the dependencies and find out why is it
> being pulled in
> it only shows up explicitly in task-mamona.bb
Khem,
It's being pulled in because of the image.bbclass setting IMAGE_LOGIN_MANAGER
to tinylogin by default.
> Furthermore tinylogin should be moved to obsoleted packages IMO
I'm not sure if tinylogin is deprecated or it's just a misconfiguration of
their server - udhcp.busybox.net also points to bugs.busybox.net...
And both of the projects are still in the source control, even though they
haven't been touched for years. Most of the functionality been rolled into
BusyBox itself...
Has anybody seen any announcements?
--
Denys
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-03-12 2:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-11 16:56 tinylogin not found Jader
2009-03-11 22:34 ` Khem Raj
2009-03-12 2:12 ` Denys Dmytriyenko
2009-03-11 22:39 ` Travis Stratman
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.