Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 28498 Details for
Bug 44774
kdebase-3.2.1 fails to build. Stops building kscreensaver due to unresolvable relocation against symbol 'main'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
solve the build problem with PORTAGE_TMPDIR changed
kdebase.patch (text/plain), 804 bytes, created by
Stany Marcel
on 2004-04-01 00:44:48 UTC
(
hide
)
Description:
solve the build problem with PORTAGE_TMPDIR changed
Filename:
MIME Type:
Creator:
Stany Marcel
Created:
2004-04-01 00:44:48 UTC
Size:
804 bytes
patch
obsolete
>diff -rc kdebase-3.2.1/kdm/kfrontend/genkdmconf.c kdebase-3.2.1-patched/kdm/kfrontend/genkdmconf.c >*** kdebase-3.2.1/kdm/kfrontend/genkdmconf.c 2004-02-28 10:43:59.000000000 +0100 >--- kdebase-3.2.1-patched/kdm/kfrontend/genkdmconf.c 2004-03-13 14:28:40.000000000 +0100 >*************** >*** 304,309 **** >--- 304,310 ---- > for (i = 1; mfname[i]; i++) > if (mfname[i] == '/') { > mfname[i] = 0; >+ errno = 0; > if (mkdir (mfname, 0755)) { > if (errno != EEXIST) { > fprintf (stderr, "Cannot create parent %s of %s directory %s: %s\n", >*************** >*** 316,321 **** >--- 317,323 ---- > mfname[i] = '/'; > } > free (mfname); >+ errno = 0; > if (mkdir (name, mode)) { > if (errno != EEXIST) { > fprintf (stderr, "Cannot create %s directory %s: %s\n",
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 44774
: 28498