WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: 404 Page For ncurses-common.tcz.dep Causing Segmentation Fault [RESOLVED]  (Read 1644 times)

Offline mgibbsvt

  • Newbie
  • *
  • Posts: 2
In trying to install cfdisk.tcz as part of the frugal installation instructions I ran into an issue with the ncurses-common dependency. As tce-load looks for dependencies it tries to download the .dep file associated with each extension. It appears that although ncurses-common has no dependencies, the ncurses-common.tcz.dep URL returns a 404 page that tce-load tries to process as a dependency. This results in an intermediate ?xml.dep download and ultimately a segmentation fault for the cfdisk installation.

This is the full URL that returns the 404 page:
http://distro.ibiblio.org/tinycorelinux/3.x/tcz/ncurses-common.tcz.dep

I installed cfdisk yesterday on another test VM with no issues, so perhaps something has changed in the extension repository or with the way ibiblio returns 404 pages.

I am relatively new to Tiny Core Linux and so apologize in advance if I have overlooked something simple. I didn't find anything in the forum, documentation, or Google results about this issue. Any suggestions would be appreciated.

Thanks,
Matt
« Last Edit: June 15, 2011, 12:08:02 PM by mgibbsvt »

Offline danielibarnes

  • Hero Member
  • *****
  • Posts: 548
I just saw that today with another extension. Why would ibibilio respond "200 OK" to a file that doesn't exist?

--12:29:29--  http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/3.x/tcz/socat.tcz.dep
           => `socat.tcz.dep'
Resolving distro.ibiblio.org... 152.19.134.43
Connecting to distro.ibiblio.org|152.19.134.43|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]

    [ <=>                                 ] 2,395         --.--K/s

12:29:30 (93.07 MB/s) - `socat.tcz.dep' saved [2395]
« Last Edit: June 15, 2011, 11:32:17 AM by danielibarnes »

Offline mgibbsvt

  • Newbie
  • *
  • Posts: 2
It looks like someone fixed the underlying issue as ibiblio returns a proper 404 now:

--2011-06-15 13:50:36--  http://distro.ibiblio.org/tinycorelinux/3.x/tcz/ncurses-common.tcz.dep
Resolving distro.ibiblio.org... 152.19.134.43
Connecting to distro.ibiblio.org|152.19.134.43|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-06-15 13:50:36 ERROR 404: Not Found.

The cfdisk install also works again.

Thanks,
Matt