WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: gfortran.tcz: libgfortran.la is invalid  (Read 3662 times)

Offline Akane

  • Jr. Member
  • **
  • Posts: 71
    • My home server by RaspberryPi
gfortran.tcz: libgfortran.la is invalid
« on: September 30, 2012, 01:18:26 AM »
Hello world.

/usr/local/lib/libgfortran.la which is in gfortran.tcz is invalid.

In gcc_libs.tcz, libquadmath.la is located in /usr/local/lib,
but the content if the /usr/local/lib/libgfortran.la in gfortran.tcz is pointing /usr/lib/libquadmath.la.

Here is
$ diff /usr/local/lib/libgfortran.tcz.bad /usr/local/lib/libgfortran.tcz
Code: [Select]
20c20
< dependency_libs=' '/usr/lib'/libquadmath.la -lm'
---
> dependency_libs=' '/usr/local/lib'/libquadmath.la -lm'
41a42
>

I would like to you fix it.

Thank you.
Sorry for my terrible English.
Country: Japan
Interested in: HPC, low-level programming, embedded system and so on

Offline Akane

  • Jr. Member
  • **
  • Posts: 71
    • My home server by RaspberryPi
Re: gfortran.tcz: libgfortran.la is invalid
« Reply #1 on: October 04, 2012, 01:24:42 AM »
I can't compile OpenMPI for this serious bug. :(

Please fix it.

Or give me the authority to administer TCEs. :)
Sorry for my terrible English.
Country: Japan
Interested in: HPC, low-level programming, embedded system and so on

Offline solorin

  • Full Member
  • ***
  • Posts: 184
Re: gfortran.tcz: libgfortran.la is invalid
« Reply #2 on: October 04, 2012, 05:46:48 AM »
Hello Akane.

Any authority you have is proportional to the respect accorded you by others,
which is in turn proportional to the respect you accord others and yourself.

If reporting a bug on the forum doesn't elicit a response after a reasonable time period,
it is customary PM the maintainer (check the info file).

If you don't receive a response after another reasonable time period, you can follow the instructions here: http://wiki.tinycorelinux.net/wiki:creating_extensions
and resubmit your bugfixed tcz to the repository maintainers.

cheerio,
world

p.s good luck on your project. a cluster of Cores. that's exciting!
« Last Edit: October 04, 2012, 07:04:41 PM by solorin »
. . . if you don't know, now you know. . .
        ----- R.I.P. Biggie Smalls -----

Offline Akane

  • Jr. Member
  • **
  • Posts: 71
    • My home server by RaspberryPi
Re: gfortran.tcz: libgfortran.la is invalid
« Reply #3 on: October 05, 2012, 10:50:17 PM »
Hello solorin.
Thank you for your reply.

I see that I have the authority to resubmit TCEs.
It looks interesting.

I'll resubmit the bugfixed gfortran.tcz in person.

In this way, should I report resubmitting every time?


p.s. Thank you for cheering.
Sorry for my terrible English.
Country: Japan
Interested in: HPC, low-level programming, embedded system and so on

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: gfortran.tcz: libgfortran.la is invalid
« Reply #4 on: October 06, 2012, 12:24:46 AM »
The usual way is to report bugs, wait a week (optionally PM the maintainer), if no response, then send an updated extension.

It'd be nice to report that in the bug thread, that the bug is solved with the updated package.
The only barriers that can stop you are the ones you create yourself.

Offline Akane

  • Jr. Member
  • **
  • Posts: 71
    • My home server by RaspberryPi
Re: gfortran.tcz: libgfortran.la is invalid
« Reply #5 on: October 06, 2012, 02:47:15 AM »
Thank you, curaga.

I'll wait for days.
If there's no response, I'll resubmit.

Thank you all, very much.
Sorry for my terrible English.
Country: Japan
Interested in: HPC, low-level programming, embedded system and so on

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11179
Re: gfortran.tcz: libgfortran.la is invalid
« Reply #6 on: October 06, 2012, 05:50:55 AM »
Hi Akane
I think you should send a PM to  robc  that includes a link to this thread so that he may respond.

Offline Akane

  • Jr. Member
  • **
  • Posts: 71
    • My home server by RaspberryPi
Re: gfortran.tcz: libgfortran.la is invalid
« Reply #7 on: October 06, 2012, 06:59:28 AM »
Thank you for yur advice, rich.

But, I have a question.
What does "PM" stands for?
Sorry for my terrible English.
Country: Japan
Interested in: HPC, low-level programming, embedded system and so on

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11179
Re: gfortran.tcz: libgfortran.la is invalid
« Reply #8 on: October 06, 2012, 07:37:37 AM »
Hi Akane
Sorry, it stands for  Personal Message. Use the Members link at the top of the page to look up  robc. Then click
on his name to see his profile. Then click on  Send Personal Message  on the left of the screen.

Offline Akane

  • Jr. Member
  • **
  • Posts: 71
    • My home server by RaspberryPi
Re: gfortran.tcz: libgfortran.la is invalid
« Reply #9 on: October 06, 2012, 07:59:01 AM »
Thank you, Rich.
"PM" stands for "Private Message". I remembered.

I have just sent Private Message to robc with this topic's URL.
Sorry for my terrible English.
Country: Japan
Interested in: HPC, low-level programming, embedded system and so on

Offline Akane

  • Jr. Member
  • **
  • Posts: 71
    • My home server by RaspberryPi
Re: gfortran.tcz: libgfortran.la is invalid
« Reply #10 on: October 14, 2012, 08:20:06 AM »
Long overdue, everyone.
I'm too busy to write here these days. Sorry.

robc said that feel free to fix the tcz.
So I fixed the invalid code and sent the bugfixed gfortran.tcz to the tcesubmit address last week.
Then Robert replied.

Now the gfortran.tcz is updated and OpenMPI can compile.

Thanks a lot for you to advice me, solorin, curaga and Rich!
I could study many things from you!

Regards,
Akane.
Sorry for my terrible English.
Country: Japan
Interested in: HPC, low-level programming, embedded system and so on

Offline solorin

  • Full Member
  • ***
  • Posts: 184
Re: gfortran.tcz: libgfortran.la is invalid
« Reply #11 on: October 16, 2012, 03:13:24 AM »
awesome.
b(o.o)d

thank you.

cheers,
sol

p.s. will you be packaging OpenMPI as well?
. . . if you don't know, now you know. . .
        ----- R.I.P. Biggie Smalls -----

Offline Akane

  • Jr. Member
  • **
  • Posts: 71
    • My home server by RaspberryPi
Re: gfortran.tcz: libgfortran.la is invalid
« Reply #12 on: October 18, 2012, 01:20:35 AM »
Thanks for your reply, solorin.

p.s. will you be packaging OpenMPI as well?
About it, let's discuss at
http://forum.tinycorelinux.net/index.php/topic,14224.0.html

Thanks,
Akane.
Sorry for my terrible English.
Country: Japan
Interested in: HPC, low-level programming, embedded system and so on