You are not logged in.

#1 2006-06-06 08:05:19

user
Member
Registered: 2006-03-29
Posts: 465

Guile-1.8.0 released

http://www.gnu.org/software/guile/

and

erlang R11B released(SMP support)
http://www.erlang.org/


I removed my sig, cause i select the flag, the flag often the target of enemy.

SAR brain-tumor
[img]http://img91.imageshack.us/img91/460/cellphonethumb0ff.jpg[/img]

Offline

#2 2006-06-06 11:01:29

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Guile-1.8.0 released

You know, you can flag packages out of date instead of posting this stuff on the forum...

Offline

#3 2006-06-06 11:29:24

user
Member
Registered: 2006-03-29
Posts: 465

Re: Guile-1.8.0 released

Gullible Jones wrote:

You know, you can flag packages out of date instead of posting this stuff on the forum...

I don't know about flag packages thing..
Only using pacman -S or -Suy or -Sd, if i have to do, i am using "./configure --prefix=/home/user && make && make install" instead of pkg-flag.
Post this message to alarm to the package maintainer..


I removed my sig, cause i select the flag, the flag often the target of enemy.

SAR brain-tumor
[img]http://img91.imageshack.us/img91/460/cellphonethumb0ff.jpg[/img]

Offline

#4 2006-06-06 11:43:31

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: Guile-1.8.0 released

You really need to read up on the aur....
some contributors dont peruse the forums often...

Offline

#5 2006-06-06 12:20:25

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Guile-1.8.0 released

user wrote:
Gullible Jones wrote:

You know, you can flag packages out of date instead of posting this stuff on the forum...

I don't know about flag packages thing..
Only using pacman -S or -Suy or -Sd, if i have to do, i am using "./configure --prefix=/home/user && make && make install" instead of pkg-flag.
Post this message to alarm to the package maintainer..

www.archlinux.org

search for the package there, and click to flag it out of date. if it's already flagged, it will say so. flagging it alerts the maintainer.

instead of using ./configure, make, make install, please, for your own sake, read up on the ABS, Arch Build System.

http://wiki.archlinux.org/index.php/ABS … ild_System

James

Offline

#6 2006-06-06 12:40:53

user
Member
Registered: 2006-03-29
Posts: 465

Re: Guile-1.8.0 released

Thanks for your patient.
But really habit doesn't change easily..

BTW, here is small tip to install nvidia-installer for Arch
At console(init 3),

sudo bash
cd /usr/X11R6
rm -rf lib
ln -s /usr/lib/xorg lib
./<path>/NVIDIA-Linux-x86-1.0-<version>-pkg1.run

PS:
What if compile-time is faster (almost or little slower)than automatic-time?


I removed my sig, cause i select the flag, the flag often the target of enemy.

SAR brain-tumor
[img]http://img91.imageshack.us/img91/460/cellphonethumb0ff.jpg[/img]

Offline

#7 2006-06-06 13:01:27

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Guile-1.8.0 released

user wrote:

Thanks for your patient.
But really habit doesn't change easily..

BTW, here is small tip to install nvidia-installer for Arch
At console(init 3),

sudo bash
cd /usr/X11R6
rm -rf lib
ln -s /usr/lib/xorg lib
./<path>/NVIDIA-Linux-x86-1.0-<version>-pkg1.run

ehh?? why would you need to do that? just edit the existing PKGBUILD's and makepkg.

PS:
What if compile-time is faster (almost or little slower)than automatic-time?

that demonstrates a clear lack of understanding of how ABS works, you still havnt looked at it! You're just being stubborn now.

With the amount of customising you do, you'd love and embrace ABS if you bothered to take the two minutes it would take to look at it, try it, and use it.

James

Offline

#8 2006-06-06 13:11:19

user
Member
Registered: 2006-03-29
Posts: 465

Re: Guile-1.8.0 released

iphitus wrote:
user wrote:

BTW, here is small tip to install nvidia-installer for Arch
At console(init 3),

sudo bash
cd /usr/X11R6
rm -rf lib
ln -s /usr/lib/xorg lib
./<path>/NVIDIA-Linux-x86-1.0-<version>-pkg1.run

ehh?? why would you need to do that? just edit the existing PKGBUILD's and makepkg.

Because next time, i just hit the ./NVIDIA-*.run
It plain faster than edit something.

Of course not sure, until i have used the ABS something.

PS: i have custom linux kernel(weekly)


I removed my sig, cause i select the flag, the flag often the target of enemy.

SAR brain-tumor
[img]http://img91.imageshack.us/img91/460/cellphonethumb0ff.jpg[/img]

Offline

#9 2006-06-06 13:18:15

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Guile-1.8.0 released

user wrote:

Because next time, i just hit the ./NVIDIA-*.run
It plain faster than edit something.

Of course not sure, until i have used the ABS something.

PS: i have custom linux kernel(weekly)

so ./NVIDIA-*.run is quicker than 'makepkg -fi'  ?

except makepkg -fi, is better, as it's under the control of the package manager, and it's always the same command to update.

and once i finish the script im working on, it'll just be 'update-modules'

James

Offline

#10 2006-06-06 22:48:41

user
Member
Registered: 2006-03-29
Posts: 465

Re: Guile-1.8.0 released

iphitus wrote:

except makepkg -fi, is better, as it's under the control of the package manager, and it's always the same command to update.
James

For nvidia-installer, it remove installed-previous-version automatically, when i hit the "sudo ./NV<Tab>"
So it doesn't need package manager at all for NV<Tab>

When i need package manager, i use paco, pacman is just for maintain existen packages.

./configure && make && sudo paco -lD make install

to remove

sudo gpaco

I guess ABS can't predict when every packages updated.


I removed my sig, cause i select the flag, the flag often the target of enemy.

SAR brain-tumor
[img]http://img91.imageshack.us/img91/460/cellphonethumb0ff.jpg[/img]

Offline

#11 2006-06-07 05:58:07

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Guile-1.8.0 released

user, um, maybe actually look at something I've linked you to or posted in this thread.

I find it amusing how you can so easily entirely ignore abs, despite the fact it is just the thing you would love to use, and would save you a helluva lot of time and trouble. What you're doing is working around it, and acheiving exactly the same thing.

James

Offline

#12 2006-06-07 07:19:39

user
Member
Registered: 2006-03-29
Posts: 465

Re: Guile-1.8.0 released

iphitus wrote:

user, um, maybe actually look at something I've linked you to or posted in this thread.

I find it amusing how you can so easily entirely ignore abs, despite the fact it is just the thing you would love to use, and would save you a helluva lot of time and trouble. What you're doing is working around it, and acheiving exactly the same thing.

James

Ok i will give it a try. ;-)
Thanks in advance.


I removed my sig, cause i select the flag, the flag often the target of enemy.

SAR brain-tumor
[img]http://img91.imageshack.us/img91/460/cellphonethumb0ff.jpg[/img]

Offline

#13 2006-06-07 11:46:47

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: Guile-1.8.0 released

About guile 1.8.0: yes, I know it is released for a long time, and no, I won't update it:
- I haven't seen software requiring this release yet
- Not all packages in the repositories work with guile 1.8

As long as both conditions are true, I won't update it.

Offline

#14 2006-06-08 00:34:35

user
Member
Registered: 2006-03-29
Posts: 465

Re: Guile-1.8.0 released

JGC wrote:

About guile 1.8.0: yes, I know it is released for a long time, and no, I won't update it:
- I haven't seen software requiring this release yet
- Not all packages in the repositories work with guile 1.8

As long as both conditions are true, I won't update it.

Oh deer, how about 1.6.8?
2006-05-28

PS: i new-features addict so chose 1.8.0, will see the code soon, aka in transition.


I removed my sig, cause i select the flag, the flag often the target of enemy.

SAR brain-tumor
[img]http://img91.imageshack.us/img91/460/cellphonethumb0ff.jpg[/img]

Offline

Board footer

Powered by FluxBB